.faq-page {
    --faq-navy: #123d84;
    --faq-deep: #071f42;
    --faq-blue: #2f67c8;
    --faq-light: #f4f7fc;
    --faq-line: #d8e1ef;
    --faq-line-soft: rgba(18, 61, 132, 0.12);
    --faq-text: #24364a;
    --faq-muted: #617287;
    --faq-white: #ffffff;
    --faq-shadow: 0 24px 50px rgba(9, 29, 67, 0.08);
    --faq-shadow-soft: 0 16px 32px rgba(9, 29, 67, 0.06);
    --faq-accent: #4a97ff;
    color: var(--faq-text);
    background: #fff;
}

.faq-page--web {
    --faq-accent: #44a7d8;
}

.faq-page--estimate {
    --faq-accent: #2aa6b3;
}

.faq-page * {
    box-sizing: border-box;
}

.faq-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.faq-break-pc {
    display: block;
}

.faq-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--faq-deep) 0%, var(--faq-navy) 46%, var(--faq-accent) 100%);
}

    .faq-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 24%), radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0) 24%), radial-gradient(circle at 78% 82%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 22%);
        pointer-events: none;
    }

.faq-hero__content {
    position: relative;
    z-index: 1;
    padding: 108px 0 92px;
    color: #fff;
}

.faq-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0 0 28px;
    list-style: none;
}

.faq-breadcrumb li {
    position: relative;
    padding-right: 14px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.78);
}

    .faq-breadcrumb li:not(:last-child)::after {
        content: "/";
        position: absolute;
        right: 0;
        top: 0;
        color: rgba(255, 255, 255, 0.35);
    }

    .faq-breadcrumb li:last-child {
        padding-right: 0;
    }

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

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

.faq-hero__eyebrow,
.faq-section-head__eyebrow,
.faq-group-card__eyebrow,
.faq-switch__item span,
.faq-check-card__label {
    letter-spacing: 0.12em;
    font-weight: 800;
}

.faq-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
}

.faq-hero__title {
    margin: 20px 0 0;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.faq-hero__lead {
    max-width: 860px;
    margin: 22px 0 0;
    font-size: 18px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.92);
}

.faq-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0;
    margin: 34px 0 0;
    list-style: none;
}

    .faq-hero__chips li {
        display: inline-flex;
        align-items: center;
        min-height: 46px;
        padding: 0 18px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.10);
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5;
        backdrop-filter: blur(4px);
    }

.faq-switch-section {
    position: relative;
    z-index: 2;
    margin-top: -34px;
}

.faq-switch {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.faq-switch__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-height: 128px;
    padding: 18px 22px 20px;
    border-radius: 24px;
    border: 1px solid rgba(18, 61, 132, 0.10);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--faq-shadow-soft);
    color: var(--faq-text);
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.faq-switch__label {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(18, 61, 132, 0.08);
    color: var(--faq-blue);
    font-size: 11px;
    letter-spacing: 0.12em;
    font-weight: 800;
}

.faq-switch__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;
    color: inherit;
}

.faq-switch__status {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(18, 61, 132, 0.14);
    background: rgba(18, 61, 132, 0.05);
    color: var(--faq-text);
    font-size: 12px;
    font-weight: 800;
}

.faq-switch__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(9, 29, 67, 0.10);
    border-color: rgba(18, 61, 132, 0.18);
    color: var(--faq-text);
}

