/* ============================================
   HELP CENTER PAGE  —  /help
   Prefix: help-
   ============================================ */

.help-page { width: 100%; overflow-x: hidden; }

/* ── Hero ────────────────────────────────────── */
.help-hero {
    background: linear-gradient(160deg, var(--antologa-secondary) 0%, #005570 100%);
    padding: 6rem 0 4rem;
    text-align: center;
}

.help-hero-inner { position: relative; z-index: 1; }

.help-hero-heading {
    font-family: Inter, sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.1;
    color: white !important;
    margin-bottom: 1rem;
}

.help-hero-subtitle {
    font-family: Nunito, sans-serif;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.82);
    margin-bottom: 2.5rem;
}

.help-search-wrapper {
    max-width: 38rem;
    margin: 0 auto;
}

.help-search-field .mud-input-outlined { background: white !important; border-radius: 0.75rem !important; }
.help-search-field input { font-family: Nunito, sans-serif !important; font-size: 1rem !important; }

/* ── Content Section ─────────────────────────── */
.help-content-section {
    padding: 4rem 0 6rem;
    background-color: var(--antologa-white);
}

/* ── Tabs ────────────────────────────────────── */
.help-tabs .mud-tabs-header {
    margin-bottom: 2.5rem;
}

.help-tabs .mud-tab {
    font-family: Nunito, sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 0.95rem !important;
}

/* ── Expansion Panels ────────────────────────── */
.help-panels {
    border: 1px solid var(--antologa-light-gray);
    border-radius: 1rem;
    overflow: hidden;
}

.help-category-panel {
    border-bottom: 1px solid var(--antologa-light-gray) !important;
}

    .help-category-panel:last-child { border-bottom: none !important; }

    .help-category-panel .mud-expand-panel-header {
        font-family: Inter, sans-serif !important;
        font-weight: 700 !important;
        font-size: 1.05rem !important;
        color: var(--antologa-dark) !important;
        padding: 1.25rem 1.5rem !important;
    }

/* ── Article ─────────────────────────────────── */
.help-article {
    padding: 1.5rem 1.5rem 0.5rem;
    border-bottom: 1px solid var(--antologa-light-gray);
}

    .help-article:last-child { border-bottom: none; padding-bottom: 1.5rem; }

.help-article-title {
    font-family: Inter, sans-serif !important;
    font-weight: 700 !important;
    color: var(--antologa-dark) !important;
    margin-bottom: 0.625rem;
    font-size: 1rem !important;
}

.help-article-body {
    font-family: Nunito, sans-serif !important;
    color: #505050 !important;
    line-height: 1.72 !important;
    font-size: 0.97rem !important;
    margin-bottom: 0.75rem;
}

/* ── Empty State ─────────────────────────────── */
.help-empty-state {
    padding: 3rem 0;
}

/* ── Still Need Help CTA ─────────────────────── */
.help-cta-section {
    background-color: var(--antologa-light-gray);
    padding: 5rem 1.5rem;
}

.help-cta-heading {
    font-family: Inter, sans-serif !important;
    font-weight: 700 !important;
    color: var(--antologa-dark) !important;
    margin-bottom: 0.75rem;
}

.help-cta-body {
    font-family: Nunito, sans-serif !important;
    color: #505050 !important;
    font-size: 1.05rem !important;
    max-width: 30rem;
    margin: 0 auto 2rem auto;
    line-height: 1.68;
}

.help-cta-btn {
    font-family: Nunito, sans-serif !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    border-radius: 0.5rem !important;
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 600px) {
    .help-hero { padding: 4rem 0 3rem; }
    .help-content-section { padding: 2.5rem 0 3.5rem; }
    .help-cta-section { padding: 3.5rem 1.5rem; }
    .help-category-panel .mud-expand-panel-header { padding: 1rem !important; }
    .help-article { padding: 1.25rem 1rem 0.25rem; }
}
