/* ─── HERO ───────────────────────────────────────────── */
.faq-hero {
    position: relative;
    background: radial-gradient(circle at top right, rgba(198,201,206,0.10), transparent 30%), linear-gradient(to bottom, #0b0d10, #11151b);
    padding: 200px 0 160px;
    overflow: hidden;
}

.faq-hero::before {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198,201,206,0.08), transparent 70%);
    top: -250px;
    right: -250px;
}

.faq-hero-content {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    position: relative;
    z-index: 2;
}

.faq-hero-left h1 {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 88px;
    line-height: 0.9;
    letter-spacing: -4px;
    color: rgba(255,255,255,0.92);
    font-weight: 400;
    margin: 0;
}

.faq-hero-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 8px;
}

.hero-tag {
    margin-bottom: 0;
}

.faq-hero-right > p {
    color: rgba(209,213,219,0.7);
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
    margin: 0;
}

/* ─── CATEGORY NAV ───────────────────────────────────── */

.faq-nav {
    background: #0b0d10;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    position: sticky;
    top: 76px;
    z-index: 100;
}

.faq-nav-inner {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

    .faq-nav-inner::-webkit-scrollbar {
        display: none;
    }

.faq-nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 22px 32px;
    color: rgba(198,201,206,0.45);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease;
}

    .faq-nav-link:hover {
        color: rgba(198,201,206,0.8);
    }

    .faq-nav-link.active {
        color: #ffffff;
        border-bottom-color: rgba(198,201,206,0.4);
    }

.faq-nav-link-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.4;
    flex-shrink: 0;
}

/* ─── MAIN LAYOUT ────────────────────────────────────── */

.faq-body {
    background: #ffffff;
    padding: 120px 0 160px;
}

.faq-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 80px;
    align-items: start;
}

/* ─── SIDEBAR ────────────────────────────────────────── */

.faq-sidebar {
    position: sticky;
    top: 140px;
}

.faq-sidebar-eyebrow {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    color: #9ca3af;
    margin-bottom: 24px;
}

.faq-sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-sidebar-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #f3f4f6;
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.25s ease;
    line-height: 1.5;
}

    .faq-sidebar-link:first-child {
        padding-top: 0;
    }

    .faq-sidebar-link:hover,
    .faq-sidebar-link.active {
        color: #111827;
    }

    .faq-sidebar-link.active {
        font-weight: 500;
    }

.faq-sidebar-count {
    font-size: 11px;
    color: #d1d5db;
    flex-shrink: 0;
    margin-left: 12px;
}

.faq-sidebar-cta {
    margin-top: 48px;
    padding: 32px;
    background: #0b0d10;
    border-radius: 20px;
}

.faq-sidebar-cta-eyebrow {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 600;
    color: rgba(198,201,206,0.4);
    margin-bottom: 14px;
}

.faq-sidebar-cta h4 {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 12px;
}

.faq-sidebar-cta p {
    color: rgba(209,213,219,0.5);
    font-size: 13px;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 22px;
}

.faq-sidebar-cta a {
    display: block;
    background: #ffffff;
    color: #111827;
    padding: 13px 22px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .faq-sidebar-cta a:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(255,255,255,0.1);
    }

/* ─── FAQ CONTENT ────────────────────────────────────── */

.faq-content {
}

.faq-category {
    margin-bottom: 80px;
    scroll-margin-top: 160px;
}

    .faq-category:last-child {
        margin-bottom: 0;
    }

.faq-category-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f3f4f6;
}

.faq-category-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #f5f7fa;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .faq-category-icon svg {
        width: 20px;
        height: 20px;
        fill: #6b7280;
    }

.faq-category-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 600;
    color: #9ca3af;
    margin-bottom: 4px;
}

.faq-category-title {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 32px;
    color: #0f172a;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

/* Accordion items */
.faq-items {
    display: flex;
    flex-direction: column;
}

.faq-item {
    border-bottom: 1px solid #f3f4f6;
}

    .faq-item:first-child {
        border-top: 1px solid #f3f4f6;
    }

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 0;
    cursor: pointer;
    user-select: none;
    list-style: none;
}

    .faq-question::-webkit-details-marker {
        display: none;
    }

