.svelta-faq-body {
    background:
        radial-gradient(circle at 12% 10%, rgba(47, 154, 203, .14), transparent 30rem),
        radial-gradient(circle at 88% 22%, rgba(223, 204, 174, .3), transparent 30rem),
        linear-gradient(180deg, #f7f4ed 0%, #eef7f8 52%, #f4ece0 100%);
}

.svelta-faq-main {
    display: grid;
    gap: clamp(22px, 3vw, 38px);
    padding: 18px 0 72px;
}

.svelta-faq-hero,
.svelta-faq-tools,
.svelta-faq-group,
.svelta-faq-cta {
    border: 1px solid rgba(255, 255, 255, .78);
    background:
        radial-gradient(circle at 86% 4%, rgba(74, 177, 215, .12), transparent 22rem),
        linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(247, 242, 233, .52));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .96),
        0 24px 58px rgba(29, 51, 68, .11);
    backdrop-filter: blur(20px) saturate(1.12);
    -webkit-backdrop-filter: blur(20px) saturate(1.12);
}

.svelta-faq-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    padding: clamp(34px, 6vw, 78px);
    border-radius: 28px;
}

.svelta-faq-hero h1 {
    max-width: 12ch;
    margin: 12px 0 18px;
    color: #0b2943;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(45px, 6vw, 82px);
    font-weight: 500;
    line-height: .96;
    letter-spacing: -.04em;
}

.svelta-faq-hero > div > p {
    max-width: 720px;
    margin: 0;
    color: #5d6c79;
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.65;
}

.svelta-faq-hero__aside {
    padding: 24px;
    border: 1px solid rgba(14, 79, 131, .14);
    border-radius: 20px;
    background: rgba(255, 255, 255, .62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 16px 34px rgba(14, 79, 131, .1);
}

.svelta-faq-hero__aside strong {
    display: block;
    color: #102f4a;
    font-size: 20px;
}

.svelta-faq-hero__aside p {
    margin: 9px 0 18px;
    color: #667684;
    line-height: 1.55;
}

.svelta-faq-hero__aside a,
.svelta-faq-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 18px;
    border: 1px solid rgba(14, 79, 131, .18);
    border-radius: 15px;
    color: #0e4f83;
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .96), 0 12px 26px rgba(22, 55, 79, .1);
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.svelta-faq-tools {
    padding: clamp(22px, 3vw, 34px);
    border-radius: 22px;
}

.svelta-faq-tools > label {
    display: block;
    margin-bottom: 10px;
    color: #18364f;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.svelta-faq-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.svelta-faq-search input {
    width: 100%;
    min-height: 56px;
    padding: 12px 18px;
    border: 1px solid rgba(14, 79, 131, .2);
    border-radius: 16px;
    outline: 0;
    color: #102f4a;
    background: rgba(255, 255, 255, .76);
    box-shadow: inset 0 1px 2px rgba(14, 79, 131, .06);
    font: inherit;
}

.svelta-faq-search input:focus {
    border-color: rgba(14, 111, 173, .58);
    box-shadow: 0 0 0 4px rgba(28, 139, 194, .12);
}

.svelta-faq-search button,
.svelta-faq-tools__row button {
    min-height: 44px;
    padding: 9px 16px;
    border: 1px solid rgba(14, 79, 131, .18);
    border-radius: 14px;
    color: #0e4f83;
    background: rgba(255, 255, 255, .68);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
    font-weight: 800;
}

.svelta-faq-tools__row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-top: 14px;
}

.svelta-faq-tools__row p {
    margin: 0;
    color: #647584;
    font-size: 14px;
}

.svelta-faq-tools__row > div {
    display: flex;
    gap: 8px;
}

