:root {
    --navy: #071a2d;
    --navy2: #0b2d4f;
    --blue: #0788dc;
    --cyan: #16b5ee;
    --ink: #10202e;
    --muted: #607080;
    --line: #dbe5ec;
    --light: #f4f8fb;
    --white: #fff;
    --green: #21b573;
    --shadow: 0 18px 55px rgba(4, 25, 44, .12);
    --radius: 20px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, Segoe UI, Arial, sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.6
}

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

img {
    max-width: 100%
}

.container {
    width: min(1180px, 92%);
    margin: auto
}

.topbar {
    background: #04111f;
    color: #bcd0df;
    font-size: .78rem;
    padding: .48rem 0
}

.topbar .container {
    display: flex;
    justify-content: space-between;
    gap: 1rem
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid #e8eef2
}

.navwrap {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem
}

.brand {
    display: flex;
    align-items: center;
    gap: .75rem
}

.brand img {
    width: 190px;
    display: block
}

.navlinks {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-weight: 700;
    font-size: .9rem
}

.navlinks a:hover,
.navlinks a.active {
    color: var(--blue)
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border-radius: 9px;
    padding: .82rem 1.1rem;
    font-weight: 800;
    border: 1px solid transparent;
    transition: .2s
}

.btn-primary {
    background: linear-gradient(135deg, var(--blue), #00599b);
    color: white;
    box-shadow: 0 10px 28px rgba(7, 136, 220, .24)
}

.btn-outline {
    border-color: #a8bfd0;
    color: var(--navy);
    background: white
}

.btn-dark {
    background: var(--navy);
    color: white
}

.menu {
    display: none;
    font-size: 1.5rem;
    background: none;
    border: 0
}

.hero {
    background: radial-gradient(circle at 78% 20%, rgba(22, 181, 238, .2), transparent 27%), linear-gradient(120deg, #041321 0%, #082b4a 60%, #0b416d 100%);
    color: white;
    min-height: 690px;
    display: flex;
    align-items: center;
    overflow: hidden
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 4rem;
    align-items: center;
    padding: 5.5rem 0
}

.eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .17em;
    font-size: .76rem;
    font-weight: 900;
    color: #54cdf6;
    margin-bottom: 1rem
}

.hero h1 {
    font-size: clamp(2.7rem, 5vw, 5rem);
    line-height: 1.03;
    margin: .1rem 0 1.25rem;
    letter-spacing: -.04em
}

.hero p {
    font-size: 1.12rem;
    color: #c8d9e7;
    max-width: 690px
}

.actions {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
    margin: 2rem 0
}

.hero .btn-outline {
    background: transparent;
    color: white;
    border-color: #6f91aa
}

.trust {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    color: #bdd2e1;
    font-size: .83rem;
    font-weight: 700
}

.tech-panel {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 28px;
    padding: 1.4rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .25)
}

.screen {
    background: #06101a;
    border-radius: 18px;
    padding: 1.4rem;
    min-height: 390px;
    position: relative;
    overflow: hidden
}

.screen:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 28px 28px
}

.metric {
    position: relative;
    z-index: 2;
    border: 1px solid #174a6c;
    background: #082238;
    border-radius: 14px;
    padding: 1rem;
    margin-bottom: .8rem
}

.metric small {
    color: #7fb7d6;
    text-transform: uppercase;
    letter-spacing: .1em
}

.metric strong {
    display: block;
    font-size: 1.65rem;
    color: #f5fbff
}

.signal {
    height: 86px;
    position: relative;
    z-index: 2;
    margin: 1rem 0
}

.signal svg {
    width: 100%;
    height: 100%
}

.stats {
    margin-top: -42px;
    position: relative;
    z-index: 5
}

.statgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: white;
    border-radius: 18px;
    box-shadow: var(--shadow);
    overflow: hidden
}

.stat {
    padding: 1.7rem;
    border-right: 1px solid var(--line)
}

.stat:last-child {
    border: 0
}

.stat strong {
    font-size: 1.2rem;
    color: var(--navy);
    display: block
}

.stat span {
    font-size: .82rem;
    color: var(--muted)
}

section {
    padding: 5.5rem 0
}

.section-head {
    max-width: 760px;
    margin-bottom: 2.5rem
}

.section-head h2,
.pagehero h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    margin: .3rem 0 .8rem;
    color: var(--navy);
    letter-spacing: -.03em
}

.section-head p {
    color: var(--muted);
    font-size: 1.04rem
}

.grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem
}

.grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem
}

.card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.55rem;
    background: white;
    transition: .25s
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
    border-color: #b9d6e7
}

.icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #e9f6fd;
    color: var(--blue);
    display: grid;
    place-items: center;
    font-weight: 900;
    margin-bottom: 1rem
}

