:root {
    --faq-blue: #2563eb;
    --faq-blue-dark: #1d4ed8;
    --faq-sky: #eaf4ff;
    --faq-cyan: #0891b2;
    --faq-purple: #7c3aed;
    --faq-orange: #f59e0b;
    --faq-ink: #071126;
    --faq-muted: #64748b;
    --faq-line: rgba(15, 23, 42, 0.1);
    --faq-card: rgba(255, 255, 255, 0.92);
    --faq-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.faq-page {
    color: var(--faq-ink);
    background:
        radial-gradient(circle at 10% 8%, rgba(37, 99, 235, 0.12), transparent 30%),
        radial-gradient(circle at 90% 16%, rgba(14, 165, 233, 0.16), transparent 32%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #f8fbff 100%);
    overflow: hidden;
}

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

.faq-hero {
    position: relative;
    padding: 96px 0 64px;
}

.faq-hero::before,
.faq-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(4px);
}

.faq-hero::before {
    width: 360px;
    height: 360px;
    left: -170px;
    top: 50px;
    background: rgba(37, 99, 235, 0.12);
}

.faq-hero::after {
    width: 280px;
    height: 280px;
    right: -120px;
    bottom: 0;
    background: rgba(124, 58, 237, 0.1);
}

.faq-pill,
.faq-nav-head span,
.faq-section-head span,
.faq-target-head span,
.faq-cta-card span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 10px 18px;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 999px;
    color: var(--faq-blue);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.08);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.faq-hero-title {
    margin: 26px 0 20px;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -0.06em;
    color: #050b1f;
}

.faq-hero-lead {
    max-width: 720px;
    margin: 0 0 30px;
    color: #475569;
    font-size: 17px;
    font-weight: 600;
    line-height: 2;
}

.faq-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.faq-btn-primary,
.faq-btn-ghost,
.faq-btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    font-weight: 900;
    transition: all 0.22s ease;
}

.faq-btn-primary {
    color: #fff !important;
    border: 0;
    background: linear-gradient(135deg, #2563eb 0%, #14b8a6 100%);
    box-shadow: 0 18px 34px rgba(37, 99, 235, 0.28);
}

.faq-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 46px rgba(37, 99, 235, 0.34);
}

.faq-btn-ghost {
    color: var(--faq-blue) !important;
    border: 1px solid rgba(37, 99, 235, 0.22);
    background: rgba(255, 255, 255, 0.82);
}

.faq-btn-ghost:hover {
    color: #fff !important;
    background: var(--faq-blue);
    transform: translateY(-2px);
}

.faq-trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 760px;
}

.faq-trust-row > div {
    padding: 16px 18px;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
}

.faq-trust-row strong,
.faq-trust-row span {
    display: block;
}

.faq-trust-row strong {
    margin-bottom: 4px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
}

.faq-trust-row span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.7;
}

.faq-hero-card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 470px;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 44px;
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.9), rgba(239, 246, 255, 0.78)),
        radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.12), transparent 42%);
    box-shadow: var(--faq-shadow);
    overflow: hidden;
}

.faq-hero-card-glow {
    position: absolute;
    inset: 11%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.18), transparent 62%);
}

.faq-hero-image {
    position: relative;
    width: min(92%, 430px);
    height: auto;
    border-radius: 30px;
    filter: drop-shadow(0 24px 34px rgba(15, 23, 42, 0.16));
}

.faq-hero-floating-card {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 999px;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
    font-size: 13px;
    font-weight: 900;
    backdrop-filter: blur(12px);
}

.faq-hero-floating-card i {
    color: var(--faq-blue);
    font-size: 18px;
}

.faq-hero-floating-card-one {
    left: 22px;
    top: 68px;
}

.faq-hero-floating-card-two {
    right: 22px;
    bottom: 62px;
}

.faq-nav-section {
    position: relative;
    padding: 12px 0 58px;
}

.faq-nav-card {
    padding: 36px;
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
}

.faq-nav-head {
    margin-bottom: 26px;
}

.faq-nav-head h2,
.faq-section-head h2,
.faq-target-head h2 {
    margin: 16px 0 10px;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 950;
    letter-spacing: -0.04em;
}

.faq-nav-head p,
.faq-section-head p,
.faq-target-head p {
    margin: 0;
    color: #64748b;
    font-weight: 700;
    line-height: 1.8;
}

.faq-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.faq-category-card {
    position: relative;
    display: block;
    min-height: 178px;
    padding: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    color: #061029 !important;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: all 0.24s ease;
}

.faq-category-card::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -34px;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    opacity: 0.12;
}

.faq-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12);
}

.faq-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 16px;
    background: #eff6ff;
}

.faq-category-icon i {
    font-size: 22px;
}

.faq-category-card strong,
.faq-category-card small {
    display: block;
}

.faq-category-card strong {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.faq-category-card small {
    color: #475569;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.65;
}

.faq-category-blue .faq-category-icon,
.faq-category-blue::after {
    background: #dbeafe;
}

.faq-category-blue .faq-category-icon i {
    color: #2563eb;
}

.faq-category-cyan .faq-category-icon,
.faq-category-cyan::after {
    background: #cffafe;
}

.faq-category-cyan .faq-category-icon i {
    color: #0891b2;
}

.faq-category-purple .faq-category-icon,
.faq-category-purple::after {
    background: #ede9fe;
}

.faq-category-purple .faq-category-icon i {
    color: #7c3aed;
}

.faq-category-orange .faq-category-icon,
.faq-category-orange::after {
    background: #fef3c7;
}

.faq-category-orange .faq-category-icon i {
    color: #d97706;
}

.faq-section,
.faq-flow-section {
    padding: 76px 0;
}

.faq-section-head {
    max-width: 780px;
    margin: 0 auto 38px;
}

.faq-accordion-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 24px;
    align-items: start;
}

