/* ==========================================================================
   GET CUMBRIA ONLINE — COMPLETE LANDING PAGE CSS
   Mobile-first design centred in a premium card on desktop
   ========================================================================== */

/* --- Google Font import handled via HTML link tag --- */

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {
    --brand-green: #6fbf3a;
    --brand-green-dark: #47a900;
    --brand-green-glow: rgba(111,191,58,0.38);
    --brand-green-glow-strong: rgba(111,191,58,0.56);
}

@property --logo-progress {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

@property --logo-glow {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

body {
    font-family: 'Inter', system-ui, sans-serif;
    background: #001b4a;
    color: #fff;
    min-height: 100vh;
    overflow-x: hidden;
}

/* ==========================================================================
   BACKGROUND — Fixed scenic image + navy gradient overlay
   ========================================================================== */
.bg-image {
    position: fixed;
    inset: 0;
    z-index: 0;
    background: url('../images/background.jpg') center center / cover no-repeat;
}

.bg-overlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(0,27,74,0.30) 0%,
        rgba(0,27,74,0.55) 35%,
        rgba(0,27,74,0.88) 100%
    );
}

/* ==========================================================================
   PAGE WRAPPER — Centres a ~480px mobile-card on wide screens
   ========================================================================== */
.page-wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    /* Transparent — the fixed bg shows through */
}

/* ==========================================================================
   HEADER
   - White bar, rounded bottom corners
   - Logo absolutely overhangs below the bar into the hero
   - Hamburger sits right-aligned inside the bar
   ========================================================================== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 68px;
    background: #ffffff;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 4px 18px rgba(0,0,74,0.12);
    /* NO overflow:hidden — logo hangs below deliberately */
    display: flex;
    align-items: center;
    /* Space on the left for the logo, flex pushes content right */
    padding: 0 18px 0 86px;
    justify-content: flex-end;
    gap: 12px;
    transition: border-radius 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.site-header.menu-open {
    border-radius: 0;
    background: rgba(255,255,255,0.94);
    backdrop-filter: blur(18px);
    box-shadow: none;
}

/* ---- Logo ---- */
.logo-anchor {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 600;       /* Above the header bar */
    display: block;
    width: 56px;
    height: 56px;
    text-decoration: none;
}

.logo-anchor::before,
.logo-anchor::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.logo-anchor::before {
    --logo-progress: 0deg;
    inset: -3px;
    z-index: 0;
    background:
        conic-gradient(
            from -90deg,
            #1646a8 0deg,
            #2f7ed8 calc(var(--logo-progress) * 0.35),
            var(--brand-green) calc(var(--logo-progress) * 0.72),
            var(--brand-green) var(--logo-progress),
            rgba(22,70,168,0.14) var(--logo-progress),
            rgba(22,70,168,0.14) 360deg
        );
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.42),
        0 0 calc(4px + (var(--logo-glow) * 10px)) rgba(111,191,58,0.26),
        0 0 calc(2px + (var(--logo-glow) * 6px)) rgba(22,70,168,0.22) inset;
    animation:
        logoRingCycle 3.2s cubic-bezier(0.22,1,0.36,1) 0.2s infinite;
}

.logo-anchor::after {
    inset: -1px;
    z-index: 1;
    border: 1px solid rgba(255,255,255,0.64);
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.58), rgba(255,255,255,0) 42%);
    mix-blend-mode: screen;
}

.logo-circle {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e4eaf3;
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.34),
        0 4px 14px rgba(0,27,74,0.14);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.logo-circle:hover { transform: scale(1.03); }

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* ---- Desktop nav (hidden on mobile) ---- */
.desktop-nav {
    display: none;
}

.dnav-link {
    font-weight: 800;
}

.dnav-cta {
    font-weight: 900;
}

