:root {
    color-scheme: light;
    --bg: #f6f8fb;
    --surface: #ffffff;
    --surface-soft: #eef4f1;
    --ink: #15202b;
    --muted: #667485;
    --line: #dbe3ea;
    --green: #18885a;
    --green-dark: #0f5e43;
    --blue: #246bfe;
    --amber: #f3b23c;
    --shadow: 0 24px 70px rgba(33, 47, 70, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--bg);
    color: var(--ink);
    overflow-x: hidden;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 251, 0.95)),
        radial-gradient(circle at 82% 10%, rgba(36, 107, 254, 0.16), transparent 28%),
        radial-gradient(circle at 16% 8%, rgba(24, 136, 90, 0.16), transparent 24%);
}

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

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

.site-header,
.brand,
.nav,
.hero-actions,
.trust-row,
.footer,
.panel-topline {
    display: flex;
    align-items: center;
}

.site-header {
    position: sticky;
    top: 14px;
    z-index: 10;
    justify-content: space-between;
    gap: 22px;
    width: min(1180px, calc(100% - 32px));
    margin: 14px auto 0;
    padding: 10px 12px;
    border: 1px solid rgba(219, 227, 234, 0.9);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 44px rgba(28, 43, 63, 0.08);
    backdrop-filter: blur(18px);
}

.brand {
    gap: 10px;
    font-weight: 900;
    letter-spacing: 0;
}

.brand-mascot {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.nav {
    gap: 22px;
    color: var(--muted);
    font-size: 0.93rem;
    font-weight: 650;
}

.nav a:hover {
    color: var(--ink);
}

.header-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 8px;
    font-weight: 800;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.header-cta,
.btn.primary {
    background: var(--ink);
    color: #ffffff;
    box-shadow: 0 14px 32px rgba(21, 32, 43, 0.16);
}

.btn.secondary {
    border: 1px solid var(--line);
    background: #ffffff;
    color: var(--ink);
}

.btn.light {
    background: #ffffff;
    color: var(--ink);
}

.btn.full {
    width: 100%;
}

.btn:hover,
.header-cta:hover {
    transform: translateY(-2px);
}

.section-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
    gap: 54px;
    align-items: center;
    min-height: calc(100vh - 88px);
    padding: 68px 0 42px;
}

.hero-copy,
.hero-panel,
.split > *,
.cta-content > * {
    min-width: 0;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--green-dark);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    letter-spacing: 0;
}

.hero h1,
.section-heading h2,
.split h2,
.pilot-section h2,
.cta-content h2 {
    margin: 0;
    color: var(--ink);
}

.hero h1 {
    max-width: 760px;
    font-size: clamp(2.7rem, 5vw, 5.3rem);
    line-height: 0.98;
}

.hero-text {
    max-width: 680px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 1.12rem;
    line-height: 1.75;
}

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

.trust-row {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.trust-row span {
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.hero-panel {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff, #eef7f2);
    box-shadow: var(--shadow);
}

.panel-topline {
    justify-content: space-between;
    gap: 16px;
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 800;
}

.panel-topline strong {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(24, 136, 90, 0.11);
    color: var(--green-dark);
}

.mascot-stage {
    display: grid;
    place-items: center;
    min-height: 310px;
    padding: 14px 12px 0;
}

.mascot {
    width: min(360px, 90%);
    filter: drop-shadow(0 22px 34px rgba(24, 70, 50, 0.24));
}

.document-flow {
    display: grid;
    gap: 10px;
}

.document-flow div {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px 12px;
    align-items: start;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
}

.document-flow span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: var(--ink);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 900;
}

.document-flow strong,
.document-flow small {
    grid-column: 2;
}

.document-flow strong {
    margin-top: 1px;
}

.document-flow small {
    color: var(--muted);
}

.proof-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 86px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(33, 47, 70, 0.06);
}

.proof-strip div {
    padding: 24px;
    border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
    border-right: 0;
}

.proof-strip strong {
    display: block;
    margin-bottom: 8px;
}

.proof-strip span,
.section-heading p,
.split p,
.use-card p,
.step p,
.security-grid p,
.pilot-section p,
.pilot-card span,
.cta-content p,
.footer {
    color: var(--muted);
    line-height: 1.7;
}

