.faq-page {
    background: #f3f3f1;
    color: #111;
}

.faq-page a {
    text-decoration: none;
}

.faq-hero {
    padding: 34px 0 26px;
}

.faq-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 30px;
    align-items: stretch;
    padding: 32px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top left, rgba(177, 201, 0, 0.13), transparent 34%),
        linear-gradient(135deg, #050505 0%, #111 100%);
    color: #fff;
    overflow: hidden;
}

.faq-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 430px;
}

.faq-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 12px;
    min-height: 32px;
    padding: 0.34rem 0.7rem;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    color: #5f6f00;
    background: rgba(177, 201, 0, 0.12);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
}

.faq-hero .faq-eyebrow,
.faq-cta .faq-eyebrow {
    border-color: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.07);
}

.faq-hero h1 {
    max-width: 850px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(2.5rem, 4.8vw, 5.1rem);
    line-height: 0.96;
    font-weight: 850;
}

.faq-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.75;
}

.faq-hero__actions,
.faq-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.faq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 800;
    border: 1px solid transparent;
}

.faq-btn--accent {
    background: #b7cc1b;
    border-color: #b7cc1b;
    color: #111;
}

.faq-btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.faq-btn--light {
    background: #fff;
    border-color: #fff;
    color: #111;
}

.faq-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
    max-width: 760px;
}

.faq-hero__stats div {
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
}

.faq-hero__stats strong {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
}

.faq-hero__stats span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.92rem;
    line-height: 1.35;
}

.faq-hero__visual {
    position: relative;
    min-height: 430px;
}

.faq-hero__image {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-hero__note {
    position: absolute;
    left: 18px;
    right: 18px;
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(8, 8, 8, 0.72);
    backdrop-filter: blur(14px);
}

.faq-hero__note--top {
    top: 18px;
}

.faq-hero__note--bottom {
    bottom: 18px;
}

.faq-hero__note span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.faq-hero__note strong {
    display: block;
    color: #fff;
    line-height: 1.35;
}

.faq-section {
    padding: 34px 0;
}

.faq-section--tight {
    padding-top: 8px;
    padding-bottom: 22px;
}

.faq-search-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: 22px;
    align-items: center;
    padding: 26px;
    border: 1px solid #e3e3dc;
    border-radius: 30px;
    background: #fbfbfa;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
}

.faq-search-panel h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2.4vw, 2.15rem);
    font-weight: 850;
}

.faq-search {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 60px;
    padding: 0 18px;
    border: 1px solid #d7d7d0;
    border-radius: 20px;
    background: #fff;
}

.faq-search i {
    color: #6b7280;
}

.faq-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111;
    font-size: 1rem;
}

.faq-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.faq-toc {
    position: sticky;
    top: 96px;
}

.faq-toc__inner {
    padding: 18px;
    border: 1px solid #e2e2db;
    border-radius: 28px;
    background: #fbfbfa;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
}

.faq-toc__inner > strong {
    display: block;
    margin-bottom: 12px;
    font-size: 1rem;
}

.faq-toc__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 16px;
    color: #242424;
    font-weight: 750;
}

.faq-toc__link:hover {
    background: #f0f1e8;
    color: #111;
}

.faq-toc__link i {
    width: 18px;
    color: #708000;
}

.faq-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.faq-doc-section {
    scroll-margin-top: 110px;
    padding: 28px;
    border: 1px solid #e3e3dc;
    border-radius: 30px;
    background: #fbfbfa;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
}

.faq-doc-section__head {
    max-width: 850px;
    margin-bottom: 22px;
}

.faq-doc-section__head h2 {
    margin: 0 0 10px;
    font-size: clamp(1.7rem, 2.8vw, 2.65rem);
    line-height: 1.08;
    font-weight: 850;
}

.faq-doc-section__head p {
    margin: 0;
    color: #656565;
    font-size: 1.02rem;
    line-height: 1.7;
}

.faq-doc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.faq-doc-card {
    padding: 20px;
    border: 1px solid #e8e8e2;
    border-radius: 24px;
    background: #fff;
}

.faq-doc-card h3 {
    margin: 0 0 9px;
    font-size: 1.08rem;
    font-weight: 850;
}

.faq-doc-card p {
    margin: 0;
    color: #5f5f5f;
    line-height: 1.65;
}

.faq-question-groups {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.faq-question-group {
    padding: 18px;
    border: 1px solid #e8e8e2;
    border-radius: 20px;
    background: #fff;
}

.faq-question-group h3 {
    margin: 0 0 14px;
    font-size: 1.2rem;
    font-weight: 850;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-answer {
    border: 1px solid #ecece6;
    border-radius: 14px;
    background: #fbfbfa;
    overflow: hidden;
}

.faq-answer h4 {
    margin: 0;
}

.faq-answer__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    background: transparent;
    color: #111;
    text-align: left;
    font-size: clamp(1rem, 1.45vw, 1.32rem);
    line-height: 1.25;
    font-weight: 800;
}

.faq-answer__toggle i {
    flex: 0 0 auto;
    font-size: 0.95rem;
    transition: transform 0.2s ease;
}

.faq-answer__toggle:not(.collapsed) i {
    transform: rotate(180deg);
}

.faq-answer__body {
    padding: 0 16px 16px;
    color: #5f5f5f;
    line-height: 1.7;
}

.faq-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(177, 201, 0, 0.12), transparent 34%),
        linear-gradient(135deg, #070707, #151515);
    color: #fff;
}

.faq-cta h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(1.7rem, 2.8vw, 2.55rem);
    font-weight: 850;
}

.faq-cta p {
    margin: 0;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.is-hidden-by-search {
    display: none !important;
}

@media (max-width: 1199px) {
    .faq-hero__grid {
        grid-template-columns: 1fr;
    }

    .faq-hero__content,
    .faq-hero__visual,
    .faq-hero__image {
        min-height: 360px;
    }

    .faq-layout {
        grid-template-columns: 1fr;
    }

    .faq-toc {
        position: static;
    }

    .faq-toc__inner nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }
}

@media (max-width: 991px) {
    .faq-search-panel,
    .faq-cta {
        grid-template-columns: 1fr;
    }

    .faq-doc-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .faq-hero {
        padding: 14px 0 18px;
    }

    .faq-hero__grid,
    .faq-search-panel,
    .faq-doc-section,
    .faq-cta {
        border-radius: 22px;
        padding: 18px;
    }

    .faq-question-group {
        padding: 14px;
        border-radius: 18px;
    }

    .faq-answer__toggle {
        padding: 13px 14px;
        font-size: 1rem;
    }

    .faq-hero h1 {
        font-size: 1.8rem;
        line-height: 1.08;
    }

    .faq-hero p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .faq-hero__content {
        justify-content: flex-start;
    }

    .faq-search-panel {
        gap: 14px;
    }

    .faq-search {
        min-height: 52px;
        border-radius: 16px;
    }

    .faq-hero__stats {
        grid-template-columns: 1fr;
    }

    .faq-toc__inner nav {
        grid-template-columns: 1fr;
    }

    .faq-btn {
        width: 100%;
    }

    .faq-hero__content,
    .faq-hero__visual,
    .faq-hero__image {
        min-height: auto;
    }

    .faq-hero__image {
        aspect-ratio: 4 / 3;
    }
}
