:root {
    --navy: #071f2b;
    --teal: #11a89a;
    --mint: #5eead4;
    --ink: #102a35;
    --muted: #687d85;
    --cream: #f5f8f6
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font: 15px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased
}

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

.topbar {
    height: 80px;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 0 24px;
    gap: 50px
}

.logo {
    display: flex;
    align-items: center;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -.7px
}

.logo>span {
    display: grid;
    width: 34px;
    height: 34px;
    margin-right: 9px;
    place-items: center;
    border-radius: 10px;
    background: var(--navy);
    color: var(--mint);
    font-size: 16px
}

.logo b {
    color: var(--teal)
}

.navlinks {
    display: flex;
    gap: 32px;
    margin: auto;
    color: #4c646d;
    font-size: 13px;
    font-weight: 600
}

.navlinks a:hover {
    color: var(--teal)
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 13px;
    font-weight: 700
}

.nav-cta,
.primary {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 12px 18px;
    border-radius: 9px;
    background: var(--navy);
    color: #fff
}

.nav-cta span,
.primary span {
    color: var(--mint)
}

.hero {
    min-height: 650px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 70px 24px 90px
}

.hero-copy {
    position: relative;
    z-index: 2
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 6px 11px;
    border: 1px solid #d9e7e4;
    border-radius: 99px;
    color: #507078;
    background: #f8fbfa;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em
}

.badge i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 0 4px #dcf7f2
}

.hero h1 {
    margin: 24px 0 22px;
    font-size: clamp(48px, 6vw, 76px);
    line-height: 1.01;
    letter-spacing: -.06em
}

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

.hero-copy>p {
    max-width: 550px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 34px
}

.primary {
    padding: 14px 22px;
    font-weight: 750
}

.play {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700
}

.play b {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #d5e1e0;
    border-radius: 50%;
    color: var(--teal);
    font-size: 10px
}

.trust {
    display: flex;
    gap: 24px;
    margin-top: 34px;
    color: #71858c;
    font-size: 11px;
    font-weight: 650
}

.trust span:before {
    content: '✓';
    margin-right: 7px;
    color: var(--teal)
}

.hero-visual {
    position: relative;
    min-height: 500px
}

.hero-visual:before {
    content: '';
    position: absolute;
    inset: 20px -50px 0 20px;
    border-radius: 50%;
    background: radial-gradient(circle, #bdeee5 0, #e9f7f3 38%, transparent 70%)
}

.dashboard-card {
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 55px;
    width: 500px;
    overflow: hidden;
    border: 1px solid #d9e4e4;
    border-radius: 18px;
    background: white;
    box-shadow: 0 30px 70px rgba(7, 31, 43, .18);
    transform: rotate(-1deg)
}

.mock-top {
    display: flex;
    height: 48px;
    align-items: center;
    padding: 0 17px;
    border-bottom: 1px solid #e8eeee
}

.mock-top>span {
    display: flex;
    gap: 4px
}

.mock-top i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d8e3e4
}

.mock-top b {
    margin: auto;
    font-size: 11px
}

.mock-top small {
    padding: 3px 7px;
    border-radius: 9px;
    background: #e9f8f4;
    color: #15816e
}

.mock-body {
    padding: 22px
}

.mock-balance {
    padding: 20px;
    border-radius: 12px;
    color: white;
    background: var(--navy)
}

.mock-balance span,
.mock-balance small {
    display: block;
    color: #95abb4;
    font-size: 10px
}

.mock-balance strong {
    display: block;
    margin: 6px 0;
    font-size: 25px
}

.mock-balance small {
    color: #69d5c2
}

.mini-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px
}

.mini-stats span {
    padding: 13px;
    border: 1px solid #e4ebeb;
    border-radius: 10px
}

.mini-stats small,
.mini-stats b {
    display: block
}

.mini-stats small {
    color: #7f9095;
    font-size: 9px
}

.mini-stats b {
    font-size: 15px
}

.chart {
    height: 90px;
    display: flex;
    align-items: end;
    gap: 8px;
    padding-top: 15px;
    border-bottom: 1px solid #e4ecec
}

.chart i {
    flex: 1;
    height: 35%;
    border-radius: 3px 3px 0 0;
    background: #cdece7
}

