.fq-hero,
.fq-proof,
.fq-explainer,
.fq-requirements,
.fq-choose,
.fq-process,
.fq-authority,
.fq-final-cta {
    font-family: inherit;
}

.fq-hero {
    max-width: 1500px;
    margin: 48px auto 70px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 60px;
    align-items: center;
}

.fq-trust-pill,
.fq-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 900;
}

.fq-trust-pill {
    margin-bottom: 30px;
    padding: 12px 22px;
    background: #ffffff;
    border: 1px solid #e7e9f0;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    color: #202331;
    font-size: 15px;
}

.fq-eyebrow {
    margin-bottom: 18px;
    padding: 9px 16px;
    background: #fff0ea;
    color: #ff4f1f;
    font-size: 14px;
}

.fq-hero h1 {
    margin: 0;
    color: #050505;
    font-size: clamp(46px, 6vw, 82px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -0.065em;
}

.fq-hero p {
    max-width: 670px;
    margin: 18px 0 34px;
    color: #3a3d4d;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
}

.fq-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 0 34px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #ff4f1f 0%, #ff7043 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 950;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 18px 38px rgba(255, 79, 31, 0.28);
    transition: 0.22s ease;
}

.fq-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(255, 79, 31, 0.36);
}

.fq-hero-visual {
    min-height: 620px;
    border-radius: 36px;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 79, 31, 0.13), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f5f6f8 100%);
    display: grid;
    place-items: center;
    overflow: hidden;
    position: relative;
}

.fq-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(32,35,49,0.05) 1px, transparent 1px),
        linear-gradient(30deg, rgba(32,35,49,0.04) 1px, transparent 1px);
    background-size: 120px 120px;
}

.fq-certificate-card {
    width: min(500px, 86%);
    min-height: 570px;
    padding: 58px 48px;
    background: #ffffff;
    border: 16px solid #202020;
    border-radius: 8px;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.16);
    position: relative;
    z-index: 2;
    transform: rotate(-2deg);
}