/* ---- Mobile header CTA ---- */
.nav-review-btn {
    min-width: 0;
    max-width: 220px;
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid rgba(0,0,0,0.42);
    border-radius: 999px;
    background:
        linear-gradient(145deg, rgba(111,191,58,0.95), rgba(71,169,0,0.9)),
        rgba(111,191,58,0.72);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(0.58rem, 2.25vw, 0.8rem);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: 0.02em;
    text-align: center;
    text-wrap: balance;
    text-shadow:
        -0.45px -0.45px 0 rgba(0,0,0,0.82),
        0.45px -0.45px 0 rgba(0,0,0,0.82),
        -0.45px 0.45px 0 rgba(0,0,0,0.82),
        0.45px 0.45px 0 rgba(0,0,0,0.82),
        0 2px 4px rgba(0,0,0,0.22);
    cursor: pointer;
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.34),
        inset 0 1px 0 rgba(255,255,255,0.54),
        inset 0 -12px 22px rgba(24,110,0,0.22),
        0 10px 24px rgba(111,191,58,0.30),
        0 0 0 1px rgba(111,191,58,0.20);
    backdrop-filter: blur(14px) saturate(150%);
    flex: 1 1 auto;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.nav-review-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(0,0,0,0.5);
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.38),
        inset 0 1px 0 rgba(255,255,255,0.64),
        inset 0 -12px 22px rgba(24,110,0,0.24),
        0 14px 30px var(--brand-green-glow),
        0 0 0 1px rgba(111,191,58,0.28);
}

/* ---- Hamburger ---- */
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48px;
    height: 48px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.74), rgba(255,255,255,0.34)),
        rgba(255,255,255,0.42);
    border: 1px solid rgba(22,70,168,0.12);
    border-radius: 50%;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.82),
        inset 0 -10px 22px rgba(22,70,168,0.08),
        0 10px 24px rgba(0,27,74,0.10);
    cursor: pointer;
    padding: 14px 12px;
    flex-shrink: 0;
    backdrop-filter: blur(14px) saturate(150%);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hamburger:hover {
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.9),
        inset 0 -10px 22px rgba(22,70,168,0.10),
        0 14px 28px rgba(0,27,74,0.14);
}

.hamburger span {
    display: block;
    width: 100%;
    height: 2.5px;
    background: #1a1a2e;
    border-radius: 2px;
    transition: all 0.28s ease;
}

/* Hamburger open state */
.hamburger.open span:nth-child(1) { transform: translateY(7.75px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7.75px) rotate(-45deg); }

/* ---- Mobile slide-down nav ---- */
.mobile-nav {
    position: sticky;
    top: 68px;
    z-index: 490;
    background:
        linear-gradient(160deg, rgba(255,255,255,0.96), rgba(255,255,255,0.86)),
        rgba(255,255,255,0.78);
    backdrop-filter: blur(20px) saturate(150%);
    display: none;
    flex-direction: column;
    gap: 12px;
    padding: 14px 20px 20px;
    box-shadow:
        0 22px 42px rgba(0,27,74,0.15),
        inset 0 1px 0 rgba(255,255,255,0.82);
    border-radius: 0 0 26px 26px;
    border-top: 0;
    transform: translateY(-1px);
}

.mobile-nav.open { display: flex; animation: slideDown 0.25s ease; }

.mnav-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0 22px;
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid rgba(0,0,0,0.30);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.72), rgba(255,255,255,0.30)),
        rgba(255,255,255,0.34);
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.9),
        inset 0 -14px 28px rgba(22,70,168,0.06),
        0 10px 22px rgba(0,27,74,0.08);
    text-shadow:
        -0.35px -0.35px 0 rgba(0,0,0,0.32),
        0.35px -0.35px 0 rgba(0,0,0,0.32),
        -0.35px 0.35px 0 rgba(0,0,0,0.32),
        0.35px 0.35px 0 rgba(0,0,0,0.32);
    backdrop-filter: blur(16px) saturate(160%);
    overflow: hidden;
    transition: color 0.15s, transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.mnav-link::before {
    content: '';
    position: absolute;
    inset: 1px 40% auto 12px;
    height: 42%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(255,255,255,0.64), rgba(255,255,255,0));
    pointer-events: none;
}
.mnav-link:hover {
    color: #1646a8;
    transform: translateY(-1px);
    border-color: rgba(0,0,0,0.38);
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.22),
        inset 0 1px 0 rgba(255,255,255,0.96),
        inset 0 -14px 28px rgba(22,70,168,0.08),
        0 14px 26px rgba(0,27,74,0.10);
}

