
:root {
    --navy: #0E2552; /* deep premium navy */
    --navy-2: #16356F; /* logo navy */
    --navy-3: #1E4080;
    --orange: #F58220;
    --green: #2E9B47;
    --gold: #F5A623;
    --paper: #F5F7FB;
    --white: #fff;
    --slate: #4A5570;
    --mist: #9FB0D4; /* text on navy */
    --line: #E2E8F4;
    --line-d: rgba(255,255,255,.12);
    --radius: 16px;
}



h1, h2, h3, h4 {
    font-family: 'Archivo',sans-serif;
    color: var(--navy);
    line-height: 1.12;
    letter-spacing: -.015em;
}

.griditem {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

a {
    text-decoration: none;
    color: inherit;
}

section.bgdarksd {
    background: #fff;
    padding: 3px;
}



.bg-pink {
    background: #fffdf6;
}

.wrap {
    margin: 0 auto;
    padding: 0 24px;
}

section {
    padding: 20px 0;
}

.bggreybtn {
    background: #fffdf6;
}

:focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 2px;
}

.eyebrow {
    font-family: 'Archivo',sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--orange);
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

    .eyebrow::before {
        content: "";
        width: 34px;
        height: 1px;
        background: var(--orange);
    }

.dark .eyebrow {
    color: var(--gold);
}

h2.title {
    font-size: clamp(1.7rem, 3.2vw, 2.5rem);
    font-weight: 700;
    max-width: 24ch;
    margin-bottom: 21px;
}

section.cta-banner-sections {
    background: #fffdf6;
}

.sect-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 2px;
    z-index: 1;
    position:relative
}

    .sect-head p {
        max-width: 44ch;
        margin-top: 12px;
    }

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Archivo',sans-serif;
    font-weight: 600;
    font-size: .92rem;
    padding: 15px 30px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: .25s;
    letter-spacing: .01em;
}



.btn-orange {
    background: var(--orange);
    color: #fff;
}

    .btn-orange:hover {
        background: #E07210;
        box-shadow: 0 10px 26px rgba(245,130,32,.35);
    }

.btn-navy {
    background: var(--navy-2);
    color: #fff;
}

    .btn-navy:hover {
        background: var(--navy-3);
    }

.btn-line {
    background: transparent;
    color: var(--navy-2);
    border: 1.5px solid #C6D2EC;
}

    .btn-line:hover {
        border-color: var(--navy-2);
    }

    .btn-line.on-dark {
        color: #fff;
        border-color: rgba(255,255,255,.3);
    }

        .btn-line.on-dark:hover {
            border-color: var(--gold);
            color: var(--gold);
        }

.arrow {
    transition: transform .25s;
}

.btn:hover .arrow {
    transform: translateX(4px);
}

/* reveals */
.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .8s cubic-bezier(.2,.6,.2,1),transform .8s cubic-bezier(.2,.6,.2,1);
}

    .reveal.in {
        opacity: 1;
        transform: none;
    }

.d1 {
    transition-delay: .1s;
}

.d2 {
    transition-delay: .2s;
}

.d3 {
    transition-delay: .3s;
}

@media (prefers-reduced-motion:reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ---------- Topbar ---------- */
.topbar {
    background: var(--navy);
    color: var(--mist);
    font-size: .78rem;
    padding: 9px 0;
}

    .topbar .wrap {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        flex-wrap: wrap;
    }

    .topbar b {
        color: #fff;
        font-weight: 500;
    }

    .topbar a:hover {
        color: var(--gold);
    }

/* ---------- Header ---------- */
header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 78px;
    gap: 30px;
}

.logo {
    font-family: 'Archivo',sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--navy-2);
    display: flex;
    flex-direction: column;
    line-height: 1;
    letter-spacing: -.02em;
}

    .logo i {
        font-style: normal;
        color: var(--orange);
    }

    .logo span {
        font-size: .5rem;
        font-weight: 700;
        letter-spacing: .34em;
        color: #fff;
        background: var(--orange);
        padding: 3px 7px 2px;
        border-radius: 2px;
        margin-top: 4px;
        width: fit-content;
    }

