:root {
  --bg: #0d0d1a;
  --bg-2: #111127;
  --bg-card: #16162e;
  --accent: #f59e0b;
  --accent-2: #fb923c;
  --accent-3: #fcd34d;
  --text: #f0f0ff;
  --text-muted: #8888aa;
  --border: #1e1e3a;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav { border-bottom: 1px solid var(--border); }
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.02em;
}
.nav-tagline {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* HERO */
.hero {
  padding: 80px 24px 0;
  max-width: 1100px;
  margin: 0 auto;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.hero-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
  color: var(--text);
}
.hero-headline em {
  font-style: normal;
  color: var(--accent);
}
.hero-sub {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 460px;
}

/* LEAK METER */
.leak-meter {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
}
.meter-label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.meter-bar-wrap { margin-bottom: 24px; }
.meter-bar {
  height: 8px;
  background: var(--bg-card);
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 6px;
}
.meter-fill {
  height: 100%;
  width: 56%;
  background: linear-gradient(90deg, #f59e0b 0%, #fb923c 60%, #fcd34d 100%);
  border-radius: 100px;
  position: relative;
}
.meter-fill::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.6);
}
.meter-ticks {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--text-muted);
  letter-spacing: 0.03em;
}
.meter-stat {
  border-top: 1px solid var(--border);
  padding-top: 20px;
  margin-bottom: 20px;
}
.stat-number {
  font-family: 'Syne', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 4px;
}
.stat-label { font-size: 12px; color: var(--text-muted); }
.meter-sources { display: flex; flex-direction: column; gap: 10px; }
.source-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.source-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.source-row span:nth-child(2) { flex: 1; color: var(--text-muted); }
.source-val { font-weight: 500; font-family: 'Syne', sans-serif; font-size: 12px; color: var(--text); }

/* HERO BOTTOM */
.hero-bottom {
  margin-top: 60px;
  border-top: 1px solid var(--border);
  padding: 32px 0;
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 40px;
}
.proof-item { text-align: center; }
.proof-num {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 4px;
}
.proof-desc { font-size: 12px; color: var(--text-muted); max-width: 140px; line-height: 1.4; }
.proof-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
}

/* SECTION LABELS */
.section-label {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

/* PROBLEM */
.problem { padding: 100px 24px; }
.problem-inner { max-width: 720px; margin: 0 auto; }
.problem-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 36px;
}
.problem-text {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 28px;
}
.problem-quote {
  border-left: 3px solid var(--accent);
  padding: 20px 24px;
  margin: 40px 0;
  background: var(--bg-2);
  border-radius: 0 12px 12px 0;
}
.problem-quote blockquote {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text);
  margin-bottom: 12px;
}
.problem-quote cite {
  font-size: 12px;
  color: var(--text-muted);
  font-style: normal;
}

/* HOW */
.how { padding: 0 24px 100px; }
.how-inner { max-width: 1100px; margin: 0 auto; }
.how-header { margin-bottom: 60px; }
.how-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.step {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 36px;
  position: relative;
}
.step:first-child { border-radius: 16px 0 0 16px; }
.step:last-child { border-radius: 0 16px 16px 0; }
.step-num {
  font-family: 'Syne', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--border);
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  line-height: 1;
}
.step-content h3 {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.step-content p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* SYSTEMS */
.systems { padding: 100px 24px; background: var(--bg-2); }
.systems-inner { max-width: 1100px; margin: 0 auto; }
.systems-header { margin-bottom: 60px; }
.systems-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.systems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 60px;
}
.system-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px;
  transition: border-color 0.2s;
}
.system-card:hover { border-color: rgba(245, 158, 11, 0.3); }
.system-icon {
  width: 40px;
  height: 40px;
  background: rgba(245, 158, 11, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--accent);
}
.system-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.system-card p { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.systems-pricing {
  text-align: center;
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: 16px;
}
.pricing-tag {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.pricing-amount {
  font-family: 'Syne', sans-serif;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--text);
  line-height: 1;
  margin-bottom: 12px;
}
.pricing-amount span { font-size: 24px; font-weight: 400; color: var(--text-muted); }
.pricing-note { font-size: 14px; color: var(--text-muted); }

/* OUTCOMES */
.outcomes { padding: 100px 24px; }
.outcomes-inner { max-width: 1100px; margin: 0 auto; }
.outcomes-header { margin-bottom: 60px; }
.outcomes-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.outcomes-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.outcome-col { background: var(--bg-2); border-radius: 16px; padding: 32px; border: 1px solid var(--border); }
.outcome-col-label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.outcome-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.outcome-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.outcome-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.crossed { background: rgba(255,100,100,0.15); color: #ff6b6b; }
.check { background: rgba(72, 199, 116, 0.15); color: #48c774; }
.before .outcome-list li { color: var(--text-muted); }
.after .outcome-list li { color: var(--text); }

/* VISION */
.vision { padding: 100px 24px; border-top: 1px solid var(--border); }
.vision-inner { max-width: 720px; margin: 0 auto; }
.vision-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 32px;
}
.vision-body {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
}
.vision-statement {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.02em;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

/* FOOTER */
.footer { border-top: 1px solid var(--border); padding: 32px 24px; }
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.footer-desc { font-size: 13px; color: var(--text-muted); margin-top: 4px; }
.footer-meta { font-size: 12px; color: var(--text-muted); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-right { order: -1; }
  .leak-meter { padding: 20px; }
  .hero-proof { flex-direction: column; gap: 24px; }
  .proof-divider { display: none; }
  .how-steps { grid-template-columns: 1fr; }
  .step:first-child, .step:last-child { border-radius: 12px; }
  .step:not(:first-child):not(:last-child) { border-radius: 12px; }
  .systems-grid { grid-template-columns: 1fr; }
  .outcomes-comparison { grid-template-columns: 1fr; }
  .nav-tagline { display: none; }
}