.mnav-cta {
    justify-content: center;
    margin: 0;
    background:
        linear-gradient(145deg, rgba(111,191,58,0.94), rgba(71,169,0,0.88)),
        rgba(111,191,58,0.68);
    color: #fff !important;
    border-color: rgba(0,0,0,0.42);
    border-radius: 999px;
    text-align: center;
    font-weight: 800;
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.34),
        inset 0 1px 0 rgba(255,255,255,0.42),
        inset 0 -16px 28px rgba(24,110,0,0.18),
        0 12px 28px rgba(111,191,58,0.32);
    text-shadow:
        -0.45px -0.45px 0 rgba(0,0,0,0.82),
        0.45px -0.45px 0 rgba(0,0,0,0.82),
        -0.45px 0.45px 0 rgba(0,0,0,0.82),
        0.45px 0.45px 0 rgba(0,0,0,0.82),
        0 2px 4px rgba(0,0,0,0.22);
}
.mnav-cta:hover {
    color: #fff !important;
    border-color: rgba(0,0,0,0.50);
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.38),
        inset 0 1px 0 rgba(255,255,255,0.52),
        inset 0 -16px 28px rgba(24,110,0,0.20),
        0 16px 34px var(--brand-green-glow);
}

/* ==========================================================================
   DESKTOP — show inline nav, hide hamburger, keep logo inside header
   ========================================================================== */