.nav-links {
    display: flex;
    gap: 34px;
    font-family: 'Archivo',sans-serif;
    font-weight: 600;
    font-size: .9rem;
}

    .nav-links a {
        color: var(--navy-2);
        padding: 8px 0;
        border-bottom: 2px solid transparent;
        transition: .2s;
    }

        .nav-links a:hover {
            border-color: var(--orange);
        }

.nav-cta {
    display: flex;
    gap: 12px;
    align-items: center;
}

    .nav-cta .login {
        font-family: 'Archivo',sans-serif;
        font-weight: 600;
        font-size: .88rem;
        color: var(--navy-2);
    }

        .nav-cta .login:hover {
            color: var(--orange);
        }

    .nav-cta .btn {
        padding: 12px 24px;
        font-size: .85rem;
    }

.menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.7rem;
    color: var(--navy-2);
    cursor: pointer;
}

/* ---------- Hero ---------- */
.hero {
    background: radial-gradient(900px 480px at 80% -10%, rgba(30,64,128,.55), transparent 65%), radial-gradient(700px 420px at -8% 110%, rgba(245,130,32,.12), transparent 60%), linear-gradient(165deg,var(--navy) 0%,#102B5E 55%,var(--navy-2) 100%);
    color: var(--mist);
    position: relative;
    overflow: hidden;
    padding: 104px 0 150px;
}

    .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
        background-size: 56px 56px;
        mask-image: radial-gradient(700px 500px at 70% 30%,#000,transparent);
    }

    .hero .wrap {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1.08fr .92fr;
        gap: 64px;
    }

    .hero h1 {
        color: #fff;
        font-size: clamp(2.2rem,4.8vw,3.6rem);
        font-weight: 800;
        margin-bottom: 22px;
    }

        .hero h1 em {
            font-style: normal;
            color: var(--gold);
        }

    .hero .lead {
        font-size: 1.07rem;
        margin-bottom: 34px;
        color: #BCC9E8;
    }

.hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.trust-row {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    margin-top: 44px;
    padding-top: 30px;
    border-top: 1px solid var(--line-d);
    font-size: .82rem;
}

    .trust-row div {
        display: flex;
        align-items: center;
        gap: 9px;
        color: #C3CFEC;
    }

    .trust-row svg {
        flex: none;
    }

/* finder — premium glass card */
.finder {
    background: linear-gradient(170deg,rgba(255,255,255,.10),rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    padding: 34px 32px;
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

    .finder .f-eyebrow {
        font-family: 'Archivo',sans-serif;
        font-size: .68rem;
        font-weight: 700;
        letter-spacing: .22em;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 8px;
    }

    .finder h3 {
        color: #fff;
        font-size: 1.25rem;
        margin-bottom: 26px;
        font-weight: 700;
    }

.gauge-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.gauge {
    width: 128px;
    flex: none;
}

#gaugeArc, #gaugeNeedle {
    transition: stroke-dashoffset .6s cubic-bezier(.2,.8,.2,1),transform .6s cubic-bezier(.2,.8,.2,1);
}

@media (prefers-reduced-motion:reduce) {
    #gaugeArc, #gaugeNeedle {
        transition: none;
    }
}

.speed-readout {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

    .speed-readout .num {
        font-family: 'Archivo',sans-serif;
        font-size: 3rem;
        font-weight: 800;
        color: #fff;
        letter-spacing: -.04em;
        min-width: 3.2ch;
        font-variant-numeric: tabular-nums;
    }

    .speed-readout .unit {
        font-size: 1rem;
        color: var(--mist);
    }

input[type=range] {
    width: 100%;
    appearance: none;
    height: 5px;
    border-radius: 3px;
    background: linear-gradient(90deg,var(--orange) var(--fill,0%),rgba(255,255,255,.16) var(--fill,0%));
    outline: none;
    margin: 18px 0 26px;
}

    input[type=range]::-webkit-slider-thumb {
        appearance: none;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: var(--orange);
        border: 4px solid #fff;
        cursor: pointer;
        box-shadow: 0 4px 14px rgba(0,0,0,.4);
    }

.finder-result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--line-d);
    border-bottom: 1px solid var(--line-d);
    padding: 18px 2px;
    margin-bottom: 24px;
}

    .finder-result .price {
        font-family: 'Archivo',sans-serif;
        font-size: 1.7rem;
        font-weight: 700;
        color: #fff;
    }

        .finder-result .price small {
            font-size: .78rem;
            font-weight: 400;
            color: var(--mist);
        }

    .finder-result .perks {
        font-size: .76rem;
        color: var(--mist);
        text-align: right;
        max-width: 17ch;
        line-height: 1.5;
    }

