.faq-page-v1 {
    background: #f3f7fa;
}

.faq-hero-v1 {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: #071426;
    color: #fff;
}

.faq-hero-v1::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(36, 201, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(36, 201, 255, .045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, #000, transparent 80%);
    pointer-events: none;
}

.faq-hero-v1::after {
    content: "";
    position: absolute;
    top: -330px;
    right: -180px;
    width: 760px;
    height: 760px;
    border: 1px solid rgba(36, 201, 255, .15);
    border-radius: 50%;
    box-shadow: 0 0 0 95px rgba(36, 201, 255, .025), 0 0 0 210px rgba(36, 201, 255, .018);
    pointer-events: none;
}

.faq-hero-grid-v1 {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .72fr);
    gap: 90px;
    align-items: end;
    min-height: 610px;
    padding-top: 95px;
    padding-bottom: 80px;
}

.faq-kicker-v1 {
    display: block;
    margin-bottom: 23px;
    color: #30cfff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .23em;
}

.faq-hero-copy-v1 h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(52px, 5.4vw, 82px);
    line-height: .98;
    letter-spacing: -.058em;
}

.faq-hero-copy-v1 > p {
    max-width: 730px;
    margin: 28px 0 38px;
    color: #aab9c8;
    font-size: 17px;
    line-height: 1.75;
}