.chart i:nth-child(2) {
    height: 52%
}

.chart i:nth-child(3) {
    height: 45%
}

.chart i:nth-child(4) {
    height: 70%
}

.chart i:nth-child(5) {
    height: 62%
}

.chart i:nth-child(6) {
    height: 83%
}

.chart i:nth-child(7) {
    height: 76%
}

.chart i:nth-child(8) {
    height: 95%;
    background: var(--teal)
}

.chart i:nth-child(9) {
    height: 86%
}

.payment-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    font-size: 10px
}

.payment-row .avatar {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 9px;
    background: #e8f6f3;
    color: var(--teal);
    font-weight: 800
}

.payment-row span b,
.payment-row span small,
.payment-row>strong small {
    display: block
}

.payment-row small {
    color: #89999e
}

.payment-row>strong {
    margin-left: auto;
    text-align: right
}

.payment-row>strong small {
    color: #159379
}

.float-card {
    position: absolute;
    z-index: 3;
    right: -25px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border: 1px solid #e0e9e8;
    border-radius: 12px;
    background: white;
    box-shadow: 0 15px 35px rgba(7, 31, 43, .14)
}

.float-card>span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: #e5f8f3;
    color: #159379
}

.float-card b,
.float-card small {
    display: block
}

.float-card b {
    font-size: 11px
}

.float-card small {
    color: #7c8e94;
    font-size: 9px
}

.proof {
    padding: 32px 24px;
    border-block: 1px solid #e7eeee;
    text-align: center
}

.proof p {
    margin: 0 0 18px;
    color: #8a999e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase
}

.proof div {
    display: flex;
    justify-content: center;
    gap: 65px;
    color: #5c737b;
    font-size: 13px;
    font-weight: 750
}

.proof span:before {
    content: '◇';
    margin-right: 9px;
    color: var(--teal)
}

.features {
    max-width: 1200px;
    margin: auto;
    padding: 110px 24px
}

.section-heading {
    text-align: center
}

.section-heading>span,
.kicker,
.cta>span {
    color: var(--teal);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .16em
}

.section-heading h2,
.flow h2,
.cta h2 {
    margin: 12px 0;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.12;
    letter-spacing: -.045em
}

.section-heading p {
    color: var(--muted)
}

.feature-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 15px;
    margin-top: 54px
}

.feature-grid article {
    position: relative;
    min-height: 410px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid #e0e9e8;
    border-radius: 17px;
    background: #f9fbfa
}

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

.feature-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 11px;
    background: #e1f4f0;
    color: var(--teal);
    font-size: 20px
}

.dark .feature-icon {
    background: #123c48;
    color: var(--mint)
}

.feature-grid h3 {
    margin: 25px 0 10px;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -.03em
}

.feature-grid p {
    color: #72858b;
    font-size: 13px
}

.dark p {
    color: #9cb0b7
}

.feature-grid a {
    color: var(--mint);
    font-size: 12px;
    font-weight: 750
}

.phone {
    position: absolute;
    right: -20px;
    bottom: -50px;
    width: 255px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 12px 30px #02131b
}

.phone span,
.phone b {
    display: block
}

.phone span {
    color: #839398;
    font-size: 9px
}

.phone b {
    margin: 8px 0 20px;
    font-size: 22px
}

.phone button {
    width: 100%;
    padding: 11px;
    border: 0;
    border-radius: 8px;
    background: var(--teal);
    color: white;
    font-weight: 700
}

.steps {
    display: flex;
    flex-direction: column;
    margin-top: 35px
}

.steps span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #86979b;
    font-size: 11px
}

.steps span:before {
    content: ''
}

.steps span {
    width: max-content;
    padding: 8px 10px;
    border: 1px solid #dce6e5;
    border-radius: 9px
}

.steps .done {
    color: #168775;
    background: #edf9f6
}

.steps i {
    height: 19px;
    margin-left: 15px;
    border-left: 1px dashed #b6c8c7
}

.feature-grid pre {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: calc(100% - 25px);
    margin: 0;
    padding: 20px;
    border-radius: 11px 0 0 11px;
    background: var(--navy);
    color: #a6e8de;
    font-size: 10px;
    overflow: hidden
}