.finder .btn {
    width: 100%;
    justify-content: center;
}

/* stat cards bridging hero -> body */
.stat-bridge {
    margin-top: -72px;
    position: relative;
    z-index: 2;
}

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

.stat-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 26px;
    box-shadow: 0 18px 44px rgba(14,37,82,.10);
}

    .stat-card .n {
        font-family: 'Archivo',sans-serif;
        font-size: 2rem;
        font-weight: 800;
        color: var(--navy-2);
        letter-spacing: -.03em;
        font-variant-numeric: tabular-nums;
    }

        .stat-card .n em {
            font-style: normal;
            color: var(--orange);
        }

    .stat-card .l {
        font-size: .82rem;
        margin-top: 5px;
    }

/* ---------- Plans ---------- */
.plans {
    background: var(--paper);
}

.tabs {
    display: flex;
    gap: 6px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 5px;
}

    .tabs button {
        font-family: 'Archivo',sans-serif;
        font-weight: 600;
        font-size: .86rem;
        border: none;
        background: transparent;
        color: var(--slate);
        padding: 10px 22px;
        border-radius: 7px;
        cursor: pointer;
        transition: .2s;
    }

        .tabs button.active {
            background: var(--navy-2);
            color: #fff;
        }

.plan-table {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.plan-row {
    display: grid;
    grid-template-columns: 1.2fr .9fr 1.6fr auto;
    gap: 20px;
    align-items: center;
    padding: 18px 26px;
    border-bottom: 1px solid var(--line);
    transition: .2s;
}

    .plan-row:last-child {
        border-bottom: none;
    }

    .plan-row:hover {
        background: var(--paper);
    }

    .plan-row .speed {
        font-family: 'Archivo',sans-serif;
        font-size: 1.18rem;
        font-weight: 800;
        color: var(--navy-2);
        letter-spacing: -.01em;
    }

        .plan-row .speed small {
            display: block;
            font-size: .68rem;
            font-weight: 700;
            letter-spacing: .14em;
            text-transform: uppercase;
            color: #8A97B8;
            margin-bottom: 2px;
        }

    .plan-row .price {
        font-family: 'Archivo',sans-serif;
        font-size: 1.25rem;
        font-weight: 800;
        color: var(--navy);
        font-variant-numeric: tabular-nums;
    }

        .plan-row .price small {
            font-size: .72rem;
            color: #8A97B8;
            font-weight: 400;
            display: block;
        }

    .plan-row .perks {
        font-size: .82rem;
        color: var(--slate);
    }

    .plan-row .btn {
        padding: 11px 22px;
        font-size: .84rem;
        white-space: nowrap;
    }

    .plan-row.featured {
        background: linear-gradient(95deg,var(--navy),var(--navy-2));
        border-bottom: none;
    }

        .plan-row.featured .speed, .plan-row.featured .price {
            color: #fff;
        }

            .plan-row.featured .speed small {
                color: var(--gold);
            }

            .plan-row.featured .price small, .plan-row.featured .perks {
                color: #BCC9E8;
            }

        .plan-row.featured:hover {
            background: linear-gradient(95deg,var(--navy),var(--navy-3));
        }

.tag {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-family: 'Archivo',sans-serif;
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 4px;
    margin-left: 10px;
    vertical-align: 2px;
}

@media (max-width:760px) {
    .plan-row {
        grid-template-columns: 1fr auto;
        gap: 6px 14px;
        padding: 16px 18px;
    }

        .plan-row .perks {
            grid-column: 1/-1;
            font-size: .78rem;
        }

        .plan-row .btn {
            grid-row: 1/3;
            align-self: center;
        }

        .plan-row .price {
            grid-column: 1;
        }
}

.gst {
    font-size: .8rem;
    color: #8A97B8;
    margin-top: 26px;
    Our story
}

    .gst a {
        color: var(--navy-2);
        font-weight: 600;
        border-bottom: 1.5px solid var(--orange);
    }

/* ---------- Why ---------- */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 22px;
    position:relative;
}

