:root {
  --bg: #080a0d;
  --surface: #0d1015;
  --surface-2: #11151b;
  --surface-3: #151a22;
  --text: #f5f7fb;
  --muted: #929cab;
  --muted-2: #626c7b;
  --line: rgba(255,255,255,.09);
  --line-strong: rgba(255,255,255,.14);
  --accent: #7c96ff;
  --accent-2: #9fb1ff;
  --success: #8be0ba;
  --radius: 20px;
  --shadow: 0 30px 80px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 18%, rgba(93,117,223,.12), transparent 31rem),
    radial-gradient(circle at 16% 56%, rgba(63,77,129,.08), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 72%);
  opacity: .55;
}

a { color: inherit; }
a:focus-visible { outline: 2px solid var(--accent-2); outline-offset: 4px; border-radius: 4px; }

.page-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand, .footer-brand {
  display: inline-flex;
  align-items: baseline;
  text-decoration: none;
  letter-spacing: -.045em;
  font-size: 22px;
  line-height: 1;
}
.brand-url { font-weight: 760; color: #c7cdd8; }
.brand-stamp { font-weight: 470; color: #f5f7fb; }
.brand-mark {
  width: 5px;
  height: 5px;
  margin-left: 4px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(124,150,255,.8);
}
.header-actions { display: flex; align-items: center; gap: 22px; }
.powered-link {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  transition: color .2s ease;
}
.powered-link:hover { color: var(--text); }

.hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(48px, 7vw, 94px);
  align-items: center;
  padding: 68px 0 104px;
}
.hero-copy { max-width: 560px; }
.eyebrow, .section-label {
  margin: 0 0 22px;
  color: #aab3c2;
  font-size: 12px;
  font-weight: 680;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 22px; height: 1px; background: var(--accent); box-shadow: 0 0 10px rgba(124,150,255,.45); }
h1 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(54px, 6.1vw, 82px);
  line-height: .97;
  letter-spacing: -.062em;
  font-weight: 690;
}
h1 em { font-style: normal; color: #aeb8c8; font-weight: 470; }
.hero-lede {
  max-width: 590px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
  letter-spacing: -.012em;
}
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.launch-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  background: #f1f4fb;
  color: #11141a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.product-preview { position: relative; min-width: 0; }
.preview-label {
  position: absolute;
  z-index: 3;
  top: -12px;
  right: 22px;
  padding: 6px 9px;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: #11151b;
  color: #8f99a8;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.capture-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.027), rgba(255,255,255,.008)), var(--surface);
  box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.035);
  transform: perspective(1200px) rotateY(-1.2deg) rotateX(.4deg);
}
.browser-chrome {
  height: 54px;
  display: grid;
  grid-template-columns: 64px 1fr 64px;
  align-items: center;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: #0b0e12;
}
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: #303741; }
.browser-address {
  height: 30px;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 8px;
  background: rgba(255,255,255,.025);
  color: #737d8c;
  font-size: 10px;
}
.browser-address span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.capture-body { display: grid; grid-template-columns: 1.22fr .78fr; min-height: 390px; }
.page-preview { position: relative; overflow: hidden; padding: 32px 28px; border-right: 1px solid var(--line); background: #0f1217; }
.preview-site-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 44px; }
.preview-logo { width: 58px; height: 8px; border-radius: 3px; background: #3a424f; }
.preview-nav { width: 82px; height: 5px; border-radius: 3px; background: #242b34; }
.preview-kicker { width: 62px; height: 6px; border-radius: 3px; background: rgba(124,150,255,.5); margin-bottom: 16px; }
.preview-title { height: 15px; border-radius: 5px; background: #cad1dc; opacity: .82; }
.line-a { width: 92%; margin-bottom: 9px; }
.line-b { width: 69%; }
.preview-meta { width: 41%; height: 5px; border-radius: 3px; background: #3a424d; margin-top: 16px; }
.preview-image { position: relative; height: 112px; overflow: hidden; margin: 28px 0 22px; border: 1px solid rgba(255,255,255,.055); border-radius: 9px; background: linear-gradient(135deg, #1b222d, #151a22 56%, #202735); }
.preview-image::before, .preview-image::after { content:""; position:absolute; border:1px solid rgba(124,150,255,.12); border-radius:50%; }
.preview-image::before { width:160px; height:160px; right:-48px; top:-82px; }
.preview-image::after { width:88px; height:88px; left:24px; bottom:-48px; }
.scan-line { position:absolute; left:0; right:0; top:30%; height:1px; background: linear-gradient(90deg, transparent, rgba(124,150,255,.55), transparent); animation: scan 4.5s ease-in-out infinite; }
.preview-copy { height: 6px; border-radius: 3px; background: #313945; margin: 9px 0; }
.preview-copy.long { width: 92%; }
.preview-copy.medium { width: 78%; }
.preview-copy.short { width: 55%; }

.evidence-panel { padding: 26px 21px; background: linear-gradient(180deg, rgba(124,150,255,.035), transparent 40%); }
.evidence-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 26px; }
.evidence-label { color: #d6dbe4; font-size: 11px; font-weight: 650; }
.verified-badge { display: inline-flex; align-items: center; gap: 3px; color: var(--success); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.evidence-list { margin: 0; }
.evidence-list > div { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.065); }
.evidence-list dt { margin: 0 0 5px; color: #606b7a; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.evidence-list dd { margin: 0; color: #b1bac7; font-size: 9px; line-height: 1.35; overflow-wrap: anywhere; }
.hash-row code { color: #aab8ee; font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: 9px; }
.anchor-row { display: grid; grid-template-columns: 28px 1fr 16px; align-items: center; gap: 9px; margin-top: 24px; color: #778292; }
.anchor-icon { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(124,150,255,.25); border-radius: 7px; color: var(--accent-2); background: rgba(124,150,255,.06); font-size: 11px; font-weight: 760; }
.anchor-row strong, .anchor-row small { display:block; }
.anchor-row strong { color:#bac2ce; font-size:9px; font-weight:650; }
.anchor-row small { margin-top:3px; color:#596472; font-size:8px; }

.process { padding: 70px 0 110px; border-top: 1px solid var(--line); }
.process-heading { display: flex; justify-content: center; text-align: center; margin-bottom: 56px; }
h2 { margin: 0; max-width: none; white-space: nowrap; font-size: clamp(34px, 3.6vw, 48px); line-height: 1.05; letter-spacing: -.048em; font-weight: 590; }
.process-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow:hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }
.process-grid article { min-height: 245px; padding: 30px; background: #0b0e12; }
.step-number { display:inline-block; margin-bottom:48px; color:#5e6877; font-family:"SFMono-Regular", Consolas, monospace; font-size:10px; }
.process-grid h3 { margin: 0 0 12px; color:#e9ecf1; font-size:17px; font-weight:620; letter-spacing:-.02em; }
.process-grid p { margin:0; max-width:300px; color:#7e8998; font-size:13px; line-height:1.65; }

.site-footer { min-height: 116px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:24px; border-top:1px solid var(--line); color:#626c79; font-size:11px; }
.site-footer .footer-brand { font-size:16px; }
.site-footer p { margin:0; }
.site-footer a { color:#8d97a5; text-decoration:none; }
.site-footer a:hover { color:#dbe0e8; }
.copyright { text-align:right; }

@keyframes scan { 0%,12% { transform:translateY(-36px); opacity:0; } 30% { opacity:1; } 70% { opacity:.8; } 88%,100% { transform:translateY(88px); opacity:0; } }

@media (max-width: 980px) {
  .hero { grid-template-columns:1fr; min-height:auto; padding:76px 0 90px; }
  .hero-copy { max-width:720px; }
  .product-preview { max-width:700px; width:100%; }
  .capture-card { transform:none; }
}

@media (max-width: 720px) {
  .page-shell { width:min(100% - 32px, 1180px); }
  .site-header { min-height:82px; }
  .powered-link { display:none; }
  .hero { padding:64px 0 76px; gap:54px; }
  h1 { font-size:clamp(46px, 14vw, 66px); }
  h2 { white-space: normal; }
  .hero-lede { font-size:15px; }
  .hero-actions { flex-wrap:wrap; }
  .capture-body { grid-template-columns:1fr; }
  .page-preview { min-height:330px; border-right:0; border-bottom:1px solid var(--line); }
  .evidence-panel { padding:24px; }
  .process { padding:72px 0 84px; }
  .process-grid { grid-template-columns:1fr; }
  .process-grid article { min-height:200px; }
  .step-number { margin-bottom:36px; }
  .site-footer { grid-template-columns:1fr auto; min-height:110px; }
  .site-footer > p:not(.copyright) { display:none; }
}

@media (max-width: 430px) {
  .browser-chrome { grid-template-columns:48px 1fr 0; padding:0 12px; }
  .window-dots span { width:6px; height:6px; }
  .page-preview { padding:27px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}
