:root {
  --ink: #0f1b18;
  --ink-soft: #1b2925;
  --paper: #f3f0e8;
  --paper-dim: #d9d8cf;
  --muted: #97a6a0;
  --lime: #c4f275;
  --lime-dark: #93c950;
  --coral: #e77b62;
  --line: rgba(243, 240, 232, 0.15);
  --mono: 'DM Mono', monospace;
  --sans: 'Manrope', sans-serif;
  --display: 'Syne', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.grain { position: fixed; inset: 0; z-index: 10; pointer-events: none; opacity: .04; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

.site-header, main, .site-footer { max-width: 1360px; margin-inline: auto; padding-inline: 56px; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 15px var(--mono); letter-spacing: -.06em; }
.brand-slash { color: var(--lime); margin-inline: 2px; }
.brand-mark { width: 22px; height: 22px; display: inline-flex; align-items: end; gap: 3px; }
.brand-mark span { width: 5px; background: var(--lime); border-radius: 3px 3px 1px 1px; }
.brand-mark span:nth-child(1) { height: 10px; opacity: .58; }
.brand-mark span:nth-child(2) { height: 17px; opacity: .8; }
.brand-mark span:nth-child(3) { height: 22px; }
.main-nav { display: flex; align-items: center; gap: 38px; margin-left: 80px; }
.main-nav a { position: relative; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.main-nav a:hover, .main-nav a.active { color: var(--paper); }
.main-nav a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -9px; height: 2px; background: var(--lime); }
.header-actions { display: flex; align-items: center; gap: 24px; }
.live-pill, .panel-status { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font: 500 10px var(--mono); letter-spacing: .03em; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(196,242,117,.1); animation: pulse 2s infinite; }
.icon-button { display: none; border: 0; padding: 8px; background: transparent; }
.icon-button span { display: block; width: 20px; height: 1px; margin: 5px; background: var(--paper); }

.hero-wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 550px); gap: clamp(54px, 8vw, 128px); align-items: center; min-height: 610px; padding-top: 72px; padding-bottom: 88px; }
.eyebrow, .kicker { margin: 0; color: var(--lime); font: 500 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow-line { width: 28px; height: 1px; background: var(--lime); display: inline-block; }
.hero-copy { padding-bottom: 8px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin: 25px 0 25px; font: 800 clamp(64px, 7.3vw, 112px)/.91 var(--display); letter-spacing: -.085em; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-lede { max-width: 495px; color: #b7c0ba; font-size: 15px; line-height: 1.75; }
.hero-proof { display: flex; align-items: center; gap: 22px; margin-top: 54px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.hero-button { display: inline-flex; align-items: center; gap: 24px; min-height: 46px; padding: 0 15px; font-size: 10px; font-weight: 800; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.hero-button span { font-size: 17px; font-weight: 400; }
.hero-button-primary { color: var(--ink); background: var(--lime); }
.hero-button-primary:hover { background: #dbff9f; transform: translateY(-2px); }
.hero-button-secondary { color: var(--paper); border: 1px solid rgba(243,240,232,.28); }
.hero-button-secondary:hover { color: var(--ink); border-color: var(--lime); background: var(--lime); transform: translateY(-2px); }
.proof-item { display: flex; flex-direction: column; gap: 5px; }
.proof-item strong { color: var(--paper); font: 500 18px var(--mono); letter-spacing: -.07em; }
.proof-item span { color: var(--muted); font: 9px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.proof-divider { width: 1px; height: 30px; background: var(--line); }

.demo-card { position: relative; padding: 31px 31px 26px; color: var(--ink); background: var(--paper); box-shadow: 14px 16px 0 rgba(196,242,117,.95); }
.demo-card::before { content: ''; position: absolute; top: 0; left: 0; width: 58px; height: 4px; background: var(--coral); }
.card-topline { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.card-topline h2 { margin: 7px 0 0; font: 700 25px/1.1 var(--display); letter-spacing: -.06em; }
.secure-badge { padding-top: 4px; color: #64726b; font: 500 9px var(--mono); letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.lock-icon { display: inline-block; color: var(--coral); font-size: 17px; line-height: .5; transform: rotate(180deg); margin-right: 3px; }
.card-intro { max-width: 410px; margin: 18px 0 23px; color: #66746d; font-size: 12px; line-height: 1.55; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field > span { color: #627069; font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select { width: 100%; min-height: 43px; padding: 0 12px; color: var(--ink); border: 1px solid #d4d6cb; border-radius: 0; outline: 0; background: #f8f7f2; font-size: 12px; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus { border-color: var(--lime-dark); box-shadow: 0 0 0 3px rgba(147,201,80,.18); }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #6c776f 50%), linear-gradient(135deg, #6c776f 50%, transparent 50%); background-position: calc(100% - 15px) 19px, calc(100% - 11px) 19px; background-size: 4px 4px, 4px 4px; background-repeat: no-repeat; }
.consent-row { position: relative; display: flex; align-items: start; gap: 9px; margin: 19px 0 10px; color: #66746d; font-size: 10px; line-height: 1.4; cursor: pointer; }
.consent-row.optional-consent { margin-top: 0; margin-bottom: 20px; font-size: 9px; }
.consent-row input { position: absolute; opacity: 0; }
.fake-check { flex: 0 0 15px; width: 15px; height: 15px; border: 1px solid #b4bdb3; background: #f8f7f2; }
.consent-row input:checked + .fake-check { border-color: var(--ink); background: var(--ink); box-shadow: inset 0 0 0 3px var(--paper); }
.consent-row a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.primary-button, .light-button, .secondary-button { border: 0; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.primary-button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 15px 16px; color: var(--paper); background: var(--ink); font-size: 12px; font-weight: 800; }
.primary-button:hover { background: #273a32; transform: translateY(-2px); }
.button-icon { color: var(--lime); font-size: 19px; font-weight: 400; }
.button-arrow { color: var(--lime); font-size: 20px; font-weight: 400; }
.form-footnote { margin: 16px 0 0; color: #929a91; font: 9px var(--mono); text-align: center; }
.footnote-dot { width: 5px; height: 5px; display: inline-block; margin-right: 4px; border-radius: 50%; background: var(--coral); }

.signal-strip { min-height: 60px; display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: center; margin-bottom: 120px; padding: 0 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-label { display: flex; align-items: center; gap: 10px; color: var(--muted); font: 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.signal-bars { display: flex; align-items: end; gap: 2px; height: 14px; }
.signal-bars i { display: block; width: 3px; background: var(--lime); }
.signal-bars i:nth-child(1) { height: 6px; }.signal-bars i:nth-child(2) { height: 10px; }.signal-bars i:nth-child(3) { height: 14px; }
.signal-message { display: flex; align-items: center; justify-content: center; gap: 10px; color: #b9c5bd; font-size: 11px; }
.signal-message strong { color: var(--paper); }.signal-message b { color: #aebdb4; font-weight: 600; }.green-text { color: var(--lime) !important; }
.signal-avatar { display: grid; place-items: center; width: 26px; height: 26px; color: var(--ink); background: var(--lime); border-radius: 50%; font: 700 9px var(--mono); }
.signal-time { color: var(--muted); font: 9px var(--mono); text-align: right; text-transform: uppercase; }.signal-time span { color: var(--lime); font-size: 14px; margin-left: 7px; }

.speed-calculator { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: clamp(44px, 8vw, 120px); align-items: center; margin-bottom: 145px; padding: 42px 41px 43px; color: var(--ink); background: #f0eee5; }
.calculator-copy .eyebrow { color: var(--lime-dark); }.calculator-copy .eyebrow-line { background: var(--lime-dark); }.calculator-copy h2 { max-width: 410px; margin: 22px 0 20px; font: 700 clamp(38px, 4.5vw, 62px)/.94 var(--display); letter-spacing: -.08em; }.calculator-copy > p:not(.eyebrow) { max-width: 385px; color: #728078; font-size: 12px; line-height: 1.7; }.calculator-note { display: flex; align-items: start; gap: 8px; max-width: 380px; margin-top: 25px; color: #8b978e; font: 9px/1.55 var(--mono); }.calculator-dot { flex: 0 0 6px; width: 6px; height: 6px; margin-top: 4px; border-radius: 50%; background: var(--coral); }
.calculator-card { padding: 25px; background: #faf8f0; border: 1px solid #d6d9cf; box-shadow: 9px 10px 0 var(--lime-dark); }.calculator-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.calculator-field { display: flex; flex-direction: column; gap: 8px; }.calculator-field > span { color: #68786f; font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }.calculator-input, .calculator-field select { display: flex; align-items: center; width: 100%; height: 46px; padding: 0 12px; color: var(--ink); border: 1px solid #ccd2c6; background: #fffef9; }.calculator-input span { color: #8c9a91; font: 12px var(--mono); }.calculator-input input { width: 100%; padding-left: 5px; color: var(--ink); border: 0; outline: 0; background: transparent; font: 600 15px var(--mono); }.calculator-field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #6c776f 50%), linear-gradient(135deg, #6c776f 50%, transparent 50%); background-position: calc(100% - 15px) 20px, calc(100% - 11px) 20px; background-size: 4px 4px, 4px 4px; background-repeat: no-repeat; font-size: 11px; outline: 0; }.calculator-input:focus-within, .calculator-field select:focus { border-color: var(--lime-dark); box-shadow: 0 0 0 3px rgba(147,201,80,.18); }
.calculator-result { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 22px; background: #d6d9cf; }.calculator-result > div { min-height: 112px; padding: 16px; background: #f1f1e9; }.calculator-result .calculator-fast-result { background: #e8f1d9; }.calculator-label, .calculator-result small { display: block; color: #74837a; font: 8px var(--mono); letter-spacing: .06em; text-transform: uppercase; }.calculator-result strong { display: block; margin: 15px 0 7px; color: var(--ink); font: 700 clamp(27px, 4vw, 43px)/.9 var(--display); letter-spacing: -.08em; }.calculator-result small { color: #9aa49c; letter-spacing: 0; text-transform: none; }.calculator-recovered { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 12px; padding: 13px 16px; color: var(--paper); background: var(--ink); font: 9px var(--mono); text-transform: uppercase; }.calculator-recovered strong { color: var(--lime); font: 700 20px var(--display); letter-spacing: -.06em; }.calculator-meter { display: grid; gap: 9px; margin-top: 21px; }.meter-row { display: grid; grid-template-columns: 115px 1fr; align-items: center; gap: 10px; color: #7c8b82; font: 8px var(--mono); }.meter-row > div { height: 7px; background: #dfe3d8; }.meter-row i { display: block; width: 0; height: 100%; background: var(--coral); transition: width .25s ease; }.meter-row.fast i { background: var(--lime-dark); }.calculator-footnote { margin: 17px 0 0; color: #9aa49c; font: 8px/1.5 var(--mono); }

.workspace-section { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(60px, 10vw, 150px); padding-bottom: 145px; }
.section-heading h2 { margin: 23px 0 24px; font: 700 clamp(42px, 5vw, 72px)/.94 var(--display); letter-spacing: -.08em; }
.section-heading > p:not(.eyebrow) { max-width: 310px; color: #aab5ae; font-size: 13px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; color: var(--lime); font-size: 11px; font-weight: 800; }.text-link span { font-size: 17px; }
.workflow-panel { padding: 27px 29px 0; background: var(--ink-soft); border: 1px solid rgba(243,240,232,.1); }
.panel-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 23px; border-bottom: 1px solid var(--line); }.panel-status { font-size: 9px; color: var(--lime); }
.timeline-step { position: relative; display: grid; grid-template-columns: 45px 1fr 46px; gap: 16px; min-height: 96px; padding: 21px 0 18px; border-bottom: 1px solid var(--line); }
.timeline-step:last-child { border-bottom: 0; }.step-marker { position: relative; display: grid; place-items: center; width: 34px; height: 34px; color: #82958b; border: 1px solid #55675e; border-radius: 50%; font: 10px var(--mono); }.step-marker i { display: none; font-style: normal; }.completed .step-marker, .current .step-marker { color: var(--ink); border-color: var(--lime); background: var(--lime); }.completed .step-marker span, .current .step-marker span { display: none; }.completed .step-marker i, .current .step-marker i { display: block; }.current .step-marker { box-shadow: 0 0 0 6px rgba(196,242,117,.09); }
.step-content { padding-top: 1px; }.step-label { color: var(--lime); font: 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }.step-content h3 { margin: 6px 0 6px; font: 600 17px var(--display); letter-spacing: -.05em; }.step-content p { max-width: 380px; margin: 0; color: #85968c; font-size: 11px; line-height: 1.5; }.timeline-step time { padding-top: 5px; color: #6c8075; font: 10px var(--mono); text-align: right; }.panel-footer { display: flex; align-items: center; gap: 15px; padding: 22px 0; }.sparkline-label, .sparkline-value { color: #76887e; font: 9px var(--mono); white-space: nowrap; }.sparkline-label strong { color: var(--lime); font-weight: 400; margin-left: 6px; }.sparkline { height: 22px; display: flex; align-items: end; justify-content: center; gap: 3px; flex: 1; }.sparkline span { width: 8%; min-width: 5px; background: var(--lime); opacity: .55; }.sparkline span:nth-child(1) { height: 30%; }.sparkline span:nth-child(2) { height: 42%; }.sparkline span:nth-child(3) { height: 35%; }.sparkline span:nth-child(4) { height: 57%; }.sparkline span:nth-child(5) { height: 52%; }.sparkline span:nth-child(6) { height: 71%; }.sparkline span:nth-child(7) { height: 66%; }.sparkline span:nth-child(8) { height: 79%; }.sparkline span:nth-child(9) { height: 73%; }.sparkline span:nth-child(10) { height: 93%; }.sparkline span:nth-child(11) { height: 83%; }.sparkline span:nth-child(12) { height: 100%; opacity: 1; }.sparkline-value { color: var(--paper); }

.metrics-section { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 1px; margin-bottom: 145px; background: var(--line); }.metric-intro, .metric-card { min-height: 250px; padding: 28px 25px; background: var(--ink); }.metric-intro { padding-left: 0; }.metric-intro h2 { margin: 18px 0 0; font: 700 38px/.94 var(--display); letter-spacing: -.08em; }.metric-card { padding-left: 27px; border-left: 1px solid var(--line); }.metric-number { display: block; color: var(--lime); font: 700 46px/.9 var(--display); letter-spacing: -.09em; }.metric-unit { display: block; margin-top: 6px; color: var(--paper); font: 10px var(--mono); text-transform: uppercase; }.metric-card p { max-width: 190px; margin: 24px 0 28px; color: #92a098; font-size: 11px; line-height: 1.6; }.metric-link { color: var(--lime); font-size: 10px; font-weight: 800; }.metric-link span { font-size: 15px; margin-left: 5px; }.plan-pills { display: flex; flex-wrap: wrap; gap: 5px; }.plan-pills span { padding: 6px 7px; color: #83938a; border: 1px solid var(--line); font: 8px var(--mono); }.dark-metric { background: #182722; }.dark-metric .metric-number { color: var(--coral); }.metric-stamp { display: inline-block; padding: 7px; color: var(--coral); border: 1px solid rgba(231,123,98,.5); font: 8px var(--mono); letter-spacing: .04em; transform: rotate(-3deg); }

.bottom-cta { display: flex; align-items: end; justify-content: space-between; gap: 80px; min-height: 330px; padding: 64px 0 78px; border-top: 1px solid var(--line); }.bottom-cta h2 { margin: 20px 0 0; font: 700 clamp(43px, 5vw, 68px)/.93 var(--display); letter-spacing: -.08em; }.cta-right { max-width: 390px; }.cta-right p { color: #aab5ae; font-size: 13px; line-height: 1.75; }.light-button { display: inline-flex; align-items: center; gap: 55px; padding: 14px 16px; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 800; }.light-button:hover { background: #dbff9f; transform: translateY(-2px); }.light-button span { font-size: 17px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; min-height: 85px; color: #73847a; border-top: 1px solid var(--line); font: 9px var(--mono); }.site-footer .brand { color: var(--paper); }.site-footer .brand-mark { transform: scale(.8); transform-origin: left center; }

.agency-workspace { margin-bottom: 145px; padding: 30px; background: #f0eee5; color: var(--ink); }.workspace-intro { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding-bottom: 30px; }.workspace-intro .eyebrow { color: var(--lime-dark); }.workspace-intro .eyebrow-line { background: var(--lime-dark); }.workspace-intro h2 { margin: 17px 0 8px; font: 700 42px/.95 var(--display); letter-spacing: -.08em; }.workspace-intro p:not(.eyebrow) { max-width: 410px; margin: 0; color: #728078; font-size: 12px; line-height: 1.6; }.workspace-actions { display: flex; gap: 8px; align-items: center; }.outline-button, .dark-button { min-height: 39px; padding: 0 13px; border: 1px solid #c9cec2; background: transparent; color: var(--ink); font-size: 10px; font-weight: 800; cursor: pointer; }.outline-button span { margin-right: 4px; color: var(--coral); font-size: 15px; }.outline-button:hover { border-color: var(--ink); }.dark-button { border-color: var(--ink); color: var(--paper); background: var(--ink); }.dark-button:hover { background: #33463e; }
.workspace-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-bottom: 1px; background: #c8ccc1; }.workspace-stat { min-height: 92px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; padding: 16px 18px; background: #f7f5ee; }.stat-label { color: #718078; font: 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }.workspace-stat strong { grid-row: span 2; align-self: center; color: var(--ink); font: 700 32px/.9 var(--display); letter-spacing: -.08em; }.stat-note { align-self: end; color: #a0aaa1; font: 9px var(--mono); }.workspace-stat:nth-child(3) strong { color: var(--lime-dark); }.workspace-stat:nth-child(4) strong { color: var(--coral); }
.workspace-grid { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(250px, .7fr); gap: 1px; background: #c8ccc1; }.pipeline-shell, .rules-card { background: #f7f5ee; }.pipeline-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 17px; border-bottom: 1px solid #dfe1d8; }.pipeline-tabs { display: flex; align-items: center; gap: 21px; }.pipeline-tab { padding: 0 0 7px; color: #9aa49b; border: 0; border-bottom: 2px solid transparent; background: transparent; font: 500 9px var(--mono); cursor: pointer; }.pipeline-tab.active { color: var(--ink); border-bottom-color: var(--coral); }.search-leads { display: flex; align-items: center; gap: 6px; padding: 6px 9px; color: #89958c; border: 1px solid #d4d8cf; background: #fffef9; }.search-leads span { font-size: 16px; }.search-leads input { width: 110px; padding: 0; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: 10px; }.lead-list-head, .lead-row { display: grid; grid-template-columns: minmax(125px, 1.25fr) minmax(120px, 1fr) minmax(125px, 1fr) 75px; align-items: center; gap: 13px; }.lead-list-head { padding: 13px 17px 9px; color: #9ba49b; font: 8px var(--mono); letter-spacing: .08em; }.lead-row { min-height: 67px; padding: 10px 17px; border-top: 1px solid #e3e4dc; transition: background .2s; }.lead-row:hover { background: #fbfaf5; }.lead-person { display: flex; align-items: center; gap: 10px; min-width: 0; }.person-avatar { flex: 0 0 31px; display: grid; place-items: center; width: 31px; height: 31px; color: var(--ink); background: #dcecb9; border-radius: 50%; font: 700 9px var(--mono); }.lead-person strong, .lead-interest strong { display: block; overflow: hidden; color: var(--ink); font-size: 11px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }.lead-person span, .lead-interest span { display: block; margin-top: 3px; overflow: hidden; color: #9ba49c; font: 8px var(--mono); text-overflow: ellipsis; white-space: nowrap; }.lead-interest { min-width: 0; }.outcome { display: inline-flex; align-items: center; width: max-content; max-width: 100%; gap: 6px; padding: 5px 7px; color: #6a7a70; background: #e6e9df; font: 8px var(--mono); white-space: nowrap; }.outcome::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #9da99e; }.outcome.ready { color: #54752d; background: #e0f0bb; }.outcome.ready::before { background: var(--lime-dark); }.outcome.progress { color: #a25d4b; background: #f5ddd4; }.outcome.progress::before { background: var(--coral); }.outcome.suppressed { color: #8c625b; background: #eee2de; text-decoration: line-through; }.outcome.suppressed::before { background: #ba8b7f; }.lead-time { color: #98a29a; font: 8px var(--mono); text-align: right; }.empty-state { margin: 0; padding: 40px 20px; color: #8b978e; font: 10px var(--mono); text-align: center; }
.rules-card { padding: 20px 19px 0; }.rules-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 16px; border-bottom: 1px solid #dfe1d8; }.rules-head h3 { margin: 7px 0 0; font: 700 19px var(--display); letter-spacing: -.06em; }.rules-live { display: inline-flex; align-items: center; gap: 6px; color: var(--lime-dark); font: 8px var(--mono); text-transform: uppercase; }.rules-live .live-dot { width: 5px; height: 5px; }.rule-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid #e4e5dd; }.rule-row strong { display: block; color: var(--ink); font-size: 10px; }.rule-row span:not(.toggle) { display: block; margin-top: 4px; color: #9aa49b; font: 8px var(--mono); }.toggle { position: relative; flex: 0 0 29px; width: 29px; height: 16px; border-radius: 10px; background: #c7cec4; }.toggle.on { background: var(--lime-dark); }.toggle i { position: absolute; top: 3px; left: 3px; width: 10px; height: 10px; border-radius: 50%; background: var(--paper); }.toggle.on i { left: 16px; }.callable-states { padding: 17px 0 18px; }.state-tags { display: flex; gap: 5px; margin-top: 10px; }.state-tags span { display: grid; place-items: center; width: 28px; height: 23px; color: #5e7165; border: 1px solid #d6dacd; font: 8px var(--mono); }.suppression-box { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 0 -19px; padding: 14px 19px; background: #ecece3; }.suppression-box > div { display: flex; align-items: center; gap: 7px; }.suppression-box strong { display: block; font-size: 9px; }.suppression-box small { display: block; margin-top: 3px; color: #9aa49b; font: 8px var(--mono); }.suppression-mark { display: grid; place-items: center; width: 22px; height: 22px; color: var(--coral); border: 1px solid rgba(231,123,98,.45); border-radius: 50%; font-size: 17px; }.suppression-box button { padding: 0; color: var(--coral); border: 0; background: transparent; font: 800 8px var(--mono); text-decoration: underline; cursor: pointer; white-space: nowrap; }.app-toast { position: fixed; right: 24px; bottom: 24px; z-index: 30; max-width: 310px; padding: 14px 16px; color: var(--paper); background: var(--ink); box-shadow: 5px 5px 0 var(--lime); font: 10px/1.5 var(--mono); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s, transform .25s; }.app-toast.show { opacity: 1; transform: translateY(0); }

.call-modal { position: fixed; inset: 0; z-index: 20; display: none; place-items: center; padding: 20px; }.call-modal.open { display: grid; }.modal-backdrop { position: absolute; inset: 0; background: rgba(6,14,12,.82); backdrop-filter: blur(8px); }.call-window { position: relative; z-index: 1; width: min(100%, 440px); overflow: hidden; background: var(--paper); color: var(--ink); box-shadow: 14px 14px 0 var(--lime); animation: modal-in .35s ease both; }.call-window-top { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; color: var(--paper); background: var(--ink); }.window-brand { display: flex; align-items: center; gap: 8px; font: 500 10px var(--mono); }.window-brand .brand-mark { transform: scale(.65); transform-origin: left center; width: 17px; margin-right: -6px; }.close-button { color: var(--paper); background: transparent; border: 0; font-size: 24px; line-height: 1; cursor: pointer; }.call-body { padding: 29px 36px 33px; text-align: center; }.call-overline { display: flex; align-items: center; justify-content: center; gap: 9px; color: #708078; font: 9px var(--mono); letter-spacing: .08em; }.call-overline .live-dot { width: 6px; height: 6px; }.call-duration { color: var(--ink); margin-left: 10px; }.caller-orbit { position: relative; width: 116px; height: 116px; display: grid; place-items: center; margin: 30px auto 26px; }.orbit-ring { position: absolute; border: 1px solid rgba(147,201,80,.5); border-radius: 50%; animation: orbit-pulse 2.2s infinite; }.ring-one { inset: 10px; }.ring-two { inset: 0; animation-delay: .6s; opacity: .6; }.caller-avatar { position: relative; z-index: 1; width: 73px; height: 73px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font: 700 21px var(--mono); }.call-body h2 { margin: 0 0 9px; font: 700 28px var(--display); letter-spacing: -.07em; }.call-detail { min-height: 20px; margin-bottom: 27px; color: #6c7b72; font-size: 12px; }.waveform { height: 27px; display: flex; align-items: center; justify-content: center; gap: 4px; margin-bottom: 24px; }.waveform i { width: 3px; height: 8px; border-radius: 2px; background: var(--coral); animation: wave 1s ease-in-out infinite alternate; }.waveform i:nth-child(2n) { animation-delay: -.4s; }.waveform i:nth-child(3n) { animation-delay: -.7s; }.waveform i:nth-child(4n) { height: 15px; animation-delay: -.2s; }.call-progress { width: 100%; height: 3px; margin-bottom: 21px; background: #d7dbd0; }.call-progress span { display: block; width: 15%; height: 100%; background: var(--lime-dark); transition: width .4s; }.call-transcript { min-height: 65px; padding: 12px 14px; text-align: left; background: #e8e9e0; border-left: 3px solid var(--coral); }.transcript-label { color: #86928a; font: 8px var(--mono); letter-spacing: .08em; }.call-transcript p { margin: 7px 0 0; color: #45534c; font-size: 11px; line-height: 1.5; }.secondary-button { margin-top: 23px; padding: 0; color: var(--ink); background: transparent; font-size: 10px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }.secondary-button span { color: var(--coral); margin-left: 8px; font-size: 15px; text-decoration: none; }.call-window-footer { display: flex; justify-content: space-between; padding: 13px 20px; color: #87948c; background: #e4e5dc; font: 8px var(--mono); }.call-window-footer .lock-icon { font-size: 14px; }

.reveal { animation: rise-in .7s ease both; }.reveal:nth-child(2) { animation-delay: .1s; }
@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } } @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .45; } } @keyframes orbit-pulse { 0%,100% { transform: scale(1); opacity: .35; } 50% { transform: scale(1.08); opacity: .85; } } @keyframes wave { from { transform: scaleY(.5); } to { transform: scaleY(1.7); } } @keyframes modal-in { from { opacity: 0; transform: translateY(20px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 900px) { .site-header, main, .site-footer { padding-inline: 28px; }.main-nav { gap: 20px; margin-left: 20px; }.hero-wrap { grid-template-columns: 1fr; gap: 60px; padding-top: 65px; }.demo-card { max-width: 600px; width: 100%; justify-self: center; }.workspace-section { grid-template-columns: 1fr; gap: 50px; }.section-heading > p:not(.eyebrow) { max-width: 500px; }.metrics-section { grid-template-columns: 1fr 1fr; }.metric-intro { grid-column: span 2; min-height: auto; padding: 30px 25px; }.bottom-cta { gap: 50px; }.workspace-grid { grid-template-columns: 1fr; }.rules-card { padding-top: 20px; }.agency-workspace { padding: 24px; } }
@media (max-width: 600px) { .site-header, main, .site-footer { padding-inline: 20px; }.site-header { height: 72px; }.main-nav, .live-pill { display: none; }.icon-button { display: block; }.hero-wrap { padding-top: 53px; padding-bottom: 75px; }.eyebrow { font-size: 8px; }.hero-lede { font-size: 13px; }.hero-proof { gap: 12px; margin-top: 40px; }.proof-divider { margin-inline: 2px; }.proof-item strong { font-size: 14px; }.proof-item span { font-size: 7px; }.demo-card { padding: 25px 19px 21px; box-shadow: 8px 9px 0 var(--lime); }.card-topline h2 { font-size: 22px; }.secure-badge { font-size: 8px; }.field-grid { grid-template-columns: 1fr; gap: 11px; margin-bottom: 11px; }.signal-strip { grid-template-columns: 1fr auto; gap: 10px; padding: 12px 0; }.signal-message { grid-column: 1 / -1; grid-row: 1; justify-content: start; }.signal-label { grid-row: 2; }.signal-time { grid-row: 2; }.signal-message { font-size: 10px; }.signal-strip { margin-bottom: 88px; }.agency-workspace { margin-bottom: 90px; padding: 20px 14px; }.workspace-intro { display: block; }.workspace-intro h2 { font-size: 36px; }.workspace-actions { margin-top: 22px; }.workspace-stats { grid-template-columns: 1fr 1fr; }.workspace-stat { min-height: 83px; padding: 13px 12px; }.workspace-stat strong { font-size: 25px; }.stat-label, .stat-note { font-size: 7px; }.pipeline-toolbar { align-items: start; flex-direction: column; }.pipeline-tabs { gap: 15px; }.search-leads { width: 100%; }.search-leads input { width: 100%; }.lead-list-head { display: none; }.lead-row { grid-template-columns: 1fr auto; gap: 8px; padding: 13px 12px; }.lead-person { grid-column: 1; }.lead-interest { grid-column: 1; padding-left: 41px; margin-top: -8px; }.outcome { grid-column: 2; grid-row: 1; align-self: center; }.lead-time { grid-column: 2; grid-row: 2; }.workspace-section { padding-bottom: 90px; }.workflow-panel { padding: 21px 18px 0; }.panel-header { align-items: start; gap: 14px; flex-direction: column; padding-bottom: 18px; }.timeline-step { grid-template-columns: 38px 1fr; gap: 11px; min-height: 116px; }.timeline-step time { grid-column: 2; grid-row: 1; padding-top: 2px; text-align: left; order: -1; }.step-content h3 { font-size: 15px; }.step-content p { font-size: 10px; }.panel-footer { gap: 8px; }.sparkline-label { font-size: 7px; }.metrics-section { grid-template-columns: 1fr; margin-bottom: 90px; }.metric-intro { grid-column: auto; }.metric-card { min-height: 210px; border-left: 0; border-top: 1px solid var(--line); }.bottom-cta { display: block; min-height: 0; padding: 50px 0 65px; }.cta-right { margin-top: 32px; }.site-footer { display: grid; gap: 14px; padding-block: 25px; }.call-window { box-shadow: 8px 8px 0 var(--lime); }.call-body { padding-inline: 23px; }.call-window-footer { gap: 12px; flex-wrap: wrap; } }
.lead-row { border: 0; width: 100%; color: inherit; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.lead-row:hover, .lead-row:focus-visible { background: #fbfaf5; outline: 0; }
.lead-row:focus-visible { box-shadow: inset 3px 0 0 var(--coral); }

.lead-detail-modal { position: fixed; inset: 0; z-index: 21; display: none; place-items: center; padding: 20px; }
.lead-detail-modal.open { display: grid; }
.lead-detail-window { position: relative; z-index: 1; width: min(100%, 530px); overflow: hidden; color: var(--ink); background: var(--paper); box-shadow: 14px 14px 0 var(--coral); animation: modal-in .35s ease both; }
.lead-detail-top { display: flex; align-items: start; justify-content: space-between; padding: 19px 22px; color: var(--paper); background: var(--ink); }
.lead-detail-top .kicker { display: block; }
.detail-record-id { display: block; margin-top: 6px; color: #769087; font: 8px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.lead-detail-body { padding: 27px 28px 23px; }
.lead-detail-heading { display: flex; align-items: center; gap: 12px; }
.detail-avatar { display: grid; flex: 0 0 50px; place-items: center; width: 50px; height: 50px; color: var(--ink); background: var(--lime); border-radius: 50%; font: 700 13px var(--mono); }
.lead-detail-heading h2 { margin: 0; font: 700 26px/.95 var(--display); letter-spacing: -.07em; }
.lead-detail-heading p { margin: 6px 0 0; color: #78877f; font: 9px var(--mono); }
.lead-detail-heading .outcome { margin-left: auto; }
.detail-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 26px 0 18px; background: #d5d8cd; }
.detail-facts div { min-height: 63px; padding: 11px 10px; background: #faf8f0; }
.detail-facts span { display: block; color: #9aa49b; font: 8px var(--mono); letter-spacing: .05em; }
.detail-facts strong { display: block; margin-top: 8px; overflow: hidden; color: var(--ink); font: 600 10px var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.needs-review { color: var(--coral) !important; }
.detail-evidence, .detail-transcript { padding: 15px 16px; background: #e6e9df; border-left: 3px solid var(--lime-dark); }
.detail-evidence p, .detail-transcript p { margin: 8px 0 0; color: #4c5d53; font-size: 12px; line-height: 1.55; }
.detail-transcript { margin-top: 10px; border-left-color: var(--coral); background: #eee9e0; }
.detail-transcript > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.detail-recording { color: #7d8b83; font: 8px var(--mono); text-transform: uppercase; }
.detail-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 20px; color: #85938b; font: 9px var(--mono); }
.detail-footer .secondary-button { margin: 0; color: var(--ink); }

@media (max-width: 600px) {
  .lead-detail-window { box-shadow: 8px 8px 0 var(--coral); }
  .lead-detail-body { padding: 23px 18px 19px; }
  .lead-detail-heading { flex-wrap: wrap; }
  .lead-detail-heading .outcome { margin-left: 62px; }
  .detail-facts { grid-template-columns: 1fr 1fr; }
  .detail-footer { align-items: start; flex-direction: column; }
}

@media (max-width: 900px) {
  .speed-calculator { grid-template-columns: 1fr; gap: 35px; }
  .calculator-copy h2 { max-width: 560px; }
}

@media (max-width: 600px) {
  h1 { font-size: clamp(47px, 14vw, 72px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-button { justify-content: space-between; width: 100%; }
  .speed-calculator { margin-bottom: 90px; padding: 28px 18px 31px; }
  .calculator-card { padding: 18px; box-shadow: 6px 7px 0 var(--lime-dark); }
  .calculator-fields, .calculator-result { grid-template-columns: 1fr; }
  .calculator-result > div { min-height: 95px; }
  .calculator-result strong { margin-top: 10px; }
  .calculator-recovered { align-items: start; flex-direction: column; gap: 6px; }
  .meter-row { grid-template-columns: 95px 1fr; }
}
