:root {
  --ink: #11110f;
  --ink-2: #1a1a17;
  --paper: #f7f6f1;
  --paper-2: #efede5;
  --white: #fff;
  --lime: #b9ff57;
  --lime-dark: #6daa12;
  --purple: #8a70ff;
  --orange: #ff9668;
  --blue: #65b8ff;
  --muted: #66655f;
  --muted-dark: #c0beb5;
  --line: #dcd9cf;
  --line-dark: #30302b;
  --shadow: 0 24px 70px rgba(17, 17, 15, .12);
  --sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 24px;
  --shell: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
svg { stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 124px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); background: var(--lime); color: var(--ink); padding: 10px 16px; border-radius: 6px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

/* shared */
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 1px solid var(--lime); border-radius: var(--radius-sm); background: var(--lime); color: var(--ink); font-size: 14px; font-weight: 800; letter-spacing: -.01em; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(133, 190, 52, .22); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; }
.button-small { min-height: 40px; padding-inline: 18px; }
.button-large { min-height: 54px; padding-inline: 26px; font-size: 15px; }
.button-outline { background: transparent; border-color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--paper); box-shadow: none; }
.button-block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding: 8px 0 5px; }
.text-link span { font-family: var(--mono); }
.kicker { display: inline-block; margin-bottom: 22px; color: var(--lime-dark); font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.kicker.light { color: var(--lime); }
.section-heading h2, .problem-copy h2, .campaign-copy h2, .privacy-copy h2, .comparison-heading h2, .faq-heading h2, .cta-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.04; letter-spacing: -.055em; text-wrap: balance; }
.section-heading h2 em, .setup-heading h2 em { color: var(--lime); font-style: normal; }
.section-heading > p { max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.section-heading.centered { text-align: center; }
.section-heading.centered > p { margin-inline: auto; }
.section-heading.narrow > p { max-width: 650px; }

/* announcement + nav */
.announcement { background: var(--ink); color: var(--paper); border-bottom: 1px solid #2e2e29; font-size: 12px; }
.announcement-inner { min-height: 37px; display: flex; align-items: center; justify-content: center; gap: 9px; }
.announcement-inner a { margin-left: 10px; color: var(--lime); font-weight: 700; }
.announcement-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(185, 255, 87, .1); }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(247, 246, 241, .9); border-bottom: 1px solid rgba(220, 217, 207, .82); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; letter-spacing: -.055em; }
.brand > span > span { font-weight: 500; }
.brand-mark { width: 34px; height: 34px; fill: var(--ink); stroke: var(--paper); stroke-width: 1.6; }
.nav-menu { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.nav-menu > a:not(.button) { color: #494943; }
.nav-menu > a:not(.button):hover { color: var(--ink); }
.nav-signin { margin-left: 12px; }
.nav-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 12px 8px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; width: 26px; margin: 6px auto; background: var(--ink); transition: transform .2s ease; }

/* hero */
.hero { position: relative; overflow: hidden; padding: 105px 0 110px; }
.hero-grid, .cta-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(17,17,15,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,15,.055) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(ellipse 65% 70% at 75% 40%, #000 15%, transparent 75%); }
.hero-layout { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.65); }
.eyebrow b { padding: 6px 10px; border-radius: 999px; background: var(--lime); }
.hero h1 { margin: 0; max-width: 680px; font-size: clamp(48px, 5.2vw, 72px); line-height: .98; letter-spacing: -.065em; text-wrap: balance; }
.hero h1 em { position: relative; z-index: 0; font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: -1%; right: -1%; bottom: -.02em; height: .14em; background: var(--lime); transform: rotate(-1deg); }
.hero-lede { max-width: 610px; margin: 28px 0 0; color: #55554f; font-size: 19px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 35px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px; margin: 27px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; font-weight: 600; }
.trust-list li { display: flex; align-items: center; gap: 5px; }
.trust-list svg { width: 15px; height: 15px; fill: none; stroke: var(--lime-dark); stroke-width: 2.5; }
.hero-product { position: relative; min-width: 0; padding: 38px 0 45px 36px; }
.dashboard-window { position: relative; z-index: 3; overflow: hidden; width: 100%; background: var(--white); border: 1px solid #cfcdc4; border-radius: 18px; box-shadow: var(--shadow); transform: perspective(1400px) rotateY(-4deg) rotateX(1.5deg); transform-origin: left center; }
.window-bar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 19px; border-bottom: 1px solid #e5e2da; background: #fcfbf8; }
.window-brand { display: flex; align-items: center; gap: 9px; font-size: 12px; }
.window-brand svg { width: 27px; height: 27px; fill: var(--ink); stroke: var(--paper); stroke-width: 1.6; }
.range-pill { padding: 6px 10px; border: 1px solid #dedbd2; border-radius: 6px; color: #686861; font-family: var(--mono); font-size: 9px; }
.window-content { position: relative; padding: 18px; }
.sample-label { position: absolute; right: 18px; top: 14px; color: #8a8981; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.metric { padding: 13px; border: 1px solid #e8e5dd; border-radius: 9px; }
.metric.active { border-color: #b7de78; background: #f8ffed; }
.metric span, .metric small { display: block; color: #818078; font-size: 8px; }
.metric strong { display: block; margin: 3px 0; font-family: var(--mono); font-size: 19px; letter-spacing: -.04em; }
.metric small { color: #5c8d13; }
.chart-wrap { position: relative; margin-top: 13px; padding-left: 27px; }
.chart-scale { position: absolute; left: 0; top: 3px; bottom: 19px; display: flex; flex-direction: column; justify-content: space-between; color: #aaa89f; font-family: var(--mono); font-size: 7px; }
.hero-chart { width: 100%; height: 152px; overflow: visible; }
.chart-lines path { fill: none; stroke: #e9e7df; stroke-width: 1; stroke-dasharray: 3 5; }
.chart-area { fill: url(#chartFill); }
.chart-line { fill: none; stroke: #75a62d; stroke-width: 3; vector-effect: non-scaling-stroke; stroke-dasharray: 1100; stroke-dashoffset: 1100; animation: line-draw 1.4s .25s ease forwards; }
.chart-point circle:first-child { fill: var(--lime); stroke: var(--ink); stroke-width: 2; }
.chart-point circle:last-child { fill: none; stroke: var(--lime-dark); opacity: .4; animation: point-pulse 2s 1.4s ease infinite; }
.chart-days { display: flex; justify-content: space-between; margin-left: 2px; color: #9b9a92; font-family: var(--mono); font-size: 7px; }
.mini-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 14px; }
.mini-panel { min-width: 0; padding: 12px; border: 1px solid #e8e5dd; border-radius: 9px; }
.panel-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 7px; font-size: 8px; }
.panel-title a { color: #77766f; font-size: 7px; }
.source, .location { display: grid; grid-template-columns: 21px minmax(0,1fr) auto auto; align-items: center; gap: 5px; padding: 5px 0; border-top: 1px solid #eeece6; font-size: 7px; }
.source i, .location i { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 4px; background: #efede7; font-family: var(--mono); font-size: 7px; font-style: normal; }
.source span, .location span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.source b, .location b { font-family: var(--mono); font-size: 7px; }
.source em { color: #8b8a82; font-family: var(--mono); font-size: 6px; font-style: normal; }
.source-g { color: #2b6fd3; }.source-n { color: #7e57c2; }.source-d { color: #4b8f31; }
.location { grid-template-columns: 21px minmax(0,1fr) auto; }
.location i { border-radius: 50%; }
.orbit { position: absolute; z-index: 0; border: 1px dashed #b8b6ae; border-radius: 50%; }
.orbit-one { width: 630px; height: 630px; right: -250px; top: -80px; }
.orbit-two { width: 420px; height: 420px; right: -135px; top: 35px; }
.event-float, .health-float { position: absolute; z-index: 5; display: flex; align-items: center; background: var(--ink); color: var(--paper); box-shadow: 0 14px 35px rgba(17,17,15,.22); }
.event-float { top: 2px; right: -30px; gap: 10px; padding: 10px 13px; border-radius: 9px; font-family: var(--mono); }
.event-float small, .health-float small { display: block; color: #aaa99f; font-size: 7px; text-transform: uppercase; letter-spacing: .07em; }
.event-float strong { display: block; font-size: 10px; }
.event-float > b { margin-left: 6px; color: var(--lime); font-size: 8px; }
.event-pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(185,255,87,.1); }
.health-float { left: 0; bottom: 0; gap: 10px; padding: 11px 14px 11px 10px; border-radius: 10px; }
.health-cat { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 8px; background: var(--lime); }
.health-cat svg { width: 26px; fill: var(--ink); stroke: var(--lime); stroke-width: 1.5; }
.health-float strong { display: flex; align-items: center; gap: 5px; font-size: 9px; }
.health-float strong i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }

/* platforms */
.works-with { border-block: 1px solid var(--line); background: #f0eee7; }
.platform-row { min-height: 105px; display: flex; align-items: center; gap: 45px; }
.platform-row > p { flex: 0 0 auto; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.platforms { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 26px; color: #4e4d48; font-size: 13px; font-weight: 700; }
.platforms span { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.platforms b { display: grid; place-items: center; min-width: 25px; height: 25px; padding: 0 5px; border: 1px solid #cbc8bd; border-radius: 6px; font-family: var(--mono); font-size: 8px; }

/* setup */
.setup-section { overflow: hidden; background: var(--ink); color: var(--paper); }
.setup-heading { max-width: 860px; }
.setup-heading h2 { font-size: clamp(42px, 5.5vw, 72px); }
.setup-heading > p { max-width: 700px; margin: 25px 0 0; color: var(--muted-dark); font-size: 18px; }
.setup-track { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 82px; margin-top: 88px; }
.setup-line { position: absolute; z-index: 0; left: 5%; top: -16px; width: 90%; height: 130px; overflow: visible; }
.setup-line path { fill: none; stroke: #4d4d45; stroke-width: 1.5; stroke-dasharray: 5 9; }
.setup-step { position: relative; z-index: 1; padding-top: 18px; }
.setup-step-mid { margin-top: -12px; }
.step-number { position: absolute; top: 0; right: 0; color: #4d4d45; font-family: var(--mono); font-size: 38px; font-weight: 600; }
.step-icon { display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid #3b3b35; border-radius: 16px; background: #191916; box-shadow: 0 12px 34px rgba(0,0,0,.3); }
.step-icon svg { width: 30px; height: 30px; fill: none; stroke: var(--lime); stroke-width: 1.7; }
.step-icon.cat-install { background: var(--lime); border-color: var(--lime); transform: rotate(-3deg); }
.step-icon.cat-install svg { width: 43px; height: 43px; fill: var(--ink); stroke: var(--lime); stroke-width: 1.4; }
.setup-step h3 { margin: 25px 0 8px; font-size: 20px; letter-spacing: -.03em; }
.setup-step p { max-width: 320px; margin: 0; color: var(--muted-dark); font-size: 14px; }
.setup-guarantee { display: flex; align-items: center; gap: 14px; margin-top: 75px; padding: 19px 22px; border: 1px solid #393934; border-radius: 12px; background: #171714; }
.setup-guarantee svg { flex: 0 0 auto; width: 26px; height: 26px; fill: none; stroke: var(--lime); stroke-width: 1.7; }
.setup-guarantee p { margin: 0; color: #bdbcb2; font-size: 13px; }
.setup-guarantee strong { color: var(--paper); }

/* problem */
.problem-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.problem-copy h2 { max-width: 580px; }
.problem-copy > p { max-width: 540px; margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.question-list { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.question-list li { display: flex; align-items: center; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.question-list span { color: var(--lime-dark); font-family: var(--mono); font-size: 10px; }
.maze-illustration { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 18px 55px rgba(17,17,15,.08); }
.maze-top, .maze-caption { display: grid; grid-template-columns: 1fr 1fr; }
.maze-top { padding: 15px 22px; border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.maze-top span { color: #8f8d84; }.maze-top b { color: var(--lime-dark); text-align: right; }
.maze-body svg { width: 100%; }
.maze-muted { fill: none; stroke: #b5b2a8; stroke-width: 2; }
.maze-muted.secondary { stroke-dasharray: 5 6; opacity: .7; }
.clear-path { fill: none; stroke: var(--lime-dark); stroke-width: 4; stroke-dasharray: 8 7; }
.clear-node { fill: var(--lime); stroke: var(--ink); stroke-width: 2; }
.cat-cursor path:first-child { fill: var(--ink); stroke: none; }.cat-cursor path:last-child { fill: none; stroke: var(--paper); stroke-width: 1.5; }
.answer-bubble rect { fill: var(--ink); }.answer-bubble text { fill: var(--paper); font-family: var(--mono); font-size: 9px; }.answer-bubble text:last-child { fill: var(--lime); font-size: 7px; }
.maze-caption { padding: 13px 22px; border-top: 1px solid var(--line); color: #8b8981; font-size: 10px; }
.maze-caption b { color: var(--lime-dark); text-align: right; }

/* product frame */
.product-section { overflow: hidden; background: #ece9e0; }
.product-frame { display: grid; grid-template-columns: 78px 1fr; min-height: 720px; margin-top: 70px; overflow: hidden; border: 1px solid #c8c5bb; border-radius: 20px; background: var(--white); box-shadow: 0 30px 80px rgba(17,17,15,.12); }
.product-sidebar { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 18px 9px; border-right: 1px solid #e0ddd4; background: #f6f4ee; }
.product-logo { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 16px; border-radius: 10px; background: var(--ink); }
.product-logo svg { width: 29px; fill: var(--lime); stroke: var(--ink); stroke-width: 1.4; }
.side-tab { width: 58px; min-height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 0; border-radius: 9px; background: transparent; color: #7b7971; cursor: pointer; font-size: 7px; }
.side-tab svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.side-tab:hover { background: #ebe8df; color: var(--ink); }.side-tab.active { background: var(--ink); color: var(--lime); }
.product-main { min-width: 0; }
.product-toolbar { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid #e0ddd4; }
.product-toolbar small { display: block; color: #99978e; font-size: 8px; }.product-toolbar strong { font-size: 12px; }
.toolbar-actions { display: flex; align-items: center; gap: 12px; }
.toolbar-actions > span { display: flex; align-items: center; gap: 5px; color: #5d5c56; font-family: var(--mono); font-size: 8px; }
.toolbar-actions > span i, .live-small i { width: 6px; height: 6px; border-radius: 50%; background: #6db01c; box-shadow: 0 0 0 4px rgba(109,176,28,.12); }
.toolbar-actions button { min-height: 34px; padding: 0 11px; border: 1px solid #ddd9d0; border-radius: 6px; background: #faf9f6; font-size: 9px; cursor: pointer; }
.tab-panel { padding: 30px; }
.tab-panel[hidden] { display: none; }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; }
.panel-eyebrow { color: var(--lime-dark); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.panel-heading h3 { margin: 5px 0 0; font-size: clamp(22px, 3vw, 35px); letter-spacing: -.04em; }
.sample-chip { padding: 5px 8px; border: 1px solid #ddd9d0; border-radius: 99px; color: #8b8981; font-family: var(--mono); font-size: 7px; text-transform: uppercase; }
.overview-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 26px; }
.overview-stats article, .campaign-summary article { padding: 17px; border: 1px solid #e3e0d7; border-radius: 10px; }
.overview-stats span, .campaign-summary span { display: block; color: #88867e; font-size: 9px; }
.overview-stats strong, .campaign-summary strong { display: block; margin: 4px 0; font-family: var(--mono); font-size: 24px; letter-spacing: -.04em; }
.overview-stats small, .campaign-summary small { color: #6e9f25; font-size: 8px; }
.overview-grid { display: grid; grid-template-columns: 1fr 250px; gap: 12px; margin-top: 12px; }
.big-chart-card, .live-card { padding: 17px; border: 1px solid #e3e0d7; border-radius: 10px; }
.card-head { display: flex; align-items: center; justify-content: space-between; font-size: 9px; }
.card-head > span { display: flex; align-items: center; gap: 5px; color: #88867e; font-size: 7px; }
.card-head > span > i { width: 12px; height: 2px; background: var(--lime-dark); }
.big-chart-card svg { width: 100%; height: 250px; margin-top: 10px; }
.big-chart-card svg g path { fill: none; stroke: #ebe8e0; stroke-dasharray: 3 6; }
.product-area { fill: rgba(185,255,87,.16); }.product-line { fill: none; stroke: var(--lime-dark); stroke-width: 3; vector-effect: non-scaling-stroke; }
.live-small { color: #6a9c21 !important; }.live-number { margin-top: 28px; font-family: var(--mono); font-size: 54px; font-weight: 600; letter-spacing: -.07em; }.live-card > p { margin: -4px 0 18px; color: #88867e; font-size: 9px; }
.live-events span { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 6px; padding: 8px 0; border-top: 1px solid #ece9e1; font-family: var(--mono); font-size: 7px; }
.live-events i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime-dark); }.live-events b { color: #929087; font-weight: 400; }
.campaign-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }.campaign-summary strong { font-family: var(--sans); font-size: 21px; }.campaign-summary article:first-child strong { font-family: var(--mono); }
.data-table { margin-top: 18px; overflow: hidden; border: 1px solid #e3e0d7; border-radius: 10px; }
.table-row { display: grid; grid-template-columns: 1.2fr 1fr .5fr .5fr; gap: 16px; align-items: center; min-height: 60px; padding: 0 18px; border-top: 1px solid #ece9e1; font-size: 10px; }.table-row:first-child { border-top: 0; }.table-row > span:first-child { display: flex; align-items: center; gap: 9px; font-weight: 700; }.table-row strong,.table-row b { font-family: var(--mono); font-size: 9px; }.table-head { min-height: 42px; background: #f6f4ee; color: #929087; font-family: var(--mono); font-size: 7px; text-transform: uppercase; letter-spacing: .05em; }
.campaign-dot { width: 9px; height: 9px; border-radius: 3px; }.campaign-dot.lime { background: var(--lime); }.campaign-dot.purple { background: var(--purple); }.campaign-dot.orange { background: var(--orange); }.campaign-dot.blue { background: var(--blue); }
.page-list { margin-top: 28px; border-top: 1px solid #e3e0d7; }.page-row { display: grid; grid-template-columns: 35px 1.2fr 1fr 70px; align-items: center; gap: 18px; min-height: 82px; border-bottom: 1px solid #e3e0d7; }.page-row > span { color: #aaa89f; font-family: var(--mono); font-size: 9px; }.page-row div strong,.page-row div small { display: block; }.page-row div strong { font-family: var(--mono); font-size: 11px; }.page-row div small { margin-top: 3px; color: #8f8d84; font-size: 8px; }.page-row > b { text-align: right; font-family: var(--mono); font-size: 11px; }.page-bar { height: 7px; overflow: hidden; border-radius: 99px; background: #ece9e1; }.page-bar i { display: block; height: 100%; border-radius: inherit; background: var(--lime-dark); }
.page-bar .bar-92 { width: 92%; }.page-bar .bar-71 { width: 71%; }.page-bar .bar-58 { width: 58%; }.page-bar .bar-37 { width: 37%; }.page-bar .bar-25 { width: 25%; }
.geo-layout { display: grid; grid-template-columns: 1.5fr .8fr; gap: 22px; margin-top: 28px; }.world-map { position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; border: 1px solid #e3e0d7; border-radius: 10px; background-image: radial-gradient(#d8d5cc 1px, transparent 1px); background-size: 18px 18px; }.world-map > svg { width: 88%; fill: #dedbd2; stroke: #c6c3ba; stroke-width: 1; }.map-ping { position: absolute; display: flex; align-items: center; gap: 5px; padding: 4px 7px; border-radius: 4px; background: var(--ink); color: var(--paper); font-family: var(--mono); font-size: 6px; box-shadow: 0 6px 15px rgba(17,17,15,.18); }.map-ping i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }.ping-one { left: 55%; top: 48%; }.ping-two { left: 45%; top: 35%; }.ping-three { left: 22%; top: 38%; }.ping-four { left: 77%; top: 58%; }.country-list { border: 1px solid #e3e0d7; border-radius: 10px; padding: 0 15px; }.country-list > div { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; min-height: 82px; border-bottom: 1px solid #ece9e1; }.country-list > div:last-child { border: 0; }.country-list i { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #eeece5; font-family: var(--mono); font-size: 7px; font-style: normal; }.country-list span { font-size: 9px; font-weight: 700; }.country-list small { display: block; margin-top: 3px; color: #939188; font-size: 7px; font-weight: 400; }.country-list b { font-family: var(--mono); font-size: 10px; }
.product-hint { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 22px 0 0; color: #78766e; font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }.mouse-icon { width: 13px; height: 19px; border: 1px solid #8a8880; border-radius: 7px; position: relative; }.mouse-icon::after { content: ""; position: absolute; width: 2px; height: 4px; top: 3px; left: 4.5px; background: #8a8880; border-radius: 1px; }

/* campaign */
.campaign-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.campaign-copy h2 { max-width: 550px; }.campaign-copy > p { max-width: 550px; margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.feature-checks { margin: 34px 0 0; padding: 0; list-style: none; }.feature-checks li { display: flex; align-items: center; gap: 9px; margin: 12px 0; font-size: 13px; font-weight: 700; }.feature-checks svg { width: 19px; height: 19px; padding: 3px; border-radius: 50%; background: var(--lime); fill: none; stroke: var(--ink); stroke-width: 2.4; }
.attribution-illustration { position: relative; min-height: 430px; padding: 42px; border: 1px solid var(--line); border-radius: 20px; background-color: var(--white); background-image: radial-gradient(#ddd9d0 1px, transparent 1px); background-size: 20px 20px; box-shadow: 0 20px 60px rgba(17,17,15,.08); }
.source-nodes { position: relative; z-index: 2; display: grid; gap: 26px; width: 58%; }.source-nodes > div { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 12px; min-height: 80px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); box-shadow: 0 7px 20px rgba(17,17,15,.06); }.node-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 9px; background: var(--ink); color: var(--lime); font-family: var(--mono); font-size: 11px; font-weight: 600; }.source-nodes p { margin: 0; font-size: 12px; font-weight: 700; }.source-nodes small { display: block; color: #8a8880; font-family: var(--mono); font-size: 7px; font-weight: 400; }.source-nodes b { font-family: var(--mono); font-size: 11px; }
.flow-lines { position: absolute; z-index: 1; top: 51px; left: 45%; width: 38%; height: 330px; overflow: visible; }.flow-lines path { fill: none; stroke: var(--lime-dark); stroke-width: 2; stroke-dasharray: 5 6; }.flow-lines circle { fill: var(--lime); stroke: var(--ink); stroke-width: 2; }
.report-node { position: absolute; z-index: 2; right: 33px; top: 50%; transform: translateY(-50%); width: 185px; padding: 24px 18px 19px; border-radius: 14px; background: var(--ink); color: var(--paper); box-shadow: 0 15px 35px rgba(17,17,15,.25); text-align: center; }.mini-cat { display: grid; place-items: center; width: 50px; height: 50px; margin: -48px auto 12px; border: 5px solid var(--white); border-radius: 14px; background: var(--lime); }.mini-cat svg { width: 34px; fill: var(--ink); stroke: var(--lime); stroke-width: 1.4; }.report-node small, .report-node span { display: block; }.report-node small { color: var(--lime); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }.report-node strong { display: block; margin: 7px 0 2px; font-size: 18px; }.report-node span { color: #aaa99f; font-size: 10px; }

/* privacy */
.privacy-section { overflow: hidden; background: var(--ink); color: var(--paper); }
.privacy-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; }
.privacy-copy > p { max-width: 580px; margin: 24px 0 0; color: var(--muted-dark); font-size: 17px; }
.privacy-points { margin-top: 35px; border-top: 1px solid var(--line-dark); }.privacy-points > div { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }.privacy-points > div > span { color: var(--lime); font-family: var(--mono); font-size: 10px; }.privacy-points p { margin: 0; color: var(--muted-dark); font-size: 13px; }.privacy-points strong { display: block; margin-bottom: 3px; color: var(--paper); font-size: 14px; }.legal-note { display: block; margin-top: 20px; color: #929188; font-size: 10px; line-height: 1.65; }
.privacy-visual { position: relative; min-height: 590px; }
.privacy-rings { position: absolute; inset: 5% 0 0; display: grid; place-items: center; }.privacy-rings i { position: absolute; border: 1px dashed #3b3b35; border-radius: 50%; }.privacy-rings i:nth-child(1) { width: 520px; height: 520px; }.privacy-rings i:nth-child(2) { width: 370px; height: 370px; }.privacy-rings i:nth-child(3) { width: 220px; height: 220px; border-color: #515149; }
.privacy-cat { position: absolute; z-index: 3; left: 50%; top: 50%; display: grid; place-items: center; width: 124px; height: 124px; transform: translate(-50%,-50%); border: 10px solid #20201c; border-radius: 32px; background: var(--lime); box-shadow: 0 0 60px rgba(185,255,87,.15); }.privacy-cat svg { width: 78px; fill: var(--ink); stroke: var(--lime); stroke-width: 1.3; }
.blocked-tag, .event-chip { position: absolute; z-index: 4; padding: 11px 14px; border-radius: 9px; box-shadow: 0 12px 30px rgba(0,0,0,.25); font-family: var(--mono); font-size: 8px; }.blocked-tag { border: 1px solid #42423c; background: #1d1d1a; color: #77776f; }.blocked-tag b { display: block; margin-top: 2px; color: var(--orange); font-size: 7px; }.tag-cookie { left: 4%; top: 18%; transform: rotate(-4deg); }.tag-replay { right: 2%; top: 25%; transform: rotate(3deg); }.tag-profile { left: 10%; bottom: 18%; transform: rotate(2deg); }
.event-chip { border: 1px solid #4e6d28; background: #1c2414; }.event-chip span { display: block; color: var(--lime); font-size: 7px; }.event-chip b { color: var(--paper); }.chip-one { right: 7%; bottom: 16%; transform: rotate(-3deg); }.chip-two { right: 4%; top: 4%; }

/* pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 65px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }.price-card.featured { border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--lime); }.popular-label { position: absolute; right: 18px; top: -13px; padding: 5px 11px; border-radius: 999px; background: var(--ink); color: var(--lime); font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.price-top > span { color: var(--lime-dark); font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .1em; }.price-top > div { min-height: 73px; display: flex; align-items: baseline; gap: 8px; margin-top: 12px; }.price-top strong { font-size: 42px; letter-spacing: -.06em; }.price-top small { color: var(--muted); font-size: 11px; }.price-top p { min-height: 65px; margin: 0; color: var(--muted); font-size: 13px; }.price-card ul { flex: 1; margin: 26px 0 30px; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }.price-card li { position: relative; padding: 7px 0 7px 22px; font-size: 12px; }.price-card li::before { content: ""; position: absolute; left: 0; top: 12px; width: 10px; height: 6px; border-left: 2px solid var(--lime-dark); border-bottom: 2px solid var(--lime-dark); transform: rotate(-45deg); }
.pricing-note { margin: 38px auto 0; max-width: 700px; color: var(--muted); font-size: 11px; text-align: center; }

/* comparison */
.comparison-section { background: #eeece5; }
.comparison-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }.comparison-heading h2 { max-width: 730px; font-size: clamp(40px,4.8vw,65px); }.comparison-heading > p { margin: 0; color: var(--muted); font-size: 16px; }
.comparison-wrap { margin-top: 60px; overflow-x: auto; border: 1px solid #cfccc2; border-radius: 16px; background: var(--white); }.comparison-wrap table { width: 100%; min-width: 780px; border-collapse: collapse; font-size: 12px; }.comparison-wrap th,.comparison-wrap td { padding: 18px 22px; border-bottom: 1px solid #e2dfd6; text-align: left; }.comparison-wrap tr:last-child td { border-bottom: 0; }.comparison-wrap th { background: #f7f5ef; color: #74736c; font-size: 11px; }.comparison-wrap th:first-child,.comparison-wrap td:first-child { width: 28%; font-weight: 700; }.comparison-wrap .meow-col { background: #f7ffeb; }.comparison-wrap th.meow-col { display: flex; align-items: center; gap: 7px; color: var(--ink); }.comparison-wrap th svg { width: 25px; fill: var(--ink); stroke: #f7ffeb; stroke-width: 1.4; }.comparison-wrap td b { color: #4b7e06; }
.comparison-hint { display: none; }
.comparison-source { margin: 14px 0 0; color: var(--muted); font-size: 9px; text-align: right; }

/* faq */
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }.faq-heading { position: sticky; top: 125px; }.faq-heading h2 { font-size: clamp(38px,4.5vw,60px); }.faq-heading p { max-width: 390px; margin: 22px 0 0; color: var(--muted); font-size: 14px; }.faq-heading a { border-bottom: 1px solid var(--ink); font-weight: 700; }
.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 80px; padding: 20px 0; list-style: none; cursor: pointer; font-size: 15px; font-weight: 800; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary svg { flex: 0 0 auto; width: 19px; height: 19px; fill: none; stroke: var(--ink); stroke-width: 1.8; transition: transform .2s ease; }.faq-list details[open] summary svg { transform: rotate(180deg); }.faq-list details p { max-width: 720px; margin: -4px 0 26px; color: var(--muted); font-size: 13px; }

/* final cta */
.final-cta { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }.final-cta .cta-grid { mask-image: radial-gradient(ellipse 70% 80% at 15% 55%, #000 10%, transparent 75%); background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); }.cta-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 480px; gap: 90px; align-items: center; }.cta-cat { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; }.cta-cat svg { width: 56px; height: 56px; padding: 9px; border-radius: 13px; background: var(--lime); fill: var(--ink); stroke: var(--lime); stroke-width: 1.4; }.cta-cat span { display: flex; align-items: center; gap: 7px; color: var(--lime); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.cta-cat span i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(185,255,87,.1); }.cta-copy h2 { max-width: 760px; }.cta-copy > p { max-width: 610px; margin: 25px 0 0; color: var(--muted-dark); font-size: 17px; }
.setup-form { padding: 28px; border: 1px solid #383832; border-radius: 17px; background: #191916; box-shadow: 0 25px 60px rgba(0,0,0,.3); }.form-row { margin-bottom: 15px; }.form-row label { display: block; margin-bottom: 6px; color: #bbb9af; font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }.form-row input,.form-row select { width: 100%; height: 49px; padding: 0 14px; border: 1px solid #3c3c36; border-radius: 8px; background: #11110f; color: var(--paper); font-size: 13px; }.form-row input::placeholder { color: #64645d; }.form-row select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,#8f8e86 50%),linear-gradient(135deg,#8f8e86 50%,transparent 50%); background-position: calc(100% - 18px) 21px,calc(100% - 13px) 21px; background-size: 5px 5px,5px 5px; background-repeat: no-repeat; }.form-note { margin: 12px 0 0; color: #99978e; font-size: 9px; text-align: center; }.form-status { min-height: 0; margin-top: 8px; color: var(--lime); font-size: 10px; text-align: center; }

/* footer */
.site-footer { background: var(--ink); color: var(--paper); border-top: 1px solid #31312c; }.footer-top { min-height: 230px; display: grid; grid-template-columns: .7fr 1fr .8fr; gap: 70px; align-items: start; padding-top: 55px; }.footer-brand .brand-mark { fill: var(--lime); stroke: var(--ink); }.footer-top > p { margin: 6px 0 0; color: #8c8b83; font-size: 13px; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }.footer-links div { display: flex; flex-direction: column; gap: 8px; }.footer-links strong { margin-bottom: 4px; color: #6e6e67; font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.footer-links a { color: #b3b2a9; font-size: 11px; }.footer-links a:hover { color: var(--lime); }.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #31312c; color: #64645e; font-size: 9px; }

/* animations */
@keyframes line-draw { to { stroke-dashoffset: 0; } }
@keyframes point-pulse { 0%,100% { transform: scale(.7); transform-origin: 470px 73px; opacity: .45; } 50% { transform: scale(1.3); transform-origin: 470px 73px; opacity: 0; } }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }.reveal.is-visible { opacity: 1; transform: none; }

/* tablet */
@media (max-width: 1080px) {
  .hero-layout { grid-template-columns: 1fr; gap: 50px; }.hero-copy { max-width: 780px; }.hero-product { max-width: 800px; width: 100%; margin-inline: auto; }.platform-row { align-items: flex-start; flex-direction: column; gap: 15px; padding-block: 24px; }.platforms { width: 100%; flex-wrap: wrap; justify-content: flex-start; }.problem-layout,.campaign-layout,.privacy-layout { grid-template-columns: 1fr; }.problem-copy,.campaign-copy,.privacy-copy { max-width: 760px; }.maze-illustration { max-width: 800px; width: 100%; margin-inline: auto; }.campaign-layout { gap: 65px; }.attribution-illustration { max-width: 800px; width: 100%; margin-inline: auto; }.privacy-layout { gap: 50px; }.privacy-visual { order: 2; max-width: 700px; width: 100%; margin-inline: auto; }.pricing-grid { grid-template-columns: 1fr; max-width: 700px; margin-inline: auto; }.price-top p { min-height: auto; }.comparison-heading { grid-template-columns: 1fr; gap: 25px; }.faq-layout { grid-template-columns: 1fr; gap: 55px; }.faq-heading { position: static; }.cta-layout { grid-template-columns: 1fr; }.setup-form { max-width: 600px; }.footer-top { grid-template-columns: 1fr 1fr; }.footer-links { grid-column: 2; grid-row: 1 / span 2; }
}

/* mobile */
@media (max-width: 760px) {
  .shell { width: min(100% - 32px, var(--shell)); }.section { padding: 84px 0; }.announcement-inner { justify-content: flex-start; min-height: 44px; }.announcement-inner a { display: none; }.announcement-inner strong { display: block; }.nav-wrap { min-height: 66px; }.nav-toggle { display: block; }.nav-menu { position: fixed; inset: 110px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 25px 24px; background: var(--paper); transform: translateY(-8px); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .22s ease, opacity .22s ease, visibility .22s ease; }.nav-menu.open { transform: none; opacity: 1; visibility: visible; pointer-events: auto; }.nav-menu > a { padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: 17px; }.nav-menu .button { margin-top: 18px; border-bottom: 1px solid var(--lime); }.nav-signin { margin-left: 0; }.nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .hero { padding: 70px 0 80px; }.hero-layout { gap: 40px; }.hero h1 { font-size: clamp(45px, 14vw, 68px); }.hero-lede { font-size: 17px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .text-link { align-self: flex-start; }.trust-list { gap: 10px 15px; }.hero-product { padding: 35px 0 46px; }.dashboard-window { transform: none; border-radius: 13px; }.event-float { right: -8px; }.health-float { left: -5px; }.mini-panels { grid-template-columns: 1fr; }.mini-panel:nth-child(2) { display: none; }.metric strong { font-size: 15px; }.chart-wrap { padding-left: 22px; }.hero-chart { height: 125px; }
  .platforms { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .setup-track { grid-template-columns: 1fr; gap: 55px; margin-top: 65px; }.setup-line { display: none; }.setup-step-mid { margin-top: 0; }.step-number { font-size: 30px; }.setup-guarantee { align-items: flex-start; }
  .problem-layout { gap: 55px; }.maze-body svg { min-height: 330px; }.maze-caption span,.maze-caption b { font-size: 8px; }
  .product-frame { grid-template-columns: 1fr; min-height: 680px; margin-top: 45px; border-radius: 14px; }.product-sidebar { flex-direction: row; justify-content: space-between; padding: 8px; border-right: 0; border-bottom: 1px solid #e0ddd4; }.product-logo { display: none; }.side-tab { width: 24%; min-height: 48px; }.side-tab span { display: none; }.product-toolbar { min-height: 62px; padding: 0 16px; }.tab-panel { padding: 20px 14px; }.panel-heading { gap: 10px; }.overview-stats { grid-template-columns: 1fr 1fr; }.overview-stats article:nth-child(3) { grid-column: 1 / -1; }.overview-grid { grid-template-columns: 1fr; }.big-chart-card svg { height: 190px; }.live-card { display: none; }.campaign-summary { grid-template-columns: 1fr; }.table-row { grid-template-columns: 1fr .65fr .5fr; padding-inline: 12px; }.table-row span:nth-child(2) { display: none; }.page-row { grid-template-columns: 25px 1.2fr 65px; gap: 10px; }.page-row .page-bar { display: none; }.geo-layout { grid-template-columns: 1fr; }.world-map { min-height: 300px; }.country-list { display: none; }
  .campaign-layout { gap: 50px; }.attribution-illustration { min-height: 520px; padding: 25px 18px; }.source-nodes { width: 100%; }.source-nodes > div { min-height: 68px; }.flow-lines { display: none; }.report-node { right: auto; left: 50%; top: auto; bottom: 28px; transform: translateX(-50%); }.privacy-visual { min-height: 500px; }.privacy-rings i:nth-child(1) { width: 430px; height: 430px; }.privacy-rings i:nth-child(2) { width: 310px; height: 310px; }.privacy-rings i:nth-child(3) { width: 190px; height: 190px; }.privacy-cat { width: 105px; height: 105px; }.tag-replay { right: 0; }.tag-profile { left: 0; }.chip-one { right: 0; }
  .price-card { padding: 26px; }.comparison-hint { display: block; margin: 28px 0 -45px; color: var(--muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }.comparison-wrap { margin-inline: -16px; border-radius: 0; border-inline: 0; }.faq-list summary { font-size: 14px; }.cta-copy h2 { font-size: clamp(42px,12vw,62px); }.setup-form { padding: 21px 18px; }.footer-top { grid-template-columns: 1fr; gap: 22px; min-height: 0; padding-block: 45px; }.footer-links { grid-column: auto; grid-row: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .chart-line { stroke-dashoffset: 0; }.reveal { opacity: 1; transform: none; }
}
