﻿:root {
    --ink: #071832;
    --muted: #60708a;
    --blue: #1267ff;
    --blue2: #2388ff;
    --soft: #f5f9ff;
    --soft2: #edf5ff;
    --line: #dce7f5;
    --card: #fff;
    --green: #0b9f6a;
    --shadow: 0 24px 80px rgba(9,35,73,.12);
    --shadow-soft: 0 12px 32px rgba(9,35,73,.08);
    --radius: 28px;
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

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

img {
    max-width: 100%;
    display: block;
}

.nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(220,231,245,.85);
}

.nav-inner {
    width: min(var(--max), calc(100% - 48px));
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand img {
    height: 56px;
    width: auto;
}

.menu {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    gap: 30px;
    color: #263955;
    font-size: 14px;
    font-weight: 750;
}

.actions {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    font-weight: 800;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    font-weight: 850;
    font-size: 15px;
    box-shadow: 0 2px 0 rgba(7,24,50,.02);
    transition: .18s ease;
    white-space: nowrap;
}

    .btn:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-soft);
    }

    .btn.primary {
        background: linear-gradient(135deg,var(--blue),var(--blue2));
        color: #fff;
        border-color: transparent;
        box-shadow: 0 14px 32px rgba(18,103,255,.24);
    }

    .btn.secondary {
        color: var(--blue);
        border-color: #b7ccff;
        background: #fff;
    }

.hero {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: radial-gradient(circle at 4% 22%, rgba(18,103,255,.13), transparent 28%), linear-gradient(180deg,#fbfdff 0%,#f3f8ff 100%);
    border-bottom: 1px solid var(--line);
}

.hero-inner {
    width: min(1320px, calc(100% - 56px));
    margin: 0 auto;
    padding: 24px 0 56px;
    display: grid;
    grid-template-columns: minmax(470px,.88fr) minmax(660px,1.12fr);
    gap: 72px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 13px;
    background: #eaf2ff;
    color: var(--blue);
    border-radius: 999px;
    font-weight: 850;
    font-size: 13px;
    margin-bottom: 22px;
}

    .eyebrow:before {
        content: "";
        width: 8px;
        height: 8px;
        background: var(--blue);
        border-radius: 50%;
        box-shadow: 0 0 0 5px rgba(18,103,255,.12);
    }

h1 {
    margin: 0;
    max-width: 690px;
    font-size: clamp(52px,5.5vw,84px);
    line-height: .94;
    letter-spacing: -.07em;
}

    h1 span {
        color: var(--blue);
    }

.lead {
    max-width: 610px;
    margin: 25px 0 0;
    color: #4b5d78;
    font-size: 20px;
    line-height: 1.56;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.checks {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 13px 24px;
    max-width: 520px;
    color: #344965;
    font-size: 14px;
    font-weight: 800;
}

.check {
    display: flex;
    align-items: center;
    gap: 9px;
}

    .check:before {
        content: "✓";
        width: 21px;
        height: 21px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: #e8f1ff;
        color: var(--blue);
        font-size: 13px;
        font-weight: 950;
        flex: 0 0 auto;
    }

.hero-art {
    position: relative;
    min-height: 530px;
}

.hero-image {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,.8);
    background: #fff;
    box-shadow: 0 34px 90px rgba(7,24,50,.18);
}

    .hero-image img {
        width: 100%;
        aspect-ratio: 1.65/1;
        object-fit: cover;
        object-position: 64% center;
    }

.revenue-card {
    position: absolute;
    left: -18px;
    bottom: 42px;
    min-width: 210px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255,255,255,.95);
    box-shadow: var(--shadow);
}

    .revenue-card span {
        display: block;
        color: var(--muted);
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .revenue-card strong {
        display: block;
        margin-top: 5px;
        font-size: 30px;
        letter-spacing: -.055em;
    }

    .revenue-card small {
        color: var(--green);
        font-weight: 900;
    }

section {
    padding: 90px 0;
}

.soft {
    background: #f3f8ff;
    border-block: 1px solid var(--line);
}

.container {
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
}

.section-head {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.kicker {
    color: var(--blue);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

h2 {
    margin: 0;
    font-size: clamp(34px,3.3vw,54px);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.section-head p {
    max-width: 650px;
    margin: 18px auto 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.58;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.proof-card, .feature, .compare-card, .step {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
}

.proof-card {
    padding: 28px;
    min-height: 182px;
}

.icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg,#eaf2ff,#f8fbff);
    color: var(--blue);
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    font-weight: 950;
    font-size: 22px;
}

h3 {
    margin: 0 0 10px;
    font-size: 20px;
    letter-spacing: -.025em;
}

p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.difference {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 54px;
    align-items: center;
}

    .difference .copy h2 {
        text-align: left;
    }

    .difference .copy p {
        margin-top: 18px;
        font-size: 18px;
        line-height: 1.62;
    }

.compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.compare-card {
    padding: 26px;
}

    .compare-card.maiva {
        border-color: #aac5ff;
        box-shadow: 0 20px 58px rgba(18,103,255,.13);
    }

        .compare-card.maiva h3 {
            color: var(--blue);
        }

    .compare-card ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 13px;
        color: #3d506e;
        font-weight: 700;
    }

    .compare-card li {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        line-height: 1.35;
    }

        .compare-card li:before {
            content: "×";
            width: 20px;
            height: 20px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            background: #eef2f8;
            color: #748196;
            font-weight: 950;
            flex: 0 0 20px;
            font-size: 12px;
            margin-top: 1px;
        }

    .compare-card.maiva li:before {
        content: "✓";
        background: #eaf8f1;
        color: var(--green);
    }

.showcase {
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 34px;
    align-items: center;
}

.showcase-image {
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow);
}

    .showcase-image img {
        width: 100%;
        aspect-ratio: 1.45/1;
        object-fit: cover;
        object-position: 64% center;
    }

.showcase-panel {
    padding: 38px;
    border: 1px solid var(--line);
    border-radius: 30px;
    box-shadow: var(--shadow-soft);
    background: #fff;
}

    .showcase-panel h2 {
        font-size: clamp(34px,3vw,48px);
    }

.showcase-list {
    margin-top: 28px;
    display: grid;
    gap: 17px;
}

.showcase-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
}

.num {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: var(--blue);
    background: #eaf2ff;
    font-weight: 950;
}

.showcase-item strong {
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.feature {
    padding: 26px;
    min-height: 205px;
}

.usecase-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
}

.usecase {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
}

    .usecase figure {
        margin: 0;
        height: 220px;
        overflow: hidden;
        background: #edf4ff;
    }

    .usecase img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 64% center;
    }