.protection{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:center;max-width:1200px;margin:auto;padding:110px 24px}.protection h2{margin:12px 0 18px;font-size:clamp(34px,4vw,50px);line-height:1.1;letter-spacing:-.045em}.protection-copy>p{max-width:570px;color:var(--muted);font-size:16px}.protection-points{display:grid;gap:20px;margin-top:34px}.protection-points>div,.decision{display:flex;gap:14px;align-items:center}.protection-points b,.decision>b{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:10px;background:#e8f7f4;color:var(--teal)}.protection-points strong,.protection-points small,.decision strong,.decision small{display:block}.protection-points small,.decision small,.protected-note{color:var(--muted)}.protection-card{padding:28px;border:1px solid #dce8e6;border-radius:20px;background:#fff;box-shadow:0 28px 70px rgba(7,31,43,.12)}.protection-card-head{display:flex;justify-content:space-between;color:var(--teal);font-weight:800}.protection-card-head small{color:var(--muted)}.protected-order{margin:22px 0;padding:20px;border-radius:13px;background:var(--navy);color:#fff}.protected-order small,.protected-order strong,.protected-order span{display:block}.protected-order small,.protected-order span{color:#9bb0b7;font-size:11px}.protected-order strong{margin:4px 0;font-size:25px}.decision{margin-top:10px;padding:13px;border:1px solid #dde8e7;border-radius:11px}.decision>b{width:30px;height:30px;flex-basis:30px}.decision.problem>b{background:#fff1ed;color:#bd543d}.protected-note{display:block;margin-top:18px;text-align:center;font-size:10px}

.flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
    padding: 110px max(24px, calc((100vw - 1152px)/2));
    background: var(--cream)
}

.flow>div>p {
    max-width: 520px;
    margin-bottom: 30px;
    color: var(--muted)
}

.flow ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.flow li {
    display: flex;
    gap: 24px;
    padding: 23px 0;
    border-bottom: 1px solid #dae5e2
}

.flow li>b {
    color: var(--teal);
    font: 800 11px ui-monospace, monospace
}

.flow li strong,
.flow li small {
    display: block
}

.flow li strong {
    font-size: 17px
}

.flow li small {
    margin-top: 4px;
    color: var(--muted)
}

.cta {
    padding: 105px 24px;
    text-align: center;
    color: white;
    background: var(--navy)
}

.cta p {
    color: #9db0b8
}

.cta a {
    display: inline-flex;
    gap: 25px;
    margin-top: 22px;
    padding: 14px 22px;
    border-radius: 9px;
    background: var(--mint);
    color: var(--navy);
    font-weight: 800
}

footer {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 35px max(24px, calc((100vw - 1152px)/2));
    color: #7c8d92;
    background: #061923;
    font-size: 11px
}

footer .logo {
    color: #fff
}

footer small {
    margin-left: auto
}

@media(max-width:900px) {
    .navlinks {
        display: none
    }

    .hero {
        grid-template-columns: 1fr;
        padding-top: 50px
    }

    .hero-visual {
        margin-top: 30px
    }

    .dashboard-card {
        left: 4%;
        width: 90%
    }

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

    .feature-grid article {
        min-height: 340px
    }

    .flow {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .protection {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .proof div {
        gap: 20px;
        flex-wrap: wrap
    }
}

@media(max-width:600px) {
    .topbar {
        height: 68px
    }

    .nav-actions .signin {
        display: none
    }

    .nav-cta {
        padding: 10px 12px
    }

    .nav-cta span {
        display: none
    }

    .hero {
        padding-top: 35px
    }

    .hero h1 {
        font-size: 47px
    }

    .hero-copy>p {
        font-size: 16px
    }

    .trust {
        gap: 8px;
        flex-direction: column
    }

    .hero-visual {
        min-height: 400px
    }

    .dashboard-card {
        top: 25px
    }

    .float-card {
        right: 0;
        bottom: 0
    }

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

    .features {
        padding-block: 80px
    }

    .flow {
        padding-block: 80px
    }

    .protection {
        padding-block: 80px
    }

    footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px
    }

    footer small {
        margin-left: 0
    }
}
