.faq-hero {
    background: linear-gradient(180deg, #1f1f1f 0%, #141414 100%);
    color: #fff;
    padding: 58px 0 66px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.faq-hero::after {
    content: "";
    position: absolute;
    right: -140px;
    top: -140px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(214, 181, 101, .18);
    border-radius: 50%;
    pointer-events: none;
}
.faq-hero .container-narrow { position: relative; z-index: 1; }
.faq-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #d6b565;
    font-weight: 700;
    margin: 0 0 18px;
}
.faq-hero__eyebrow::before {
    content: "";
    width: 26px;
    height: 1px;
    background: #d6b565;
}
.faq-hero h1 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.1;
    max-width: 16ch;
    margin-inline: auto;
}
.faq-hero__lead {
    margin: 16px auto 0;
    max-width: 52ch;
    color: #c6d0e0;
    font-size: 1.02rem;
}
.faq-search {
    margin: 30px auto 0;
    max-width: 560px;
    position: relative;
}
.faq-search input {
    width: 100%;
    padding: 15px 18px 15px 50px;
    border-radius: 12px;
    border: 1px solid #333;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-size: 1rem;
    font-family: inherit;
}
.faq-search input::placeholder { color: #93a2ba; }
.faq-search input:focus {
    outline: none;
    border-color: #d6b565;
    background: rgba(255, 255, 255, .1);
}
.faq-search svg {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    stroke: #93a2ba;
}

.faq-catbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(240, 235, 227, .95);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #e5dfd2;
}
.faq-catbar__inner {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 14px 0;
    scrollbar-width: none;
}
.faq-catbar__inner::-webkit-scrollbar { display: none; }
.faq-chip {
    flex: none;
    border: 1px solid #e5dfd2;
    background: #fff;
    color: #5d6779;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: .86rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .18s ease;
    white-space: nowrap;
    font-family: inherit;
}
.faq-chip:hover { border-color: #d6b565; color: #182236; }
.faq-chip.active {
    background: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff;
}

.faq-main { padding-top: 36px; }
.faq-cat { margin-bottom: 52px; scroll-margin-top: 80px; }
.faq-cat__head {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5dfd2;
}
.faq-cat__num {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    color: #d6b565;
    font-weight: 600;
}
.faq-cat__head h2 {
    font-family: "Poppins", sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #1f1f1f;
    margin: 0;
}

.faq-qa {
    background: #fff;
    border: 1px solid #e5dfd2;
    border-radius: 14px;
    margin-bottom: 12px;
    box-shadow: 0 1px 2px rgba(11, 31, 63, .04), 0 8px 28px rgba(11, 31, 63, .06);
    overflow: hidden;
    transition: border-color .18s;
}
.faq-qa.open { border-color: #d6b565; }
.faq-qa__q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px;
    font-size: 1.03rem;
    font-weight: 600;
    color: #182236;
    line-height: 1.4;
}
.faq-qa__q:hover { color: #1f1f1f; }
.faq-qa__q:focus-visible {
    outline: 2px solid #d6b565;
    outline-offset: -3px;
    border-radius: 14px;
}
.faq-qa__icon {
    flex: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid #e5dfd2;
    display: grid;
    place-items: center;
    transition: all .2s;
    position: relative;
}
.faq-qa.open .faq-qa__icon {
    background: #1f1f1f;
    border-color: #1f1f1f;
}
.faq-qa__icon::before,
.faq-qa__icon::after {
    content: "";
    position: absolute;
    background: #5d6779;
    border-radius: 2px;
}
.faq-qa__icon::before { width: 11px; height: 1.8px; }
.faq-qa__icon::after {
    width: 1.8px;
    height: 11px;
    transition: transform .2s, opacity .2s;
}
.faq-qa.open .faq-qa__icon::before,
.faq-qa.open .faq-qa__icon::after { background: #fff; }
.faq-qa.open .faq-qa__icon::after {
    transform: rotate(90deg);
    opacity: 0;
}
.faq-qa__a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
}
.faq-qa__a-inner {
    padding: 0 22px 22px;
    color: #5d6779;
    font-size: .97rem;
}
.faq-qa__a-inner p + p { margin-top: 12px; }
.faq-qa__a-inner a {
    color: #1f1f1f;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #d6b565;
}
.faq-qa__a-inner strong { color: #182236; }
.faq-qa__a-inner ul {
    margin: 10px 0 0;
    padding-left: 20px;
}
.faq-qa__a-inner li { margin-bottom: 6px; }

.faq-noresult {
    text-align: center;
    padding: 50px 20px;
    color: #5d6779;
}
.faq-noresult[hidden] { display: none; }

.faq-cta {
    background: #1f1f1f;
    color: #fff;
    border-radius: 20px;
    padding: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.faq-cta::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(214, 181, 101, .18);
    border-radius: 50%;
    pointer-events: none;
}
.faq-cta__copy { position: relative; z-index: 1; }
.faq-cta h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0;
}
.faq-cta p {
    color: #c6d0e0;
    margin: 8px 0 0;
    max-width: 44ch;
}
.faq-cta__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

@media (max-width: 640px) {
    .faq-cta { padding: 32px 24px; }
    .faq-cta__actions { width: 100%; }
    .faq-cta__actions .btn-main,
    .faq-cta__actions .btn-alt { flex: 1; text-align: center; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .faq-qa__a,
    .faq-qa__icon::after,
    .faq-chip { transition: none !important; }
}