.usecase-content {
    padding: 24px;
}

.usecase a {
    display: inline-flex;
    margin-top: 16px;
    color: var(--blue);
    font-weight: 900;
    font-size: 14px;
}

.stats {
    display: grid;
    grid-template-columns: 1.2fr repeat(3,.55fr);
    gap: 16px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: #fff;
    box-shadow: var(--shadow);
    align-items: stretch;
}

.stats-copy {
    padding: 18px 18px 18px 8px;
}

    .stats-copy h2 {
        font-size: clamp(30px,2.8vw,44px);
    }

    .stats-copy p {
        margin-top: 14px;
        font-size: 17px;
        line-height: 1.6;
    }

.stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 146px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #f7fbff;
}

    .stat strong {
        color: var(--blue);
        font-size: 34px;
        line-height: 1;
        letter-spacing: -.055em;
    }

    .stat span {
        margin-top: 8px;
        color: var(--muted);
        font-weight: 800;
        line-height: 1.35;
    }

.steps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.step {
    padding: 28px;
}

.cta {
    padding: 28px 0 88px;
}

.cta-card {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;
    padding: 48px 54px;
    border-radius: 32px;
    color: #fff;
    background: radial-gradient(circle at 92% 26%, rgba(255,255,255,.23), transparent 30%), linear-gradient(135deg,#0d57ee,#2492ff);
    box-shadow: 0 30px 90px rgba(18,103,255,.26);
}

    .cta-card h2 {
        color: #fff;
        max-width: 740px;
    }

    .cta-card p {
        max-width: 690px;
        margin-top: 14px;
        color: rgba(255,255,255,.86);
        font-size: 18px;
    }

    .cta-card .btn {
        background: #fff;
        border: 0;
        color: var(--blue);
    }

footer {
    border-top: 1px solid var(--line);
    padding: 30px 0;
    color: var(--muted);
    font-size: 13px;
}

.footer-inner {
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

footer img {
    height: 28px;
    opacity: .9;
}

@media (max-width:1050px) {
    .hero-inner, .difference, .showcase, .stats {
        grid-template-columns: 1fr;
    }

    .hero-art {
        min-height: auto;
    }

    .revenue-card {
        left: 24px;
    }

    .proof-grid, .feature-grid, .usecase-grid, .steps {
        grid-template-columns: 1fr 1fr;
    }
}

.hamburger {
    display: none;
}

@media (max-width:760px) {
    .nav-inner, .container, .footer-inner, .hero-inner {
        width: min(100% - 28px, var(--max));
    }

    .nav-inner {
        height: 64px;
        position: relative;
    }

    .menu {
        display: none;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 12px 20px 20px;
        border-bottom: 1px solid var(--line);
        box-shadow: 0 8px 24px rgba(9,35,73,.08);
        z-index: 100;
        width: 100%;
    }

    .menu.open {
        display: flex;
    }

    .menu a {
        padding: 12px 0;
        width: 100%;
        border-bottom: 1px solid var(--line);
        font-size: 15px;
    }

    .menu a:last-child {
        border-bottom: none;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        background: none;
        border: none;
        padding: 4px;
        margin-left: auto;
        margin-right: 8px;
    }

    .hamburger span {
        display: block;
        height: 2px;
        background: var(--ink);
        border-radius: 2px;
        transition: all .2s;
    }

    .actions .btn {
        font-size: 13px;
        padding: 9px 16px;
    }

    .hero-inner {
        padding: 28px 0 44px;
        gap: 28px;
    }

    h1 {
        font-size: 36px;
        line-height: 1.15;
    }

    .lead {
        font-size: 16px;
    }

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

    section {
        padding: 52px 0;
    }

    .proof-grid, .feature-grid, .usecase-grid, .steps, .compare {
        grid-template-columns: 1fr;
    }

    .revenue-card {
        display: none;
    }

    .cta-card {
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

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

    .section-head h2 {
        font-size: 26px;
    }
}