.why-card {
    padding: 34px 28px;
    border-radius: var(--radius);
    background: #fff;
    border: 1px solid var(--line);
    border-top: 3px solid var(--orange);
    transition: .3s;
    text-align: -webkit-center;
    box-shadow: -2px 2px 2px 2px #a3a3a3;
}

    .why-card:hover {
        box-shadow: 0 18px 44px rgba(14,37,82,.10);
        transform: translateY(-4px);
    }

    .why-card .ico {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        background: var(--paper);
        display: grid;
        place-items: center;
        margin-bottom: 20px;
    }

    .why-card h3 {
        font-size: 1.05rem;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .why-card p {
        font-size: .88rem;
    }

/* ---------- Enterprise band ---------- */
.ent {
    background: radial-gradient(800px 400px at 90% 0%,rgba(245,130,32,.10),transparent 60%), linear-gradient(160deg,var(--navy),var(--navy-2));
    color: var(--mist);
}

    .ent .wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 64px;
        align-items: center;
    }

    .ent h2 {
        color: #fff;
    }

    .ent p {
        color: #BCC9E8;
    }

.ent-list {
    display: grid;
    gap: 14px;
    margin-top: 8px;
}

.ent-item {
    display: flex;
    gap: 16px;
    background: rgba(255,255,255,.05);
    border: 1px solid var(--line-d);
    border-radius: 12px;
    padding: 18px 20px;
    transition: .25s;
}

    .ent-item:hover {
        border-color: var(--gold);
        background: rgba(255,255,255,.08);
    }

    .ent-item h4 {
        color: #fff;
        font-size: .95rem;
        font-weight: 700;
        margin-bottom: 2px;
    }

    .ent-item p {
        font-size: .82rem;
        margin: 0;
    }

    .ent-item .bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--gold);
        margin-top: 8px;
        flex: none;
    }

/* ---------- Heritage ---------- */
.timeline {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0;
    margin-top: 56px;
    position: relative;
}

    .timeline::before {
        content: "";
        position: absolute;
        top: 7px;
        left: 0;
        right: 0;
        height: 1px;
        background: var(--line);
    }

.tl-item {
    padding: 34px 28px 0 0;
    position: relative;
}

    .tl-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        border: 4px solid var(--orange);
    }

    .tl-item .yr {
        font-family: 'Archivo',sans-serif;
        font-weight: 800;
        font-size: 1.3rem;
        color: var(--navy-2);
        margin-bottom: 8px;
    }

    .tl-item h4 {
        font-size: .95rem;
        margin-bottom: 6px;
    }

    .tl-item p {
        font-size: .85rem;
    }

/* ---------- Testimonials ---------- */
.testi-band {
    background: var(--paper);
}

.testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(290px,1fr));
    gap: 20px;
}

.testi {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 32px 28px;
    position: relative;
}

    .testi::before {
        content: "\201C";
        position: absolute;
        top: 14px;
        right: 24px;
        font-family: 'Archivo',sans-serif;
        font-size: 4rem;
        font-weight: 800;
        color: var(--line);
        line-height: 1;
    }

    .testi p {
        font-size: .9rem;
        margin-bottom: 20px;
        position: relative;
    }

    .testi .who {
        font-family: 'Archivo',sans-serif;
        font-weight: 700;
        color: var(--navy-2);
        font-size: .88rem;
    }

    .testi .role {
        font-size: .76rem;
        color: #8A97B8;
    }

.stars {
    color: var(--gold);
    letter-spacing: 3px;
    margin-bottom: 14px;
    font-size: .8rem;
}

/* ---------- FAQ ---------- */
.faq-list {
    max-width: 780px;
    margin: 0 auto;
}

details {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: .2s;
}

    details[open] {
        border-color: var(--navy-2);
    }

