@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --navy: #071a2f;
    --navy-2: #0b2945;
    --blue: #2494c0;
    --cyan: #2ea2dc;
    --ink: #10243a;
    --muted: #5e6d7c;
    --line: #dce7ee;
    --soft: #f3f8fb;
    --white: #fff;
    --max: 1180px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Manrope, system-ui, sans-serif;
    background: #fff
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%
}

.container {
    width: min(calc(100% - 40px), var(--max));
    margin: auto
}

.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 99;
    padding: 10px 14px;
    background: #fff;
    transform: translateY(-150%)
}

.skip-link:focus {
    transform: none
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 30;
    color: #fff;
    transition: .3s;
    background: linear-gradient(180deg, rgba(7, 26, 47, .72), transparent)
}

.site-header.scrolled {
    background: rgba(7, 26, 47, .96);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .14);
    backdrop-filter: blur(14px)
}

.header-inner {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand img {
    width: 155px;
    filter: brightness(0) invert(1)
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: .9rem;
    font-weight: 600
}

.main-nav>a:not(.button):hover {
    color: #74d1f4
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--cyan), var(--blue));
    color: #fff;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(36, 148, 192, .25);
    transition: .2s
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(36, 148, 192, .34)
}

.button-small {
    min-height: 42px;
    padding: 0 18px
}

.menu-button {
    display: none;
    background: transparent;
    border: 0;
    padding: 8px
}

.menu-button span:not(.sr-only) {
    display: block;
    width: 25px;
    height: 2px;
    margin: 5px;
    background: #fff
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 160px 0 112px;
    color: #fff;
    background: radial-gradient(circle at 80% 25%, #124c71 0, transparent 35%), linear-gradient(135deg, #061629 0%, #092743 58%, #0b3655 100%)
}

.hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #2ea2dc;
    filter: blur(120px);
    opacity: .12;
    right: 8%;
    top: 10%
}

.hero-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 1
}

.eyebrow {
    display: inline-block;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase
}

.hero h1 {
    font-size: clamp(2.8rem, 5.2vw, 5rem);
    line-height: 1.03;
    letter-spacing: -.055em;
    margin: 18px 0 24px
}

.hero h1 span {
    color: #7ad4f2
}

.hero-copy>p {
    max-width: 600px;
    color: #c3d3df;
    font-size: 1.08rem;
    line-height: 1.8
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 34px
}

.text-link {
    font-weight: 800;
    color: #fff
}

.text-link span {
    margin-left: 6px
}

.text-link.dark {
    color: var(--blue)
}

.hero-points {
    display: flex;
    gap: 24px;
    padding: 0;
    margin: 36px 0 0;
    list-style: none;
    color: #c3d3df;
    font-size: .82rem
}

.hero-points li:before {
    content: "✓";
    color: #66d3f5;
    font-weight: 800;
    margin-right: 7px
}

.product-visual {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px;
    background: rgba(255, 255, 255, .09);
    box-shadow: 0 40px 90px rgba(0, 0, 0, .35);
    overflow: hidden;
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg)
}

.visual-top {
    height: 40px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 13px;
    background: #eaf1f5;
    color: #627484;
    font-size: 10px
}

.visual-top i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b9c8d1
}

.visual-top span {
    margin-left: 8px
}

.visual-body {
    display: flex;
    height: 360px;
    background: #f5f8fa
}

.visual-body aside {
    width: 66px;
    background: #0b2c49;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    padding-top: 20px
}

.visual-body aside b {
    color: #56bde4
}

.visual-body aside i {
    width: 22px;
    height: 5px;
    border-radius: 4px;
    background: #406078
}

.visual-content {
    flex: 1;
    padding: 28px;
    color: #132b40
}

