:root {
  --bg: #071412;
  --bg-2: #0b1f1c;
  --panel: #102b27;
  --panel-2: #153731;
  --ink: #f2fbf7;
  --muted: #a6bbb5;
  --soft: rgba(255,255,255,.08);
  --line: rgba(255,255,255,.12);
  --brand: #4ee7bd;
  --brand-dark: #09241e;
  --gold: #ffc969;
  --red: #ff8177;
  --shadow: 0 24px 70px rgba(0,0,0,.34);
  --radius: 28px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(78,231,189,.20), transparent 32rem),
    radial-gradient(circle at 90% 10%, rgba(255,201,105,.10), transparent 28rem),
    linear-gradient(180deg, var(--bg), #06100f 75%);
  color: var(--ink);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

a { color: inherit; }
p { color: var(--muted); line-height: 1.65; margin: 0; }
h1, h2, h3 { margin: 0; letter-spacing: -.04em; }
h1 { font-size: clamp(3.2rem, 8vw, 7.4rem); line-height: .88; max-width: 850px; }
h2 { font-size: clamp(2rem, 5vw, 4.4rem); line-height: .96; }
h3 { font-size: 1.12rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1180px, calc(100% - 28px));
  margin: 14px auto 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7,20,18,.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 40px rgba(0,0,0,.18);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; padding-left: 6px; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--brand-dark); background: var(--brand); font-size: 1.3rem; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav a { color: var(--muted); text-decoration: none; font-weight: 800; font-size: .92rem; padding: 10px 12px; border-radius: 999px; }
.nav a:hover { color: var(--ink); background: var(--soft); }
.nav .nav-cta { color: var(--brand-dark); background: var(--brand); }

.section-pad { width: min(1180px, calc(100% - 28px)); margin: 0 auto; padding: 90px 0; }
.hero { min-height: calc(100vh - 72px); display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .78fr); align-items: center; gap: 48px; padding-top: 58px; }
.eyebrow { color: var(--brand); text-transform: uppercase; font-size: .78rem; font-weight: 950; letter-spacing: .16em; margin-bottom: 14px; }
.hero-subhead { font-size: clamp(1.05rem, 2vw, 1.32rem); max-width: 720px; margin-top: 24px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--line); font-weight: 950; text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); border-color: rgba(78,231,189,.5); }
.button.primary { background: var(--brand); color: var(--brand-dark); border-color: transparent; }
.button.secondary { background: rgba(255,255,255,.06); color: var(--ink); }
.button.full { width: 100%; }
.trust-strip { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.trust-strip span { color: var(--muted); border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 999px; padding: 8px 10px; font-size: .88rem; font-weight: 750; }

.hero-visual { perspective: 900px; }
.dashboard-card { border: 1px solid rgba(78,231,189,.25); border-radius: 34px; padding: 22px; background: linear-gradient(160deg, rgba(21,55,49,.94), rgba(8,28,24,.92)); box-shadow: var(--shadow); transform: rotateY(-6deg) rotateX(3deg); }
.dash-top { display: flex; justify-content: space-between; gap: 16px; align-items: start; margin-bottom: 18px; }
.dash-label, .script-card span, .calculator-card span, .offer-kicker { display: block; color: var(--brand); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 950; margin-bottom: 6px; }
.dash-top strong { display: block; font-size: 1.6rem; letter-spacing: -.04em; }
.pill { border-radius: 999px; padding: 8px 10px; font-size: .8rem; font-weight: 950; white-space: nowrap; }
.pill.hot { background: var(--gold); color: #261805; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-row div { padding: 14px; border-radius: 18px; background: rgba(255,255,255,.06); border: 1px solid var(--line); }
.metric-row span { display: block; color: var(--muted); font-size: .78rem; }
.metric-row strong { font-size: 1.8rem; }
.lead-stack { display: grid; gap: 10px; margin-top: 16px; }
.lead-item { display: grid; grid-template-columns: 12px 1fr auto; gap: 10px; align-items: center; padding: 13px; border-radius: 18px; background: rgba(255,255,255,.06); border: 1px solid var(--line); }
.lead-item.urgent { border-color: rgba(255,201,105,.45); }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 20px var(--brand); }
.lead-item small { display: block; color: var(--muted); margin-top: 2px; }
.lead-item > span:last-child { font-weight: 950; }
.script-card { margin-top: 16px; border-radius: 22px; padding: 16px; background: #061714; border: 1px solid rgba(78,231,189,.2); }
.script-card p { color: var(--ink); font-size: .96rem; }

.compact { padding-top: 46px; }
.section-heading { max-width: 870px; margin-bottom: 32px; }
.section-heading.narrow { max-width: 760px; margin-inline: auto; text-align: center; }
.pain-grid, .offer-grid, .faq-grid { display: grid; gap: 14px; }
.pain-grid { grid-template-columns: repeat(3, 1fr); }
.pain-grid article, .offer-card, .faq-grid article, .calculator-card { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(16,43,39,.72); padding: 24px; box-shadow: 0 14px 40px rgba(0,0,0,.16); }
.pain-grid span { color: var(--brand); font-weight: 950; }
.pain-grid h3 { margin: 16px 0 8px; }

.split { display: grid; grid-template-columns: .82fr 1fr; gap: 48px; align-items: start; }
.split > div:first-child { position: sticky; top: 110px; }
.steps { display: grid; gap: 14px; }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px; border-radius: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.045); }
.step > strong { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: var(--brand); color: var(--brand-dark); font-size: 1.35rem; }
.step h3 { margin-bottom: 6px; }

