.pages-faqs .main-content {
    background: #f5f6f8;
}

.faq-page-shell {
    min-height: 70vh;
    padding: 22px 0 72px;
    color: #272d35;
}

.faq-page-shell .container {
    max-width: 1420px;
}

.faq-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #8b929b;
    font-size: 14px;
}

.faq-breadcrumb a {
    color: #68707a;
    text-decoration: none;
}

.faq-breadcrumb a:hover {
    color: #cc7200;
}

.faq-breadcrumb i {
    font-size: 8px;
}

.faq-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(400px, .72fr);
    align-items: center;
    gap: 46px;
    min-height: 265px;
    padding: 38px 46px;
    overflow: hidden;
    background: linear-gradient(112deg, #1f242b 0%, #2c323a 67%, #353c45 100%);
    border-radius: 20px;
    box-shadow: 0 14px 38px rgba(25, 30, 37, .14);
}

.faq-hero::before,
.faq-hero::after {
    position: absolute;
    border: 1px solid rgba(255, 177, 45, .16);
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.faq-hero::before {
    top: -130px;
    left: 40%;
    width: 310px;
    height: 310px;
}

.faq-hero::after {
    right: -75px;
    bottom: -160px;
    width: 360px;
    height: 360px;
}

.faq-hero-copy,
.faq-search-box {
    position: relative;
    z-index: 1;
}

.faq-hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 17px;
    color: #22272e;
    font-size: 22px;
    background: #ffad27;
    border-radius: 15px;
    box-shadow: 0 0 0 7px rgba(255, 173, 39, .11);
}

.faq-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #d57700;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.faq-hero .faq-eyebrow {
    color: #ffb333;
}

.faq-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 790;
    line-height: 1.12;
}

.faq-hero-copy > p {
    max-width: 650px;
    margin: 10px 0 0;
    color: #c5cbd1;
    font-size: 15px;
    line-height: 1.65;
}

.faq-search-box {
    padding: 22px;
    background: rgba(255, 255, 255, .075);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(7, 10, 14, .15);
    backdrop-filter: blur(8px);
}

.faq-search-box label {
    display: block;
    margin-bottom: 9px;
    color: #fff;
    font-size: 13px;
    font-weight: 720;
}

.faq-search-control {
    position: relative;
}

.faq-search-control > i {
    position: absolute;
    top: 50%;
    left: 16px;
    color: #858c95;
    font-size: 14px;
    pointer-events: none;
    transform: translateY(-50%);
}

.faq-search-control input {
    width: 100%;
    min-height: 52px;
    padding: 11px 48px 11px 44px;
    color: #30363e;
    font-size: 14px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 11px;
    outline: none;
}

.faq-search-control input::placeholder {
    color: #a0a6ae;
}

.faq-search-control input:focus {
    border-color: #ffb12d;
    box-shadow: 0 0 0 4px rgba(255, 177, 45, .16);
}

.faq-search-control button {
    position: absolute;
    top: 50%;
    right: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    color: #626a74;
    font-size: 11px;
    background: #eef0f2;
    border: 0;
    border-radius: 9px;
    transform: translateY(-50%);
}

.faq-search-control button:hover,
.faq-search-control button:focus-visible {
    color: #fff;
    background: #252a31;
    outline: none;
}

.faq-search-box > small {
    display: block;
    margin-top: 10px;
    color: #adb4bc;
    font-size: 11px;
}

.faq-search-box > small i {
    margin-right: 4px;
    color: #ffb333;
}

.faq-category-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 11px;
    margin: 18px 0;
}

.faq-category-nav a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 1px 11px;
    min-height: 73px;
    padding: 11px;
    color: #353b44;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 13px;
    box-shadow: 0 5px 18px rgba(31, 37, 45, .04);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.faq-category-nav a:hover,
.faq-category-nav a:focus-visible {
    color: #272d35;
    border-color: #efb04a;
    box-shadow: 0 9px 22px rgba(31, 37, 45, .08);
    outline: none;
    transform: translateY(-2px);
}

.faq-category-nav a > span {
    display: inline-flex;
    grid-row: 1 / span 2;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #a65e00;
    background: #fff0d5;
    border-radius: 11px;
}

