.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;
}

.app-shot {
    width: min(100%, 360px);
    height: auto;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

/* 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;
}

/* Support steps */
.support-steps {
    padding-left: 1.5rem;
}
.support-steps li {
    margin-bottom: 0.5rem;
}

/* 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);
}

/* MIDI recommend links */
.midi-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}