summary {
    font-family: 'Archivo',sans-serif;
    font-weight: 600;
    color: var(--navy-2);
    padding: 21px 24px;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .95rem;
}

    summary::after {
        content: "+";
        font-size: 1.4rem;
        color: var(--orange);
        transition: .25s;
        font-weight: 400;
    }

details[open] summary::after {
    transform: rotate(45deg);
}

details p {
    padding: 0 24px 22px;
    font-size: .9rem;
}

/* ---------- CTA ---------- */
.cta-final {
    background: linear-gradient(165deg,var(--navy),var(--navy-2));
    border-radius: 24px;
    padding: 68px 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .cta-final::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(500px 240px at 50% -20%,rgba(245,130,32,.22),transparent 70%);
    }

    .cta-final h2 {
        color: #fff;
        font-size: clamp(1.6rem,3vw,2.3rem);
        position: relative;
    }

    .cta-final p {
        color: #BCC9E8;
        margin: 14px 0 32px;
        position: relative;
    }

    .cta-final .btn {
        position: relative;
    }



/* ---------- Immersive layer ---------- */
#progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg,var(--orange),var(--gold));
    z-index: 100;
}

#net {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .55;
}

.hero .wrap {
    will-change: transform;
}

.finder {
    transform-style: preserve-3d;
    transition: transform .15s ease-out;
}

.hero .glow {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(245,166,35,.13),transparent 65%);
    pointer-events: none;
    transform: translate(-50%,-50%);
    left: var(--mx,70%);
    top: var(--my,40%);
    transition: left .4s ease-out,top .4s ease-out;
}

@media (prefers-reduced-motion:reduce) {
    #net, .hero .glow {
        display: none;
    }
}

@media (max-width:980px) {
    .hero .wrap, .ent .wrap {
        grid-template-columns: 1fr;
    }

    .stat-cards {
        grid-template-columns: 1fr 1fr;
    }

    .timeline {
        grid-template-columns: 1fr;
        gap: 34px;
    }

        .timeline::before {
            display: none;
        }

    .nav-links, .nav-cta .login, .nav-cta .btn-line {
        display: none;
    }

    .menu-btn {
        display: block;
    }

    section {
        padding: 64px 0;
    }

    .hero {
        padding: 72px 0 130px;
    }
}

@media (max-width:560px) {
    .stat-cards {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .stat-card {
        padding: 20px 18px;
    }

    .cta-final {
        padding: 46px 26px;
    }

    .foot-grid {
        grid-template-columns: 1fr;
    }
}




@media only screen and (min-width:100px) and (max-width:786px) {
    .about-image img {
        width: 62%!important;
    }


    .widthsds {
        width: 100%!important;
    }

    .griditem {
        display: block;
        grid-template-columns: 1fr!important;
    }

    .wrap {
        margin: 0 auto;
        padding: 6px 1px 16px !important;
        display: block !important;
        gap: 22px;
    }

    .speed-readout {
        display: grid !important;
        align-items: baseline;
        gap: 8px;
    }



    .hero {
        padding: 10px 19px 0px !important;
    }


    .trust-row {
        margin-bottom: 44px !important;
    }
}





.section-dark {
    margin-top: 39px;
    margin-bottom: 3px;
}

.section-dark {
    position: static !important;
}


:root {
    --navy: #1d4e8f;
    --navy-deep: #143a6b;
    --orange: #e8731f;
    --green: #3aa53a;
    --ink: #16202e;
    --slate: #5a6b80;
    --line: #e3e9f1;
    --paper: #f6f8fb;
    --white: #ffffff;
}


a {
    color: inherit;
    text-decoration: none;
}

/* Header */
.topbar {
    background: var(--white);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 50;
}

.topbar-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -.4px;
    color: var(--navy);
}

    .brand .dot {
        width: 30px;
        height: 30px;
        border-radius: 8px;
        background: linear-gradient(135deg,var(--navy),var(--orange));
        display: inline-block;
        position: relative;
        flex: 0 0 auto;
    }

        .brand .dot::after {
            content: "";
            position: absolute;
            inset: 9px;
            border-radius: 50%;
            border: 2.5px solid #fff;
            border-right-color: transparent;
        }

