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

:root {
  --bg: #0B0E14;
  --surface: #131720;
  --surface2: #1A2030;
  --border: #232C3D;
  --text: #F0F2F5;
  --muted: #8892A4;
  --accent: #D4F54A;
  --accent-dim: rgba(212, 245, 74, 0.12);
  --red: #FF5F5F;
  --green: #4ADE80;
}

html { font-size: 16px; scroll-behavior: smooth; }

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

/* NAV */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(11,14,20,0.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1100px; margin: 0 auto; padding: 1rem 2rem; }
.wordmark { font-family: 'Fraunces', serif; font-weight: 900; font-size: 1.2rem; letter-spacing: -0.02em; color: var(--text); }

/* HERO */
.hero { max-width: 1100px; margin: 0 auto; padding: 7rem 2rem 5rem; text-align: center; }
.hero-eyebrow { margin-bottom: 1.5rem; }
.pill { display: inline-block; background: var(--accent-dim); border: 1px solid rgba(212,245,74,0.25); color: var(--accent); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.4rem 1rem; border-radius: 99px; }
.hero-headline { font-family: 'Fraunces', serif; font-weight: 900; font-size: clamp(3rem, 8vw, 5.5rem); line-height: 1.05; letter-spacing: -0.03em; margin-bottom: 1.5rem; color: var(--text); }
.hero-headline em { font-style: italic; color: var(--accent); }
.hero-lede { font-size: 1.15rem; color: var(--muted); max-width: 560px; margin: 0 auto 3.5rem; line-height: 1.7; }
.hero-proof { display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; }
.proof-item { display: flex; flex-direction: column; align-items: center; gap: 0.25rem; }
.proof-num { font-family: 'Fraunces', serif; font-weight: 900; font-size: 2rem; color: var(--accent); line-height: 1; }
.proof-label { font-size: 0.8rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.proof-divider { width: 1px; height: 40px; background: var(--border); }

/* SECTION SHARED */
.section-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); font-weight: 600; margin-bottom: 0.75rem; }
.section-title { font-family: 'Fraunces', serif; font-weight: 900; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.1; letter-spacing: -0.02em; color: var(--text); }

/* HOW */
.how { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.how-inner { max-width: 1100px; margin: 0 auto; padding: 5rem 2rem; }
.how .section-title { margin-bottom: 3.5rem; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.step { display: flex; gap: 1.25rem; align-items: flex-start; }
.step-num { font-family: 'Fraunces', serif; font-weight: 900; font-size: 2.5rem; color: var(--border); line-height: 1; flex-shrink: 0; margin-top: 0.1rem; }
.step-body h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--text); }
.step-body p { font-size: 0.9rem; color: var(--muted); line-height: 1.65; }