@media (min-width: 768px) {
    .page-wrap { max-width: 520px; }

    .nav-review-btn { display: none; }

    .hamburger { display: none; }

    .desktop-nav {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .dnav-link {
        position: relative;
        text-decoration: none;
        color: #1a1a2e;
        font-weight: 800;
        font-size: 0.9rem;
        line-height: 1;
        padding: 12px 14px;
        border: 1px solid rgba(0,0,0,0.30);
        border-radius: 999px;
        background:
            linear-gradient(145deg, rgba(255,255,255,0.70), rgba(255,255,255,0.28)),
            rgba(255,255,255,0.32);
        box-shadow:
            0 0 0 1px rgba(0,0,0,0.18),
            inset 0 1px 0 rgba(255,255,255,0.88),
            inset 0 -10px 20px rgba(22,70,168,0.06),
            0 8px 18px rgba(0,27,74,0.08);
        text-shadow:
            -0.35px -0.35px 0 rgba(0,0,0,0.32),
            0.35px -0.35px 0 rgba(0,0,0,0.32),
            -0.35px 0.35px 0 rgba(0,0,0,0.32),
            0.35px 0.35px 0 rgba(0,0,0,0.32);
        backdrop-filter: blur(14px) saturate(150%);
        overflow: hidden;
        transition: color 0.15s, transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    }
    .dnav-link::before {
        content: '';
        position: absolute;
        inset: 1px 38% auto 10px;
        height: 40%;
        border-radius: inherit;
        background: linear-gradient(90deg, rgba(255,255,255,0.56), rgba(255,255,255,0));
        pointer-events: none;
    }
    .dnav-link:hover {
        color: #1646a8;
        transform: translateY(-1px);
        border-color: rgba(0,0,0,0.38);
        box-shadow:
            0 0 0 1px rgba(0,0,0,0.22),
            inset 0 1px 0 rgba(255,255,255,0.96),
            inset 0 -10px 20px rgba(22,70,168,0.08),
            0 12px 22px rgba(0,27,74,0.10);
    }

    .dnav-cta {
        background:
            linear-gradient(145deg, rgba(111,191,58,0.94), rgba(71,169,0,0.88)),
            rgba(111,191,58,0.68);
        color: #fff !important;
        border-color: rgba(0,0,0,0.42);
        font-weight: 900;
        font-size: 0.88rem;
        box-shadow:
            0 0 0 1px rgba(0,0,0,0.34),
            inset 0 1px 0 rgba(255,255,255,0.42),
            inset 0 -12px 22px rgba(24,110,0,0.18),
            0 10px 22px rgba(111,191,58,0.30);
        text-shadow:
            -0.45px -0.45px 0 rgba(0,0,0,0.82),
            0.45px -0.45px 0 rgba(0,0,0,0.82),
            -0.45px 0.45px 0 rgba(0,0,0,0.82),
            0.45px 0.45px 0 rgba(0,0,0,0.82),
            0 2px 4px rgba(0,0,0,0.22);
    }
    .dnav-cta:hover {
        color: #fff !important;
        border-color: rgba(0,0,0,0.50);
        box-shadow:
            0 0 0 1px rgba(0,0,0,0.38),
            inset 0 1px 0 rgba(255,255,255,0.52),
            inset 0 -12px 22px rgba(24,110,0,0.20),
            0 14px 28px rgba(111,191,58,0.36);
    }

    .mobile-nav { display: none !important; }
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero {
    padding: 14px 20px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ---- Tagline pill ---- */
.tagline-pill {
    display: inline-block;
    max-width: calc(100vw - 48px);
    background:
        linear-gradient(180deg, rgba(4,32,86,0.88) 0%, rgba(0,22,70,0.92) 100%);
    border: 2px solid rgba(100,205,255,0.92);
    border-radius: 999px;
    padding: 7px 18px 8px;
    font-size: clamp(0.74rem, 3.35vw, 1.05rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.12;
    white-space: nowrap;
    backdrop-filter: blur(12px) saturate(145%);
    box-shadow:
        0 0 0 1px rgba(57,105,255,0.42),
        0 0 14px rgba(63,194,255,0.74),
        0 0 28px rgba(42,89,255,0.48),
        inset 0 1px 0 rgba(255,255,255,0.36),
        inset 0 -8px 18px rgba(16,56,150,0.38);
    margin-bottom: 22px;
    opacity: 0;
    transform: translateY(-26px);
    animation: taglineDrop 0.7s cubic-bezier(0.22,1,0.36,1) 0.12s forwards;
    text-shadow:
        0 1px 0 rgba(255,255,255,0.18),
        0 0 8px rgba(255,255,255,0.32),
        0 2px 5px rgba(0,0,0,0.62);
}

.green-txt {
    white-space: nowrap;
    color: var(--brand-green);
    font-weight: 800;
    text-shadow:
        0 0 9px rgba(111,191,58,0.5),
        0 2px 5px rgba(0,0,0,0.55);
}

@media (max-width: 420px) {
    .tagline-pill {
        max-width: calc(100vw - 34px);
        padding: 7px 13px 8px;
        font-size: clamp(0.7rem, 3.05vw, 0.82rem);
    }
}

/* ---- Headline ---- */
.headline {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: clamp(2.15rem, 8vw, 3.6rem);
    line-height: 0.92;
    letter-spacing: -1px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-shadow:
        -0.65px -0.65px 0 rgba(0,0,0,0.86),
        0.65px -0.65px 0 rgba(0,0,0,0.86),
        -0.65px 0.65px 0 rgba(0,0,0,0.86),
        0.65px 0.65px 0 rgba(0,0,0,0.86),
        0 4px 16px rgba(0,0,0,0.45);
}

@media (max-width: 420px) {
    .headline {
        font-size: clamp(1.78rem, 8.45vw, 2.02rem);
        letter-spacing: 0;
        width: 100%;
    }

    .headline-line {
        max-width: 100%;
    }
}
.white-line { color: #ffffff; }
.green-line  { color: var(--brand-green); }

.headline-line {
    display: block;
    line-height: 0.92;
    white-space: nowrap;
}

.type-word {
    --word-color: currentColor;
    position: relative;
    display: inline-block;
    line-height: 0.92;
    vertical-align: baseline;
    white-space: nowrap;
    color: transparent;
    text-shadow: none;
}

.type-word::before {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    width: 0;
    overflow: hidden;
    color: var(--word-color);
    white-space: nowrap;
    text-shadow:
        -0.65px -0.65px 0 rgba(0,0,0,0.86),
        0.65px -0.65px 0 rgba(0,0,0,0.86),
        -0.65px 0.65px 0 rgba(0,0,0,0.86),
        0.65px 0.65px 0 rgba(0,0,0,0.86),
        0 4px 16px rgba(0,0,0,0.45);
    animation: titleType var(--duration) steps(var(--steps), end) var(--delay) forwards;
}

.white-line .type-word { --word-color: #ffffff; }
.green-line .type-word { --word-color: var(--brand-green); }

.free-word::after {
    content: '';
    position: absolute;
    left: 0.02em;
    right: 0.06em;
    bottom: -0.05em;
    height: 0.08em;
    border-radius: 999px;
    background: linear-gradient(90deg, #1646a8, var(--brand-green), var(--brand-green));
    box-shadow: 0 0 14px rgba(111,191,58,0.5);
    transform: scaleX(0);
    transform-origin: left center;
    animation: freeUnderline 0.55s cubic-bezier(0.22,1,0.36,1) 1.45s forwards;
}

/* ---- Subheading ---- */
.subheading {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.02rem, 3.8vw, 1.28rem);
    font-weight: 600;
    color: rgba(255,255,255,0.94);
    line-height: 1.34;
    max-width: 92%;
    margin-bottom: 10px;
    text-wrap: balance;
    text-shadow:
        -0.55px -0.55px 0 rgba(0,0,0,0.84),
        0.55px -0.55px 0 rgba(0,0,0,0.84),
        -0.55px 0.55px 0 rgba(0,0,0,0.84),
        0.55px 0.55px 0 rgba(0,0,0,0.84),
        0 2px 8px rgba(0,0,0,0.52),
        0 0 18px rgba(0,27,74,0.34);
    opacity: 0;
    transform: translateY(18px) scale(0.98);
    animation: subheadingReveal 0.72s cubic-bezier(0.22,1,0.36,1) 4.55s forwards;
}

.subheading-free {
    display: inline-block;
    color: var(--brand-green);
    font-weight: 900;
    text-shadow:
        -0.55px -0.55px 0 rgba(0,0,0,0.86),
        0.55px -0.55px 0 rgba(0,0,0,0.86),
        -0.55px 0.55px 0 rgba(0,0,0,0.86),
        0.55px 0.55px 0 rgba(0,0,0,0.86),
        0 0 14px rgba(111,191,58,0.58);
    transform-origin: center;
    animation: subheadingFreePop 0.72s cubic-bezier(0.22,1,0.36,1) 5.05s both;
}

/* ---- Hosting pill ---- */
.hosting-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 2px solid var(--brand-green);
    border-radius: 999px;
    width: min(100%, 450px);
    padding: 11px 24px 12px;
    margin-bottom: 8px;
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.38),
        0 0 0 1px rgba(111,191,58,0.72),
        0 0 12px rgba(111,191,58,0.5),
        0 8px 18px rgba(0,27,74,0.24),
        inset 0 1px 0 rgba(255,255,255,0.95),
        inset 0 -3px 7px rgba(22,70,168,0.10);
    opacity: 0;
    transform: translateY(20px) scale(0.96);
    animation:
        hostingPillEnter 0.72s cubic-bezier(0.22,1,0.36,1) 5.35s forwards,
        hostingGlowPulse 2.8s ease-in-out 6.1s infinite;
}

.hosting-pill::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: inherit;
    background:
        linear-gradient(110deg, transparent 0%, rgba(255,255,255,0) 34%, rgba(255,255,255,0.82) 48%, rgba(255,255,255,0) 64%, transparent 100%);
    transform: translateX(-130%);
    pointer-events: none;
    animation: hostingSheen 2.9s ease-in-out 6.35s infinite;
}

.hosting-blue  {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: clamp(1rem, 6.1vw, 1.75rem);
    color: #1646a8;
    line-height: 1;
    text-shadow:
        -0.45px -0.45px 0 rgba(0,0,0,0.58),
        0.45px -0.45px 0 rgba(0,0,0,0.58),
        -0.45px 0.45px 0 rgba(0,0,0,0.58),
        0.45px 0.45px 0 rgba(0,0,0,0.58),
        0 1px 0 rgba(255,255,255,0.72),
        0 2px 4px rgba(0,27,74,0.16);
    animation: hostingTextPop 0.5s cubic-bezier(0.22,1,0.36,1) 5.85s both;
}
.hosting-green {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: clamp(1rem, 6.1vw, 1.75rem);
    color: var(--brand-green);
    background: none;
    -webkit-text-fill-color: currentColor;
    -webkit-text-stroke: 0;
    line-height: 1;
    text-shadow:
        -0.45px -0.45px 0 rgba(0,0,0,0.58),
        0.45px -0.45px 0 rgba(0,0,0,0.58),
        -0.45px 0.45px 0 rgba(0,0,0,0.58),
        0.45px 0.45px 0 rgba(0,0,0,0.58),
        0 1px 0 rgba(255,255,255,0.72),
        0 2px 4px rgba(0,27,74,0.14);
    filter: none;
    animation: hostingTextPop 0.5s cubic-bezier(0.22,1,0.36,1) 5.98s both;
}

/* ==========================================================================
   OFFER BOXES
   ========================================================================== */
.offer-boxes {
    width: calc(100% + 40px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 0;
    margin: 22px -20px 24px;
}

.offer-box {
    width: 100%;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    overflow: visible;
    text-decoration: none;
    aspect-ratio: 1 / 1;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.offer-box:hover {
    transform: translateY(-2px);
    box-shadow: none;
}

.offer-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transform-origin: center;
}

.offer-box-need img {
    transform: translateX(18px) scale(1.06);
}

.offer-box-existing img {
    transform: translateX(-24px) scale(0.99);
}

.services-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: min(100%, 450px);
    margin: 0 0 24px;
    padding: 11px 24px 12px;
    overflow: hidden;
    border: 2px solid var(--brand-green);
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    text-decoration: none;
    cursor: pointer;
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.38),
        0 0 0 1px rgba(111,191,58,0.72),
        0 0 12px rgba(111,191,58,0.5),
        0 8px 18px rgba(0,27,74,0.24),
        inset 0 1px 0 rgba(255,255,255,0.95),
        inset 0 -3px 7px rgba(22,70,168,0.10);
    opacity: 0;
    transform: translateY(20px) scale(0.96);
    animation:
        hostingPillEnter 0.72s cubic-bezier(0.22,1,0.36,1) 6.25s forwards,
        hostingGlowPulse 2.8s ease-in-out 7s infinite;
    transition: transform 0.18s ease, filter 0.18s ease;
}

.services-pill:hover {
    filter: drop-shadow(0 14px 28px rgba(0,27,74,0.24));
}

.services-pill::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: inherit;
    background:
        linear-gradient(110deg, transparent 0%, rgba(255,255,255,0) 34%, rgba(255,255,255,0.82) 48%, rgba(255,255,255,0) 64%, transparent 100%);
    transform: translateX(-130%);
    pointer-events: none;
    animation: hostingSheen 2.9s ease-in-out 7.15s infinite;
}

.services-blue,
.services-green {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(0.92rem, 4.4vw, 1.35rem);
    font-weight: 900;
    line-height: 1;
    text-shadow:
        -0.45px -0.45px 0 rgba(0,0,0,0.58),
        0.45px -0.45px 0 rgba(0,0,0,0.58),
        -0.45px 0.45px 0 rgba(0,0,0,0.58),
        0.45px 0.45px 0 rgba(0,0,0,0.58),
        0 1px 0 rgba(255,255,255,0.72),
        0 2px 4px rgba(0,27,74,0.16);
}

.services-blue { color: #1646a8; }
.services-green { color: var(--brand-green); }

/* ==========================================================================
   TRUSTPILOT PANEL
   ========================================================================== */
.trustpilot-panel {
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
}

.trustpilot-strip {
    display: block;
    width: min(100%, 430px);
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.18s ease, filter 0.18s ease;
}

.trustpilot-strip:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0 14px 28px rgba(0,27,74,0.24));
}