.proof-band { display: grid; grid-template-columns: 1fr 360px; gap: 24px; align-items: center; }
.proof-copy { padding: 34px; border-radius: 34px; background: linear-gradient(135deg, rgba(78,231,189,.14), rgba(255,255,255,.04)); border: 1px solid rgba(78,231,189,.24); }
.proof-copy p { margin-top: 18px; max-width: 680px; }
.calculator-card { background: #f4fbf7; color: #09241e; }
.calculator-card span { color: #087c62; }
.calc-line, .calc-total { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(9,36,30,.16); }
.calc-line small, .calc-total small { color: #536b64; font-weight: 800; }
.calc-line strong { font-size: 1.2rem; }
.calc-total { border-bottom: 0; margin-top: 4px; }
.calc-total strong { font-size: 1.55rem; color: #087c62; }
.calculator-card p { color: #536b64; font-size: .88rem; margin-top: 12px; }

.offer-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.offer-card { display: flex; flex-direction: column; }
.offer-card.featured { border-color: rgba(78,231,189,.45); background: linear-gradient(180deg, rgba(78,231,189,.12), rgba(16,43,39,.82)); transform: translateY(-8px); }
.offer-card p { margin-top: 12px; }
ul { padding: 0; margin: 22px 0; list-style: none; display: grid; gap: 10px; }
li { color: var(--muted); display: flex; gap: 8px; align-items: start; }
li::before { content: "✓"; color: var(--brand); font-weight: 950; }
.offer-card .button { margin-top: auto; }

.fit-list { display: flex; flex-wrap: wrap; gap: 10px; }
.fit-list span { padding: 12px 14px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.055); color: var(--ink); font-weight: 850; }
.faq-grid { grid-template-columns: repeat(2, 1fr); }
.faq-grid h3 { margin-bottom: 10px; }
.final-cta { text-align: center; padding: 78px 28px; margin-bottom: 80px; border-radius: 40px; border: 1px solid rgba(78,231,189,.28); background: linear-gradient(135deg, rgba(78,231,189,.18), rgba(255,255,255,.05)); }
.final-cta p { max-width: 620px; margin: 18px auto 0; }
.center-actions { justify-content: center; }
.site-footer { width: min(1180px, calc(100% - 28px)); margin: 0 auto; padding: 28px 0 46px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); }
.site-footer span:first-child { color: var(--ink); font-weight: 950; }

@media (max-width: 900px) {
  .nav a:not(.nav-cta) { display: none; }
  .hero, .split, .proof-band { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { order: -1; }
  .dashboard-card { transform: none; }
  .pain-grid, .offer-grid, .faq-grid { grid-template-columns: 1fr; }
  .split > div:first-child { position: static; }
  .offer-card.featured { transform: none; }
}

@media (max-width: 560px) {
  .site-header { width: calc(100% - 16px); }
  .brand span:last-child { display: none; }
  .section-pad { width: calc(100% - 22px); padding: 58px 0; }
  .hero { padding-top: 34px; }
  h1 { font-size: clamp(3rem, 18vw, 4.2rem); }
  .hero-actions .button { width: 100%; }
  .metric-row { grid-template-columns: 1fr; }
  .dash-top { flex-direction: column; }
  .lead-item { grid-template-columns: 12px 1fr; }
  .lead-item > span:last-child { grid-column: 2; }
  .site-footer { display: grid; gap: 8px; }
}
