/* FixCSVData — clean light data-quality aesthetic */
:root {
  --bg: #fafaf9;
  --bg-soft: #f5f5f4;
  --surface: #ffffff;
  --surface-2: #fafaf9;
  --surface-3: #ececea;
  --line: #e7e5e4;
  --ink: #1c1917;
  --muted: #78716c;
  --mint: #059669;
  --cyan: #10b981;
  --teal: #047857;
  --teal-dim: rgba(5, 150, 105, 0.08);
  --warn: #d97706;
  --danger: #dc2626;
  --ok: #16a34a;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 12px 40px rgba(28, 25, 23, 0.08);
  --font: "DM Sans", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --display: "Sora", system-ui, sans-serif;
  --container: min(1140px, 92vw);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: var(--container); margin: 0 auto; }
.site-shell { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; }

/* Header scan bar — unique top strip */
.header-scan-bar {
  background: linear-gradient(90deg, #ecfdf5 0%, #f0fdf4 100%);
  border-bottom: 1px solid rgba(5, 150, 105, 0.15);
  font-size: 0.78rem;
}
.header-scan-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding: 8px 0;
}
.scan-badge {
  background: var(--teal-dim);
  color: var(--teal);
  padding: 3px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-family: var(--mono);
  font-size: 0.72rem;
}
.scan-detail { color: var(--muted); }
.scan-cta { color: var(--cyan); font-weight: 700; }
.scan-cta:hover { text-decoration: underline; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-main {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
}
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-mark {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  background: var(--teal-dim);
  border-radius: 10px;
}
.logo-mark svg { width: 22px; height: 22px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text strong { font-family: var(--display); font-size: 1.05rem; letter-spacing: -0.02em; }
.brand-text span { font-size: 0.72rem; color: var(--muted); }
.nav-links { display: flex; gap: 4px; flex: 1; justify-content: center; }
.nav-link {
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
  transition: color 0.15s, background 0.15s;
}
.nav-link:hover { color: var(--ink); background: var(--surface); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.nav-signin { font-size: 0.88rem; font-weight: 600; color: var(--muted); }
.nav-signin:hover { color: var(--mint); }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
}
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 12px 4vw 20px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}
.mobile-nav a { padding: 12px 0; font-weight: 600; border-bottom: 1px solid var(--line); }
.mobile-nav .btn { margin-top: 12px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.88rem;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}
.btn-primary {
  background: linear-gradient(135deg, var(--teal), var(--mint));
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.25);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(5, 150, 105, 0.32); }
.btn-secondary {
  background: var(--surface-2);
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn-secondary:hover { border-color: var(--mint); color: var(--mint); }
.btn-full { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.btn-row-center { justify-content: center; align-items: center; }
.text-link { color: var(--mint); font-weight: 700; font-size: 0.88rem; }
.text-link:hover { color: var(--cyan); }

/* Hero */
.home-hero {
  padding: 56px 0 72px;
  background:
    radial-gradient(ellipse 80% 60% at 70% -10%, rgba(16, 185, 129, 0.1), transparent),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(5, 150, 105, 0.06), transparent),
    var(--bg);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--mint);
  margin-bottom: 16px;
}
.hero-title {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.hero-subtitle { color: var(--muted); font-size: 1.05rem; max-width: 520px; margin-bottom: 28px; }

/* Data dashboard */
.dash-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.dash-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-2);
}
.dash-panel-head strong { font-family: var(--display); font-size: 0.95rem; }
.dash-panel-meta { font-family: var(--mono); font-size: 0.72rem; color: var(--muted); }
.dash-score-hero {
  padding: 24px 18px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.dash-score-label { font-size: 0.78rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.dash-score-value {
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--mint);
  line-height: 1.1;
  margin: 8px 0;
}
.dash-score-value span { font-size: 1.25rem; color: var(--muted); font-weight: 500; }
.dash-progress {
  height: 6px;
  background: var(--surface-3);
  border-radius: 999px;
  max-width: 280px;
  margin: 0 auto;
  overflow: hidden;
}
.dash-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--teal), var(--cyan));
  border-radius: 999px;
}
.dash-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.dash-chart-cell {
  padding: 18px;
  border-top: 1px solid var(--line);
}
.dash-chart-cell:nth-child(odd) { border-right: 1px solid var(--line); }
.dash-chart-cell h4 {
  font-size: 0.78rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

/* Donut chart */
.donut-wrap { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.donut-chart {
  --p1: 72; --p2: 14; --p3: 7; --p4: 1;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: conic-gradient(
    var(--ok) 0 calc(var(--p1) * 1%),
    var(--cyan) calc(var(--p1) * 1%) calc((var(--p1) + var(--p2)) * 1%),
    var(--warn) calc((var(--p1) + var(--p2)) * 1%) calc((var(--p1) + var(--p2) + var(--p3)) * 1%),
    var(--danger) calc((var(--p1) + var(--p2) + var(--p3)) * 1%) 100%
  );
  position: relative;
  flex-shrink: 0;
}
.donut-hole {
  position: absolute;
  inset: 18%;
  background: var(--surface);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: var(--muted);
}
.donut-hole strong { font-size: 0.95rem; color: var(--ink); }
.donut-legend { list-style: none; font-size: 0.78rem; }
.donut-legend li { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; color: var(--muted); }
.donut-legend .leg { width: 8px; height: 8px; border-radius: 2px; flex-shrink: 0; }
.leg-ready { background: var(--ok); }
.leg-fixed { background: var(--cyan); }
.leg-review { background: var(--warn); }
.leg-blocked { background: var(--danger); }

/* Bar charts */
.bar-chart { display: flex; flex-direction: column; gap: 8px; }
.bar-row {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) 1fr auto;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
}
.bar-row span:first-child { color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bar-track {
  height: 8px;
  background: var(--surface-3);
  border-radius: 999px;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--cyan));
}
.bar-fill.warn { background: linear-gradient(90deg, #d97706, var(--warn)); }
.bar-fill.danger { background: linear-gradient(90deg, #dc2626, var(--danger)); }
.bar-row strong { font-family: var(--mono); font-size: 0.72rem; min-width: 48px; text-align: right; }

/* Sections */
.section { padding: 72px 0; }
.section.alt { background: var(--bg-soft); }
.section-head { margin-bottom: 40px; max-width: 640px; }
.section-head h2 {
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.section-head p { color: var(--muted); }

/* Flow steps */
.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.flow-step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 20px;
  position: relative;
}
.flow-step-num {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--mint);
  margin-bottom: 12px;
}
.flow-step h3 { font-size: 1rem; margin-bottom: 8px; }
.flow-step p { font-size: 0.88rem; color: var(--muted); }

/* Feature grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.feature-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  transition: border-color 0.15s;
}
.feature-card:hover { border-color: rgba(5, 150, 105, 0.35); }
.feature-card .kicker {
  font-family: var(--mono);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--mint);
  margin-bottom: 8px;
  display: block;
}
.feature-card h3 { font-size: 1rem; margin-bottom: 8px; }
.feature-card p { font-size: 0.88rem; color: var(--muted); margin-bottom: 12px; }

/* Integrations strip */
.logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.logo-pill {
  padding: 8px 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}
.logo-pill:hover { border-color: var(--mint); color: var(--mint); }

/* Page mast */
.page-mast {
  padding: 48px 0 32px;
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}
.page-mast-inner { max-width: 720px; }
.page-chip {
  display: inline-block;
  font-family: var(--mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--mint);
  margin-bottom: 12px;
}
.page-title {
  font-family: var(--display);
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.lead { color: var(--muted); font-size: 1.05rem; }
.breadcrumb { font-size: 0.82rem; color: var(--muted); margin-bottom: 12px; }
.breadcrumb a:hover { color: var(--mint); }
.page-mast-actions { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 12px; }

/* Doc layout */
.doc-body { padding: 48px 0 72px; }
.doc-single { max-width: 800px; }
.doc-frame { display: grid; grid-template-columns: 1fr 280px; gap: 32px; align-items: start; }
.content-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  margin-bottom: 20px;
}
.content-panel h3 { font-size: 1.1rem; margin-bottom: 12px; }
.content-panel p, .content-panel li { color: var(--muted); font-size: 0.92rem; }
.kicker {
  font-family: var(--mono);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--mint);
}
.rail-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  margin-bottom: 16px;
}
.rail-card h4 { font-size: 0.88rem; margin-bottom: 8px; }
.rail-card p { font-size: 0.82rem; color: var(--muted); }

/* Forms */
.form { display: flex; flex-direction: column; gap: 20px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; margin-bottom: 8px; color: var(--muted); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-family: var(--font);
  font-size: 0.92rem;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--mint);
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.12);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.upload-zone {
  border: 2px dashed var(--line);
  border-radius: var(--radius);
  padding: 32px 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.upload-zone:hover, .upload-zone.is-dragover {
  border-color: var(--mint);
  background: var(--teal-dim);
}
.upload-zone strong { display: block; margin-bottom: 6px; }
.upload-zone span { font-size: 0.82rem; color: var(--muted); }
.upload-filename { font-family: var(--mono); font-size: 0.78rem; margin-top: 8px; }

/* Wizard steps */
.wizard-steps {
  display: flex;
  gap: 0;
  margin-bottom: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.wizard-step {
  flex: 1;
  padding: 14px 12px;
  text-align: center;
  background: var(--surface);
  border-right: 1px solid var(--line);
  font-size: 0.78rem;
}
.wizard-step:last-child { border-right: none; }
.wizard-step strong { display: block; font-family: var(--mono); color: var(--mint); font-size: 0.68rem; margin-bottom: 4px; }
.wizard-step.is-active { background: var(--teal-dim); }

.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.check-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  cursor: pointer;
}
.check-card:has(input:checked) { border-color: var(--mint); background: var(--teal-dim); }

/* Tables */
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}
.data-table th {
  text-align: left;
  padding: 12px 14px;
  background: var(--surface-2);
  color: var(--muted);
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--line);
}
.data-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.data-table td strong { color: var(--ink); }
.status-pill {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: var(--mono);
}
.status-pill.ready { background: rgba(52, 211, 153, 0.15); color: var(--ok); }
.status-pill.review { background: rgba(251, 191, 36, 0.15); color: var(--warn); }
.status-pill.fixed { background: var(--teal-dim); color: var(--mint); }
.severity-high { color: var(--danger); font-weight: 700; }
.severity-medium { color: var(--warn); font-weight: 700; }
.severity-low { color: var(--muted); font-weight: 700; }