.trustpilot-strip img {
    width: 100%;
    height: auto;
    display: block;
}

.trustpilot-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.trustpilot-mark {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #00b67a;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.20),
        0 6px 16px rgba(0,182,122,0.30);
}

.trustpilot-mark svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.trustpilot-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 900;
    color: #001b4a;
    line-height: 1;
    text-shadow:
        -0.35px -0.35px 0 rgba(0,0,0,0.32),
        0.35px 0.35px 0 rgba(255,255,255,0.8);
}

.trustpilot-stars {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    width: min(100%, 250px);
    margin-bottom: 13px;
}

.trustpilot-stars span {
    min-height: 38px;
    border-radius: 7px;
    background: #00b67a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1;
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.16),
        inset 0 1px 0 rgba(255,255,255,0.22);
}

.trustpilot-copy {
    max-width: 330px;
    margin: 0 0 14px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.25;
    color: rgba(0,27,74,0.78);
}

.trustpilot-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 999px;
    background:
        linear-gradient(145deg, rgba(111,191,58,0.95), rgba(71,169,0,0.9)),
        rgba(111,191,58,0.72);
    border: 1px solid rgba(0,0,0,0.36);
    color: #ffffff;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    font-weight: 900;
    text-shadow:
        -0.42px -0.42px 0 rgba(0,0,0,0.76),
        0.42px -0.42px 0 rgba(0,0,0,0.76),
        -0.42px 0.42px 0 rgba(0,0,0,0.76),
        0.42px 0.42px 0 rgba(0,0,0,0.76);
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.24),
        0 10px 24px rgba(111,191,58,0.30),
        inset 0 1px 0 rgba(255,255,255,0.46),
        inset 0 -12px 22px rgba(24,110,0,0.20);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.trustpilot-link:hover {
    transform: translateY(-1px);
    box-shadow:
        0 0 0 1px rgba(0,0,0,0.28),
        0 14px 30px rgba(111,191,58,0.40),
        inset 0 1px 0 rgba(255,255,255,0.56),
        inset 0 -12px 22px rgba(24,110,0,0.22);
}

