/* ═══════════════════════════════════════════════════
   TaxzPro — Light Professional Theme
   Clean whites, soft shadows, blue accents
   ═══════════════════════════════════════════════════ */

:root {
  --bg: #ffffff;
  --bg-page: #f8fafc;
  --bg-gray: #f1f5f9;
  --bg-blue: #2563eb;
  --bg-blue-light: #eff6ff;

  --text: #0f172a;
  --text-secondary: #475569;
  --text-muted: #94a3b8;

  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --green: #059669;
  --amber: #d97706;
  --red: #dc2626;

  --border: #e2e8f0;
  --border-hover: #cbd5e1;

  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow: 0 4px 12px rgba(0,0,0,0.06);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.08);
  --shadow-xl: 0 24px 60px rgba(0,0,0,0.1);

  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'JetBrains Mono', 'Fira Code', monospace;
  --radius: 16px;
  --radius-sm: 10px;
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }

#particles { display: none; } /* No particles in light theme */

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; }
.section-gray { background: var(--bg-gray); }

.text-blue { color: var(--blue); }
.text-green { color: var(--green); }

/* ─── Section Headers ─── */
.section-header { text-align: center; margin-bottom: 56px; }
.section-chip {
  display: inline-block;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  color: var(--blue);
  background: var(--bg-blue-light);
  border: 1px solid rgba(37,99,235,0.15);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.section-chip.white {
  color: #fff;
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.25);
}
.section-header h2 {
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.section-desc { font-size: 17px; color: var(--text-secondary); margin-top: 12px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ─── Buttons ─── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font); font-weight: 600; font-size: 14px;
  padding: 11px 22px; border-radius: var(--radius-sm);
  border: none; cursor: pointer; transition: all 0.25s ease;
}
.btn-solid {
  background: var(--blue); color: #fff;
  box-shadow: 0 2px 8px rgba(37,99,235,0.3);
}
.btn-solid:hover { background: var(--blue-dark); box-shadow: 0 4px 16px rgba(37,99,235,0.4); transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: var(--text);
  border: 1.5px solid var(--border);
}
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-lg { padding: 14px 28px; font-size: 15px; border-radius: var(--radius); }
.btn-block { width: 100%; justify-content: center; }

/* ─── Navigation ─── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 14px 0;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: all 0.3s;
}
.nav.scrolled { box-shadow: var(--shadow-sm); }
.nav-inner {
  max-width: var(--container); margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; font-size: 24px; font-weight: 800; }
.nav-logo-icon { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; }
.nav-brand-text { display: flex; flex-direction: column; line-height: 1; }
.nav-name { font-size: 20px; font-weight: 800; color: var(--text); letter-spacing: -0.5px; }
.nav-tagline { font-size: 9px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); margin-top: 2px; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--text-secondary); transition: color 0.2s; }
.nav-links a:hover { color: var(--blue); }
.nav-actions { display: flex; gap: 10px; }
.nav-mobile-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.nav-mobile-toggle span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; }

/* ─── Hero ─── */
.hero {
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg-blue-light) 0%, var(--bg) 100%);
}
.hero-shape {
  position: absolute; border-radius: 50%;
  pointer-events: none;
}
.hero-shape-1 { width: 600px; height: 600px; top: -200px; right: -150px; background: radial-gradient(circle, rgba(37,99,235,0.06) 0%, transparent 70%); }
.hero-shape-2 { width: 400px; height: 400px; bottom: -100px; left: -100px; background: radial-gradient(circle, rgba(124,58,237,0.04) 0%, transparent 70%); }
.hero-shape-3 { width: 300px; height: 300px; top: 50%; left: 40%; background: radial-gradient(circle, rgba(5,150,105,0.03) 0%, transparent 70%); }

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-content { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600;
  color: var(--blue); background: #fff;
  border: 1px solid var(--border);
  padding: 8px 18px;
  border-radius: 100px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 20px;
}
.badge-icon { font-size: 16px; }

.hero-tagline {
  font-size: 14px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--blue);
  margin-bottom: 16px;
  opacity: 0.8;
}

.hero-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900; line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 17px; color: var(--text-secondary);
  line-height: 1.7; margin-bottom: 32px; max-width: 500px;
}

.hero-cta { display: flex; gap: 12px; margin-bottom: 40px; }

.hero-proof {
  display: flex; align-items: center; gap: 24px;
  padding: 16px 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: fit-content;
}
.proof-item { text-align: center; }
.proof-item strong { display: block; font-size: 24px; font-weight: 800; color: var(--blue); font-family: var(--mono); }
.proof-item span { font-size: 12px; color: var(--text-muted); font-weight: 500; }
.proof-divider { width: 1px; height: 32px; background: var(--border); }

