* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #061016;
  --panel: #0b171e;
  --panel2: #0f2028;
  --text: #f4f7f5;
  --muted: #9aa9ae;
  --accent: #4CC26B;
  --line: rgba(255,255,255,.09);
}
html { scroll-behavior: smooth; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 80% 15%, rgba(76,194,107,.08), transparent 25%),
    radial-gradient(circle at 15% 30%, rgba(20,90,110,.16), transparent 30%),
    var(--bg);
  color: var(--text);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: auto; }
nav {
  height: 72px; border-bottom: 1px solid var(--line);
  display:flex; align-items:center; position:sticky; top:0;
  background: rgba(6,16,22,.82); backdrop-filter: blur(18px); z-index:10;
}
.nav-inner { width:min(1240px, calc(100% - 40px)); margin:auto; display:flex; align-items:center; justify-content:space-between; }
.logo { display:flex; align-items:center; gap:10px; font-weight:800; font-size:19px; }
.logo-mark {
  width:25px;height:25px;border:3px solid var(--accent);border-radius:7px;
  transform:skewY(-10deg); position:relative;
}
.logo-mark:after {
  content:""; position:absolute; left:6px; top:4px;
  border-left:9px solid var(--accent); border-top:6px solid transparent; border-bottom:6px solid transparent;
}
.nav-links { display:flex; gap:30px; color:#c6d0d3; font-size:14px; }
.nav-links a:hover { color:var(--accent); }
.btn {
  border:0; background:var(--accent); color:#06170c; font-weight:800;
  padding:12px 20px; border-radius:9px; cursor:pointer; display:inline-flex; align-items:center; gap:8px;
}
.btn:hover { transform:translateY(-1px); box-shadow:0 10px 30px rgba(76,194,107,.2); }
.btn.secondary { background:transparent; color:var(--text); border:1px solid var(--line); }
.hero { padding:92px 0 70px; }
.hero-grid { display:grid; grid-template-columns: .92fr 1.08fr; gap:60px; align-items:center; }
.eyebrow { color:var(--accent); font-weight:800; font-size:13px; letter-spacing:.08em; text-transform:uppercase; margin-bottom:16px; }
h1 { font-size:clamp(46px, 6vw, 72px); line-height:1.01; letter-spacing:-.055em; max-width:650px; }
.accent { color:var(--accent); }
.hero p { margin:25px 0; max-width:560px; color:#b7c3c7; font-size:18px; }
.actions { display:flex; gap:13px; flex-wrap:wrap; }
.micro { margin-top:14px; color:#74858a; font-size:12px; }

/* ---- Hero teaser visual (simplified) ---- */
.hero-visual {
  border:1px solid rgba(255,255,255,.13); border-radius:16px; padding:18px;
  background:linear-gradient(145deg,#0b171e,#071117);
  box-shadow:0 30px 90px rgba(0,0,0,.45);
}
.hv-head { display:flex; align-items:center; gap:6px; padding-bottom:14px; margin-bottom:14px; border-bottom:1px solid var(--line); }
.hv-dot { width:9px; height:9px; border-radius:50%; background:rgba(255,255,255,.15); }
.hv-title { margin-left:8px; font-size:11px; color:#718187; }
.hv-row { display:flex; gap:12px; padding:12px; border:1px solid var(--line); border-radius:10px; margin-bottom:10px; background:#0c1b22; }
.hv-active { background:rgba(76,194,107,.08); border-color:rgba(76,194,107,.5); }
.hv-todo { background:#08141a; border-color:rgba(255,255,255,.06); }
.hv-thumb { width:46px; height:34px; border-radius:5px; flex-shrink:0; position:relative; background:linear-gradient(135deg,#1d5c3a,#0d2a1a); overflow:hidden; }
.hv-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.hv-thumb-empty { background:#0a1a20; border:1px dashed rgba(76,194,107,.5); }
.hv-thumb-blank { background:#0a161c; }
.hv-thumb .chk { position:absolute; right:3px; bottom:2px; color:var(--accent); font-size:11px; text-shadow:0 0 3px rgba(0,0,0,.8); z-index:1; }
.hv-line { font-size:13px; color:#b9c5c8; font-style:italic; line-height:1.35; }
.hv-line-active { color:#dff5e6; }
.hv-line-todo { color:#8b989d; }
.hv-meta { font-size:10px; color:#74868b; margin-top:5px; }
.hv-meta-active { color:var(--accent); }
.hv-more { text-align:center; font-size:11px; color:#5f7075; margin-top:4px; }

/* ---- Full demo section ---- */
.demo-section { border-top:1px solid var(--line); }
.app {
  border:1px solid rgba(255,255,255,.13); border-radius:18px; overflow:hidden;
  background:linear-gradient(145deg,#0b171e,#071117);
  box-shadow:0 30px 90px rgba(0,0,0,.45);
  max-width:960px; margin:0 auto;
}
.app-top { padding:16px 18px; border-bottom:1px solid var(--line); display:flex; justify-content:space-between; color:#9cabb0; font-size:12px; }
.steps { display:flex; gap:14px; flex-wrap:wrap; }
.step.active { color:var(--accent); }
.app-body { display:grid; grid-template-columns: 53% 47%; min-height:380px; }
.label { font-size:10px; color:#718187; text-transform:uppercase; letter-spacing:.09em; font-weight:700; }

/* ---- Left: storyboard board ---- */
.board { border-right:1px solid var(--line); position:relative; }
.board-head { padding:16px 16px 10px; }
.progress { font-size:10px; color:var(--accent); margin-top:3px; }
.segments { padding:0 16px; max-height:290px; overflow:hidden; }
.segment { display:flex; gap:10px; padding:10px; border:1px solid var(--line); border-radius:9px; margin-bottom:8px; background:#0c1b22; }
.segment.active { background:rgba(76,194,107,.08); border-color:rgba(76,194,107,.5); }
.segment.todo { background:#08141a; border-color:rgba(255,255,255,.06); }
.seg-thumb { width:38px; height:30px; border-radius:4px; flex-shrink:0; position:relative; background:#0c1b22; overflow:hidden; }
.seg-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.seg-empty { background:#0a1a20; border:1px dashed rgba(76,194,107,.5); }
.seg-blank { background:#0a161c; }
.chk { position:absolute; right:2px; bottom:1px; color:var(--accent); font-size:10px; text-shadow:0 0 3px rgba(0,0,0,.8); z-index:1; }
.seg-text { min-width:0; }
.line { font-size:11px; color:#b9c5c8; font-style:italic; }
.line-active { color:#dff5e6; }
.line-todo { color:#8b989d; }
.meta { font-size:9px; color:#74868b; margin-top:3px; }
.meta-active { color:var(--accent); }
.board-fade { position:absolute; left:0; right:1px; bottom:0; height:70px; background:linear-gradient(to bottom, rgba(11,23,30,0), #0b171e 85%); pointer-events:none; }
.more-cue { position:absolute; left:50%; transform:translateX(-50%); bottom:12px; color:#5f7075; font-size:10px; display:flex; align-items:center; gap:5px; }
.more-cue span { font-size:12px; }

/* ---- Right: candidate chooser ---- */
.chooser { padding:16px; }
.chooser-head { display:flex; justify-content:space-between; align-items:baseline; margin-bottom:4px; }
.chooser-actions { display:flex; align-items:center; gap:10px; }
.opt-count { font-size:10px; color:#74868b; }
.chip-btn { background:transparent; color:var(--accent); border:1px solid rgba(76,194,107,.4); padding:3px 9px; border-radius:7px; font-size:10px; cursor:pointer; }
.chip-btn:hover { background:rgba(76,194,107,.1); }
.suggested { font-size:11px; color:#b9c5c8; margin-bottom:14px; }
.candidates { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.cand { border:1px solid rgba(255,255,255,.1); border-radius:9px; overflow:hidden; }
.cand.selected { border:2px solid var(--accent); }
.cand-thumb { height:80px; position:relative; background:#0c1b22; overflow:hidden; }
.cand-thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.cand-thumb-empty { background:linear-gradient(160deg,#16323f 0%,#0c1b22 70%); }
.play { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); color:#fff; font-size:15px; width:30px; height:30px; border-radius:50%; background:rgba(0,0,0,.45); display:flex; align-items:center; justify-content:center; }
.src { position:absolute; top:3px; left:4px; background:rgba(0,0,0,.6); color:#fff; font-size:8px; padding:1px 4px; border-radius:3px; }
.cand-cap { padding:6px 7px; background:#0c1b22; }
.cand-cap p { font-size:9px; color:#f4f7f5; }
.sel-tag { font-size:8px; color:var(--accent); }
.dur { font-size:8px; color:#74868b; }
.chooser-bottom { display:flex; justify-content:space-between; align-items:center; margin-top:14px; }
.chooser-bottom-right { display:flex; gap:8px; }
.ghost-btn { background:transparent; color:#9cabb0; border:1px solid rgba(255,255,255,.12); padding:8px 12px; border-radius:8px; font-size:11px; cursor:pointer; }
.ghost-btn:hover { border-color:rgba(255,255,255,.25); }
.mini-btn { background:var(--accent); color:#06170c; border:0; padding:8px 14px; border-radius:8px; font-size:11px; font-weight:700; cursor:pointer; }
.mini-btn:hover { transform:translateY(-1px); }
.trust { padding:35px 0 70px; text-align:center; color:#69797e; font-size:11px; text-transform:uppercase; letter-spacing:.12em; }
.logos { display:flex; justify-content:space-around; gap:20px; margin-top:24px; color:#a8b4b7; font-weight:800; font-size:16px; }
section { padding:90px 0; border-top:1px solid var(--line); }
.section-title { text-align:center; max-width:700px; margin:0 auto 50px; }
.section-title h2 { font-size:42px; letter-spacing:-.04em; line-height:1.1; }
.section-title p { color:var(--muted); margin-top:14px; }
.features { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.type-list { text-align:center; margin-top:40px; }
.type-list-intro { color:var(--muted); font-size:14px; margin-bottom:16px; }
.type-chips { display:flex; flex-wrap:wrap; justify-content:center; gap:9px; }
.chip { border:1px solid var(--line); border-radius:20px; padding:7px 15px; font-size:12px; color:#c6d0d3; background:rgba(255,255,255,.02); }
.type-list-note { color:#5f7075; font-size:11px; margin-top:16px; }
.card { padding:26px; border:1px solid var(--line); border-radius:15px; background:rgba(255,255,255,.025); }
.icon { color:var(--accent); font-size:26px; margin-bottom:20px; }
.card h3 { margin-bottom:9px; font-size:19px; }
.card p { color:var(--muted); font-size:14px; }
.workflow { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.workflow .card { position:relative; }
.num { color:var(--accent); font-weight:900; font-size:12px; }
.proof { display:grid; grid-template-columns:1fr 1fr; gap:18px; align-items:stretch; }
.big-card { border:1px solid var(--line); border-radius:18px; padding:36px; background:linear-gradient(145deg,#0c1a21,#081217); }
.big-card h3 { font-size:34px; line-height:1.1; letter-spacing:-.04em; }
.metric { margin-top:25px; display:flex; gap:35px; }
.metric strong { display:block; font-size:30px; color:var(--accent); }
.metric span { color:var(--muted); font-size:12px; }
.quote { display:flex; flex-direction:column; justify-content:center; }
.quote p { font-size:22px; line-height:1.4; }
.quote small { margin-top:22px; color:#7e8d92; }
.cta {
  display:grid; grid-template-columns:1.4fr .6fr; gap:30px; align-items:center;
  border:1px solid var(--line); border-radius:18px; padding:45px;
  background:radial-gradient(circle at 85% 50%, rgba(76,194,107,.1), transparent 30%), #0a171d;
}
.cta h2 { font-size:39px; letter-spacing:-.04em; }
.cta p { color:var(--muted); margin:10px 0 22px; }
.price { text-align:right; }
.price strong { font-size:28px; line-height:1.15; color:var(--accent); }
.price span { color:var(--muted); }
.waitlist { display:flex; gap:9px; }
input { flex:1; min-width:0; background:#071116; color:white; border:1px solid var(--line); border-radius:9px; padding:13px 15px; outline:none; }
input:focus { border-color:rgba(76,194,107,.6); }
footer { border-top:1px solid var(--line); padding:40px 0; color:#75858a; font-size:13px; }
.footer-inner { display:flex; justify-content:space-between; gap:30px; }
@media(max-width:850px) {
  .nav-links { display:none; }
  .hero-grid,.proof,.cta { grid-template-columns:1fr; }
  .features { grid-template-columns:1fr; }
  .workflow { grid-template-columns:1fr 1fr; }
  .price { text-align:left; }
}
@media(max-width:600px) {
  .container { width:min(100% - 26px,1120px); }
  .hero { padding-top:55px; }
  h1 { font-size:46px; }
  .app-body { grid-template-columns:1fr; }
  .board { border-right:0; border-bottom:1px solid var(--line); }
  .candidates { grid-template-columns:1fr 1fr; }
  .workflow { grid-template-columns:1fr; }
  .logos { flex-wrap:wrap; }
  .waitlist { flex-direction:column; }
}