.faq-question-text {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 22px;
    line-height: 1.25;
    color: #111827;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.faq-question-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

    .faq-question-icon svg {
        width: 14px;
        height: 14px;
        stroke: #9ca3af;
        transition: transform 0.3s ease, stroke 0.3s ease;
    }

details[open] .faq-question-icon {
    background: #111827;
    border-color: #111827;
}

    details[open] .faq-question-icon svg {
        stroke: #ffffff;
        transform: rotate(45deg);
    }

details[open] .faq-question-text {
    color: #0f172a;
}

.faq-answer {
    padding: 0 56px 32px 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    max-width: 680px;
}

    .faq-answer p {
        margin-bottom: 18px;
    }

        .faq-answer p:last-child {
            margin-bottom: 0;
        }

    .faq-answer strong {
        color: #374151;
        font-weight: 500;
    }

    .faq-answer a {
        color: #374151;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

        .faq-answer a:hover {
            color: #111827;
        }

/* ─── BOTTOM CTA BAND ────────────────────────────────── */

.faq-cta-band {
    background: #f5f7fa;
    padding: 120px 0;
}

.faq-cta-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 100px;
    align-items: center;
}

.faq-cta-rule {
    width: 50px;
    height: 1px;
    background: #d1d5db;
    margin-bottom: 40px;
}

.faq-cta-band h2 {
    font-family: 'Albra Sans TRIAL', sans-serif;
    font-size: 64px;
    line-height: 0.95;
    letter-spacing: -2px;
    color: #0f172a;
    font-weight: 400;
}

.faq-cta-right {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.faq-cta-band p {
    color: #6b7280;
    font-size: 17px;
    line-height: 2;
    font-weight: 300;
}

.faq-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-btn-primary {
    display: block;
    background: #111827;
    color: #ffffff;
    padding: 20px 36px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all 0.35s ease;
}

    .faq-btn-primary:hover {
        background: #0f172a;
        transform: translateY(-4px);
        box-shadow: 0 16px 40px rgba(15,23,42,0.18);
    }

.faq-btn-secondary {
    display: block;
    border: 1px solid #e5e7eb;
    color: #374151;
    padding: 20px 36px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    transition: all 0.35s ease;
}

    .faq-btn-secondary:hover {
        border-color: #9ca3af;
        transform: translateY(-4px);
    }

/* ─── RESPONSIVE ─────────────────────────────────────── */

@media (max-width: 1100px) {
    .faq-hero-content {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .faq-hero-left h1 {
        font-size: 72px;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .faq-sidebar {
        position: relative;
        top: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .faq-sidebar-links {
        gap: 0;
    }

    .faq-sidebar-cta {
        margin-top: 0;
    }

    .faq-cta-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .faq-cta-band h2 {
        font-size: 48px;
    }
}

@media (max-width: 700px) {
    .faq-hero {
        padding: 150px 0 100px;
    }

    .faq-hero-left h1 {
        font-size: 52px;
        letter-spacing: -2px;
    }

    .faq-body {
        padding: 80px 0 120px;
    }

    .faq-sidebar {
        grid-template-columns: 1fr;
    }

    .faq-nav-link {
        padding: 18px 20px;
        font-size: 12px;
    }

    .faq-question-text {
        font-size: 18px;
    }

    .faq-answer {
        padding-right: 0;
        font-size: 15px;
    }

    .faq-category-title {
        font-size: 26px;
    }

    .faq-cta-band {
        padding: 80px 0;
    }

        .faq-cta-band h2 {
            font-size: 38px;
        }
}
/* ─── FOOTER (extended) ──────────────────────────────── */

.footer-grid {
    grid-template-columns: 180px 1fr 1fr;
    gap: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-info-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* ─── NEW: footer nav links row (4 columns) ──────────── */
.footer-nav-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 20px 0 20px;
    text-align: center;
}

    .footer-nav-row a {
        color: rgba(209, 213, 219, 0.6);
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        transition: color 0.3s ease, transform 0.2s ease;
        letter-spacing: 0.3px;
        display: inline-block;
    }

        .footer-nav-row a:hover {
            color: #ffffff;
            transform: translateY(-2px);
        }   
