/* FAQ section — shared with homepage */
.faq-section {
    --faq-navy: #052d5d;
    --faq-navy-deep: #031d3d;
    --faq-blue: #0c8fff;
    --faq-blue-soft: #eaf6ff;
    --faq-page: #ffffff;
    --faq-panel: #f3f7fa;
    --faq-text: #121a24;
    --faq-muted: #5e6976;
    --faq-line: #d8e3ec;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: clamp(62px, 8vw, 116px) 24px;
    isolation: isolate;
}

.faq-section::before {
    position: absolute;
    top: -240px;
    left: -240px;
    z-index: -1;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(12, 143, 255, 0.13), transparent 68%);
    content: "";
    pointer-events: none;
}

.faq-shell {
    display: grid;
    grid-template-columns: minmax(320px, 0.76fr) minmax(560px, 1.34fr);
    gap: clamp(50px, 8vw, 112px);
    width: min(1240px, 100%);
    margin: 0 auto;
}

.faq-intro {
    align-self: start;
}

.faq-eyebrow {
    margin: 0 0 14px;
    color: var(--faq-blue);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.faq-intro h1 {
    max-width: 430px;
    margin: 0;
    color: var(--faq-text);
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 720;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.intro-copy {
    max-width: 390px;
    margin: 24px 0 0;
    color: var(--faq-muted);
    font-size: 17px;
    line-height: 1.5;
}

.intro-copy strong {
    color: var(--faq-navy);
    font-weight: 760;
}

.help-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: clamp(28px, 3.6vw, 46px);
    padding: 36px 38px 38px;
    overflow: hidden;
    border: 1px solid #e1e9ef;
    border-radius: 30px;
    background: var(--faq-panel);
}

.help-card::after {
    position: absolute;
    right: -58px;
    bottom: -72px;
    width: 182px;
    height: 182px;
    border: 1px solid rgba(12, 143, 255, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(12, 143, 255, 0.035);
    content: "";
}

.support-people {
    display: flex;
    align-items: center;
    min-height: 46px;
    margin-bottom: 24px;
}

.person {
    position: relative;
    z-index: 2;
    width: 44px;
    height: 44px;
    margin-left: -10px;
    border: 3px solid var(--faq-panel);
    border-radius: 50%;
    background: #dbe8f3;
    object-fit: cover;
    overflow: hidden;
}

.person:first-child {
    margin-left: 0;
}

.profile-one {
    object-position: center 27%;
}

.profile-two {
    object-position: center 42%;
}

.profile-three {
    object-position: center 28%;
}

.support-plus {
    margin: 0 12px;
    color: var(--faq-navy);
    font-size: 18px;
    font-weight: 600;
}

.you-badge {
    display: grid;
    min-width: 48px;
    height: 44px;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: var(--faq-blue);
    font-size: 12px;
    font-weight: 800;
}

.help-card h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--faq-text);
    font-size: 24px;
    letter-spacing: -0.025em;
}

.help-card p {
    position: relative;
    z-index: 1;
    margin: 8px 0 24px;
    color: var(--faq-muted);
    font-size: 15px;
    line-height: 1.5;
}

.help-card .wt-glass-button {
    margin-left: -12px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-self: start;
}

.faq-item {
    overflow: hidden;
    border: 1px solid var(--faq-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(5, 45, 93, 0.015);
    transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.faq-item.is-open {
    border-color: rgba(12, 143, 255, 0.42);
    background: #fbfdff;
    box-shadow: 0 18px 38px rgba(5, 45, 93, 0.07);
}

.faq-item h2 {
    margin: 0;
}

.faq-trigger {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 26px;
    align-items: center;
    width: 100%;
    min-height: 76px;
    padding: 20px 20px 20px 26px;
    border: 0;
    color: var(--faq-text);
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.faq-trigger:focus-visible {
    outline: 3px solid rgba(12, 143, 255, 0.2);
    outline-offset: -3px;
}

.question {
    font-size: clamp(16px, 1.35vw, 19px);
    font-weight: 650;
    letter-spacing: -0.018em;
    line-height: 1.35;
}

.plus-button {
    position: relative;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--faq-panel);
    transition: background 220ms ease, transform 220ms ease;
}

.plus-button::before,
.plus-button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1.5px;
    border-radius: 99px;
    background: var(--faq-navy-deep);
    content: "";
    transform: translate(-50%, -50%);
    transition: transform 240ms ease, background 220ms ease;
}

.plus-button::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .plus-button {
    background: var(--faq-blue);
    transform: rotate(180deg);
}

.faq-item.is-open .plus-button::before,
.faq-item.is-open .plus-button::after {
    background: #fff;
}

.faq-item.is-open .plus-button::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 320ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
}

.answer-clip {
    overflow: hidden;
}

.answer-copy {
    max-width: 680px;
    margin: 0;
    padding: 0 72px 26px 26px;
    color: var(--faq-muted);
    font-size: 16px;
    line-height: 1.66;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 220ms ease, transform 260ms ease;
}

.faq-item.is-open .answer-copy {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .faq-shell {
        grid-template-columns: 1fr;
        gap: 54px;
        width: min(760px, 100%);
    }

    .faq-intro h1 {
        max-width: 680px;
    }

    .intro-copy {
        max-width: 580px;
    }

    .help-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-top: 42px;
        padding: 28px 30px;
    }

    .support-people {
        margin: 0 0 22px;
    }

    .help-text p {
        margin-bottom: 22px;
    }
}

@media (max-width: 680px) {
    .faq-section {
        padding: 54px 16px 68px;
    }

    .faq-intro h1 {
        font-size: clamp(44px, 14vw, 62px);
    }

    .intro-copy {
        margin-top: 20px;
        font-size: 16px;
    }

    .help-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 36px;
        padding: 28px;
        border-radius: 24px;
    }

    .support-people {
        margin-bottom: 22px;
    }

    .help-card p {
        margin-bottom: 22px;
    }

    .faq-list {
        gap: 12px;
    }

    .faq-item {
        border-radius: 18px;
    }

    .faq-trigger {
        min-height: 72px;
        gap: 18px;
        padding: 18px 16px 18px 20px;
    }

    .question {
        font-size: 16px;
    }

    .plus-button {
        width: 32px;
        height: 32px;
    }

    .answer-copy {
        padding: 0 20px 22px;
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .faq-item,
    .faq-answer,
    .answer-copy,
    .plus-button,
    .plus-button::before,
    .plus-button::after,
    .help-card .wt-glass-button {
        transition: none;
    }
}