.faq-stats-v1 {
    display: flex;
    max-width: 650px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.faq-stats-v1 > div {
    display: flex;
    align-items: baseline;
    gap: 10px;
    min-width: 0;
    padding: 24px 28px 0 0;
    margin-right: 28px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.faq-stats-v1 > div:last-child {
    margin-right: 0;
    border-right: 0;
}

.faq-stats-v1 strong {
    color: #c8ff3d;
    font-size: 32px;
    line-height: 1;
}

.faq-stats-v1 span {
    color: #91a3b5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.faq-quick-v1 {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .17);
    background: rgba(11, 32, 56, .78);
    backdrop-filter: blur(18px);
}

.faq-quick-v1::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 62px;
    height: 3px;
    background: #c8ff3d;
}

.faq-quick-v1 > span {
    color: #c8ff3d;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
}

.faq-quick-v1 h2 {
    margin: 20px 0 8px;
    font-size: 28px;
    letter-spacing: -.035em;
}

.faq-quick-v1 > p {
    margin: 0 0 22px;
    color: #94a7b8;
    font-size: 12px;
    line-height: 1.6;
}

.faq-quick-v1 > div {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.faq-quick-v1 a {
    display: grid;
    grid-template-columns: 25px 1fr 18px;
    gap: 9px;
    align-items: center;
    min-height: 68px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.faq-quick-v1 a:hover b {
    color: #30cfff;
}

.faq-quick-v1 a small {
    color: #c8ff3d;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
}

.faq-quick-v1 a b {
    font-size: 13px;
    line-height: 1.35;
    transition: color .2s ease;
}

.faq-quick-v1 a i {
    color: #71869b;
    font-style: normal;
}

.faq-directory-v1 {
    padding: 0 0 100px;
}

.faq-search-bar-v1 {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 150px minmax(280px, 1fr) 155px;
    gap: 22px;
    align-items: center;
    min-height: 104px;
    margin-top: -1px;
    padding: 23px 28px;
    border: 1px solid #d3e0e9;
    border-top: 0;
    background: #fff;
    box-shadow: 0 18px 45px rgba(9, 35, 59, .08);
}

.faq-search-bar-v1 > label {
    color: #0c2540;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.faq-search-input-v1 {
    position: relative;
}

.faq-search-input-v1 > span {
    position: absolute;
    top: 50%;
    left: 18px;
    width: 15px;
    height: 15px;
    border: 2px solid #367ab7;
    border-radius: 50%;
    transform: translateY(-55%);
    pointer-events: none;
}

.faq-search-input-v1 > span::after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -4px;
    width: 7px;
    height: 2px;
    background: #367ab7;
    transform: rotate(45deg);
}

.faq-search-input-v1 input {
    height: 54px;
    padding: 0 46px 0 50px;
    border: 1px solid #cbd9e3;
    border-radius: 5px;
    background: #f7fafc;
    font-size: 14px;
}

.faq-search-input-v1 input:focus {
    border-color: #1a78ff;
    box-shadow: 0 0 0 4px rgba(26, 120, 255, .1);
}

.faq-search-input-v1 button {
    position: absolute;
    top: 50%;
    right: 8px;
    display: none;
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 50%;
    background: #e9f0f5;
    color: #496174;
    font-size: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.faq-search-input-v1.has-value button {
    display: block;
}

.faq-search-bar-v1 > p {
    margin: 0;
    color: #6f8293;
    font-size: 13px;
    text-align: right;
}

.faq-filter-row-v1 {
    display: flex;
    gap: 8px;
    padding: 26px 0 34px;
    overflow-x: auto;
    scrollbar-width: none;
}

.faq-filter-row-v1::-webkit-scrollbar {
    display: none;
}

.faq-filter-row-v1 button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 39px;
    padding: 0 14px;
    border: 1px solid #cfdae3;
    border-radius: 999px;
    background: #fff;
    color: #4a6072;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
}

.faq-filter-row-v1 button span {
    display: grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #edf3f7;
    font-size: 12px;
}

.faq-filter-row-v1 button:hover,
.faq-filter-row-v1 button.is-active {
    border-color: #0c2540;
    background: #0c2540;
    color: #fff;
}

.faq-filter-row-v1 button.is-active span {
    background: #c8ff3d;
    color: #0c2540;
}

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

.faq-index-v1 {
    position: sticky;
    top: 112px;
    padding: 22px;
    border: 1px solid #d4e0e9;
    background: #fff;
}

.faq-index-v1 > span {
    color: #1a78ff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .18em;
}

.faq-index-v1 nav {
    margin-top: 14px;
    border-top: 1px solid #dae4eb;
}

.faq-index-v1 nav a {
    display: grid;
    grid-template-columns: 27px 1fr;
    gap: 8px;
    align-items: center;
    min-height: 55px;
    border-bottom: 1px solid #dae4eb;
}

.faq-index-v1 nav a:hover b {
    color: #1a78ff;
}

.faq-index-v1 nav small {
    color: #1a78ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
    font-weight: 800;
}

.faq-index-v1 nav b {
    font-size: 13px;
    line-height: 1.25;
    transition: color .2s ease;
}

.faq-index-v1 > div {
    display: grid;
    grid-template-columns: 10px 1fr;
    gap: 10px;
    margin-top: 22px;
}

.faq-index-v1 > div i {
    width: 7px;
    height: 7px;
    margin-top: 5px;
    border-radius: 50%;
    background: #c8ff3d;
    box-shadow: 0 0 0 4px rgba(200, 255, 61, .2);
}

.faq-index-v1 > div p {
    margin: 0;
    color: #788a99;
    font-size: 12px;
    line-height: 1.55;
}

.faq-sections-v1 {
    display: grid;
    gap: 34px;
    min-width: 0;
}

.faq-category-v1 {
    scroll-margin-top: 115px;
    border: 1px solid #d3dfe8;
    background: #fff;
}

.faq-category-v1[hidden],
.faq-items-v1 details[hidden] {
    display: none;
}

.faq-category-v1 > header {
    display: grid;
    grid-template-columns: 55px 1fr auto;
    gap: 20px;
    align-items: start;
    padding: 27px 30px;
    border-bottom: 1px solid #d6e1e9;
    background: #eaf2f8;
}

.faq-category-v1 > header > span {
    color: #1a78ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
}

.faq-category-v1 h2 {
    margin: 0;
    font-size: 24px;
    letter-spacing: -.03em;
}

.faq-category-v1 header p {
    max-width: 640px;
    margin: 7px 0 0;
    color: #637789;
    font-size: 12px;
    line-height: 1.55;
}

.faq-category-v1 header > small {
    padding: 7px 10px;
    border: 1px solid #c4d6e3;
    border-radius: 999px;
    color: #607487;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.faq-items-v1 details {
    scroll-margin-top: 115px;
    border-bottom: 1px solid #dce5ec;
}

.faq-items-v1 details:last-child {
    border-bottom: 0;
}

.faq-items-v1 summary {
    display: grid;
    grid-template-columns: 55px 1fr 28px;
    gap: 20px;
    align-items: center;
    min-height: 82px;
    padding: 18px 30px;
    list-style: none;
    cursor: pointer;
}

.faq-items-v1 summary::-webkit-details-marker {
    display: none;
}

.faq-items-v1 summary:hover {
    background: #f8fbfd;
}

.faq-items-v1 summary small {
    color: #1a78ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
}

.faq-items-v1 summary b {
    font-size: 15px;
    line-height: 1.4;
}

.faq-items-v1 summary span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid #c7d6e1;
    border-radius: 50%;
    color: #1a78ff;
    font-size: 15px;
    transition: transform .2s ease, background .2s ease;
}

.faq-items-v1 details[open] summary {
    background: #f8fbfd;
}

.faq-items-v1 details[open] summary span {
    border-color: #1a78ff;
    background: #1a78ff;
    color: #fff;
    transform: rotate(45deg);
}

.faq-items-v1 details > div {
    padding: 0 70px 28px 105px;
    background: #f8fbfd;
}

.faq-items-v1 details p {
    max-width: 770px;
    margin: 0;
    padding-left: 20px;
    border-left: 2px solid #9acfff;
    color: #536a7d;
    font-size: 14px;
    line-height: 1.75;
}

.faq-empty-v1 {
    padding: 75px 30px;
    border: 1px solid #d3dfe8;
    background: #fff;
    text-align: center;
}

.faq-empty-v1 > span {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #eaf2f8;
    color: #1a78ff;
    font-size: 28px;
    font-weight: 800;
}

.faq-empty-v1 h2 {
    margin: 0;
    font-size: 26px;
}

.faq-empty-v1 p {
    max-width: 540px;
    margin: 12px auto 24px;
    color: #64788a;
    font-size: 13px;
}

.faq-cta-v1 {
    position: relative;
    overflow: hidden;
    padding: 75px 0;
    background: #0a1b30;
    color: #fff;
}

.faq-cta-v1::after {
    content: "";
    position: absolute;
    right: 5%;
    bottom: -130px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(36, 201, 255, .2);
    border-radius: 50%;
}

.faq-cta-grid-v1 {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: 90px;
    align-items: center;
}

.faq-cta-grid-v1 span {
    display: block;
    margin-bottom: 16px;
    color: #c8ff3d;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .2em;
}

.faq-cta-grid-v1 h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(37px, 4vw, 58px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.faq-cta-grid-v1 p {
    margin: 0 0 24px;
    color: #9eb0c0;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 1000px) {
    .faq-hero-grid-v1 { grid-template-columns: 1fr; gap: 45px; min-height: 0; }
    .faq-quick-v1 { max-width: 700px; }
    .faq-layout-v1 { grid-template-columns: 210px minmax(0, 1fr); gap: 30px; }
    .faq-cta-grid-v1 { gap: 45px; }
}

@media (max-width: 760px) {
    .faq-hero-grid-v1 { padding-top: 70px; padding-bottom: 60px; }
    .faq-hero-copy-v1 h1 { font-size: clamp(44px, 12vw, 64px); }
    .faq-hero-copy-v1 > p { font-size: 15px; }
    .faq-stats-v1 > div { align-items: flex-start; flex-direction: column; gap: 5px; padding-right: 18px; margin-right: 18px; }
    .faq-search-bar-v1 { grid-template-columns: 1fr; gap: 10px; padding: 20px; }
    .faq-search-bar-v1 > p { text-align: left; }
    .faq-layout-v1 { grid-template-columns: 1fr; }
    .faq-index-v1 { display: none; }
    .faq-category-v1 > header { grid-template-columns: 38px 1fr; padding: 23px 20px; }
    .faq-category-v1 header > small { display: none; }
    .faq-items-v1 summary { grid-template-columns: 38px 1fr 28px; gap: 10px; min-height: 76px; padding: 16px 20px; }
    .faq-items-v1 summary b { font-size: 14px; }
    .faq-items-v1 details > div { padding: 0 20px 25px 68px; }
    .faq-items-v1 details p { padding-left: 14px; font-size: 13px; }
    .faq-cta-grid-v1 { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 480px) {
    .faq-hero-grid-v1 { padding-top: 55px; }
    .faq-quick-v1 { padding: 23px 20px; }
    .faq-stats-v1 { justify-content: space-between; }
    .faq-stats-v1 > div { min-width: 0; padding-right: 11px; margin-right: 11px; }
    .faq-stats-v1 strong { font-size: 27px; }
    .faq-stats-v1 span { font-size: 12px; }
    .faq-filter-row-v1 { margin-right: -14px; }
    .faq-category-v1 > header { grid-template-columns: 1fr; gap: 8px; }
    .faq-category-v1 h2 { font-size: 22px; }
    .faq-items-v1 summary { grid-template-columns: 1fr 28px; }
    .faq-items-v1 summary small { grid-column: 1 / -1; }
    .faq-items-v1 details > div { padding: 0 20px 25px; }
}