.visual-heading {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.visual-heading div {
    display: flex;
    flex-direction: column
}

.visual-heading small,
.visual-content article small {
    font-size: 8px;
    color: #718291
}

.visual-heading strong {
    font-size: 16px
}

.visual-heading>span {
    font-size: 8px;
    background: var(--blue);
    padding: 8px 11px;
    border-radius: 4px;
    color: #fff
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 24px 0
}

.stats article {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 13px;
    border-radius: 7px;
    box-shadow: 0 6px 18px #d9e3e8
}

.stats b {
    font-size: 19px;
    margin: 4px 0
}

.stats em {
    font-size: 7px;
    color: #269bc8;
    font-style: normal
}

.chart {
    background: #fff;
    padding: 17px;
    border-radius: 7px
}

.chart-title {
    display: flex;
    justify-content: space-between;
    font-size: 9px
}

.chart-title span {
    color: #82909b
}

.bars {
    height: 110px;
    display: flex;
    align-items: end;
    gap: 12px;
    border-bottom: 1px solid #dbe5ea;
    padding: 14px 6px 0
}

.bars i {
    flex: 1;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(#55c4ea, #268fb9)
}

.bars i:nth-child(1) {
    height: 35%
}

.bars i:nth-child(2) {
    height: 53%
}

.bars i:nth-child(3) {
    height: 42%
}

.bars i:nth-child(4) {
    height: 78%
}

.bars i:nth-child(5) {
    height: 62%
}

.bars i:nth-child(6) {
    height: 88%
}

.bars i:nth-child(7) {
    height: 72%
}

.trust-strip {
    padding: 30px 0;
    background: #F3F8FB
}

.trust-strip .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.trust-strip h2 {
    color: #092D4A;
}

.trust-strip div div {
    display: flex;
    gap: 36px;
    color: #82909b;
    font-size: .85rem
}

.section {
    padding: 112px 0
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center
}

.section h2,
.cta-card h2 {
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    line-height: 1.12;
    letter-spacing: -.04em;
    margin: 16px 0 20px
}

.section-copy p,
.section-heading p {
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 28px
}

.benefit-list article {
    display: flex;
    gap: 22px;
    padding: 25px 0;
    border-bottom: 1px solid var(--line)
}

.benefit-list article>span {
    color: var(--cyan);
    font-weight: 800;
    font-size: .8rem
}

.benefit-list h3 {
    margin: 0 0 7px
}

.benefit-list p {
    margin: 0;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.6
}

.features {
    background: var(--soft)
}

.section-heading {
    max-width: 700px;
    margin-bottom: 54px
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.feature-card {
    padding: 32px;
    background: #fff;
    border: 1px solid #e4edf2;
    border-radius: 12px;
    transition: .25s
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 50px rgba(31, 65, 88, .1);
    border-color: #bfe0ed
}

.feature-card .icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    color: var(--blue);
    background: #eaf7fb;
    font-size: 1.45rem
}

.feature-card h3 {
    margin: 22px 0 10px
}

.feature-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
    font-size: .9rem
}

.steps {
    background: var(--navy);
    color: #fff
}

.steps .section-heading {
    margin-bottom: 46px
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #284158;
    border: 1px solid #284158
}

.steps-grid article {
    padding: 38px;
    background: var(--navy)
}

.steps-grid b {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #376079;
    color: #69c9ed
}

.steps-grid h3 {
    margin: 26px 0 12px
}

.steps-grid p {
    color: #aabdc9;
    line-height: 1.7
}

.cta-section {
    padding: 90px 0
}

.cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 64px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(125deg, #1689b7, #31a8d7);
    box-shadow: 0 25px 70px rgba(26, 142, 184, .25)
}

.cta-card h2 {
    font-size: clamp(2rem, 4vw, 3.3rem);
    margin-bottom: 12px
}

.cta-card p {
    margin: 0;
    color: #dff6ff
}

.button-light {
    flex: none;
    background: #fff;
    color: #147fa8;
    box-shadow: none
}

footer {
    padding: 42px 0;
    background: #061629;
    color: #92a8b7
}

.footer-inner {
    display: flex;
    align-items: center;
    gap: 30px
}

.footer-inner img {
    width: 130px;
    filter: brightness(0) invert(1)
}

.footer-inner p {
    font-size: .78rem
}

.footer-inner>span {
    margin-left: auto;
    font-size: .78rem
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s ease, transform .65s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

:focus-visible {
    outline: 3px solid #73d3f2;
    outline-offset: 4px
}

@media (max-width:900px) {
    .menu-button {
        display: block
    }

    .main-nav {
        position: absolute;
        top: 76px;
        left: 20px;
        right: 20px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 24px;
        background: #0a2742;
        border: 1px solid #24435b;
        border-radius: 10px
    }

    .main-nav.open {
        display: flex
    }

    .hero {
        padding-top: 135px
    }

    .hero-grid,
    .split {
        grid-template-columns: 1fr
    }

    .hero-grid {
        gap: 55px
    }

    .product-visual {
        max-width: 680px
    }

    .trust-strip .container,
    .trust-strip div div {
        flex-wrap: wrap
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .split {
        gap: 50px
    }

    .cta-card {
        padding: 45px
    }

    .section {
        padding: 85px 0
    }
}

@media (max-width:620px) {
    .container {
        width: min(calc(100% - 28px), var(--max))
    }

    .header-inner {
        height: 72px
    }

    .brand img {
        width: 130px
    }

    .hero {
        padding: 120px 0 90px
    }

    .hero h1 {
        font-size: 2.7rem
    }

    .hero-actions,
    .hero-points {
        align-items: flex-start;
        flex-direction: column
    }

    .hero-points {
        gap: 10px
    }

    .product-visual {
        transform: none
    }

    .visual-body {
        height: 290px
    }

    .visual-body aside {
        width: 45px
    }

    .visual-content {
        padding: 16px
    }

    .stats {
        gap: 5px
    }

    .stats article {
        padding: 8px
    }

    .stats b {
        font-size: 13px
    }

    .bars {
        gap: 6px
    }

    .trust-strip div div {
        gap: 18px
    }

    .section {
        padding: 70px 0
    }

    .feature-grid,
    .steps-grid {
        grid-template-columns: 1fr
    }

    .feature-card {
        padding: 26px
    }

    .cta-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 34px 26px
    }

    .footer-inner {
        align-items: flex-start;
        flex-direction: column
    }

    .footer-inner>span {
        margin: 0
    }
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none
    }

    .button {
        transition: none
    }
}