/* DASHBOARD */
.dashboard-section { max-width: 1100px; margin: 0 auto; padding: 6rem 2rem; }
.dashboard-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.dashboard-text .section-title { margin-bottom: 1rem; }
.dashboard-desc { color: var(--muted); font-size: 0.95rem; margin-bottom: 1.5rem; line-height: 1.7; }
.dashboard-features { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.dashboard-features li { font-size: 0.9rem; color: var(--text); padding-left: 1.25rem; position: relative; }
.dashboard-features li::before { content: ''; position: absolute; left: 0; top: 0.55em; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }

/* MOCKUP */
.mockup-frame { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; box-shadow: 0 32px 80px rgba(0,0,0,0.5); }
.mockup-topbar { background: var(--surface2); padding: 0.6rem 1rem; display: flex; align-items: center; gap: 0.75rem; border-bottom: 1px solid var(--border); }
.mockup-dots { display: flex; gap: 5px; }
.dot { width: 11px; height: 11px; border-radius: 50%; }
.dot-red { background: #FF5F5F; }
.dot-yellow { background: #FFBD2E; }
.dot-green { background: #4ADE80; }
.mockup-url { font-size: 0.75rem; color: var(--muted); }
.mockup-content { padding: 1.25rem; display: flex; flex-direction: column; gap: 1rem; }
.mockup-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
.metric-card { background: var(--surface2); border: 1px solid var(--border); border-radius: 8px; padding: 0.75rem; display: flex; flex-direction: column; gap: 0.2rem; }
.metric-label { font-size: 0.65rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.metric-val { font-family: 'Fraunces', serif; font-weight: 700; font-size: 1.2rem; color: var(--text); }
.metric-delta { font-size: 0.7rem; font-weight: 600; }
.metric-delta.up { color: var(--green); }
.metric-delta.down { color: var(--red); }
.mockup-bar-section { background: var(--surface2); border: 1px solid var(--border); border-radius: 8px; padding: 0.75rem; }
.bar-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); margin-bottom: 0.6rem; }
.bar-row { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.45rem; }
.bar-row:last-child { margin-bottom: 0; }
.bar-name { font-size: 0.7rem; color: var(--text); width: 120px; flex-shrink: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bar-track { flex: 1; height: 5px; background: var(--border); border-radius: 99px; }
.bar-fill { height: 100%; background: var(--accent); border-radius: 99px; }
.bar-pct { font-size: 0.65rem; color: var(--muted); width: 28px; text-align: right; }
.mockup-action { background: rgba(212,245,74,0.08); border: 1px solid rgba(212,245,74,0.2); border-radius: 8px; padding: 0.6rem 0.75rem; display: flex; align-items: center; gap: 0.5rem; }
.action-dot { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; flex-shrink: 0; }
.mockup-action span { font-size: 0.7rem; color: var(--accent); line-height: 1.4; }

/* PRICING */
.pricing { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.pricing-inner { max-width: 1100px; margin: 0 auto; padding: 5rem 2rem; text-align: center; }
.pricing .section-title { margin-bottom: 3rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 900px; margin: 0 auto; }
.pricing-card { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; text-align: left; }
.pricing-card.featured { border-color: var(--accent); position: relative; }
.pricing-tier { font-family: 'Fraunces', serif; font-weight: 700; font-size: 1rem; color: var(--accent); margin-bottom: 0.75rem; }
.pricing-price { font-family: 'Fraunces', serif; font-weight: 900; font-size: 2.5rem; color: var(--text); line-height: 1; margin-bottom: 0.25rem; }
.pricing-price span { font-size: 1rem; font-weight: 400; color: var(--muted); }
.pricing-note { font-size: 0.75rem; color: var(--accent); font-weight: 600; margin-bottom: 1.25rem; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.25rem; }
.pricing-features li { font-size: 0.85rem; color: var(--muted); padding-left: 1.1rem; position: relative; }
.pricing-features li::before { content: ''; position: absolute; left: 0; top: 0.5em; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; }
.pricing-footnote { font-size: 0.8rem; color: var(--muted); margin-top: 2rem; }

/* CLOSING */
.closing { max-width: 1100px; margin: 0 auto; padding: 7rem 2rem; text-align: center; }
.closing-headline { font-family: 'Fraunces', serif; font-weight: 900; font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 1.5rem; color: var(--text); }
.closing-sub { font-size: 1rem; color: var(--muted); max-width: 500px; margin: 0 auto; line-height: 1.7; }

/* FOOTER */
.footer { border-top: 1px solid var(--border); }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 1.5rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.footer-brand { font-family: 'Fraunces', serif; font-weight: 900; font-size: 0.95rem; color: var(--text); }
.footer-copy { font-size: 0.8rem; color: var(--muted); }
.footer-copy a { color: var(--accent); text-decoration: none; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero { padding: 5rem 1.5rem 3.5rem; }
  .hero-proof { gap: 1.5rem; }
  .proof-divider { display: none; }
  .dashboard-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .mockup-row { grid-template-columns: repeat(3, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
  .bar-name { width: 80px; }
}

@media (max-width: 480px) {
  .mockup-row { grid-template-columns: 1fr; }
}