:root {
  --font-geist: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --ink: #11120f;
  --paper: #f5f2ea;
  --white: #fffefa;
  --lime: #c9ff3d;
  --coral: #ff6b55;
  --purple: #8057e8;
  --line: rgba(17, 18, 15, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-geist), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
svg { width: 1.1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: var(--ink); background: var(--lime); transform: rotate(-4deg); }
.brand-mark svg { width: 17px; }
.brand-mark.mini { width: 23px; height: 23px; border-radius: 6px; }
.brand-mark.mini svg { width: 13px; }
nav { display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
nav a:hover { opacity: .55; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 24px; border-radius: 100px; font-size: 15px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-dark { color: white; background: var(--ink); }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 8px 24px rgba(135, 170, 46, .15); }
.button-wide { width: 100%; }

.hero { min-height: 670px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 56px; padding-block: 72px 82px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 100px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255,107,85,.14); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 590px; margin: 24px 0; font-size: clamp(52px, 6vw, 78px); line-height: .96; letter-spacing: -.065em; }
h1 em { position: relative; z-index: 0; font-family: Georgia, serif; font-weight: 400; }
h1 em::after { content: ""; position: absolute; z-index: -1; left: -5px; right: -8px; bottom: 4px; height: 15px; background: var(--lime); transform: rotate(-2deg); }
.hero-sub { max-width: 520px; color: #56574f; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 34px 0 24px; }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.microcopy { display: flex; gap: 10px; align-items: center; color: #6c6d65; font-size: 12px; }
.microcopy svg { width: 16px; height: 16px; padding: 2px; border-radius: 50%; color: white; background: var(--ink); }

.product-scene { position: relative; min-height: 480px; display: grid; place-items: center; }
.glow { position: absolute; width: 85%; height: 80%; border-radius: 50%; background: radial-gradient(circle, rgba(201,255,61,.5), rgba(201,255,61,0) 69%); filter: blur(20px); }
.dashboard { position: relative; width: 100%; padding: 22px; border: 1px solid rgba(17,18,15,.12); border-radius: 22px; background: rgba(255,254,250,.92); box-shadow: 0 30px 70px rgba(37,38,29,.14); transform: rotate(1.2deg); backdrop-filter: blur(12px); }
.dash-top, .table-title, .lead-row { display: flex; align-items: center; }
.dash-top { justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.dash-brand { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; }
.live { display: flex; align-items: center; gap: 7px; color: #71736b; font-size: 11px; font-weight: 700; }
.live i { width: 7px; height: 7px; border-radius: 50%; background: #58bd75; }
.dash-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0; }
.dash-metrics div { display: flex; flex-direction: column; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.dash-metrics span { color: #77786f; font-size: 9px; }
.dash-metrics strong { margin: 4px 0 1px; font-size: 25px; letter-spacing: -.06em; }
.dash-metrics strong.coral { color: var(--coral); }
.dash-metrics small { color: #7b7d73; font-size: 8px; }
.lead-table { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: white; }
.table-title { justify-content: space-between; padding: 13px 15px; border-bottom: 1px solid var(--line); font-size: 10px; }
.table-title span { color: #77786f; }
.lead-row { display: grid; grid-template-columns: 34px 1fr auto 30px; gap: 10px; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.lead-row:last-child { border-bottom: 0; }
.lead-row > span:nth-child(2) { display: flex; flex-direction: column; }
.lead-row strong { font-size: 10px; }
.lead-row small, .lead-row time { color: #7a7c73; font-size: 8px; }
.avatar { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; font-size: 8px; font-weight: 800; }
.avatar.purple { background: #e8e0ff; color: #6740ca; }.avatar.mint { background: #dcf5e6; color: #378058; }.avatar.amber { background: #fff0ce; color: #9a6c1a; }
.tag { padding: 5px 7px; border-radius: 100px; font-size: 7px; font-weight: 750; }.tag.urgent { color: #b54431; background: #ffe0d9; }.tag.replied { color: #337552; background: #dcf5e6; }.tag.new { color: #785b17; background: #fff0ce; }
.lead-row.faded { opacity: .75; }
.alert-card { position: absolute; right: -28px; bottom: 36px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; width: 275px; padding: 13px; color: white; background: var(--ink); border-radius: 14px; box-shadow: 0 18px 34px rgba(17,18,15,.24); transform: rotate(-2deg); }
.alert-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; color: var(--ink); background: var(--coral); font-weight: 900; }
.alert-card > span:nth-child(2) { display: flex; flex-direction: column; }.alert-card strong { font-size: 10px; }.alert-card small { color: #aaa; font-size: 8px; }.alert-arrow { color: var(--lime); }

.trust-strip { padding: 25px 0; color: white; background: var(--ink); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-inner p { margin: 0; color: #a6a79f; font-size: 11px; }
.trust-inner div { display: flex; gap: 38px; color: #e9e9e2; font-size: 11px; font-weight: 850; letter-spacing: .09em; }
.section { padding-block: 116px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 50px; }
.kicker { display: inline-block; color: #6d6e66; }
h2 { margin: 14px 0 0; font-size: clamp(39px, 5vw, 59px); line-height: 1.04; letter-spacing: -.055em; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 450px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.feature-card.feature-dark { color: white; background: var(--ink); }.feature-card.feature-lime { background: var(--lime); }
.feature-number { font-family: var(--font-mono); font-size: 11px; opacity: .5; }
.feature-art { min-height: 170px; display: grid; place-items: center; }
.timer-art span { font-family: var(--font-mono); font-size: 58px; letter-spacing: -.08em; }.timer-art small { margin-top: -55px; color: #888; font-size: 10px; }
.rings-art { position: relative; }.rings-art i { position: absolute; width: 150px; height: 150px; border: 1px solid var(--line); border-radius: 50%; }.rings-art i:nth-child(2) { width: 100px; height: 100px; }.rings-art span { z-index: 1; display: grid; place-items: center; width: 55px; height: 55px; border-radius: 50%; color: white; background: var(--purple); font-size: 23px; }
.chart-art { align-items: end; grid-template-columns: repeat(4, 31px); justify-content: center; gap: 8px; }.chart-art i { height: 38%; border-radius: 6px 6px 0 0; background: var(--ink); }.chart-art i:nth-child(2) { height: 62%; }.chart-art i:nth-child(3) { height: 48%; }.chart-art i:nth-child(4) { height: 88%; }
.feature-card h3 { margin-bottom: 10px; font-size: 20px; letter-spacing: -.035em; }.feature-card p { margin: 0; color: #707169; font-size: 14px; line-height: 1.6; }.feature-dark p { color: #a7a89f; }.feature-lime p { color: #4a4d3d; }

.how-section { color: white; background: var(--ink); }
.how-intro { display: grid; grid-template-columns: .75fr 2fr; align-items: start; margin-bottom: 65px; }.how-intro h2 { margin: 0; }
.kicker-light { color: #979990; }
.steps { border-top: 1px solid rgba(255,255,255,.15); }
.steps article { display: grid; grid-template-columns: .75fr 2fr; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.steps article > span { color: var(--lime); font-family: var(--font-mono); font-size: 12px; }.steps article div { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }.steps h3 { margin: 0; font-size: 22px; }.steps p { max-width: 390px; margin: 0; color: #9c9e95; line-height: 1.6; }

.pricing { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: center; }
.price-copy > p { max-width: 610px; margin: 24px 0; color: #686961; line-height: 1.7; }
.price-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding: 0; list-style: none; }.price-copy li { display: flex; align-items: center; gap: 9px; font-size: 14px; }.price-copy li svg { width: 18px; height: 18px; padding: 3px; border-radius: 50%; color: var(--ink); background: var(--lime); }
.price-card { position: relative; padding: 35px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 24px 60px rgba(30,30,20,.09); }
.price-badge { position: absolute; top: 18px; right: 18px; padding: 7px 10px; border-radius: 100px; background: var(--lime); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.price-card > p:first-of-type { font-size: 13px; font-weight: 700; }.price { display: flex; align-items: start; margin: 28px 0 4px; }.price sup { margin-top: 11px; font-size: 20px; font-weight: 800; }.price strong { font-size: 72px; line-height: .8; letter-spacing: -.08em; }.price span { align-self: end; margin: 0 0 2px 8px; color: #74766d; font-size: 12px; }.price-card > small { color: #77786f; }.price-card .button { margin-top: 30px; }.price-note { margin: 12px 0 0 !important; color: #77786f; text-align: center; font-size: 10px !important; }

.final-cta { padding: 110px 0; color: white; text-align: center; background: var(--purple); }.final-inner { display: flex; flex-direction: column; align-items: center; }.final-inner .kicker { color: #d5c8ff; }.final-inner h2 { margin: 18px 0 35px; font-size: clamp(48px, 7vw, 78px); }
footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; color: #73746d; font-size: 11px; }footer p { margin: 0; }footer .brand { color: var(--ink); font-size: 18px; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { text-align: center; }.hero-copy .eyebrow { margin-inline: auto; }.hero-sub { margin-inline: auto; }.hero-actions, .microcopy { justify-content: center; }
  .product-scene { min-height: 430px; }.alert-card { right: 8px; }
  .trust-inner { flex-direction: column; }.trust-inner div { flex-wrap: wrap; justify-content: center; gap: 20px; }
  .problem-grid { grid-template-columns: 1fr; }.feature-card { min-height: 390px; }
  .pricing { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { height: 72px; }.site-header .button { display: none; }
  h1 { font-size: 49px; }.hero { padding-block: 48px 60px; gap: 25px; }.hero-actions { flex-direction: column; gap: 18px; }.microcopy { flex-wrap: wrap; }.microcopy svg:nth-of-type(2) { margin-left: 8px; }
  .product-scene { min-height: 350px; }.dashboard { padding: 13px; border-radius: 15px; }.dash-metrics { gap: 5px; }.dash-metrics div { padding: 9px; }.dash-metrics strong { font-size: 19px; }.lead-row { grid-template-columns: 30px 1fr auto; padding: 9px; }.lead-row time { display: none; }.alert-card { width: 235px; bottom: 0; }
  .section { padding-block: 78px; }.section-heading { align-items: start; }.problem-grid { gap: 12px; }
  .how-intro, .steps article { grid-template-columns: 1fr; gap: 20px; }.steps article div { grid-template-columns: 1fr; gap: 8px; }
  .price-copy ul { grid-template-columns: 1fr; }.price-card { padding: 28px 22px; }
  footer { flex-direction: column; justify-content: center; gap: 13px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
\n.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.honeypot{position:absolute!important;left:-10000px!important}.legal{max-width:780px}.legal .brand{margin-bottom:70px}.legal h1{font-size:clamp(48px,7vw,76px)}.legal h2{font-size:28px;margin-top:40px}.legal p{font-size:17px;line-height:1.75}\n