.app-hero,
.linked-pages,
.app-shot-panel {
    margin-bottom: 1.5rem;
}

.store-chip {
    display: inline-flex;
    gap: 0.8rem;
    align-items: center;
    padding: 0.7rem 1rem;
    margin-top: 1rem;
    border: 1px solid rgba(99, 210, 255, 0.2);
    border-radius: 999px;
}

.app-shot-panel {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.app-shot-panel .app-screenshot {
    flex: 0 0 auto;
    max-width: 220px;
}
.app-shot-panel .app-screenshot img {
    border-radius: 1.2rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

/* Support page tables */
.support-table {
    font-size: 0.9rem;
    --bs-table-bg: transparent;
    --bs-table-color: #e0e0e0;
    --bs-table-border-color: rgba(255, 255, 255, 0.08);
    color: #e0e0e0;
}
.support-table th {
    background: rgba(99, 210, 255, 0.08) !important;
    color: #fff !important;
    white-space: nowrap;
}
.support-table td {
    color: #e0e0e0 !important;
    vertical-align: middle;
}
.support-note {
    margin-top: 1rem;
    padding: 0.8rem 1rem;
    background: rgba(99, 210, 255, 0.06);
    border-left: 3px solid rgba(99, 210, 255, 0.4);
    border-radius: 4px;
    font-size: 0.9rem;
}

/* Section sub-headings */
.card-panel h3 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.4rem;
}

/* FAQ accordion */
.accordion-item {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.08);
}
.accordion-button {
    background: rgba(255, 255, 255, 0.03);
    color: #e0e0e0;
    font-size: 0.95rem;
}
.accordion-button:not(.collapsed) {
    background: rgba(99, 210, 255, 0.08);
    color: #fff;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(99, 210, 255, 0.3);
}
.accordion-button::after {
    filter: invert(1);
}
.accordion-body {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
}