.card h3 {
    margin: .25rem 0 .55rem;
    color: var(--navy)
}

.card p {
    color: var(--muted);
    font-size: .93rem
}

.link {
    font-weight: 850;
    color: var(--blue)
}

.dark {
    background: var(--navy);
    color: white
}

.dark .section-head h2,
.dark h3 {
    color: white
}

.dark .section-head p,
.dark p {
    color: #b9ccda
}

.solution {
    background: #0b2944;
    border: 1px solid #194566
}

.band {
    background: var(--light)
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center
}

.process {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: .5rem;
    margin-top: 2rem
}

.step {
    padding: 1rem .6rem;
    text-align: center;
    border-radius: 14px;
    background: white;
    border: 1px solid var(--line);
    font-size: .78rem;
    font-weight: 800
}

.step b {
    display: block;
    color: var(--blue);
    font-size: 1rem
}

.industry {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(150deg, #fff, #eff6fa)
}

.cta {
    background: linear-gradient(120deg, #087fd0, #064d83);
    color: white;
    border-radius: 28px;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem
}

.cta h2 {
    font-size: 2.2rem;
    line-height: 1.1;
    margin: 0 0 .5rem
}

.cta p {
    margin: 0;
    color: #d6ebf8
}

.footer {
    background: #04111f;
    color: #a8bfce;
    padding: 4rem 0 1.5rem
}

.footgrid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 2rem
}

.footer h4 {
    color: white
}

.footer a {
    display: block;
    margin: .48rem 0;
    font-size: .9rem
}

.footer-logo {
    width: 220px;
    filter: brightness(0) invert(1);
    margin-bottom: 1rem
}

.copyright {
    border-top: 1px solid #183044;
    margin-top: 2.5rem;
    padding-top: 1.2rem;
    font-size: .8rem;
    display: flex;
    justify-content: space-between
}

.pagehero {
    padding: 5rem 0;
    background: linear-gradient(130deg, #eef7fc, #fff)
}

.pagehero p {
    max-width: 760px;
    color: var(--muted);
    font-size: 1.08rem
}

.breadcrumb {
    font-size: .8rem;
    color: var(--blue);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em
}

.feature-list {
    padding: 0;
    list-style: none
}

.feature-list li {
    padding: .7rem 0;
    border-bottom: 1px solid var(--line)
}

.feature-list li:before {
    content: "✓";
    color: var(--blue);
    font-weight: 900;
    margin-right: .6rem
}

.product-hero {
    background: var(--navy);
    color: white
}

.product-hero h1 {
    color: white
}

.product-hero p {
    color: #bfd2df
}

.rfq {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem
}

.rfq input,
.rfq select,
.rfq textarea {
    width: 100%;
    padding: .9rem;
    border: 1px solid #cfdce5;
    border-radius: 9px;
    font: inherit
}

.rfq textarea {
    min-height: 130px
}

.full {
    grid-column: 1/-1
}

.floating {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: .6rem
}

.floatbtn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--blue);
    color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    font-weight: 900
}

.note {
    font-size: .8rem;
    color: var(--muted)
}

@media(max-width:900px) {
    .navlinks {
        display: none;
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        background: white;
        padding: 1.2rem 4%;
        flex-direction: column;
        align-items: flex-start;
        box-shadow: var(--shadow)
    }

    .navlinks.open {
        display: flex
    }

    .menu {
        display: block
    }

    .hero-grid,
    .split {
        grid-template-columns: 1fr
    }

    .tech-panel {
        display: none
    }

    .hero {
        min-height: auto
    }

    .statgrid,
    .grid4 {
        grid-template-columns: repeat(2, 1fr)
    }

    .grid3 {
        grid-template-columns: 1fr 1fr
    }

    .process {
        grid-template-columns: repeat(2, 1fr)
    }

    .footgrid {
        grid-template-columns: 1fr 1fr
    }

    .cta {
        flex-direction: column;
        align-items: flex-start
    }
}

@media(max-width:600px) {
    .topbar {
        display: none
    }

    .brand img {
        width: 155px
    }

    .hero-grid {
        padding: 4rem 0
    }

    .hero h1 {
        font-size: 2.7rem
    }

    .statgrid,
    .grid4,
    .grid3,
    .rfq {
        grid-template-columns: 1fr
    }

    .stats {
        margin-top: 0
    }

    .stat {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

    section {
        padding: 4rem 0
    }

    .footgrid {
        grid-template-columns: 1fr
    }

    .copyright {
        flex-direction: column;
        gap: .4rem
    }

    .cta {
        padding: 2rem
    }

    .full {
        grid-column: auto
    }
}