.faq-category-nav b {
    align-self: end;
    font-size: 13px;
    line-height: 1.2;
}

.faq-category-nav small {
    align-self: start;
    color: #9299a2;
    font-size: 11px;
    line-height: 1.25;
}

.faq-results-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    max-width: 1080px;
    margin: 26px auto 15px;
    padding: 0 3px;
}

.faq-results-bar > div {
    display: flex;
    align-items: center;
    gap: 11px;
}

.faq-results-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    color: #a75e00;
    background: #ffefd2;
    border-radius: 10px;
}

.faq-results-bar > div > span:last-child {
    display: flex;
    flex-direction: column;
}

.faq-results-bar strong {
    color: #30363e;
    font-size: 14px;
}

.faq-results-bar small {
    margin-top: 1px;
    color: #9299a2;
    font-size: 11px;
}

.faq-language-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 31px;
    padding: 5px 11px;
    color: #696f78;
    font-size: 11px;
    font-weight: 700;
    background: #fff;
    border: 1px solid #e2e5e8;
    border-radius: 99px;
}

.faq-content {
    max-width: 1080px;
    margin: 0 auto;
}

.faq-category-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 27px 0 11px;
    color: #2a3038;
    font-size: 18px;
    font-weight: 760;
}

.faq-category-title:first-child {
    margin-top: 0;
}

.faq-category-title > span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #a75f00;
    font-size: 13px;
    background: #ffefd2;
    border-radius: 10px;
}

.faq-category-title > span:last-child {
    display: flex;
    flex-direction: column;
}

.faq-category-title small {
    margin-top: 2px;
    color: #9299a2;
    font-size: 11px;
    font-weight: 500;
}

.faq-content .accordion {
    scroll-margin-top: 18px;
}

.faq-content .accordion .card {
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(32, 38, 46, .035);
    transition: border-color .18s ease, box-shadow .18s ease;
}

.faq-content .accordion .card[hidden],
.faq-content .accordion[hidden],
.faq-category-title[hidden],
.faq-no-results[hidden] {
    display: none !important;
}

.faq-content .accordion .card.is-open {
    border-color: #efb04b;
    box-shadow: 0 8px 24px rgba(32, 38, 46, .065);
}

.faq-content .card .card-header {
    padding: 0 !important;
    background: #fff !important;
    border: 0;
}

.faq-content .collapse-item {
    position: relative;
    display: grid !important;
    grid-template-columns: 32px minmax(0, 1fr) 31px;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 62px;
    padding: 13px 15px !important;
    color: #30363e !important;
    text-align: left;
    text-decoration: none !important;
    cursor: pointer;
    counter-increment: faq-item;
}

.faq-content .accordion {
    counter-reset: faq-item;
}

.faq-content .collapse-item::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #8b929b;
    font-size: 11px;
    font-weight: 800;
    background: #f2f3f5;
    border-radius: 9px;
    content: counter(faq-item, decimal-leading-zero);
}

.faq-content .card.is-open .collapse-item::before {
    color: #9e5900;
    background: #ffefd2;
}

.faq-content .collapse-item > span:first-of-type {
    min-width: 0;
}

.faq-content .collapse-item h4 {
    margin: 0;
    color: inherit;
    font-size: 15px;
    font-weight: 720 !important;
    line-height: 1.45;
}

.faq-content .collapse-item .plus,
.faq-content .collapse-item .minus {
    grid-column: 3;
    grid-row: 1;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    color: #686f79;
    font-size: 13px;
    background: #f0f2f4;
    border-radius: 9px;
}

.faq-content .collapse-item[aria-expanded='false'] .plus,
.faq-content .collapse-item[aria-expanded='true'] .minus {
    display: inline-flex !important;
}

.faq-content .collapse-item[aria-expanded='false'] .minus,
.faq-content .collapse-item[aria-expanded='true'] .plus {
    display: none !important;
}

.faq-content .collapse-item[aria-expanded='true'] .minus {
    color: #292f36;
    background: #ffad27;
}

.faq-content .card-body {
    padding: 3px 60px 20px !important;
    color: #626a74;
    font-size: 14px;
    line-height: 1.85;
    background: #fffdf9;
    border-top: 1px solid #f0e7d7;
}

.faq-content .card-body p {
    margin: 13px 0 0;
}