.section-block {
    padding: 16px 0 88px;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.section-heading.compact {
    max-width: 740px;
}

.section-heading h2,
.split h2,
.pilot-section h2,
.cta-content h2 {
    font-size: clamp(2rem, 3.4vw, 3.45rem);
    line-height: 1.05;
}

.section-heading p,
.split p,
.pilot-section p,
.cta-content p {
    font-size: 1.03rem;
}

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

.use-card,
.security-grid article,
.pilot-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(33, 47, 70, 0.06);
}

.use-card {
    min-height: 250px;
    padding: 24px;
}

.use-card.highlight {
    border-color: rgba(24, 136, 90, 0.32);
    background: linear-gradient(180deg, #ffffff, #eef7f2);
}

.card-tag {
    display: inline-flex;
    margin-bottom: 30px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(36, 107, 254, 0.08);
    color: var(--blue);
    font-size: 0.78rem;
    font-weight: 900;
}

.use-card h3,
.step h3,
.security-grid h3 {
    margin: 0;
    font-size: 1.22rem;
}

.workflow-band {
    margin: 10px 0 88px;
    padding: 72px 0;
    border-block: 1px solid var(--line);
    background: #15202b;
}

.workflow-band .eyebrow {
    color: #89e6bd;
}

.workflow-band h2,
.workflow-band h3 {
    color: #ffffff;
}

.workflow-band p {
    color: #b9c5d0;
}

.split {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 46px;
    align-items: start;
}

.steps {
    display: grid;
    gap: 14px;
}

.step {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
}

.step span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(137, 230, 189, 0.14);
    color: #89e6bd;
    font-weight: 900;
}

.security-section {
    padding-bottom: 88px;
}

.security-grid {
    grid-template-columns: repeat(4, 1fr);
}

.security-grid article {
    padding: 22px;
}

.security-grid h3 {
    margin-bottom: 10px;
}

.pilot-section {
    display: grid;
    grid-template-columns: 1fr minmax(320px, 420px);
    gap: 42px;
    align-items: center;
    padding: 0 0 90px;
}

.pilot-card {
    padding: 24px;
}

.pilot-card strong {
    display: block;
    font-size: 1.35rem;
}

.pilot-card span {
    display: block;
    margin-top: 6px;
}

.pilot-card ul {
    margin: 22px 0;
    padding: 0;
    list-style: none;
}

.pilot-card li {
    position: relative;
    margin: 11px 0;
    padding-left: 24px;
    color: var(--ink);
    font-weight: 650;
}

.pilot-card li::before {
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    content: "";
}

.cta-band {
    padding: 72px 0;
    background: linear-gradient(135deg, #0f5e43, #15202b);
}

.cta-band .eyebrow,
.cta-band h2,
.cta-band p {
    color: #ffffff;
}

.cta-band p {
    opacity: 0.82;
}

.cta-content {
    display: flex;
    justify-content: space-between;
    gap: 34px;
}

.cta-content div {
    max-width: 760px;
}

.footer {
    justify-content: space-between;
    gap: 20px;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0;
}

.footer span:first-child {
    color: var(--ink);
    font-weight: 900;
}

@media (max-width: 980px) {
    .nav {
        display: none;
    }

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

    .hero {
        min-height: auto;
        padding-top: 48px;
    }

    .proof-strip,
    .use-grid,
    .security-grid {
        grid-template-columns: 1fr;
    }

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

    .proof-strip div:last-child {
        border-bottom: 0;
    }

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

@media (max-width: 620px) {
    .site-header {
        top: 8px;
        width: calc(100% - 20px);
        margin-top: 8px;
    }

    .header-cta {
        display: none;
    }

    .section-shell,
    .proof-strip,
    .footer {
        width: calc(100% - 28px);
    }

    .hero h1 {
        font-size: 2.2rem;
        line-height: 1.08;
        overflow-wrap: break-word;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero-actions .btn,
    .cta-content .btn {
        width: 100%;
    }

    .hero-panel {
        padding: 16px;
    }

    .mascot-stage {
        min-height: 240px;
    }

    .document-flow div,
    .step {
        grid-template-columns: 1fr;
    }

    .document-flow strong,
    .document-flow small {
        grid-column: auto;
    }

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

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