:root {
  --bg: #FAFAF5;
  --bg-alt: #F0EFE8;
  --fg: #1C1C1C;
  --fg-muted: #6B6B5E;
  --accent: #1A3A2A;
  --accent-light: #2D5A42;
  --amber: #D97706;
  --amber-light: #FBBF24;
  --text-dark: #111;
  --border: #E2E1D8;
  --card-bg: #FFFFFF;
  --section-pad: clamp(60px, 8vw, 100px);
}

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

html { scroll-behavior: smooth; }

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

h1, h2, h3, h4 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(250,250,245,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--fg); }
.logo-mark { width: 32px; height: 32px; background: var(--accent); color: white; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 16px; }
.logo-text { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 18px; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--fg-muted); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--fg); }

/* HERO */
.hero { max-width: 1200px; margin: 0 auto; padding: clamp(48px, 8vw, 96px) 24px clamp(48px, 6vw, 80px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 5vw, 80px); align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: #ECFDF5; border: 1px solid #A7F3D0; color: #065F46; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 999px; margin-bottom: 20px; width: fit-content; }
.badge-dot { width: 7px; height: 7px; background: #10B981; border-radius: 50%; }
.hero-headline { font-size: clamp(36px, 5vw, 60px); font-weight: 800; color: var(--text-dark); margin-bottom: 20px; letter-spacing: -0.02em; }
.hero-lede { font-size: clamp(16px, 1.5vw, 18px); color: var(--fg-muted); margin-bottom: 32px; max-width: 480px; line-height: 1.65; }
.hero-actions { display: flex; flex-direction: column; gap: 12px; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: white; text-decoration: none; padding: 14px 28px; border-radius: 10px; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 15px; transition: background 0.2s, transform 0.15s; }
.btn-primary:hover { background: var(--accent-light); transform: translateY(-1px); }
.hero-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--fg-muted); }
.meta-sep { color: var(--border); }

/* HERO VISUAL */
.hero-visual { display: flex; flex-direction: column; gap: 20px; }
.calc-card { background: white; border: 1px solid var(--border); border-radius: 16px; padding: 24px; box-shadow: 0 4px 24px rgba(0,0,0,0.07), 0 1px 3px rgba(0,0,0,0.05); }
.calc-card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.calc-label { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 15px; color: var(--fg); }
.calc-badge { font-size: 11px; font-weight: 600; background: var(--accent); color: white; padding: 3px 10px; border-radius: 999px; }
.calc-inputs { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.calc-row { display: flex; flex-direction: column; gap: 4px; }
.calc-row label { font-size: 12px; color: var(--fg-muted); }
.calc-field { display: flex; align-items: center; gap: 4px; background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 10px 14px; font-size: 15px; font-weight: 600; font-family: 'Outfit', sans-serif; color: var(--fg); }
.field-val { color: var(--fg); }
.calc-result { border-top: 1px solid var(--border); padding-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.result-row { display: flex; justify-content: space-between; font-size: 14px; }
.result-row:first-child { color: var(--fg-muted); }
.result-val { font-family: 'Outfit', sans-serif; font-weight: 700; color: var(--fg); }
.result-val.accent { color: var(--accent); font-size: 18px; }
.per-month { font-size: 12px; font-weight: 500; color: var(--fg-muted); margin-left: 4px; }
.calc-privacy { margin-top: 14px; display: flex; align-items: center; gap: 6px; font-size: 11px; color: #059669; font-weight: 500; }
.lock-icon { font-size: 13px; }

.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.stat { background: white; border: 1px solid var(--border); border-radius: 12px; padding: 14px; text-align: center; }
.stat-num { display: block; font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 26px; color: var(--accent); }
.stat-label { font-size: 11px; color: var(--fg-muted); text-transform: uppercase; letter-spacing: 0.05em; margin-top: 2px; }

/* SECTION LABEL */
.section-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--amber); margin-bottom: 28px; display: block; }

/* CATEGORIES */
.categories { max-width: 1200px; margin: 0 auto; padding: var(--section-pad) 24px; }
.categories-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.cat-card { display: flex; gap: 16px; padding: 20px; background: var(--card-bg); border: 1px solid var(--border); border-radius: 14px; text-decoration: none; color: inherit; transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s; }
.cat-card:hover { border-color: var(--accent); box-shadow: 0 4px 16px rgba(26,58,42,0.08); transform: translateY(-2px); }
.cat-icon { width: 44px; height: 44px; background: #F0F5F2; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--accent); flex-shrink: 0; }
.cat-info { flex: 1; }
.cat-info h3 { font-size: 15px; font-weight: 700; color: var(--fg); margin-bottom: 4px; }
.cat-info p { font-size: 13px; color: var(--fg-muted); line-height: 1.5; margin-bottom: 8px; }
.cat-count { font-size: 11px; font-weight: 600; color: var(--accent); }
.cat-card-all { background: var(--accent); color: white; border-color: var(--accent); justify-content: center; }
.cat-card-all .cat-info h3 { color: white; font-size: 18px; }
.cat-card-all .cat-info p { color: rgba(255,255,255,0.7); }
.cat-card-all .cat-count { color: var(--amber-light); }

/* PROOF */
.proof { background: var(--accent); padding: var(--section-pad) 24px; }
.proof-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.proof-item { text-align: center; }
.proof-num { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: clamp(36px, 4vw, 52px); color: white; margin-bottom: 8px; }
.proof-text { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.5; max-width: 240px; margin: 0 auto; }

/* WHY */
.why { background: var(--bg-alt); padding: var(--section-pad) 24px; }
.why-inner { max-width: 1200px; margin: 0 auto; }
.why-content { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 5vw, 80px); align-items: start; }
.why-text h2 { font-size: clamp(24px, 3vw, 36px); color: var(--fg); margin-bottom: 20px; }
.why-text p { font-size: 16px; color: var(--fg-muted); line-height: 1.7; margin-bottom: 16px; }
.why-features { display: flex; flex-direction: column; gap: 24px; }
.why-feat { display: flex; gap: 14px; align-items: flex-start; }
.why-feat-icon { width: 28px; height: 28px; background: #ECFDF5; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #059669; flex-shrink: 0; margin-top: 2px; }
.why-feat strong { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 15px; color: var(--fg); display: block; margin-bottom: 2px; }
.why-feat p { font-size: 14px; color: var(--fg-muted); line-height: 1.5; }

/* CLOSING */
.closing { padding: var(--section-pad) 24px; background: var(--bg); }
.closing-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.closing h2 { font-size: clamp(28px, 4vw, 46px); color: var(--fg); margin-bottom: 20px; }
.closing p { font-size: 18px; color: var(--fg-muted); line-height: 1.7; }

/* FOOTER */
.footer { border-top: 1px solid var(--border); padding: 40px 24px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-brand { display: flex; align-items: center; gap: 8px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 14px; color: var(--fg-muted); text-decoration: none; font-weight: 500; transition: color 0.2s; }
.footer-links a:hover { color: var(--fg); }
.footer-legal { font-size: 12px; color: var(--fg-muted); max-width: 400px; }

/* MOBILE */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .nav-links { display: none; }
  .why-content { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; gap: 24px; }
  .categories-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}