/* ==========================================================================
   CTA BUTTONS
   ========================================================================== */
.cta-stack {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Shared button base */
.btn-green, .btn-white {
    width: 100%;
    height: 62px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 0 26px;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1rem, 3.5vw, 1.15rem);
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    border: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

/* Green primary */
.btn-green {
    background: linear-gradient(180deg, var(--brand-green) 0%, var(--brand-green-dark) 100%);
    color: #ffffff;
    box-shadow: 0 8px 26px var(--brand-green-glow);
    border: 1.5px solid var(--brand-green);
}
.btn-green:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(111,191,58,0.5);
}
.btn-green:active { transform: translateY(-1px); }

/* White secondary */
.btn-white {
    background: #ffffff;
    color: #1646a8;
    box-shadow: 0 8px 26px rgba(0,0,0,0.12);
    border: 1.5px solid rgba(22,70,168,0.15);
}
.btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.18);
}
.btn-white:active { transform: translateY(-1px); }

/* Arrow circles */
.btn-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}
.btn-green:hover .btn-circle,
.btn-white:hover .btn-circle { transform: translateX(3px); }

.btn-circle svg { width: 18px; height: 18px; }

.btn-circle-white {
    background: #ffffff;
    color: var(--brand-green);
}
.btn-circle-outline {
    background: #fff;
    border: 1.5px solid #1646a8;
    color: #1646a8;
}