.topnav {
    display: flex;
    gap: 28px;
    font-size: 15px;
    font-weight: 600;
    color: var(--slate);
}

    .topnav a:hover {
        color: var(--navy);
    }

.cta-btn {
    background: var(--orange);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

    .cta-btn:hover {
        background: #d2630f;
    }

@media(max-width:780px) {
    .topnav {
        display: none;
    }
}

/* Hero */
.hero {
    background: radial-gradient(1200px 400px at 80% -10%,rgba(232,115,31,.10),transparent 60%), linear-gradient(160deg,var(--navy-deep),var(--navy));
    color: #fff;
    padding: 64px 24px 72px;
}

    .hero .eyebrow {
        text-transform: uppercase;
        letter-spacing: 2.5px;
        font-size: 12.5px;
        font-weight: 700;
        color: #9fc0ea;
        margin-bottom: 16px;
    }

    .hero h1 {
        font-size: clamp(30px,5vw,46px);
        font-weight: 800;
        letter-spacing: -1px;
        margin-bottom: 14px;
        color: #fff;
    }

    .hero p {
        margin: 0 auto;
        color: #cfe0f4;
        font-size: 17px;
    }

.search {
    max-width: 560px;
    margin: 30px auto 0;
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 18px 40px -18px rgba(0,0,0,.5);
}

    .search input {
        flex: 1;
        border: none;
        padding: 16px 18px;
        font-size: 16px;
        outline: none;
        color: var(--ink);
    }

    .search button {
        border: none;
        background: var(--orange);
        color: #fff;
        padding: 0 24px;
        font-weight: 700;
        cursor: pointer;
        font-size: 15px;
    }

        .search button:hover {
            background: #d2630f;
        }

/* Layout */
.wrap {
    margin: 0 auto;
    padding: 56px 24px 24px;
    display: grid;
    gap: 48px;
}

@media(max-width:860px) {
    .wrap {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 36px;
    }
}

/* Category nav */
.side {
    position: sticky;
    top: 96px;
    align-self: start;
}

@media(max-width:860px) {
    .side {
        position: static;
    }
}

.side h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--slate);
    margin-bottom: 14px;
}

.side a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--slate);
    margin-bottom: 4px;
}

    .side a:hover {
        background: var(--paper);
        color: var(--navy);
    }

    .side a .ic {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--green);
        flex: 0 0 auto;
    }

@media(max-width:860px) {
    .side {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }

        .side h4 {
            width: 100%;
        }

        .side a {
            margin-bottom: 0;
            border: 1px solid var(--line);
        }
}

/* FAQ sections */
.cat {
    margin-bottom: 44px;
    scroll-margin-top: 90px;
}

.cat-head {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--line);
}

    .cat-head .num {
        font-size: 13px;
        font-weight: 800;
        color: var(--orange);
        letter-spacing: 1px;
    }

    .cat-head h2 {
        font-size: 22px;
        font-weight: 800;
        letter-spacing: -.5px;
        color: var(--navy);
    }

.faq {
    border: 1px solid var(--line);
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    background: var(--white);
}

    .faq summary {
        list-style: none;
        cursor: pointer;
        padding: 18px 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        font-weight: 650;
        font-size: 16px;
        color: var(--ink);
    }

        .faq summary::-webkit-details-marker {
            display: none;
        }

        .faq summary:hover {
            color: var(--navy);
        }

    .faq .sign {
        flex: 0 0 auto;
        width: 24px;
        height: 24px;
        border-radius: 6px;
        background: var(--paper);
        display: grid;
        place-items: center;
        position: relative;
        transition: .2s;
    }

        .faq .sign::before, .faq .sign::after {
            content: "";
            position: absolute;
            background: var(--navy);
            border-radius: 2px;
        }

        .faq .sign::before {
            width: 11px;
            height: 2.2px;
        }

        .faq .sign::after {
            width: 2.2px;
            height: 11px;
            transition: .2s;
        }

    .faq[open] .sign {
        background: var(--navy);
    }

        .faq[open] .sign::before, .faq[open] .sign::after {
            background: #fff;
        }

        .faq[open] .sign::after {
            transform: rotate(90deg);
            opacity: 0;
        }

    .faq .body {
        padding: 0 22px 20px;
        color: var(--slate);
        font-size: 15px;
    }

        .faq .body strong {
            color: var(--ink);
        }

        .faq .body a.link {
            color: var(--navy);
            font-weight: 700;
            border-bottom: 1.5px solid var(--orange);
        }