/* Tabs */
.tab-nav { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 24px; border-bottom: 1px solid var(--line); padding-bottom: 0; }
.tab-btn {
  padding: 12px 18px;
  background: none;
  border: none;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.tab-btn.is-active { color: var(--mint); border-bottom-color: var(--mint); }
.tab-panel[hidden] { display: none; }

/* Report summary */
.report-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
.report-stat {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 16px;
}
.report-stat span { display: block; font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 6px; }
.report-stat strong { font-family: var(--display); font-size: 1.25rem; color: var(--mint); }

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.pricing-col {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
}
.pricing-col.featured { border-color: var(--mint); box-shadow: 0 0 0 1px rgba(5, 150, 105, 0.25); }
.plan-name { font-weight: 700; font-size: 0.95rem; margin-bottom: 8px; }
.plan-price { font-family: var(--display); font-size: 1.75rem; font-weight: 700; color: var(--mint); margin-bottom: 4px; }
.plan-price span { font-size: 0.88rem; color: var(--muted); font-weight: 500; }
.plan-desc { font-size: 0.82rem; color: var(--muted); margin-bottom: 16px; }
.plan-features { list-style: none; flex: 1; font-size: 0.82rem; color: var(--muted); }
.plan-features li { padding: 6px 0; border-bottom: 1px solid var(--line); }
.plan-features li:last-child { border-bottom: none; }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 24px;
}
.faq-item h3 { font-size: 1rem; margin-bottom: 8px; }
.faq-item p { color: var(--muted); font-size: 0.92rem; }

