:root {
  --bg: #ffffff;
  --bg-soft: #f7fafc;
  --surface-1: #f3f7fa;
  --surface-2: #eef4f6;
  --ink: #101828;
  --ink-2: #475467;
  --ink-3: #6b7b86;
  --border: #d9e2e7;
  --border-2: #e6ecef;
  --primary: #00a88f;
  --primary-d: #008874;
  --secondary: #145cff;
  --accent: #24d18f;
  --rose: #e14d6a;
  --warn: #f59e0b;
  --radius: 8px;
  --shadow-sm: 0 1px 0 rgba(16, 24, 40, .04), 0 1px 2px rgba(16, 24, 40, .04);
  --shadow: 0 1px 0 rgba(16, 24, 40, .04), 0 18px 42px -24px rgba(16, 40, 50, .26);
  --shadow-lg: 0 1px 0 rgba(16, 24, 40, .04), 0 34px 90px -38px rgba(16, 40, 50, .38);
  --font-sans: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  --font-serif: "Instrument Serif", Georgia, serif;
  --container: 1220px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.no-scroll { overflow: hidden; }
::selection { background: rgba(0, 168, 143, .2); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: var(--radius); }
.skip-link:focus { top: 16px; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 104px 0; }
.section-tight { padding: 76px 0; }
.section-soft { background: var(--bg-soft); border-top: 1px solid var(--border-2); border-bottom: 1px solid var(--border-2); }
.section-dark { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(52% 60% at 10% 0%, rgba(0, 168, 143, .2), transparent 68%),
    radial-gradient(52% 70% at 100% 100%, rgba(20, 92, 255, .16), transparent 70%);
  pointer-events: none;
}
.section-dark > .container { position: relative; z-index: 1; }

h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { color: var(--ink); font-weight: 600; line-height: 1.08; letter-spacing: 0; }
h1 { font-size: 64px; max-width: 13.5ch; font-weight: 650; }
h2 { font-size: 44px; max-width: 17ch; }
h3 { font-size: 22px; line-height: 1.2; }
h4 { font-size: 18px; line-height: 1.25; }
p { color: var(--ink-2); }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark p { color: #b7c2cb; }
.lede { font-size: 19px; line-height: 1.55; max-width: 64ch; }
.serif { font-family: var(--font-serif); font-style: italic; font-weight: 400; }
.muted { color: var(--ink-3); }
.mono { font-family: var(--font-mono); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-2);
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 3px rgba(0, 168, 143, .14); }
.section-dark .eyebrow { color: #a9b6bf; }
.section-dark .eyebrow::before { background: var(--accent); }

.brand { display: inline-flex; align-items: baseline; gap: 0; color: var(--ink); font-size: 21px; font-weight: 500; line-height: 1; letter-spacing: 0; }
.brand::after { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: 2px; border-radius: 2px; background: var(--primary); transform: translateY(-1px); flex: none; }
.brand-dot { display: none; }
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .78);
  border-bottom: 1px solid transparent;
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.header.is-scrolled { background: rgba(255, 255, 255, .92); border-bottom-color: var(--border-2); box-shadow: 0 6px 18px -16px rgba(16, 24, 40, .28); }
.header-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.nav { display: flex; align-items: center; gap: 2px; }
.nav a { padding: 8px 12px; border-radius: var(--radius); color: var(--ink-2); font-size: 14px; font-weight: 540; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); background: var(--surface-1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--border-2); border-radius: var(--radius); background: var(--surface-1); color: var(--ink); align-items: center; justify-content: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 560;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease, box-shadow .2s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--ink); color: #fff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 8px 18px -12px rgba(16, 24, 40, .48); }
.btn-primary:hover { background: #000; }
.btn-brand { background: var(--primary); color: #fff; }
.btn-ghost { background: transparent; border-color: var(--border); color: var(--ink); }
.btn-ghost:hover { background: var(--surface-1); border-color: #c7d4da; }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: #eef4f6; }
.btn-sm { min-height: 40px; padding: 0 15px; font-size: 14px; }
.btn-lg { min-height: 54px; padding: 0 24px; font-size: 16px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px rgba(36, 209, 143, .22); flex: none; }
.icon { width: 18px; height: 18px; flex: none; stroke-width: 1.8; }

.sheet { position: fixed; inset: 0; z-index: 80; background: rgba(8, 14, 24, .62); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.sheet.open { opacity: 1; pointer-events: auto; }
.sheet-panel { position: absolute; top: 10px; left: 10px; right: 10px; max-height: calc(100vh - 20px); overflow-y: auto; background: #fff; border: 1px solid var(--border-2); border-radius: var(--radius); padding: 14px; box-shadow: var(--shadow-lg); transform: translateY(-12px); transition: transform .22s ease; }
.sheet.open .sheet-panel { transform: translateY(0); }
.sheet-head { display: flex; align-items: center; justify-content: space-between; padding: 4px 4px 12px; }
.sheet-nav { display: grid; gap: 2px; }
.sheet-nav a { padding: 13px 10px; border-radius: var(--radius); color: var(--ink); font-size: 16px; }
.sheet-nav a:hover { background: var(--surface-1); }
.sheet-nav .btn { margin-top: 12px; width: 100%; min-height: 54px; padding: 0 18px; font-weight: 560; }
.sheet-nav a.btn-primary { color: #fff; background: var(--ink); border-color: transparent; }
.sheet-nav a.btn-primary:hover { color: #fff; background: #000; }

.hero {
  position: relative;
  padding: 72px 0 96px;
  overflow: hidden;
  background:
    radial-gradient(45% 60% at 10% 0%, #e2f4ee 0%, transparent 70%),
    radial-gradient(42% 58% at 100% 100%, #dee9ff 0%, transparent 72%),
    linear-gradient(180deg, #fbfdfe 0%, #fff 100%);
}
.hero::after, .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(16, 24, 40, .04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(16, 24, 40, .04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(60% 60% at 50% 50%, #000 0%, transparent 92%);
  -webkit-mask-image: radial-gradient(60% 60% at 50% 50%, #000 0%, transparent 92%);
}
.hero .container, .page-hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 56px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 7px 12px 7px 7px; margin-bottom: 24px; border: 1px solid var(--border-2); border-radius: 999px; background: #fff; color: var(--ink-2); font-size: 13px; box-shadow: var(--shadow-sm); }
.hero-badge span { padding: 4px 9px; border-radius: 999px; background: var(--surface-2); color: var(--ink); font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; }
.hero .lede { margin-top: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 20px; color: var(--ink-3); font-size: 13px; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.check { width: 18px; height: 18px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #dff6ee; color: var(--primary-d); flex: none; }

.dashboard { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--border-2); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.dash-bar { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-bottom: 1px solid var(--border-2); background: linear-gradient(180deg, #fbfdfe 0%, #fff 100%); }
.traffic { display: flex; gap: 6px; }
.traffic i { width: 10px; height: 10px; border-radius: 50%; background: #d9e4e8; }
.traffic i:nth-child(1) { background: #ff6a5a; }
.traffic i:nth-child(2) { background: #ffc44d; }
.traffic i:nth-child(3) { background: #3fcb7e; }
.dash-url { min-width: 0; flex: 1; height: 30px; display: flex; align-items: center; gap: 10px; padding: 0 12px; border: 1px solid var(--border-2); border-radius: var(--radius); background: var(--surface-1); color: var(--ink-3); font-size: 12px; overflow: hidden; white-space: nowrap; }
.dash-url b { color: var(--ink); font-weight: 600; }
.dash-url span { margin-left: auto; overflow: hidden; text-overflow: ellipsis; }
.dash-body { display: grid; grid-template-columns: 190px 1fr; min-height: 520px; }
.dash-nav { padding: 14px 10px; border-right: 1px solid var(--border-2); background: #fcfdfe; }
.dash-nav small { display: block; padding: 10px 10px 6px; color: var(--ink-3); font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; }
.dash-nav span { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: var(--radius); color: var(--ink-2); font-size: 13px; }
.dash-nav span.active { background: var(--surface-2); color: var(--ink); font-weight: 620; }
.dash-main { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: min-content; gap: 14px; padding: 18px; }
.panel { min-width: 0; padding: 15px; border: 1px solid var(--border-2); border-radius: var(--radius); background: #fff; }
.panel-wide { grid-column: span 2; }
.panel-full { grid-column: 1 / -1; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; color: var(--ink-2); font-size: 13px; font-weight: 560; }
.panel-head small { color: var(--ink-3); font-family: var(--font-mono); font-size: 11px; font-weight: 400; }
.metric-value { color: var(--ink); font-size: 30px; font-weight: 700; line-height: 1; }
.delta { margin-top: 6px; color: var(--primary-d); font-family: var(--font-mono); font-size: 12px; }
.spark { width: 100%; height: 52px; margin-top: 10px; }
.row-list { display: grid; gap: 10px; }
.mini-person { display: flex; align-items: center; gap: 10px; min-width: 0; }
.avatar, .channel { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex: none; font-size: 12px; font-weight: 700; }
.avatar { border: 1px solid #b7e8d9; background: linear-gradient(135deg, #c4f0e4, #7ddabf); color: #04604e; }
.avatar.blue { border-color: #c3d2f7; background: linear-gradient(135deg, #d7e3ff, #9cb4f2); color: #1e3a8a; }
.avatar.amber { border-color: #fbc592; background: linear-gradient(135deg, #ffe2c7, #ffc089); color: #7c3f0f; }
.row-main { min-width: 0; }
.row-title { color: var(--ink); font-size: 13px; font-weight: 620; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.row-meta { color: var(--ink-3); font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tag { margin-left: auto; padding: 3px 7px; border: 1px solid #ffe3a6; border-radius: 999px; background: #fff4e0; color: #9a6300; font-family: var(--font-mono); font-size: 10px; white-space: nowrap; }
.tag.green { border-color: #bdead2; background: #e2f8ee; color: #0a6e45; }
.tag.blue { border-color: #c7d6fb; background: #e4ecff; color: #0f3fcb; }
.channel.wa { background: #22c66b; color: #fff; }
.channel.email { background: var(--secondary); color: #fff; }
.channel.form { background: var(--rose); color: #fff; }
.pipeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.pipe-col { min-height: 116px; padding: 9px; border: 1px dashed var(--border); border-radius: var(--radius); background: #fbfdfe; }
.pipe-col h4 { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--ink-3); font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; }
.deal { padding: 8px; margin-bottom: 6px; border: 1px solid var(--border-2); border-radius: 6px; background: #fff; color: var(--ink); font-size: 12px; box-shadow: 0 1px 0 rgba(16, 24, 40, .03); }
.deal strong { display: block; color: var(--ink-3); font-family: var(--font-mono); font-size: 10px; font-weight: 400; }

.section-head { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: 48px; align-items: end; margin-bottom: 48px; }
.section-head h2 { margin-top: 12px; }
.section-head p { max-width: 54ch; }
.grid { display: grid; gap: 16px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.card { min-width: 0; border: 1px solid var(--border-2); border-radius: var(--radius); background: #fff; padding: 24px; box-shadow: var(--shadow-sm); }
.card:hover { border-color: #c8d5db; }
.card-kicker { color: var(--ink-3); font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.card h3, .card h4 { margin-top: 12px; }
.card p { margin-top: 10px; font-size: 14.5px; }
.card-icon { width: 42px; height: 42px; border-radius: var(--radius); display: inline-flex; align-items: center; justify-content: center; background: var(--surface-2); color: var(--primary-d); }
.card-icon svg { width: 21px; height: 21px; stroke-width: 1.8; }
.feature-list { display: grid; gap: 12px; padding: 0; margin: 20px 0 0; list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-2); font-size: 14.5px; }
.feature-list .check { margin-top: 2px; }
.numbered { counter-reset: item; }
.numbered .card::before { counter-increment: item; content: "0" counter(item); display: inline-flex; margin-bottom: 26px; color: var(--ink-3); font-family: var(--font-mono); font-size: 12px; }

.band { border: 1px solid rgba(255, 255, 255, .11); border-radius: var(--radius); overflow: hidden; background: rgba(255, 255, 255, .08); }
.band-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; }
.band-item { min-height: 142px; padding: 22px 18px; background: #0b1a1f; }
.band-item b { display: block; color: #fff; font-size: 15px; }
.band-item span { display: block; margin-top: 8px; color: #a9b6bf; font-family: var(--font-mono); font-size: 12px; }
.page-hero { position: relative; padding: 72px 0 78px; overflow: hidden; background: linear-gradient(180deg, #f7fafc 0%, #fff 100%); border-bottom: 1px solid var(--border-2); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 48px; align-items: center; }
.page-hero h1 { margin-top: 16px; }
.page-hero .lede { margin-top: 22px; }
.mini-stack { display: grid; gap: 12px; }
.mini-row { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--border-2); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.mini-row strong { display: block; color: var(--ink); font-size: 14px; }
.mini-row span:last-child { display: block; color: var(--ink-3); font-size: 12.5px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--border-2); border-radius: var(--radius); background: #fff; }
.table { width: 100%; min-width: 760px; border-collapse: collapse; }
.table th, .table td { padding: 17px 18px; border-bottom: 1px solid var(--border-2); text-align: left; vertical-align: top; }
.table th { color: var(--ink); font-size: 13px; font-family: var(--font-mono); text-transform: uppercase; background: var(--surface-1); }
.table td { color: var(--ink-2); font-size: 14.5px; }
.table tr:last-child td { border-bottom: 0; }
.callout { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 34px; border: 1px solid #1d2733; border-radius: var(--radius); background: var(--ink); color: #fff; overflow: hidden; }
.callout h2, .callout h3 { color: #fff; }
.callout p { margin-top: 12px; color: #b7c2cb; }
.faq-grid details { border: 1px solid var(--border-2); border-radius: var(--radius); background: #fff; padding: 18px 20px; }
.faq-grid summary { cursor: pointer; color: var(--ink); font-weight: 600; }
.faq-grid details p { margin-top: 12px; font-size: 14.5px; }
.contact-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr); gap: 40px; align-items: start; }
.form { display: grid; gap: 14px; }
.form label { display: grid; gap: 7px; color: var(--ink); font-size: 14px; font-weight: 580; }
.form input, .form textarea, .form select { width: 100%; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; color: var(--ink); padding: 12px 13px; outline: none; }
.form textarea { min-height: 134px; resize: vertical; }
.form input:focus, .form textarea:focus, .form select:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(0, 168, 143, .12); }
.lead-screen {
  position: relative;
  min-height: calc(100svh - 72px);
  padding: 54px 0 64px;
  overflow: hidden;
  background:
    radial-gradient(42% 52% at 6% 0%, rgba(0, 168, 143, .12), transparent 72%),
    radial-gradient(40% 52% at 100% 100%, rgba(20, 92, 255, .10), transparent 72%),
    linear-gradient(180deg, #fbfdfe 0%, #fff 100%);
}
.lead-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(16, 24, 40, .045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(16, 24, 40, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
}
.lead-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(520px, 1.18fr);
  gap: 44px;
  align-items: center;
}
.lead-copy h1 {
  margin-top: 16px;
  max-width: 11.5ch;
  font-size: 58px;
}
.lead-copy .lede { margin-top: 20px; max-width: 48ch; }
.lead-proof {
  display: grid;
  gap: 10px;
  max-width: 520px;
  margin-top: 30px;
}
.lead-proof div {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  column-gap: 10px;
  align-items: start;
  padding: 13px 0;
  border-top: 1px solid var(--border-2);
}
.lead-proof .check { grid-row: span 2; margin-top: 2px; }
.lead-proof strong { color: var(--ink); line-height: 1.25; }
.lead-proof small { display: block; margin-top: 2px; color: var(--ink-3); font-size: 13px; line-height: 1.45; }
.lead-panel {
  min-width: 0;
  border: 1px solid var(--border-2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.lead-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border-2);
  color: var(--ink-3);
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.lead-dots {
  display: inline-flex;
  gap: 6px;
  flex: none;
}
.lead-dots i {
  width: 24px;
  height: 4px;
  border-radius: 999px;
  background: #dce6eb;
  transition: background .2s ease, width .2s ease;
}
.lead-dots i.is-active { width: 38px; background: var(--primary); }
.lead-form { min-height: 610px; padding: 26px; }
.lead-step {
  display: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.lead-step.is-active {
  display: block;
  animation: leadStep .22s ease both;
}
@keyframes leadStep {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.lead-step legend {
  width: 100%;
  color: var(--ink);
  font-size: 32px;
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: 0;
}
.lead-step > p {
  max-width: 58ch;
  margin-top: 10px;
  color: var(--ink-2);
}
.option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.option-card {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}
.option-card input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.option-card span {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--border-2);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: border-color .16s ease, background .16s ease, box-shadow .18s ease, transform .16s ease;
}
.option-card b {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.option-card small {
  color: var(--ink-3);
  font-size: 13px;
  line-height: 1.45;
}
.option-card:hover span,
.option-card input:focus-visible + span {
  border-color: #b7cbc9;
  box-shadow: 0 0 0 4px rgba(0, 168, 143, .08);
}
.option-card.is-selected span {
  border-color: var(--primary);
  background: linear-gradient(180deg, #f7fffc 0%, #fff 100%);
  box-shadow: 0 0 0 4px rgba(0, 168, 143, .12), var(--shadow-sm);
}
.option-card.is-selected span::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 12px;
  height: 12px;
  border: 3px solid rgba(0, 168, 143, .18);
  border-radius: 50%;
  background: var(--primary);
}
.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.field-grid label,
.wide-field {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 580;
}
.field-grid input,
.field-grid select,
.wide-field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
}
.wide-field { margin-top: 24px; }
.wide-field textarea {
  min-height: 142px;
  resize: vertical;
}
.field-grid input:focus,
.field-grid select:focus,
.wide-field textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(0, 168, 143, .12);
}
.is-invalid input,
.is-invalid select,
.is-invalid textarea {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(225, 77, 106, .10);
}
.option-card.is-invalid span {
  border-color: var(--rose);
  box-shadow: 0 0 0 4px rgba(225, 77, 106, .10);
}
.form-error {
  min-height: 22px;
  margin-top: 14px;
  color: #b4233b;
  font-size: 13px;
  font-weight: 580;
}
.step-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}
.step-actions .btn { min-width: 148px; }
.lead-summary {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--border-2);
  border-radius: var(--radius);
  background: var(--surface-1);
}
.lead-summary strong { color: var(--ink); }
.lead-summary span {
  display: block;
  color: var(--ink-2);
  font-size: 13.5px;
  line-height: 1.45;
}
.lead-summary ul {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.lead-summary li {
  color: var(--ink-2);
  font-size: 13.5px;
}
.lead-summary b { color: var(--ink); }
.legal { max-width: 820px; }
.legal h2, .legal h3 { margin-top: 34px; }
.legal p, .legal li { color: var(--ink-2); }
.legal p, .legal ul { margin-top: 14px; }
.footer { padding: 76px 0 30px; border-top: 1px solid var(--border-2); background: var(--bg-soft); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 34px; }
.footer-brand p { margin-top: 14px; max-width: 38ch; font-size: 14.5px; }
.footer h5 { margin: 0 0 12px; color: var(--ink-3); font-family: var(--font-mono); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.footer a { display: block; padding: 6px 0; color: var(--ink); font-size: 14.5px; }
.footer a:hover { color: var(--primary-d); }
.footer a.btn { display: inline-flex; padding: 0 18px; color: #fff; font-size: 15px; }
.footer a.btn-primary, .footer a.btn-primary:hover { color: #fff; background: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 54px; padding-top: 26px; border-top: 1px solid var(--border-2); color: var(--ink-3); font-size: 13px; }
.footer-bottom a { display: inline; color: var(--ink-2); }
.fade-up { opacity: 0; transform: translateY(10px); transition: opacity .55s ease, transform .55s ease; }
.fade-up.in { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .nav { display: none; }
  .header-actions .btn-ghost { display: none; }
  .menu-button { display: inline-flex; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .lead-screen { min-height: auto; }
  .lead-layout { grid-template-columns: 1fr; align-items: start; }
  .lead-copy h1 { max-width: 13.5ch; }
  .grid-4, .grid-5, .band-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .section, .section-tight { padding: 68px 0; }
  h1 { font-size: 46px; }
  h2 { font-size: 34px; }
  .section-head, .contact-grid { grid-template-columns: 1fr; gap: 22px; }
  .lead-screen { padding: 40px 0 52px; }
  .lead-layout { gap: 28px; }
  .lead-copy h1 { font-size: 44px; }
  .lead-form { min-height: 0; }
  .option-grid, .field-grid { grid-template-columns: 1fr; }
  .dash-body { grid-template-columns: 1fr; min-height: auto; }
  .dash-nav { display: none; }
  .grid-2, .grid-3, .grid-5, .footer-grid { grid-template-columns: 1fr; }
  .callout { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .dashboard { display: none; }
}
@media (max-width: 560px) {
  .container { padding: 0 16px; }
  .header-inner { height: 62px; }
  .header-actions .btn-primary { display: none; }
  .hero, .page-hero { padding: 44px 0 60px; }
  .lead-screen { padding: 34px 0 44px; }
  .lead-copy h1 { font-size: 38px; }
  .lead-copy .lede { font-size: 16px; }
  .lead-proof { margin-top: 22px; }
  .lead-panel { margin: 0 -4px; }
  .lead-progress { padding: 15px 16px; align-items: flex-start; flex-direction: column; }
  .lead-dots { width: 100%; }
  .lead-dots i { flex: 1; width: auto; }
  .lead-dots i.is-active { width: auto; }
  .lead-form { padding: 18px; }
  .lead-step legend { font-size: 27px; }
  .option-card span { min-height: 102px; padding: 16px; }
  .step-actions { display: grid; grid-template-columns: 1fr; }
  .step-actions .btn { width: 100%; min-width: 0; }
  h1 { font-size: 38px; }
  h2 { font-size: 30px; }
  .lede { font-size: 16px; }
  .hero-badge { align-items: flex-start; border-radius: var(--radius); flex-direction: column; }
  .hero-actions, .hero-actions .btn, .callout .btn { width: 100%; }
  .dash-main { grid-template-columns: 1fr; padding: 14px; }
  .panel-wide, .panel-full { grid-column: auto; }
  .pipeline { display: flex; overflow-x: auto; padding-bottom: 10px; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; }
  .pipe-col { flex: 0 0 76%; scroll-snap-align: start; }
  .grid-4, .grid-5, .band-grid { grid-template-columns: 1fr; }
  .card, .callout { padding: 20px; }
}

body.lead-app-page {
  height: 100svh;
  overflow: hidden;
  background: var(--ink);
}
body.lead-app-page .skip-link,
body.lead-app-page > .header,
body.lead-app-page > .sheet,
body.lead-app-page > .footer {
  display: none;
}
body.lead-app-page #conteudo {
  height: 100svh;
  overflow: hidden;
}
body.lead-app-page .lead-screen {
  height: 100svh;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(48% 58% at 0% 0%, rgba(0, 168, 143, .16), transparent 68%),
    radial-gradient(46% 56% at 100% 100%, rgba(20, 92, 255, .13), transparent 70%),
    linear-gradient(180deg, #f8fbfc 0%, #eef4f6 100%);
}
body.lead-app-page .lead-screen::after {
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .7) 45%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .7) 45%, transparent 100%);
}
.lead-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 66px minmax(0, 1fr);
  gap: 12px;
  height: 100svh;
  padding: 12px;
}
.lead-topbar {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 0 12px 0 18px;
  border: 1px solid rgba(217, 226, 231, .82);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.lead-topbar .brand { font-size: 20px; }
.lead-topbar .lead-progress {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 0;
  border: 0;
  color: var(--ink-3);
}
.lead-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce6eb;
}
.lead-bar i {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
  transition: width .34s ease;
}
.lead-close {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-2);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}
.lead-close:hover { background: var(--surface-1); }
body.lead-app-page .lead-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .42fr) minmax(0, .58fr);
  gap: 12px;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
}
body.lead-app-page .lead-copy,
body.lead-app-page .lead-panel {
  min-height: 0;
  border: 1px solid rgba(217, 226, 231, .82);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
body.lead-app-page .lead-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(22px, 3vw, 36px);
}
body.lead-app-page .lead-copy h1 {
  max-width: 10.5ch;
  margin-top: 16px;
  font-size: clamp(40px, 4.6vw, 72px);
}
body.lead-app-page .lead-copy .lede {
  max-width: 44ch;
  margin-top: 18px;
}
.lead-step-list {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 28px;
}
.lead-step-list button {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink-3);
  text-align: left;
  cursor: default;
}
.lead-step-list button:not(:disabled) { cursor: pointer; }
.lead-step-list button span {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--surface-1);
  color: var(--ink-3);
  font-family: var(--font-mono);
  font-size: 12px;
}
.lead-step-list button b {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.15;
}
.lead-step-list button small {
  margin-top: 3px;
  color: var(--ink-3);
  font-size: 12px;
  line-height: 1.3;
}
.lead-step-list button.is-active {
  border-color: rgba(0, 168, 143, .22);
  background: rgba(0, 168, 143, .06);
}
.lead-step-list button.is-active span,
.lead-step-list button.is-done span {
  background: var(--primary);
  color: #fff;
}
.lead-step-list button:disabled {
  opacity: .58;
}
body.lead-app-page .lead-panel {
  display: grid;
  grid-template-rows: 56px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
}
.lead-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 0 22px;
  border-bottom: 1px solid var(--border-2);
}
.lead-panel-head span {
  color: var(--ink-3);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.lead-panel-head strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 14px;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.lead-app-page .lead-form {
  --lead-step-index: 0;
  --lead-step-offset: 0%;
  height: 100%;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}
.lead-track {
  display: flex;
  height: 100%;
  min-height: 0;
  transform: translate3d(var(--lead-step-offset), 0, 0);
  transition: transform .38s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}
body.lead-app-page .lead-step {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: clamp(24px, 4vw, 48px);
  overflow-y: auto;
  border: 0;
  opacity: .28;
  pointer-events: none;
  animation: none;
  transition: opacity .26s ease;
  -webkit-overflow-scrolling: touch;
}
body.lead-app-page .lead-step.is-active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
body.lead-app-page .lead-step legend {
  max-width: 12ch;
  font-size: clamp(34px, 5vw, 64px);
}
body.lead-app-page .lead-step > p {
  max-width: 58ch;
  margin-top: 14px;
  font-size: 17px;
}
body.lead-app-page .option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
body.lead-app-page .option-card span {
  min-height: 118px;
  padding: 18px;
}
body.lead-app-page .field-grid {
  gap: 14px;
  margin-top: 28px;
}
body.lead-app-page .form-error {
  min-height: 24px;
  margin-top: 14px;
}
body.lead-app-page .step-actions {
  position: sticky;
  bottom: -1px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .96) 34%, rgba(255, 255, 255, .98) 100%);
}
body.lead-app-page .step-actions .btn {
  min-width: 176px;
}

@media (max-width: 980px) {
  .lead-shell {
    grid-template-rows: 64px minmax(0, 1fr);
    gap: 8px;
    padding: 8px;
  }
  .lead-topbar {
    grid-template-columns: auto minmax(0, 1fr) 42px;
    gap: 10px;
    padding: 0 10px 0 14px;
  }
  .lead-topbar .lead-progress {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .lead-topbar .lead-progress span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.lead-app-page .lead-layout {
    grid-template-columns: 1fr;
  }
  body.lead-app-page .lead-copy {
    display: none;
  }
  body.lead-app-page .lead-panel {
    grid-template-rows: 48px minmax(0, 1fr);
  }
  .lead-panel-head {
    padding: 0 16px;
  }
  body.lead-app-page .lead-step {
    padding: 22px 16px 18px;
  }
  body.lead-app-page .lead-step legend {
    max-width: 13ch;
    font-size: 34px;
  }
  body.lead-app-page .lead-step > p {
    font-size: 15px;
  }
  body.lead-app-page .option-grid,
  body.lead-app-page .field-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }
  body.lead-app-page .option-card span {
    min-height: 94px;
    padding: 15px;
  }
  body.lead-app-page .wide-field {
    margin-top: 20px;
  }
  body.lead-app-page .wide-field textarea {
    min-height: 118px;
  }
  body.lead-app-page .step-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 14px;
  }
  body.lead-app-page .step-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 430px) {
  .lead-shell { padding: 6px; }
  .lead-topbar {
    height: 58px;
    grid-template-columns: 76px minmax(0, 1fr) 38px;
  }
  .lead-topbar .brand { font-size: 18px; }
  .lead-close {
    width: 36px;
    height: 36px;
  }
  body.lead-app-page .lead-panel {
    grid-template-rows: 44px minmax(0, 1fr);
  }
  .lead-panel-head span { display: none; }
  .lead-panel-head strong { font-size: 13px; }
  body.lead-app-page .lead-step {
    padding: 18px 14px 14px;
  }
  body.lead-app-page .lead-step legend {
    font-size: 30px;
  }
  body.lead-app-page .option-card span {
    min-height: 88px;
  }
  body.lead-app-page .form-error {
    margin-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .fade-up { opacity: 1; transform: none; }
}