/* Trust line */
.trust-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: rgba(255,255,255,0.62);
    font-size: 0.82rem;
    font-weight: 500;
    margin-top: 4px;
    padding-bottom: 30px;
}
.trust-line svg {
    width: 18px;
    height: 18px;
    color: var(--brand-green);
    flex-shrink: 0;
}

/* ==========================================================================
   MODAL
   ========================================================================== */
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9000;
    background: rgba(0,10,30,0.72);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
}
.modal-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.modal-card {
    background: rgba(0,20,60,0.88);
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 26px;
    width: 100%;
    max-width: 480px;
    padding: 32px 24px;
    position: relative;
    backdrop-filter: blur(20px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
    transform: translateY(24px);
    transition: transform 0.28s cubic-bezier(0.175,0.885,0.32,1.15);
    max-height: 90vh;
    overflow-y: auto;
}
.modal-overlay.open .modal-card { transform: translateY(0); }

.modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    transition: color 0.15s;
}
.modal-close:hover { color: #fff; }

.modal-hdr { margin-bottom: 22px; }
.modal-hdr h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}
.modal-hdr p { font-size: 0.83rem; color: rgba(255,255,255,0.65); line-height: 1.45; }

.modal-form { display: flex; flex-direction: column; gap: 14px; }

.fgrp { display: flex; flex-direction: column; gap: 5px; }
.fgrp-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 420px) { .fgrp-row { grid-template-columns: 1fr; } }

.fgrp label { font-size: 0.78rem; font-weight: 600; color: rgba(255,255,255,0.78); }

.fgrp input, .fgrp textarea {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 11px 14px;
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    color: #fff;
    outline: none;
    transition: border-color 0.18s, box-shadow 0.18s;
}
.fgrp input:focus, .fgrp textarea:focus {
    border-color: var(--brand-green);
    box-shadow: 0 0 0 3px rgba(111,191,58,0.18);
}
.fgrp textarea { resize: none; }

.modal-submit {
    background: linear-gradient(180deg, var(--brand-green) 0%, var(--brand-green-dark) 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 22px;
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 6px 18px rgba(111,191,58,0.32);
    margin-top: 8px;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.modal-submit svg { width: 16px; height: 16px; }
.modal-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(111,191,58,0.42); }

/* Success screen */
.success-screen {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 10px;
}
.success-screen.show { display: flex; animation: scaleUp 0.35s ease; }

.success-check {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: rgba(111,191,58,0.12);
    border: 2px solid var(--brand-green);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-green);
    margin-bottom: 22px;
}
.success-check svg { width: 30px; height: 30px; }