.svelta-faq-jump {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.svelta-faq-jump a {
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 999px;
    color: #23445f;
    background: rgba(255, 255, 255, .62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .96), 0 8px 18px rgba(31, 60, 81, .08);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.svelta-faq-groups {
    display: grid;
    gap: 24px;
}

.svelta-faq-group {
    display: grid;
    grid-template-columns: minmax(220px, .34fr) minmax(0, .66fr);
    gap: clamp(24px, 4vw, 58px);
    padding: clamp(24px, 4vw, 46px);
    border-radius: 24px;
    scroll-margin-top: 120px;
}

.svelta-faq-group > header {
    align-self: start;
    position: sticky;
    top: 112px;
}

.svelta-faq-group h2 {
    margin: 11px 0 12px;
    color: #102f4a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 500;
    line-height: 1.02;
}

.svelta-faq-group header p {
    margin: 0;
    color: #687887;
    line-height: 1.58;
}

.svelta-faq-list {
    display: grid;
    gap: 10px;
}

.svelta-faq-item {
    border: 1px solid rgba(14, 79, 131, .13);
    border-radius: 17px;
    background: rgba(255, 255, 255, .65);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .96), 0 9px 22px rgba(25, 57, 79, .06);
}

.svelta-faq-item summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 14px;
    align-items: center;
    min-height: 66px;
    padding: 14px 16px 14px 20px;
    cursor: pointer;
    color: #173650;
    font-size: 16px;
    font-weight: 800;
    list-style: none;
}

.svelta-faq-item summary::-webkit-details-marker {
    display: none;
}

.svelta-faq-item summary i {
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(14, 79, 131, .16);
    border-radius: 50%;
    background: rgba(240, 248, 251, .88);
}

.svelta-faq-item summary i::before,
.svelta-faq-item summary i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background: #0e6f9f;
    transform: translate(-50%, -50%);
    transition: transform 160ms ease;
}

.svelta-faq-item summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.svelta-faq-item[open] {
    border-color: rgba(14, 112, 164, .26);
    background: rgba(255, 255, 255, .82);
}

.svelta-faq-item[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0);
}

.svelta-faq-answer {
    padding: 0 66px 19px 20px;
}

.svelta-faq-answer p {
    margin: 0;
    color: #627381;
    line-height: 1.68;
}

.svelta-faq-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: clamp(28px, 4vw, 48px);
    border-radius: 24px;
}

.svelta-faq-cta h2 {
    margin: 10px 0;
    color: #102f4a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 500;
}

.svelta-faq-cta p {
    margin: 0;
    color: #687887;
}

.svelta-faq-cta > div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}

.svelta-faq-cta .svelta-faq-cta__primary {
    border-color: rgba(255, 255, 255, .8);
    color: #fff;
    background:
        radial-gradient(circle at 28% 0%, rgba(255, 255, 255, .48), transparent 46%),
        linear-gradient(135deg, rgba(12, 101, 158, .97), rgba(5, 74, 121, .88));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), 0 16px 32px rgba(14, 79, 131, .24);
}

[data-faq-group][hidden],
[data-faq-item][hidden] {
    display: none;
}

@media (max-width: 900px) {
    .svelta-faq-hero,
    .svelta-faq-group,
    .svelta-faq-cta {
        grid-template-columns: 1fr;
    }

    .svelta-faq-group > header {
        position: static;
    }

    .svelta-faq-cta > div:last-child {
        justify-content: flex-start;
    }
}

@media (max-width: 620px) {
    .svelta-faq-main {
        padding-top: 8px;
    }

    .svelta-faq-hero,
    .svelta-faq-tools,
    .svelta-faq-group,
    .svelta-faq-cta {
        border-radius: 19px;
    }

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

    .svelta-faq-tools__row {
        align-items: flex-start;
        flex-direction: column;
    }

    .svelta-faq-tools__row > div,
    .svelta-faq-tools__row button,
    .svelta-faq-cta > div:last-child,
    .svelta-faq-cta a {
        width: 100%;
    }

    .svelta-faq-answer {
        padding-right: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .svelta-faq-item summary i::after,
    .svelta-faq-item summary i::before {
        transition: none;
    }
}