/* Cards grid */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.card h3 { font-size: 1rem; margin-bottom: 8px; }
.card p { font-size: 0.88rem; color: var(--muted); }

/* CTA */
.final-cta, .page-end-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: linear-gradient(135deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 40px;
}
.final-cta h2, .page-end-cta h2 { font-family: var(--display); font-size: 1.5rem; margin-bottom: 8px; }
.final-cta p { color: var(--muted); }
.page-end-checklist { list-style: none; font-size: 0.88rem; color: var(--muted); }
.page-end-checklist li { padding: 4px 0; padding-left: 20px; position: relative; }
.page-end-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); }
.page-end-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  background: var(--bg-soft);
  padding-top: 48px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  padding-bottom: 40px;
}
.footer-col h4 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 0.88rem; color: var(--muted); padding: 4px 0; }
.footer-col a:hover { color: var(--mint); }
.footer-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.footer-note p { max-width: 560px; font-size: 0.88rem; color: var(--muted); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 20px 0 28px;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  color: var(--muted);
}
.footer-bottom-links { display: flex; gap: 16px; }
.footer-bottom-links a:hover { color: var(--mint); }

/* Auth */
.auth-page { background: var(--bg); min-height: 100vh; }
.auth-wrap { max-width: 420px; margin: 0 auto; padding: 40px 20px 60px; }
.auth-minibar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.auth-back { font-size: 0.88rem; color: var(--muted); }
.auth-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
}
.auth-card h1 { font-family: var(--display); font-size: 1.5rem; margin-bottom: 8px; }
.auth-card > p { color: var(--muted); font-size: 0.92rem; margin-bottom: 24px; }

/* Export file list */
.export-list { list-style: none; }
.export-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 0.82rem;
  color: var(--muted);
}
.export-list li strong { color: var(--ink); }

.muted { color: var(--muted); font-size: 0.88rem; }
code {
  font-family: var(--mono);
  font-size: 0.85em;
  background: var(--surface-3);
  padding: 2px 6px;
  border-radius: 4px;
}

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .dash-grid-2 { grid-template-columns: 1fr; }
  .dash-chart-cell:nth-child(odd) { border-right: none; }
  .flow-steps { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .doc-frame { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .nav-links, .header-actions .nav-signin, .header-actions .btn { display: none; }
  .nav-toggle { display: flex; margin-left: auto; }
  .mobile-nav:not([hidden]) { display: flex; }
  .flow-steps { grid-template-columns: 1fr; }
  .feature-grid, .card-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .report-summary-grid { grid-template-columns: 1fr 1fr; }
  .form-row, .check-grid { grid-template-columns: 1fr; }
  .wizard-steps { flex-direction: column; }
  .wizard-step { border-right: none; border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .final-cta, .page-end-cta, .footer-note { flex-direction: column; text-align: center; }
  .btn-row-center { justify-content: center; }
}