.success-screen h3 { font-family: 'Outfit', sans-serif; font-size: 1.7rem; font-weight: 800; margin-bottom: 8px; }
.success-screen p { font-size: 0.9rem; color: rgba(255,255,255,0.7); max-width: 300px; line-height: 1.5; margin-bottom: 26px; }

.success-back {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    padding: 11px 28px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background 0.15s;
}
.success-back:hover { background: rgba(255,255,255,0.16); }

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
@keyframes neonPulse {
    0%   { box-shadow: 0 0 10px rgba(111,191,58,0.25); border-color: var(--brand-green); }
    100% { box-shadow: 0 0 28px rgba(111,191,58,0.65); border-color: var(--brand-green); }
}

@keyframes logoRingCycle {
    0%, 10% {
        --logo-progress: 0deg;
        --logo-glow: 0;
        transform: scale(0.99);
        opacity: 0.7;
    }
    58% {
        --logo-progress: 360deg;
        --logo-glow: 0.38;
        transform: scale(1);
        opacity: 0.94;
    }
    72% {
        --logo-progress: 360deg;
        --logo-glow: 1;
        transform: scale(1.045);
        opacity: 1;
    }
    84% {
        --logo-progress: 360deg;
        --logo-glow: 0.18;
        transform: scale(1);
        opacity: 0.86;
    }
    84.01%, 100% {
        --logo-progress: 0deg;
        --logo-glow: 0;
        transform: scale(0.99);
        opacity: 0.66;
    }
}

@keyframes taglineDrop {
    from {
        opacity: 0;
        transform: translateY(-26px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes titleType {
    from { width: 0; }
    to { width: calc(100% + 0.08em); }
}

@keyframes freeUnderline {
    from { transform: scaleX(0); opacity: 0.5; }
    to { transform: scaleX(1); opacity: 1; }
}

@keyframes subheadingReveal {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes subheadingFreePop {
    0% {
        transform: scale(0.92);
        color: #ffffff;
    }
    52% {
        transform: scale(1.12);
        color: var(--brand-green);
        text-shadow:
            -0.55px -0.55px 0 rgba(0,0,0,0.86),
            0.55px -0.55px 0 rgba(0,0,0,0.86),
            -0.55px 0.55px 0 rgba(0,0,0,0.86),
            0.55px 0.55px 0 rgba(0,0,0,0.86),
            0 0 22px rgba(111,191,58,0.82);
    }
    100% {
        transform: scale(1);
        color: var(--brand-green);
    }
}

@keyframes hostingPillEnter {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.96);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes hostingGlowPulse {
    0%, 100% {
        box-shadow:
            0 0 0 1px rgba(0,0,0,0.38),
            0 0 0 1px rgba(111,191,58,0.72),
            0 0 12px rgba(111,191,58,0.5),
            0 8px 18px rgba(0,27,74,0.24),
            inset 0 1px 0 rgba(255,255,255,0.95),
            inset 0 -3px 7px rgba(22,70,168,0.10);
    }
    50% {
        box-shadow:
            0 0 0 1px rgba(0,0,0,0.42),
            0 0 0 1px rgba(111,191,58,0.88),
            0 0 24px rgba(111,191,58,0.72),
            0 12px 24px rgba(0,27,74,0.28),
            inset 0 1px 0 rgba(255,255,255,0.98),
            inset 0 -3px 9px rgba(22,70,168,0.12);
    }
}

@keyframes hostingSheen {
    0%, 34% { transform: translateX(-130%); opacity: 0; }
    48% { opacity: 0.9; }
    70%, 100% { transform: translateX(130%); opacity: 0; }
}

@keyframes hostingTextPop {
    from {
        opacity: 0;
        transform: translateY(6px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes scaleUp {
    from { opacity: 0; transform: scale(0.94); }
    to   { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .logo-anchor::before {
        --logo-progress: 360deg;
        --logo-glow: 0.35;
        animation: none;
    }

    .tagline-pill {
        opacity: 1;
        transform: none;
        animation: none;
    }

    .type-word::before {
        width: 100%;
        animation: none;
    }

    .free-word::after {
        transform: scaleX(1);
        animation: none;
    }

    .subheading {
        opacity: 1;
        transform: none;
        filter: none;
        animation: none;
    }

    .subheading-free {
        transform: none;
        animation: none;
    }

    .hosting-pill,
    .hosting-pill::after,
    .hosting-blue,
    .hosting-green {
        opacity: 1;
        transform: none;
        filter: none;
        animation: none;
    }
}
