:root {
  --navy: #0f1b2d; --navy-2: #16243a;
  --ink: #16202b; --muted: #5b6875; --line: #e3e8ee; --bg: #ffffff; --panel: #f5f7fa;
  --red: #c8321f; --red-ink: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 17px/1.55 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
h1, h2, h3 { letter-spacing: -0.02em; margin: 0; }
h1 { font-size: clamp(36px, 5.2vw, 58px); line-height: 1.04; font-weight: 800; }
h1 em { font-style: normal; color: #ff8a7a; }
h2 { font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; margin-bottom: 12px; }
h3 { font-size: 19px; font-weight: 700; margin-bottom: 6px; }
p { margin: 0 0 14px; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; font-weight: 600; color: var(--red); margin-bottom: 14px; }
.lede { font-size: 19px; color: var(--muted); }
.lede.narrow { max-width: 680px; }
.muted { color: var(--muted); font-size: 15px; }

.top { position: sticky; top: 0; z-index: 10; background: var(--navy); color: #fff; }
.top .row { height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 800; font-size: 19px; }
.mark { width: 22px; height: 22px; border-radius: 6px; background: var(--red); box-shadow: inset 0 -6px 0 rgba(0,0,0,.25); }
nav { display: flex; align-items: center; gap: 22px; }
nav a { color: #cbd5e1; text-decoration: none; font-size: 15px; font-weight: 500; }
nav a:hover { color: #fff; }

.btn { display: inline-block; background: var(--red); color: var(--red-ink); padding: 13px 22px; border-radius: 8px; border: 0; font: inherit; font-weight: 600; text-decoration: none; cursor: pointer; }
.btn:hover { filter: brightness(1.08); }
.btn.small { padding: 9px 14px; font-size: 14px; color: #fff; }
.link { color: inherit; font-weight: 600; text-decoration: none; }
.cta-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 8px; }

.hero { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; padding: 72px 0 80px; }
.hero .lede { color: #b6c2d1; max-width: 560px; margin: 20px 0 26px; }
.hero .link { color: #fff; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }

.pile { background: #fff; color: var(--ink); border-radius: 18px; padding: 18px; box-shadow: 0 30px 60px rgba(0,0,0,.35); max-width: 380px; margin-left: auto; }
.pile-head { display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 15px; padding: 2px 4px 12px; }
.pill { background: #e8f7ee; color: #1f7a3f; font-size: 12px; padding: 3px 9px; border-radius: 999px; }
.pile ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.pile li { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; background: var(--panel); }
.pile li.up { background: #fff1ee; outline: 2px solid var(--red); }
.pos { width: 24px; text-align: center; font-weight: 700; color: var(--muted); font-size: 14px; }
.who { flex: 1; display: grid; font-weight: 600; font-size: 15px; }
.who small { font-weight: 400; color: var(--muted); font-size: 12.5px; }
.tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--red); }
.pile-foot { margin: 12px 4px 0; font-size: 13px; color: var(--muted); }

.section { padding: 72px 24px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 24px; }
.steps p { color: var(--muted); font-size: 16px; }
.num { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 700; margin-bottom: 14px; }

.proof { background: var(--panel); padding: 72px 0; }
.grid { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.grid li { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px; }
.grid p { color: var(--muted); font-size: 16px; margin: 0; }

.why p { max-width: 720px; font-size: 18px; }

.demo { background: var(--navy); color: #fff; padding: 72px 0; }
.demo p { color: #b6c2d1; }
.demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
form { display: grid; gap: 14px; background: #fff; color: var(--ink); padding: 26px; border-radius: 16px; }
label { display: grid; gap: 6px; font-size: 14px; font-weight: 500; color: var(--muted); }
input, textarea { font: inherit; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 11px 12px; }
input:focus, textarea:focus { outline: 2px solid var(--red); outline-offset: 0; border-color: transparent; }
.hp { position: absolute; left: -9999px; }

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

@media (max-width: 820px) {
  .hero-grid, .demo-grid, .grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .pile { margin: 8px auto 0; }
  nav a:not(.btn) { display: none; }
  .hero { padding: 48px 0 56px; }
  .section, .proof, .demo { padding-top: 52px; padding-bottom: 52px; }
}