.faq-content .card-body a {
    color: #bd6800;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(189, 104, 0, .3);
    text-underline-offset: 3px;
}

.faq-no-results {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 330px;
    padding: 40px 20px;
    flex-direction: column;
    text-align: center;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 15px;
}

.faq-no-results > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 17px;
    color: #353b43;
    font-size: 24px;
    background: #fff0d4;
    border-radius: 21px;
}

.faq-no-results h2 {
    margin: 0;
    color: #2d333b;
    font-size: 22px;
}

.faq-no-results p {
    margin: 7px 0 18px;
    color: #858c95;
    font-size: 14px;
}

.faq-no-results button {
    min-height: 42px;
    padding: 8px 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    background: #252a31;
    border: 0;
    border-radius: 9px;
}

.faq-support-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    max-width: 1080px;
    margin: 34px auto 0;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 16px;
    box-shadow: 0 9px 28px rgba(32, 38, 46, .055);
}

.faq-support-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: #272d34;
    font-size: 20px;
    background: #ffad27;
    border-radius: 15px;
}

.faq-support-card h2 {
    margin: 0;
    color: #293038;
    font-size: 20px;
    font-weight: 760;
}

.faq-support-card p {
    margin: 4px 0 0;
    color: #858d96;
    font-size: 13px;
}

.faq-support-card > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 9px 16px;
    color: #20242b;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: #ffad27;
    border-radius: 10px;
}

.faq-support-card > a:hover,
.faq-support-card > a:focus-visible {
    color: #fff;
    background: #252a31;
    outline: none;
}

@media (max-width: 991.98px) {
    .faq-hero {
        grid-template-columns: 1fr;
        gap: 27px;
        padding: 32px;
    }

    .faq-category-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .faq-page-shell {
        padding: 14px 0 94px;
    }

    .faq-page-shell .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .faq-breadcrumb {
        margin-bottom: 11px;
        font-size: 12px;
    }

    .faq-hero {
        min-height: 0;
        gap: 22px;
        padding: 23px 18px;
        border-radius: 15px;
    }

    .faq-hero-icon {
        width: 47px;
        height: 47px;
        margin-bottom: 14px;
        font-size: 19px;
    }

    .faq-hero h1 {
        font-size: 29px;
    }

    .faq-hero-copy > p {
        font-size: 14px;
        line-height: 1.55;
    }

    .faq-search-box {
        padding: 14px;
    }

    .faq-search-control input {
        min-height: 49px;
        font-size: 13px;
    }

    .faq-category-nav {
        display: flex;
        gap: 9px;
        margin: 13px -12px 18px;
        padding: 0 12px 4px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .faq-category-nav::-webkit-scrollbar {
        display: none;
    }

    .faq-category-nav a {
        flex: 0 0 150px;
        min-height: 67px;
        scroll-snap-align: start;
    }

    .faq-results-bar {
        margin-top: 18px;
    }

    .faq-language-badge {
        display: none;
    }

    .faq-category-title {
        margin-top: 22px;
        font-size: 16px;
    }

    .faq-content .collapse-item {
        grid-template-columns: 29px minmax(0, 1fr) 30px;
        gap: 9px;
        min-height: 60px;
        padding: 12px 10px !important;
    }

    .faq-content .collapse-item::before {
        width: 29px;
        height: 29px;
        font-size: 10px;
    }

    .faq-content .collapse-item h4 {
        font-size: 14px;
    }

    .faq-content .card-body {
        padding: 2px 15px 17px !important;
        font-size: 14px;
        line-height: 1.75;
    }

    .faq-support-card {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 14px;
        padding: 18px;
    }

    .faq-support-icon {
        width: 50px;
        height: 50px;
    }

    .faq-support-card h2 {
        font-size: 18px;
    }

    .faq-support-card > a {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 389.98px) {
    .faq-hero {
        padding: 20px 15px;
    }

    .faq-results-bar strong {
        font-size: 13px;
    }

    .faq-content .collapse-item {
        grid-template-columns: minmax(0, 1fr) 30px;
    }

    .faq-content .collapse-item::before {
        display: none;
    }

    .faq-support-card {
        padding: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-category-nav a,
    .faq-content .accordion .card {
        transition: none;
    }
}