.fq-certificate-card span,
.fq-certificate-card strong {
    display: block;
    font-size: clamp(38px, 4vw, 60px);
    line-height: 0.95;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.fq-certificate-card strong {
    color: #ff4f1f;
}

.fq-certificate-card p {
    margin-top: 42px;
    color: #3a3d4d;
    font-size: 16px;
}

.fq-proof {
    max-width: 1200px;
    margin: 0 auto 70px;
    padding: 24px;
    text-align: center;
    border-top: 1px solid #e7e9f0;
    border-bottom: 1px solid #e7e9f0;
}

.fq-proof p {
    margin: 0;
    color: #202331;
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 850;
    letter-spacing: -0.03em;
}

.fq-explainer,
.fq-choose,
.fq-authority {
    max-width: 1440px;
    margin: 0 auto 90px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.fq-map-card,
.fq-authority-card,
.fq-choose-visual {
    min-height: 520px;
    border-radius: 30px;
    background: #f7f8fb;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.fq-phone-map,
.fq-authority-phone {
    width: 330px;
    min-height: 560px;
    border: 13px solid #111;
    border-radius: 42px;
    background: #ffffff;
    padding: 42px 28px;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.18);
    transform: rotate(-8deg);
}

.fq-phone-map span,
.fq-authority-phone strong {
    display: block;
    color: #202331;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px;
}

.fq-phone-map strong {
    display: block;
    color: #050505;
    font-size: 62px;
    letter-spacing: -0.06em;
}

.fq-map-dots {
    margin-top: 44px;
    height: 190px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 35% 55%, #ff4f1f 0 18px, transparent 19px),
        radial-gradient(circle at 65% 30%, #ff4f1f 0 18px, transparent 19px),
        linear-gradient(135deg, #fff0ea, #ffffff);
}

.fq-explainer-content h2,
.fq-choose-content h2,
.fq-authority-content h2 {
    margin: 0 0 28px;
    color: #202331;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.08;
    letter-spacing: -0.055em;
    font-weight: 950;
}

.fq-explainer-content p,
.fq-authority-content p {
    margin: 0 0 24px;
    color: #3f4558;
    font-size: 24px;
    line-height: 1.58;
    font-weight: 500;
}

.fq-requirements,
.fq-process {
    max-width: 1440px;
    margin: 0 auto 90px;
    padding: 70px 40px;
    border-radius: 30px;
    background: #f7f8fb;
}

.fq-section-heading {
    max-width: 980px;
    margin: 0 auto 60px;
    text-align: center;
}

.fq-section-heading > span {
    display: inline-block;
    margin-bottom: 14px;
    color: #ff4f1f;
    font-weight: 950;
}

.fq-section-heading h2 {
    margin: 0 0 22px;
    color: #050505;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.08;
    font-weight: 850;
    letter-spacing: -0.055em;
}

.fq-section-heading p {
    margin: 0;
    color: #202331;
    font-size: 22px;
    line-height: 1.45;
}

.fq-requirement-grid,
.fq-process-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.fq-requirement-list,
.fq-timeline {
    display: grid;
    gap: 34px;
}

.fq-requirement-item,
.fq-timeline-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 24px;
}

.fq-requirement-item span,
.fq-timeline-item span {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #ff4f1f;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 20px;
    font-weight: 950;
}

.fq-requirement-item h3,
.fq-timeline-item h3 {
    margin: 0 0 10px;
    color: #050505;
    font-size: 23px;
    letter-spacing: -0.025em;
}

.fq-requirement-item p,
.fq-timeline-item p {
    margin: 0;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.5;
}

.fq-doc-stack {
    position: relative;
    min-height: 360px;
    display: grid;
    place-items: center;
}

.fq-paper {
    position: absolute;
    width: 360px;
    height: 270px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
}

.fq-paper.one {
    transform: rotate(-8deg) translate(-22px, 16px);
    opacity: 0.65;
}

.fq-paper.two {
    transform: rotate(6deg) translate(24px, -8px);
    opacity: 0.8;
}

.fq-paper.three {
    position: relative;
    padding: 42px;
    transform: rotate(-1deg);
}

.fq-paper.three strong {
    display: block;
    font-size: 34px;
    color: #202331;
    margin-bottom: 14px;
}

.fq-paper.three p {
    color: #667085;
}

.fq-service-stack {
    width: min(520px, 90%);
    display: grid;
    gap: 18px;
}

.fq-service-stack div {
    padding: 24px 30px;
    border-radius: 18px;
    background: #ffffff;
    color: #202331;
    font-size: 18px;
    font-weight: 850;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.fq-service-stack .active {
    background: #202331;
    color: #ffffff;
    transform: translateX(24px);
}

.fq-accordion-list {
    display: grid;
    gap: 18px;
}

.fq-accordion-item {
    border-left: 3px solid #dbe1ea;
    padding: 8px 0 8px 28px;
}

.fq-accordion-item strong {
    display: block;
    color: #050505;
    font-size: 30px;
    letter-spacing: -0.035em;
    margin-bottom: 8px;
}

.fq-accordion-item p {
    margin: 0;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.5;
}

.fq-phone-search {
    min-height: 620px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle, transparent 35%, rgba(255, 79, 31, 0.2) 36%, transparent 37%),
        radial-gradient(circle, transparent 50%, rgba(15, 23, 42, 0.08) 51%, transparent 52%);
}

.fq-phone-search > div {
    width: 330px;
    min-height: 560px;
    border-radius: 42px;
    border: 13px solid #111;
    background: #ffffff;
    padding: 42px 28px;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.18);
    transform: rotate(8deg);
}

.fq-phone-search span {
    display: block;
    color: #202331;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 38px;
}

.fq-phone-search strong {
    display: block;
    color: #050505;
    font-size: 42px;
    margin-bottom: 24px;
}

.fq-phone-search p {
    color: #667085;
    line-height: 1.5;
}

.fq-phone-search button {
    width: 100%;
    min-height: 58px;
    margin-top: 40px;
    border: none;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff4f1f, #ff7043);
    color: #ffffff;
    font-weight: 950;
    font-size: 18px;
}

.fq-authority-phone span {
    display: inline-flex;
    background: #fff0ea;
    color: #ff4f1f;
    border-radius: 14px;
    padding: 12px 18px;
    font-size: 34px;
    font-weight: 950;
    margin-bottom: 28px;
}

.fq-authority-phone p {
    color: #667085;
    line-height: 1.5;
}

.fq-authority-content ul {
    margin: 22px 0 0;
    padding-left: 24px;
    color: #3f4558;
    font-size: 20px;
    line-height: 1.8;
}

.fq-final-cta {
    max-width: 1180px;
    margin: 0 auto 90px;
    padding: 64px 42px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 216, 202, 0.55), transparent 30%),
        linear-gradient(135deg, #202331 0%, #121420 100%);
    color: #ffffff;
    text-align: center;
}

.fq-final-cta h2 {
    max-width: 820px;
    margin: 0 auto 18px;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.fq-final-cta p {
    max-width: 700px;
    margin: 0 auto 34px;
    color: rgba(255,255,255,0.78);
    font-size: 19px;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .fq-hero,
    .fq-explainer,
    .fq-requirement-grid,
    .fq-choose,
    .fq-process-grid,
    .fq-authority {
        grid-template-columns: 1fr;
    }

    .fq-hero-visual {
        min-height: 500px;
    }

    .fq-choose-visual,
    .fq-map-card,
    .fq-authority-card {
        min-height: 430px;
    }
}

@media (max-width: 760px) {
    .fq-hero {
        margin-top: 34px;
        gap: 36px;
    }

    .fq-hero h1 {
        font-size: 44px;
    }

    .fq-hero p {
        font-size: 18px;
    }

    .fq-hero-visual {
        min-height: 420px;
        border-radius: 26px;
    }

    .fq-certificate-card {
        min-height: 380px;
        padding: 36px 26px;
        border-width: 10px;
    }

    .fq-proof {
        margin-bottom: 52px;
    }

    .fq-explainer,
    .fq-choose,
    .fq-authority {
        gap: 36px;
        margin-bottom: 60px;
    }

    .fq-explainer-content h2,
    .fq-choose-content h2,
    .fq-authority-content h2,
    .fq-section-heading h2 {
        font-size: 40px;
    }

    .fq-explainer-content p,
    .fq-authority-content p,
    .fq-section-heading p {
        font-size: 18px;
    }

    .fq-requirements,
    .fq-process {
        margin: 0 16px 60px;
        padding: 44px 20px;
    }

    .fq-requirement-item,
    .fq-timeline-item {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .fq-phone-map,
    .fq-phone-search > div,
    .fq-authority-phone {
        width: 280px;
        min-height: 450px;
        padding: 34px 22px;
    }

    .fq-phone-map strong {
        font-size: 48px;
    }

    .fq-paper {
        width: 280px;
        height: 230px;
    }

    .fq-paper.three {
        padding: 28px;
    }

    .fq-paper.three strong {
        font-size: 26px;
    }

    .fq-service-stack .active {
        transform: none;
    }

    .fq-accordion-item strong {
        font-size: 24px;
    }

    .fq-primary-btn {
        width: 100%;
    }

    .fq-final-cta {
        margin: 0 16px 60px;
        padding: 44px 24px;
    }
}