/* Contact block */
.contact {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 36px;
    text-align: center;
    margin: 8px 24px 64px;
    max-width: 1052px;
    margin-left: auto;
    margin-right: auto;
}

    .contact h3 {
        font-size: 22px;
        font-weight: 800;
        color: var(--navy);
        margin-bottom: 8px;
        letter-spacing: -.4px;
    }

    .contact p {
        color: var(--slate);
        margin-bottom: 22px;
    }

.contact-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    border: 1px solid var(--line);
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    color: var(--ink);
}

    .pill.green {
        background: var(--green);
        color: #fff;
        border-color: var(--green);
    }

    .pill.navy {
        background: var(--navy);
        color: #fff;
        border-color: var(--navy);
    }

    .pill:hover {
        transform: translateY(-1px);
    }



.nores {
    display: none;
    padding: 24px;
    text-align: center;
    color: var(--slate);
    font-size: 15px;
}




.heros11 {
    background: radial-gradient(1200px 400px at 80% -10%, rgba(232, 115, 31, .10), transparent 60%), linear-gradient(160deg, var(--navy-deep), var(--navy));
    color: #fff;
    padding: 64px 24px 72px;
    text-align: center;
}


    .heros11 h1 {
        font-size: clamp(30px, 5vw, 46px);
        font-weight: 800;
        letter-spacing: -1px;
        margin-bottom: 14px;
        color: #fff;
    }

    .heros11 .eyebrow {
        text-transform: uppercase;
        letter-spacing: 2.5px;
        font-size: 12.5px;
        font-weight: 700;
        color: #9fc0ea;
        margin-bottom: 16px;
    }


    .heros11 p {
        max-width: 560px;
        margin: 0 auto;
        color: #cfe0f4;
        font-size: 17px;
    }










:root {
    --navy: #0B2340;
    --navy-2: #132B4D;
    --orange: #F5811F;
    --orange-2: #FFA85C;
    --green: #1F8A55;
    --cream: #F7F5F0;
    --slate: #5B6472;
    --line: rgba(255,255,255,0.14);
    --radius: 14px;
}

.story-section {
    background: radial-gradient(1200px 400px at 80% -10%, rgb(11 34 63), transparent 60%), linear-gradient(160deg, #0a203c, #0a1f39);
    padding: 88px 24px 96px;
    overflow: hidden;
}

.story-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.story-head {
    width: 500px;
    margin-bottom: 64px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 18px;
}
    .eyebrow::before {
        content: "";
        width: 22px;
        height: 2px;
        background: var(--orange);
        display: inline-block;
    }

.story-head h2 {
    font-family: 'Archivo',sans-serif;
    font-weight: 800;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.12;
    color: #fff;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}

    .story-head h2 em {
        font-style: normal;
        color: var(--orange-2);
    }

.story-head p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.6);
    margin: 0;
}

/* ---- Fiber timeline (desktop) ---- */
.fiber-track {
    position: relative;
    padding-top: 20px;
}

.fiber-line-wrap {
    position: relative;
    height: 6px;
    margin: 0 2px 0;
}

.fiber-line-base {
    position: absolute;
    inset: 0;
    top: 2px;
    height: 2px;
    background: var(--line);
    border-radius: 2px;
}

.fiber-line-grow {
    position: absolute;
    top: 2px;
    left: 0;
    height: 2px;
    width: 0%;
    background: linear-gradient(90deg, var(--orange) 0%, var(--orange-2) 100%);
    border-radius: 2px;
    transition: width 1.6s cubic-bezier(.65,0,.35,1);
}

    .fiber-line-grow::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -3px;
        width: 9px;
        height: 9px;
        background: var(--orange-2);
        border-radius: 50%;
        transform: translateY(-50%);
        box-shadow: 0 0 14px 3px rgba(255,168,92,0.9);
        opacity: 0;
        animation: pulseDot 3.2s ease-in-out infinite;
        animation-delay: 1.7s;
    }

