:root {
    --font-body: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    --font-head: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    --color-navy: #0f2d52;
    --color-green: #62b832;
    --color-blue: #1f9fe5;
    --color-text: #1d2939;
    --color-muted: #667085;
    --color-white: #ffffff;
    --color-light: #f5f8fb;
    --shadow-soft: 0 12px 30px rgba(15, 45, 82, 0.08);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    max-width: 680px;
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--color-muted);
    margin: 0 auto;
}

.page-hero__content p {
    margin-left: 0;
    font-size: clamp(1.05rem, 0.956rem + 0.303vw, 1.32rem);
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-head);
}

h1 {
    max-width: 760px;
    margin: 18px 0 22px;
    font-size: clamp(2rem, 1.5758rem + 2.0202vw, 4rem);
    color: var(--color-navy);
    line-height: 1.06;
    letter-spacing: -0.015em;
}

h2 {
    font-size: clamp(1.75rem, 1.5379rem + 1.0101vw, 2.75rem);
    line-height: 1.10;
    letter-spacing: 0;
    margin: 18px 0 18px;
    color: var(--color-navy);
    max-width: 720px;
    margin-inline: auto;
}

.container {
    width: min(100% - 32px, 1240px);
    margin-inline: auto;
}

.text-center {
    text-align: center;
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--color-green);
    outline-offset: 4px;
}

/*Provisional*/
.div-image-container {
    max-width: 644px;
    margin: 2rem auto;
    padding-inline: 1rem;
}

.section {
    padding: 96px 0;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(98, 184, 50, 0.12);
    color: var(--color-green);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-badge--light {
    background: rgba(255, 255, 255, 0.14);
    color: var(--color-white);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.22s ease;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn:hover {
    transform: translate3d(0, -1px, 0);
}

.btn-primary {
    background: var(--color-green);
    color: var(--color-white);
    box-shadow: 0 12px 28px rgba(98, 184, 50, 0.24);
}

.btn-primary:hover {
    background: #4fa225;
    box-shadow: 0 14px 28px rgba(98, 184, 50, 0.18);
}

.btn-secondary {
    background: var(--color-white);
    color: var(--color-navy);
    border: 1px solid rgba(15, 45, 82, 0.12);
    box-shadow: 0 10px 24px rgba(15, 45, 82, 0.06);
}

.btn-secondary:hover {
    border-color: rgba(98, 184, 50, 0.42);
    color: var(--color-green);
}

.btn-light {
    background: var(--color-white);
    color: var(--color-navy);
}

.btn-light:hover {
    color: var(--color-green);
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.6s ease-out,
        transform 0.6s ease-out;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Final CTA */
.final-cta {
    position: relative;
    overflow: hidden;
    padding: 82px 0;
    background:
        radial-gradient(circle at top right, rgba(98, 184, 50, 0.22), transparent 34%),
        linear-gradient(135deg, #0f2d52 0%, #123b69 100%);
    color: var(--color-white);
}

.final-cta::before {
    content: "";
    position: absolute;
    left: -140px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(31, 159, 229, 0.16);
}

.final-cta__content {
    position: relative;
    z-index: 1;
    max-width: 820px;
    text-align: center;
}

.final-cta h2 {
    color: var(--color-white);
}

.final-cta p {
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.78);
}

.floating-call {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    min-height: 68px;
    background: #0f2d52;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .15);
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .25);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background-color .25s ease;
    backface-visibility: hidden;
    will-change: transform;
    animation: callPulse 3s infinite;
}

@keyframes callPulse {

    0% {
        box-shadow:
            0 12px 30px rgba(15, 45, 82, .25),
            0 0 0 0 rgba(98, 184, 50, .35);
    }

    70% {
        box-shadow:
            0 12px 30px rgba(15, 45, 82, .25),
            0 0 0 16px rgba(98, 184, 50, 0);
    }

    100% {
        box-shadow:
            0 12px 30px rgba(15, 45, 82, .25),
            0 0 0 0 rgba(98, 184, 50, 0);
    }

}

.floating-call:hover {
    transform: translateY(-3px);
    background: #123865;
    box-shadow: 0 18px 40px rgba(15, 45, 82, .32);
}

.floating-call__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
}

.floating-call__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.floating-call__content {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.floating-call__content small {
    font-size: .72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255, 255, 255, .72);
}

.floating-call__content strong {
    margin-top: 2px;
    font-size: .95rem;
    font-weight: 700;
}

.mega-menu__link svg {
    display: inline-block;
    margin-right: 3px;
}

.featured-star {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: var(--color-green);
    stroke-width: 2;
}

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 45, 82, 0.08);
    border-radius: 999px;
    color: var(--color-navy);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 26px rgba(15, 45, 82, 0.06);
}

.trust-badge__icon {
    display: grid;
    place-items: center;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(98, 184, 50, 0.12);
    color: var(--color-green);
}

.trust-badge__icon svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 980px) {
    .section {
        padding: 72px 0;
    }

    .page-hero__content {
        text-align: center;
    }

    h1 {
        max-width: 720px;
        line-height: 1.12;
        letter-spacing: -0.015em;
        margin-inline: auto;
    }

    h2 {
        max-width: 700px;
        line-height: 1.14;
    }

    .page-hero__content p {
        margin-inline: auto;
    }

    .trust-badges {
        justify-content: center;
    }

    p {
        max-width: 660px;
    }
}

@media (max-width: 640px) {
    .section {
        padding: 60px 0;
    }

    .page-hero__content h1 {
        line-height: 1.14;
    }

    h2 {
        line-height: 1.17;
    }

    .final-cta {
        padding: 72px 0;
    }

    .final-cta::before {
        content: "";
        position: absolute;
        left: -90px;
        bottom: -80px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(31, 159, 229, 0.16);
    }

    .floating-call {
        right: 16px;
        bottom: 16px;
        padding: 12px 14px;
        min-height: 60px;
    }

    .floating-call__content strong {
        font-size: .88rem;
    }

    .trust-badges {
        gap: 10px;
    }

    .trust-badge {
        width: 100%;
        justify-content: center;
    }
}