.faq-accordion {
    display: grid;
    gap: 14px;
}

.faq-accordion .accordion-item {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px !important;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.faq-accordion .accordion-button {
    min-height: 74px;
    padding: 22px 26px;
    color: #071126;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 24px !important;
    box-shadow: none;
    font-size: 17px;
    font-weight: 950;
    letter-spacing: -0.02em;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--faq-blue);
    background: linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.96));
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.faq-accordion .accordion-body {
    padding: 0 26px 26px;
    color: #475569;
    font-size: 15.5px;
    font-weight: 650;
    line-height: 2;
}

.faq-side-note {
    position: sticky;
    top: 92px;
    padding: 28px;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.22), transparent 30%),
        linear-gradient(135deg, #2563eb 0%, #14b8a6 100%);
    box-shadow: 0 24px 54px rgba(37, 99, 235, 0.28);
}

.faq-side-note-icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.18);
}

.faq-side-note-icon i {
    font-size: 28px;
}

.faq-side-note h3 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -0.04em;
    color: #fff8e7 !important;
}

.faq-side-note p {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
    line-height: 1.9;
}

.faq-side-note a {
    color: #fff !important;
    font-weight: 950;
    text-decoration: none;
}

.faq-target-section {
    position: relative;
    padding: 74px 0;
}

.faq-target-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.52;
    pointer-events: none;
}

.faq-target-section .container {
    position: relative;
}

.faq-target-blue {
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.7), rgba(255, 255, 255, 0.98));
}

.faq-target-cyan {
    background: linear-gradient(180deg, rgba(236, 254, 255, 0.76), rgba(255, 255, 255, 0.98));
}

.faq-target-purple {
    background: linear-gradient(180deg, rgba(245, 243, 255, 0.82), rgba(255, 255, 255, 0.98));
}

.faq-target-orange {
    background: linear-gradient(180deg, rgba(255, 251, 235, 0.9), rgba(255, 255, 255, 0.98));
}

.faq-target-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.faq-target-head > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 28px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    font-size: 38px;
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.22);
}

.faq-target-cyan .faq-target-head > i {
    background: linear-gradient(135deg, #0891b2, #22c55e);
}

.faq-target-purple .faq-target-head > i {
    background: linear-gradient(135deg, #7c3aed, #2563eb);
}

.faq-target-orange .faq-target-head > i {
    background: linear-gradient(135deg, #f59e0b, #ef4444);
}

.faq-target-accordion {
    max-width: 960px;
}

.faq-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.faq-flow-card {
    position: relative;
    min-height: 230px;
    padding: 28px;
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.faq-flow-card::after {
    content: "";
    position: absolute;
    right: -36px;
    top: -36px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.08);
}

.faq-flow-number {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    font-weight: 950;
}

.faq-flow-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.faq-flow-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #64748b;
    font-weight: 700;
    line-height: 1.8;
}

.faq-cta-section {
    padding: 36px 0 96px;
}

.faq-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 44px;
    border-radius: 38px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.22), transparent 32%),
        linear-gradient(135deg, #1d4ed8 0%, #0891b2 52%, #14b8a6 100%);
    box-shadow: 0 28px 70px rgba(37, 99, 235, 0.28);
}

.faq-cta-card span {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
}

    .faq-cta-card h2 {
        max-width: 760px;
        margin: 18px 0 14px;
        font-size: clamp(28px, 4vw, 44px);
        font-weight: 950;
        letter-spacing: -0.05em;
        line-height: 1.18;
        color: #fff8e7 !important;
    }

.faq-cta-card p {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
    line-height: 1.9;
}

.faq-btn-white {
    flex: 0 0 auto;
    color: #1d4ed8 !important;
    background: #fff;
    border: 0;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.faq-btn-white:hover {
    color: #fff !important;
    background: #071126;
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .faq-hero {
        padding: 72px 0 42px;
    }

    .faq-hero-card {
        min-height: 420px;
    }

    .faq-trust-row,
    .faq-category-grid,
    .faq-accordion-wrap,
    .faq-flow-grid {
        grid-template-columns: 1fr;
    }

    .faq-side-note {
        position: relative;
        top: auto;
    }

    .faq-target-head,
    .faq-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .faq-category-card {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .faq-hero {
        padding-top: 54px;
    }

    .faq-hero-title {
        font-size: 38px;
    }

    .faq-hero-lead {
        font-size: 15px;
    }

    .faq-nav-card,
    .faq-cta-card {
        padding: 24px;
        border-radius: 28px;
    }

    .faq-accordion .accordion-button {
        padding: 18px 20px;
        font-size: 15.5px;
    }

    .faq-accordion .accordion-body {
        padding: 0 20px 22px;
        font-size: 14.5px;
    }

    .faq-target-head > i {
        width: 68px;
        height: 68px;
        border-radius: 22px;
        font-size: 30px;
    }

    .faq-hero-floating-card {
        display: none;
    }
}