.story-section.in-view .fiber-line-grow {
    width: 100%;
}

    .story-section.in-view .fiber-line-grow::after {
        opacity: 1;
    }

@keyframes pulseDot {
    0% {
        opacity: .9;
        box-shadow: 0 0 10px 2px rgba(255,168,92,.7);
    }

    50% {
        opacity: .4;
        box-shadow: 0 0 4px 1px rgba(255,168,92,.3);
    }

    100% {
        opacity: .9;
        box-shadow: 0 0 10px 2px rgba(255,168,92,.7);
    }
}

.milestones {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 0;
}

.milestone {
    position: relative;
    padding: 0 12px;

    transform: translateY(14px);
    transition: opacity .6s ease, transform .6s ease;
}

.story-section.in-view .milestone {
    opacity: 1;
    transform: translateY(0);
}

.milestone:nth-child(1) {
    transition-delay: .05s;
}

.milestone:nth-child(2) {
    transition-delay: .20s;
}

.milestone:nth-child(3) {
    transition-delay: .35s;
}

.milestone:nth-child(4) {
    transition-delay: .50s;
}

.milestone:nth-child(5) {
    transition-delay: .65s;
}

.milestone:nth-child(6) {
    transition-delay: .80s;
}

.milestone:nth-child(7) {
    transition-delay: .95s;
}

.milestone-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--navy);
    border: 2px solid var(--orange);
    margin: -9px auto 0;
    position: relative;
    z-index: 2;
}

.milestone.is-latest .milestone-dot {
    background: var(--orange);
    box-shadow: 0 0 0 5px rgba(245,129,31,0.18);
}

.milestone-card {
    margin-top: 22px;
    text-align: center;
}

.milestone-icon {
    width: 34px;
    height: 34px;
    margin: 0 auto 14px;
    color: var(--orange-2);
}

    .milestone-icon svg {
        width: 100%;
        height: 100%;
        display: block;
    }

.milestone-year {
    font-family: 'Archivo',sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}

.milestone-title {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--orange-2);
    margin-bottom: 8px;
    line-height: 1.35;
}

.milestone-desc {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255,255,255,0.55);
}

/* Mobile: vertical rail */
@media (max-width:900px) {
    .fiber-line-wrap {
        display: none;
    }

    .milestones {
        grid-template-columns: 1fr;
        gap: 0;
        position: relative;
        padding-left: 28px;
    }

        .milestones::before {
            content: "";
            position: absolute;
            left: 5px;
            top: 6px;
            bottom: 6px;
            width: 2px;
            background: var(--line);
            border-radius: 2px;
        }

        .milestones::after {
            content: "";
            position: absolute;
            left: 5px;
            top: 6px;
            width: 2px;
            height: 0%;
            background: linear-gradient(180deg, var(--orange), var(--orange-2));
            border-radius: 2px;
            transition: height 1.8s cubic-bezier(.65,0,.35,1);
        }

    .story-section.in-view .milestones::after {
        height: calc(100% - 12px);
    }

    .milestone {
        padding: 0 0 40px;
        text-align: left;
    }

        .milestone:last-child {
            padding-bottom: 0;
        }

    .milestone-dot {
        position: absolute;
        left: -28px;
        top: 2px;
        margin: 0;
    }

    .milestone-card {
        margin-top: 0;
        text-align: left;
    }

    .milestone-icon {
        margin: 0 0 10px;
    }
}

.story-cta {
    margin-top: 56px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

    .story-cta a {
        font-family: 'Inter',sans-serif;
        font-weight: 600;
        font-size: 14.5px;
        color: #fff;
        text-decoration: none;
        background: var(--orange);
        padding: 13px 26px;
        border-radius: 8px;
        transition: background .2s ease;
    }

        .story-cta a:hover {
            background: var(--orange-2);
        }

    .story-cta .stat {
        font-size: 13.5px;
        color: rgba(255,255,255,0.55);
    }

        .story-cta .stat strong {
            color: #fff;
            font-family: 'Archivo',sans-serif;
            font-weight: 700;
        }