.faq-switch__item.is-active {
    background: linear-gradient(135deg, var(--faq-deep) 0%, var(--faq-navy) 52%, var(--faq-accent) 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 22px 40px rgba(9, 29, 67, 0.18);
}

    .faq-switch__item.is-active .faq-switch__label {
        background: rgba(255, 255, 255, 0.14);
        color: #fff;
    }

    .faq-switch__item.is-active .faq-switch__status {
        border-color: rgba(255, 255, 255, 0.18);
        background: linear-gradient(135deg, #ffdb28 0%, #ffbf23 100%);
        color: #102d62;
    }

.faq-intro {
    padding: 34px 0 28px;
}

.faq-intro__panel {
    padding: 34px 38px;
    border-radius: 30px;
    border: 1px solid var(--faq-line);
    background: linear-gradient(180deg, #fbfdff 0%, #f3f7fd 100%);
    box-shadow: var(--faq-shadow);
    text-align: center;
}

.faq-intro__quick {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--faq-line);
}

.faq-intro__quickLead {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: var(--faq-text);
    font-weight: 700;
}

.faq-anchor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}

.faq-anchor-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid rgba(18, 61, 132, 0.12);
    background: #fff;
    color: var(--faq-navy);
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(9, 29, 67, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

    .faq-anchor-btn:hover {
        transform: translateY(-2px);
        color: var(--faq-navy);
        border-color: rgba(18, 61, 132, 0.22);
        box-shadow: 0 14px 24px rgba(9, 29, 67, 0.10);
    }

.faq-jump-target {
    scroll-margin-top: 112px;
}

.faq-section-head__eyebrow,
.faq-group-card__eyebrow,
.faq-check-card__label {
    display: inline-block;
    color: var(--faq-blue);
    font-size: 12px;
}

.faq-section-head__title {
    margin: 14px 0 0;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.45;
    font-weight: 800;
    color: var(--faq-text);
}

.faq-section-head__lead {
    max-width: 860px;
    margin: 18px auto 0;
    font-size: 16px;
    line-height: 2;
    color: var(--faq-muted);
}

.faq-groups {
    padding: 0 0 88px;
}

.faq-groups__stack {
    display: grid;
    gap: 28px;
}

.faq-group-card {
    border-radius: 30px;
    border: 1px solid var(--faq-line);
    background: #fff;
    box-shadow: var(--faq-shadow);
    overflow: hidden;
}

.faq-group-card__head {
    padding: 28px 32px 20px;
    background: linear-gradient(135deg, rgba(18, 61, 132, 0.06) 0%, rgba(47, 103, 200, 0.10) 100%);
    border-bottom: 1px solid var(--faq-line);
}

    .faq-group-card__head h2 {
        margin: 12px 0 0;
        font-size: clamp(24px, 3vw, 32px);
        line-height: 1.4;
        font-weight: 800;
        color: var(--faq-text);
    }

.faq-group-card__body {
    padding: 6px 32px 20px;
}

.faq-accordion .accordion-item {
    border: 0;
    border-top: 1px solid var(--faq-line);
    background: transparent;
}

    .faq-accordion .accordion-item:first-child {
        border-top: 0;
    }

.faq-accordion .accordion-button {
    padding: 22px 0;
    background: transparent;
    color: var(--faq-text);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.7;
    box-shadow: none;
}

    .faq-accordion .accordion-button:hover {
        color: var(--faq-blue);
    }

    .faq-accordion .accordion-button:not(.collapsed) {
        background: transparent;
        color: var(--faq-navy);
        box-shadow: none;
    }

    .faq-accordion .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }

    .faq-accordion .accordion-button::after {
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
        opacity: 0.85;
    }

.faq-accordion .accordion-body {
    padding: 0 0 24px;
    color: var(--faq-muted);
    font-size: 15px;
    line-height: 2;
}

.faq-accordion p:last-child,
.faq-accordion ul:last-child,
.faq-accordion ol:last-child,
.faq-accordion .faq-table-wrap:last-child {
    margin-bottom: 0;
}

.faq-accordion strong,
.faq-accordion span.text-dark {
    color: var(--faq-text);
    font-weight: 800;
}

.faq-accordion ul,
.faq-accordion ol {
    padding-left: 1.3em;
    margin: 12px 0;
}

.faq-accordion li + li {
    margin-top: 6px;
}

.faq-table-wrap {
    margin-top: 16px;
    border: 1px solid var(--faq-line);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.faq-table-wrap--compact {
    max-width: 520px;
}

.faq-table {
    margin-bottom: 0;
    vertical-align: middle;
}

    .faq-table > :not(caption) > * > * {
        padding: 14px 16px;
        border-bottom-color: var(--faq-line);
    }

    .faq-table th {
        background: rgba(18, 61, 132, 0.06);
        color: var(--faq-text);
        font-weight: 800;
    }

.faq-note-end {
    margin: 10px 0 0;
    text-align: right;
    font-size: 13px;
    color: var(--faq-muted);
}

.faq-alert,
.faq-alert-inline {
    color: #c0382b;
    font-weight: 700;
}

.faq-alert-inline {
    font-size: 13px;
}

.faq-check-card {
    padding: 22px 22px 20px;
    border-radius: 22px;
    border: 1px solid rgba(18, 61, 132, 0.10);
    background: linear-gradient(180deg, #fbfdff 0%, #eef4fe 100%);
}

.faq-check-card__label {
    margin-bottom: 10px;
}

.faq-check-card p {
    margin-bottom: 14px;
}

.faq-answer-actions,
.faq-cta__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.faq-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

    .faq-btn:hover {
        transform: translateY(-2px);
    }

.faq-btn--primary {
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--faq-navy) 0%, var(--faq-blue) 100%);
    color: #fff;
    box-shadow: 0 18px 30px rgba(18, 61, 132, 0.18);
}

    .faq-btn--primary:hover {
        color: #fff;
    }

.faq-btn--secondary,
.faq-btn--ghost {
    border: 1px solid var(--faq-line);
    background: #fff;
    color: var(--faq-navy);
}

    .faq-btn--secondary:hover,
    .faq-btn--ghost:hover {
        color: var(--faq-navy);
        border-color: rgba(18, 61, 132, 0.26);
        box-shadow: 0 14px 24px rgba(9, 29, 67, 0.10);
    }

.faq-cta {
    padding: 0 0 110px;
}

.faq-cta__box {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 34px 36px;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--faq-deep) 0%, var(--faq-navy) 46%, var(--faq-accent) 100%);
    color: #fff;
    box-shadow: var(--faq-shadow);
}