/* ─── Dashboard Preview ─── */
.hero-visual { position: relative; z-index: 1; }
.dashboard-preview {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
}
.dp-bar {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 14px;
  background: var(--bg-gray);
  border-bottom: 1px solid var(--border);
}
.dp-dots { display: flex; gap: 5px; }
.dp-dots span { width: 9px; height: 9px; border-radius: 50%; }
.dp-dots span:nth-child(1) { background: #f87171; }
.dp-dots span:nth-child(2) { background: #fbbf24; }
.dp-dots span:nth-child(3) { background: #34d399; }
.dp-url { font-size: 11px; font-family: var(--mono); color: var(--text-muted); }

.dp-body { display: flex; min-height: 260px; }
.dp-sidebar {
  width: 48px; background: var(--bg-gray); border-right: 1px solid var(--border);
  padding: 12px 8px; display: flex; flex-direction: column; gap: 6px;
}
.dp-nav-item { height: 6px; border-radius: 3px; background: var(--border); }
.dp-nav-item.active { background: var(--blue); }
.dp-main { flex: 1; padding: 16px; }
.dp-title-bar { height: 10px; width: 120px; background: var(--bg-gray); border-radius: 5px; margin-bottom: 16px; }

.dp-stat-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.dp-stat {
  padding: 10px; border-radius: 8px; text-align: center;
}
.dp-stat.green { background: rgba(5,150,105,0.08); border: 1px solid rgba(5,150,105,0.15); }
.dp-stat.amber { background: rgba(217,119,6,0.08); border: 1px solid rgba(217,119,6,0.15); }
.dp-stat.red { background: rgba(220,38,38,0.08); border: 1px solid rgba(220,38,38,0.15); }
.dp-stat-n { display: block; font-size: 18px; font-weight: 800; font-family: var(--mono); }
.dp-stat.green .dp-stat-n { color: var(--green); }
.dp-stat.amber .dp-stat-n { color: var(--amber); }
.dp-stat.red .dp-stat-n { color: var(--red); }
.dp-stat-l { font-size: 9px; color: var(--text-muted); font-weight: 600; text-transform: uppercase; }

.dp-rows { border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.dp-row {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  padding: 7px 10px; font-size: 11px; border-bottom: 1px solid var(--border);
  align-items: center; color: var(--text-secondary);
}
.dp-row:last-child { border-bottom: none; }

.pill {
  display: inline-block; padding: 2px 8px; border-radius: 100px;
  font-size: 9px; font-weight: 700; text-align: center;
}
.pill.green { background: rgba(5,150,105,0.1); color: var(--green); }
.pill.amber { background: rgba(217,119,6,0.1); color: var(--amber); }
.pill.red { background: rgba(220,38,38,0.1); color: var(--red); }
.pill.gray { background: var(--bg-gray); color: var(--text-muted); }

/* ─── Trust Bar ─── */
.trust-bar {
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.trust-text { text-align: center; font-size: 13px; color: var(--text-muted); margin-bottom: 12px; font-weight: 500; }
.trust-icons {
  display: flex; justify-content: center; gap: 32px; flex-wrap: wrap;
}
.trust-icons span { font-size: 13px; color: var(--text-secondary); font-weight: 600; }

/* ─── Problem / Chaos Flow ─── */
.workflow-chaos {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0; margin-bottom: 32px;
}
.wf-step {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; margin: 4px;
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 13px; color: var(--text-secondary);
  box-shadow: var(--shadow-sm);
  transition: all 0.2s;
}
.wf-step:hover { border-color: var(--red); background: rgba(220,38,38,0.02); }
.wf-num {
  font-size: 10px; font-weight: 800; color: #fff;
  background: var(--blue); width: 20px; height: 20px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; flex-shrink: 0;
}
.wf-icon { font-size: 16px; }
.wf-arrow { color: var(--text-muted); font-size: 16px; display: flex; align-items: center; margin: 0 2px; }

.chaos-banner {
  text-align: center; padding: 16px 24px;
  background: rgba(220,38,38,0.04); border: 1px solid rgba(220,38,38,0.12);
  border-radius: var(--radius-sm); color: var(--red);
  font-size: 15px; max-width: 650px; margin: 0 auto;
}

/* ─── Feature Cards ─── */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fcard {
  padding: 28px; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s;
}
.fcard:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: var(--accent, var(--border)); }
.fcard-icon {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--accent) 8%, white);
  border-radius: 12px; margin-bottom: 16px;
  color: var(--accent);
}
.fcard h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.fcard p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

/* ─── Comparison ─── */
.compare-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: stretch; }
.compare-card {
  padding: 28px; border-radius: var(--radius);
  border: 1px solid var(--border); background: #fff;
}
.compare-card.bad { border-color: rgba(220,38,38,0.15); background: rgba(220,38,38,0.02); }
.compare-card.good { border-color: rgba(5,150,105,0.15); background: rgba(5,150,105,0.02); }
.compare-header {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 20px;
}
.dot { width: 10px; height: 10px; border-radius: 50%; }
.dot.red { background: var(--red); }
.dot.green { background: var(--green); }
.compare-list { display: flex; flex-direction: column; gap: 10px; }
.cl-row { font-size: 13px; font-family: var(--mono); color: var(--text-secondary); display: flex; align-items: baseline; gap: 8px; }
.cl-row span { flex-shrink: 0; }
.compare-card.bad .cl-row b { color: var(--red); }
.compare-card.good .cl-row b { color: var(--green); }
.compare-vs {
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 900; color: var(--text-muted);
  background: var(--bg-gray); border: 1px solid var(--border);
  border-radius: 50%; width: 48px; height: 48px;
  align-self: center; flex-shrink: 0;
}

/* ─── Parser Section (Blue) ─── */
.section-blue {
  background: linear-gradient(135deg, #1e40af, #2563eb, #3b82f6);
  color: #fff;
}
.section-blue h2 { color: #fff; }
.section-blue p { color: rgba(255,255,255,0.8); }

.parser-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.parser-list { list-style: none; margin-top: 24px; }
.parser-list li {
  padding: 10px 0; font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.9);
}
.parser-list li strong { color: #fff; }

.parser-demo { display: flex; justify-content: center; }
.demo-drop {
  background: rgba(255,255,255,0.08); border: 2px dashed rgba(255,255,255,0.2);
  border-radius: var(--radius); padding: 32px; text-align: center;
  width: 100%; max-width: 360px;
}
.demo-file { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-bottom: 16px; animation: bobFile 3s ease-in-out infinite; }
.demo-file span { font-size: 13px; font-family: var(--mono); color: rgba(255,255,255,0.7); }
@keyframes bobFile { 0%,100%{ transform: translateY(-6px); opacity:.7; } 50%{ transform: translateY(0); opacity:1; } }
.demo-arrow { font-size: 22px; color: rgba(255,255,255,0.5); margin-bottom: 16px; animation: arrowPulse 2s ease-in-out infinite; }
@keyframes arrowPulse { 0%,100%{ opacity:.3; } 50%{ opacity:1; } }
.demo-results { text-align: left; }
.dr { display: flex; align-items: center; gap: 8px; font-size: 13px; font-family: var(--mono); color: rgba(255,255,255,0.8); padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.dr:last-child { border-bottom: none; }
.dr-ok { color: #34d399; font-weight: 700; }

/* ─── Impact Stats ─── */
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 48px; }
.impact-card {
  text-align: center; padding: 28px;
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); box-shadow: var(--shadow-sm);
  transition: all 0.3s;
}
.impact-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.impact-num { font-size: 36px; font-weight: 900; font-family: var(--mono); color: var(--blue); margin-bottom: 8px; }
.impact-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.impact-card p { font-size: 13px; color: var(--text-secondary); }

/* ─── Calculator ─── */
.calc-box {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 36px;
  max-width: 640px; margin: 0 auto;
  box-shadow: var(--shadow);
}
.calc-box h3 { text-align: center; font-size: 18px; margin-bottom: 24px; }
.calc-slider-row { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.calc-slider-row label { font-size: 14px; font-weight: 600; white-space: nowrap; }
.slider {
  flex: 1; -webkit-appearance: none; appearance: none;
  height: 6px; border-radius: 3px;
  background: var(--bg-gray); outline: none;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; width: 18px; height: 18px;
  border-radius: 50%; background: var(--blue); cursor: pointer;
  box-shadow: 0 0 8px rgba(37,99,235,0.3);
}
.slider-val { font-family: var(--mono); font-size: 18px; font-weight: 700; color: var(--blue); min-width: 40px; text-align: right; }
.calc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.calc-item {
  text-align: center; padding: 16px;
  background: var(--bg-gray); border-radius: var(--radius-sm);
}
.calc-item.highlight { background: var(--bg-blue-light); }
.ci-label { display: block; font-size: 11px; color: var(--text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px; }
.ci-value { font-family: var(--mono); font-size: 24px; font-weight: 800; color: var(--text); }
.calc-item.highlight .ci-value { color: var(--blue); }

/* ─── Persona Cards ─── */
.persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pcard {
  padding: 28px; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); transition: all 0.3s;
  display: flex; flex-direction: column;
}
.pcard:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.pcard.featured { border-color: rgba(37,99,235,0.2); box-shadow: var(--shadow), 0 0 0 1px rgba(37,99,235,0.08); }
.pcard-avatar { font-size: 40px; margin-bottom: 12px; }
.pcard h3 { font-size: 18px; font-weight: 700; margin-bottom: 2px; }
.pcard-role { font-size: 12px; color: var(--text-muted); margin-bottom: 14px; }
.pcard-pain {
  font-size: 13px; color: var(--red); font-style: italic;
  padding: 10px 14px; background: rgba(220,38,38,0.04);
  border-left: 3px solid var(--red);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin-bottom: 14px; line-height: 1.6;
}
.pcard-fix { font-size: 13px; color: var(--text-secondary); line-height: 1.6; flex: 1; }
.pcard-fix strong { color: var(--green); }

/* ─── FAQ ─── */
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 860px; margin: 0 auto; }
.faq-card {
  padding: 20px; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm); transition: all 0.2s;
}
.faq-card:hover { box-shadow: var(--shadow); }
.faq-card h4 { font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.faq-card p { font-size: 13px; color: var(--text-secondary); line-height: 1.7; }

/* ─── Pricing ─── */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-card {
  position: relative; padding: 32px;
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; transition: all 0.3s;
}
.price-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.price-card.featured {
  border-color: var(--blue); box-shadow: var(--shadow-lg), 0 0 0 1px rgba(37,99,235,0.1);
}
.price-badge {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: #fff;
  font-size: 11px; font-weight: 700; padding: 4px 14px;
  border-radius: 100px;
}
.price-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.price { font-size: 32px; font-weight: 900; font-family: var(--mono); margin-bottom: 4px; }
.price span { font-size: 14px; font-weight: 500; color: var(--text-muted); }
.price-desc { font-size: 13px; color: var(--text-secondary); margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.price-card ul { list-style: none; margin-bottom: 24px; flex: 1; }
.price-card li {
  font-size: 13px; color: var(--text-secondary); padding: 6px 0 6px 22px;
  position: relative;
}
.price-card li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 700; }

/* ─── CTA ─── */
.section-cta { background: var(--bg-gray); }
.cta-box {
  text-align: center; max-width: 640px; margin: 0 auto;
  background: #fff; padding: 48px;
  border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.cta-box h2 { font-size: clamp(24px, 4vw, 36px); font-weight: 800; line-height: 1.15; margin-bottom: 12px; }
.cta-box > p { font-size: 16px; color: var(--text-secondary); margin-bottom: 32px; }
.cta-form { text-align: left; display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cta-form input, .cta-form select {
  font-family: var(--font); font-size: 14px; padding: 12px 14px;
  background: var(--bg-gray); border: 1px solid var(--border);
  border-radius: var(--radius-sm); color: var(--text); outline: none;
  transition: border-color 0.2s; width: 100%;
}
.cta-form input::placeholder { color: var(--text-muted); }
.cta-form select { color: var(--text-muted); }
.cta-form input:focus, .cta-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,0.08); }
.cta-trust { display: flex; justify-content: center; gap: 20px; font-size: 12px; color: var(--text-muted); flex-wrap: wrap; }

/* ─── Footer ─── */
.footer { background: var(--text); color: rgba(255,255,255,0.7); padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.footer-logo { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.footer-brand p { font-size: 13px; line-height: 1.7; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col h4 { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.footer-col a { font-size: 13px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 12px; color: rgba(255,255,255,0.4);
}

/* ─── Reveal ─── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── Responsive ─── */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 600px; margin: 0 auto; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .parser-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .nav-links, .nav-actions { display: none; }
  .nav-mobile-toggle { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(255,255,255,0.97); backdrop-filter: blur(16px);
    padding: 16px 24px; gap: 12px; border-bottom: 1px solid var(--border);
  }
  .features-grid, .persona-grid, .impact-grid { grid-template-columns: 1fr; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-vs { justify-self: center; }
  .faq-grid { grid-template-columns: 1fr; }
  .workflow-chaos { flex-direction: column; align-items: center; }
  .wf-arrow { transform: rotate(90deg); }
  .form-row { grid-template-columns: 1fr; }
  .calc-slider-row { flex-direction: column; align-items: stretch; }
  .calc-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
  .hero-cta { flex-direction: column; }
  .hero-proof { flex-direction: column; gap: 12px; }
  .proof-divider { width: 40px; height: 1px; }
}
