:root {
    color-scheme: dark;
    --bg: #111216;
    --panel: #17191f;
    --panel-2: #1d2027;
    --line: #2b2e37;
    --text: #eff0f4;
    --muted: #9a9eaa;
    --green: #43c784;
    --green-soft: #75dfa8;
    --purple: #7165e8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font: 16px/1.65 Nunito, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.021) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.021) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000 0, transparent 76%);
}
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1100px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(17,18,22,.9);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
}
.nav-shell { width: min(1100px, calc(100% - 40px)); height: 72px; margin: auto; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 31px; height: 31px; border-radius: 8px; }
nav { display: flex; gap: 28px; margin-left: auto; color: var(--muted); font-size: 14px; font-weight: 700; }
nav a:hover { color: var(--text); }
.nav-cta { margin-left: 14px; padding: 8px 15px; border: 1px solid #3b3f49; border-radius: 6px; font-size: 14px; font-weight: 800; }
.nav-cta:hover { border-color: var(--green); color: var(--green-soft); }
.hero { padding: 78px 0 62px; text-align: center; }
.eyebrow { color: var(--green-soft); font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 18px; height: 2px; margin: 0 9px 4px 0; background: var(--green); }
h1 { max-width: 900px; margin: 20px auto; font-size: clamp(42px, 7vw, 75px); line-height: 1.04; letter-spacing: -.055em; }
h1 em { color: var(--green-soft); font-style: normal; }
.hero-copy { max-width: 690px; margin: 0 auto; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin: 32px 0 52px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 21px; border-radius: 6px; font-weight: 800; }
.button.primary { background: var(--green); color: #07150e; box-shadow: 0 8px 30px rgba(67,199,132,.18); }
.button.primary:hover { background: #58d394; }
.button.secondary { border: 1px solid #383b45; background: #191b21; }
.button.secondary:hover { border-color: #5a5e6b; }
.hero-product { margin: 0; }
.product-frame { position: relative; overflow: hidden; border: 1px solid #393d47; border-radius: 10px; background: #dce7f1; box-shadow: 0 38px 100px rgba(0,0,0,.52), 0 0 0 1px rgba(255,255,255,.035); text-align: left; }
.product-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.product-frame img { display: block; width: 100%; height: auto; }
.hero-product figcaption { display: flex; justify-content: space-between; gap: 20px; margin: 13px 3px 0; color: #737884; font-size: 12px; }
.hero-product figcaption span { color: var(--green-soft); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.beta-note { max-width: 720px; margin: 32px auto 0; color: #8d919c; }
.feature-band { border-top: 1px solid var(--line); }
.feature-row { min-height: 420px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; padding-block: 70px; }
.feature-row + .feature-row { border-top: 1px solid var(--line); }
.feature-row.reverse > :first-child { order: 2; }
.feature-row h2, .closing h2 { margin: 6px 0 12px; font-size: clamp(30px, 4vw, 45px); line-height: 1.12; letter-spacing: -.04em; }
.feature-row p, .closing p { color: var(--muted); }
.section-number { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.feature-shot { position: relative; height: 300px; margin: 0; overflow: hidden; border: 1px solid #353944; border-radius: 9px; background: #e8eef5; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.feature-shot::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), inset 0 -55px 80px rgba(12,14,18,.08); }
.feature-shot img { display: block; width: 100%; height: 100%; object-fit: cover; }
.workflow-shot img { object-position: 50% 12%; }
.editor-shot img { object-position: 50% 22%; }
.runtime-shot { height: 255px; }
.runtime-shot img { object-position: center; }
.closing { padding: 100px 0; text-align: center; }
.closing p:not(.eyebrow) { margin: 0 0 28px; }
footer { border-top: 1px solid var(--line); color: #797d87; font-size: 13px; }
footer .section-shell { min-height: 75px; display: flex; align-items: center; justify-content: space-between; }
footer a:hover { color: var(--green-soft); }

@media (max-width: 780px) {
    nav { display: none; }
    .nav-cta { margin-left: auto; }
    .hero { padding-top: 58px; }
    .hero-copy { font-size: 17px; }
    .feature-row { min-height: auto; grid-template-columns: 1fr; gap: 35px; padding-block: 60px; }
    .feature-row.reverse > :first-child { order: 0; }
    .feature-shot { height: 330px; }
    .workflow-shot { height: 390px; }
}

@media (max-width: 480px) {
    .section-shell, .nav-shell { width: min(100% - 28px, 1100px); }
    .nav-shell { height: 64px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-product figcaption { display: block; }
    .hero-product figcaption span { display: block; margin-bottom: 3px; }
    .feature-shot, .workflow-shot { height: 280px; }
    .closing { padding: 75px 0; }
}