.faq-cta__title {
    margin: 14px 0 0;
    font-size: clamp(26px, 3.4vw, 38px);
    line-height: 1.4;
    font-weight: 800;
}

.faq-cta__lead {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.92);
}

.faq-cta__box .faq-section-head__eyebrow {
    color: rgba(255, 255, 255, 0.82);
}

.faq-cta__box .faq-btn--secondary {
    border-color: rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
}

    .faq-cta__box .faq-btn--secondary:hover {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.40);
        box-shadow: 0 16px 28px rgba(3, 12, 30, 0.20);
    }

@media (max-width: 980px) {
    .faq-switch {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 767px) {
    .faq-container {
        width: calc(100% - 24px);
    }

    .faq-switch__item {
        min-height: auto;
    }

    .faq-intro__panel {
        padding: 26px 20px;
    }

    .faq-intro__quick {
        margin-top: 22px;
        padding-top: 20px;
    }

    .faq-anchor-list {
        justify-content: flex-start;
    }

    .faq-anchor-btn {
        width: 100%;
    }

    .faq-break-pc {
        display: none;
    }

    .faq-hero__content {
        padding: 94px 0 72px;
    }

    .faq-hero__lead {
        font-size: 16px;
        line-height: 1.9;
    }

    .faq-hero__chips {
        gap: 10px;
    }

        .faq-hero__chips li {
            min-height: 42px;
            padding: 0 14px;
            font-size: 13px;
        }

    .faq-switch-section {
        margin-top: -26px;
    }

    .faq-switch__item {
        min-height: auto;
        padding: 16px 18px;
        border-radius: 20px;
    }

    .faq-intro {
        padding: 26px 0 24px;
    }

    .faq-intro__panel,
    .faq-group-card,
    .faq-cta__box {
        border-radius: 24px;
    }

    .faq-intro__panel,
    .faq-cta__box,
    .faq-group-card__head,
    .faq-group-card__body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq-group-card__head {
        padding-top: 24px;
        padding-bottom: 18px;
    }

    .faq-group-card__body {
        padding-top: 2px;
        padding-bottom: 18px;
    }

    .faq-accordion .accordion-button {
        padding: 18px 0;
        font-size: 16px;
    }

    .faq-accordion .accordion-body {
        font-size: 14px;
        line-height: 1.85;
    }

    .faq-table-wrap {
        border-radius: 18px;
    }

    .faq-table > :not(caption) > * > * {
        padding: 12px 14px;
        font-size: 13px;
    }

    .faq-check-card {
        padding: 18px 16px 16px;
        border-radius: 18px;
    }

    .faq-btn {
        width: 100%;
    }

    .faq-cta {
        padding-bottom: 76px;
    }
}
