:root {
  --ink: #07111f;
  --ink-2: #0b1829;
  --ink-3: #122239;
  --paper: #f4f2ea;
  --paper-2: #ece9de;
  --white: #fffef9;
  --mint: #5ef2c2;
  --mint-dark: #12a97e;
  --coral: #ff8064;
  --coral-deep: #dc5c43;
  --blue: #6ca7ff;
  --muted: #708097;
  --line: rgba(7, 17, 31, .12);
  --line-light: rgba(255, 255, 255, .12);
  --shadow: 0 24px 80px rgba(3, 10, 20, .18);
  --radius: 22px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
a { color: inherit; }
img, canvas { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 118px 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; top: 12px; left: 12px; z-index: 999; padding: 12px 18px; border-radius: 8px; background: var(--mint); color: var(--ink); font-weight: 800; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 80; height: 76px; color: #fff; transition: background .25s, box-shadow .25s, height .25s; }
.site-header.is-scrolled { height: 68px; background: rgba(7, 17, 31, .92); box-shadow: 0 12px 35px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { position: relative; width: 28px; height: 28px; border: 1px solid rgba(94,242,194,.55); border-radius: 50%; box-shadow: inset 0 0 0 6px rgba(94,242,194,.08); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; border-radius: 50%; }
.brand-mark::before { inset: 6px; border: 1px solid var(--mint); }
.brand-mark::after { width: 6px; height: 6px; right: -1px; top: 3px; background: var(--coral); box-shadow: 0 0 12px var(--coral); }
.brand-mark span { position: absolute; width: 1px; height: 13px; left: 50%; top: 50%; background: var(--mint); transform-origin: 0 0; transform: rotate(42deg); }
.brand-word { color: #fff; font-size: 24px; font-weight: 680; letter-spacing: -1.25px; }
.brand-word strong { color: var(--mint); font: inherit; }
.brand-word span { color: var(--coral); }
.main-nav { display: flex; align-items: center; gap: 31px; }
.main-nav > a:not(.button) { color: rgba(255,255,255,.72); text-decoration: none; font-size: 14px; font-weight: 650; transition: color .2s; }
.main-nav > a:not(.button):hover { color: #fff; }
.menu-toggle { display: none; width: 44px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 7px; border: 1px solid var(--line-light); border-radius: 10px; color: #fff; background: transparent; }
.menu-toggle > span:not(.sr-only) { width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 11px; padding: 13px 21px; border: 1px solid transparent; border-radius: 11px; text-decoration: none; font-weight: 780; letter-spacing: -.15px; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--mint); box-shadow: 0 10px 30px rgba(94,242,194,.15); }
.button-primary:hover { background: #8ff8d5; box-shadow: 0 14px 38px rgba(94,242,194,.24); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.button-ghost:hover { border-color: var(--mint); background: rgba(94,242,194,.08); }
.button-small { min-height: 40px; padding: 9px 15px; border-radius: 9px; font-size: 13px; }
.button-outline { width: 100%; color: var(--ink); border-color: rgba(7,17,31,.22); background: transparent; }
.button-outline:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: #fff; text-decoration: none; font-size: 14px; font-weight: 730; }
.text-link span { color: var(--mint); transition: transform .2s; }
.text-link:hover span { transform: translateY(3px); }
.dark-link { color: var(--ink); }
.dark-link span { color: var(--coral-deep); }
.dark-link:hover span { transform: translateX(4px); }

.hero { position: relative; min-height: 900px; padding: 150px 0 28px; overflow: hidden; color: #fff; background: var(--ink); isolation: isolate; }
.hero-grid, .contact-grid { position: absolute; inset: 0; z-index: -2; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.hero-glow { position: absolute; z-index: -1; width: 650px; height: 650px; border-radius: 50%; filter: blur(10px); opacity: .16; }
.hero-glow-one { right: -250px; top: -250px; background: radial-gradient(circle, var(--mint), transparent 68%); }
.hero-glow-two { left: 12%; bottom: -500px; background: radial-gradient(circle, var(--coral), transparent 66%); }
.hero-layout { display: grid; grid-template-columns: minmax(0, .93fr) minmax(500px, 1.07fr); gap: 72px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--mint); font-size: 12px; line-height: 1; font-weight: 850; letter-spacing: 1.65px; text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(94,242,194,.12), 0 0 18px rgba(94,242,194,.5); }
.hero h1 { max-width: 690px; margin: 25px 0 24px; font-size: clamp(50px, 5.3vw, 79px); line-height: .99; letter-spacing: -4.8px; font-weight: 720; }
.hero h1 em { position: relative; color: var(--coral); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; left: 1%; right: 0; bottom: -4px; height: 4px; border-radius: 50%; background: var(--coral); transform: rotate(-1.5deg); opacity: .85; }
.hero-lead { max-width: 620px; margin: 0; color: rgba(255,255,255,.69); font-size: 19px; line-height: 1.62; }
.hero-actions { display: flex; gap: 25px; align-items: center; margin-top: 36px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 33px; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 650; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof i { display: inline-grid; width: 18px; height: 18px; place-items: center; border: 1px solid rgba(94,242,194,.36); border-radius: 50%; color: var(--mint); font-size: 10px; font-style: normal; }

.demo-wrap { position: relative; min-width: 0; perspective: 1300px; }
.demo-wrap::before { content: ""; position: absolute; inset: 11% -5% -7% 12%; z-index: -1; border-radius: 45px; background: linear-gradient(140deg, rgba(94,242,194,.16), rgba(108,167,255,.04)); filter: blur(15px); transform: rotate(2deg); }
.demo-note { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 10px 13px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.11); border-radius: 99px; color: rgba(255,255,255,.56); background: rgba(255,255,255,.04); font-size: 10px; font-weight: 750; letter-spacing: .25px; }
.demo-note span { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
.dashboard-card { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: linear-gradient(155deg, rgba(21,38,60,.97), rgba(9,24,42,.98)); box-shadow: 0 45px 120px rgba(0,0,0,.38); transform: rotateY(-2deg) rotateX(1deg); }
.dashboard-topbar { display: flex; justify-content: space-between; align-items: center; padding: 18px 21px; border-bottom: 1px solid rgba(255,255,255,.08); }
.dashboard-topbar div:first-child { display: grid; gap: 2px; }
.dashboard-topbar small { color: rgba(255,255,255,.42); font-size: 9px; font-weight: 780; letter-spacing: 1px; text-transform: uppercase; }
.dashboard-topbar strong { font-size: 13px; }
.window-controls { display: flex; gap: 5px; }
.window-controls i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.2); }
.window-controls i:first-child { background: var(--coral); }
.window-controls i:nth-child(2) { background: #f7c45c; }
.window-controls i:last-child { background: var(--mint); }
.dashboard-tabs { display: flex; gap: 5px; padding: 12px 17px 0; }
.dashboard-tabs button { padding: 7px 10px; border: 0; border-radius: 7px; color: rgba(255,255,255,.48); background: transparent; font-size: 10px; font-weight: 750; cursor: pointer; }
.dashboard-tabs button[aria-pressed="true"] { color: var(--mint); background: rgba(94,242,194,.09); }
.score-row { display: flex; align-items: flex-end; justify-content: space-between; padding: 12px 22px 2px; }
.score-main span { display: block; color: rgba(255,255,255,.44); font-size: 10px; }
.score-main strong { font-size: 39px; line-height: 1; letter-spacing: -2px; }
.score-main small { margin-left: 3px; color: rgba(255,255,255,.4); }
.score-change { display: flex; align-items: center; gap: 4px; color: var(--mint); font-size: 12px; }
.score-change > span { display: inline-grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: rgba(94,242,194,.12); }
.score-change small { margin-left: 3px; color: rgba(255,255,255,.37); }
.chart-shell { display: grid; grid-template-columns: 25px 1fr; height: 190px; margin: 13px 20px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.chart-axis { display: flex; flex-direction: column; justify-content: space-between; padding: 0 5px 4px 0; color: rgba(255,255,255,.28); font-size: 8px; text-align: right; }
#visibility-chart { width: 100%; height: 100%; }
.chart-labels { display: flex; justify-content: space-between; margin: 4px 20px 0 49px; color: rgba(255,255,255,.3); font-size: 8px; }
.chart-legend { display: flex; gap: 16px; padding: 11px 20px 14px 49px; color: rgba(255,255,255,.5); font-size: 9px; }
.chart-legend span { display: inline-flex; gap: 6px; align-items: center; }
.chart-legend i { width: 7px; height: 7px; border-radius: 50%; }
.legend-you { background: var(--mint); }
.legend-one { background: var(--coral); }
.legend-two { background: var(--blue); }
.insight-strip { display: flex; gap: 11px; align-items: center; margin: 0 17px 17px; padding: 11px 13px; border: 1px solid rgba(255,128,100,.18); border-radius: 10px; background: rgba(255,128,100,.06); }
.insight-icon { display: grid; flex: 0 0 auto; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--coral); font-weight: 900; font-size: 12px; }
.insight-strip div { display: grid; }
.insight-strip small { color: var(--coral); font-size: 8px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.insight-strip strong { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 600; }

.question-strip { display: flex; align-items: center; gap: 20px; margin-top: 100px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); overflow: hidden; color: rgba(255,255,255,.5); font-size: 11px; }
.question-strip > span { flex: 0 0 auto; color: var(--mint); font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.question-track { display: flex; gap: 42px; min-width: max-content; }
.question-track p { margin: 0; }

.section-heading { margin-bottom: 58px; }
.heading-split { display: grid; grid-template-columns: 1.15fr .65fr; gap: 100px; align-items: end; }
.section-heading h2, .timeline-copy h2, .principles-intro h2, .faq-intro h2, .contact-copy h2 { margin: 18px 0 0; font-size: clamp(39px, 4.2vw, 61px); line-height: 1.04; letter-spacing: -3.2px; }
.section-heading h2 span, .timeline-copy h2 span { color: var(--coral-deep); }
.section-heading > p, .heading-split > p { margin: 0 0 4px; color: #526072; font-size: 17px; line-height: 1.7; }
.heading-centered { max-width: 790px; margin-inline: auto; text-align: center; }
.heading-centered > p { max-width: 690px; margin: 22px auto 0; }

.problem-section { background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 18px; }
.problem-card { position: relative; min-height: 405px; overflow: hidden; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.52); }
.problem-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -50px; top: -55px; border-radius: 50%; background: radial-gradient(circle, rgba(255,128,100,.14), transparent 70%); }
.problem-card h3 { margin: 29px 0 10px; font-size: 24px; line-height: 1.15; letter-spacing: -1px; }
.problem-card p { margin: 0; color: #657082; font-size: 14px; }
.card-number { color: #a7a99f; font-size: 11px; font-weight: 800; }
.problem-featured { color: #fff; background: var(--ink-2); }
.problem-featured p { color: rgba(255,255,255,.55); }
.problem-featured::after { background: radial-gradient(circle, rgba(94,242,194,.18), transparent 70%); }
.prompt-bubble, .answer-bubble { max-width: 91%; padding: 12px 14px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px 12px 12px 3px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.05); font-size: 11px; }
.prompt-bubble { margin: 32px 0 10px; }
.answer-bubble { margin-left: auto; border-color: rgba(94,242,194,.17); border-radius: 12px 12px 3px 12px; background: rgba(94,242,194,.07); }
.prompt-bubble span, .answer-bubble span { display: block; margin-bottom: 3px; color: var(--mint); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.answer-bubble span { color: var(--coral); }
.signal-visual { display: flex; flex-wrap: wrap; gap: 8px; align-content: center; min-height: 169px; padding: 24px 0 7px; }
.signal-visual span { padding: 8px 10px; border-radius: 99px; font-size: 9px; font-weight: 800; }
.signal-good { color: #0c7457; background: rgba(94,242,194,.3); }
.signal-bad { color: #a83f2b; background: rgba(255,128,100,.22); }
.signal-soft { color: #5d6a79; background: rgba(112,128,151,.13); }
.source-visual { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; align-content: center; min-height: 176px; }
.source-visual span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 9px; font-weight: 750; }
.source-visual span:first-child { color: #0d7358; border-color: rgba(18,169,126,.3); background: rgba(94,242,194,.15); }
.source-visual i { width: 11px; height: 1px; background: #b1b5b7; }

.metrics-section { background: var(--white); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.metric-card { position: relative; min-height: 280px; padding: 33px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.metric-card:nth-child(3n) { border-right: 0; }
.metric-card:nth-child(n+4) { border-bottom: 0; }
.metric-card > small { position: absolute; right: 24px; top: 22px; color: #adb1b0; font-size: 10px; font-weight: 800; }
.metric-card h3 { margin: 52px 0 9px; font-size: 22px; letter-spacing: -.75px; }
.metric-card p { max-width: 280px; margin: 0; color: #667182; font-size: 14px; }
.metric-card-accent { background: var(--mint); }
.metric-card-accent p { color: #234b40; }
.metric-card-accent > small { color: rgba(7,17,31,.45); }
.metric-icon { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(7,17,31,.14); border-radius: 13px; color: var(--coral-deep); background: rgba(255,128,100,.08); font-size: 25px; font-weight: 600; }
.icon-eye { position: relative; border-radius: 50% 10px 50% 10px; transform: rotate(45deg); }
.icon-eye::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--coral); }
.icon-quote { font-family: Georgia, serif; font-size: 34px; line-height: 1; }
.icon-race { display: flex; align-items: flex-end; justify-content: center; gap: 4px; }
.icon-race i { display: block; width: 5px; border-radius: 4px; background: var(--coral); }
.icon-race i:first-child { height: 12px; opacity: .5; }
.icon-race i:nth-child(2) { height: 20px; opacity: .75; }
.icon-race i:last-child { height: 27px; }
.icon-timeline { position: relative; background: rgba(7,17,31,.08); }
.icon-timeline::before { content: ""; width: 25px; height: 2px; background: var(--ink); }
.icon-timeline i, .icon-timeline i::before, .icon-timeline i::after { position: absolute; width: 6px; height: 6px; border: 2px solid var(--ink); border-radius: 50%; background: var(--mint); }
.icon-timeline i { left: 9px; }
.icon-timeline i::before, .icon-timeline i::after { content: ""; top: -2px; }
.icon-timeline i::before { left: 11px; }
.icon-timeline i::after { left: 24px; }

.method-section { color: #fff; background: var(--ink); }
.light-heading h2 span { color: var(--mint); }
.light-heading > p { color: rgba(255,255,255,.57); }
.method-flow { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border: 1px solid var(--line-light); border-radius: var(--radius); overflow: hidden; }
.method-flow li { position: relative; min-height: 355px; padding: 25px; border-right: 1px solid var(--line-light); background: rgba(255,255,255,.025); }
.method-flow li:last-child { border-right: 0; }
.method-flow li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -15px; top: 90px; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; color: var(--mint); background: var(--ink); font-size: 12px; }
.flow-number { display: block; color: rgba(255,255,255,.3); font-size: 10px; font-weight: 800; }
.flow-symbol { display: grid; width: 65px; height: 65px; margin-top: 34px; place-items: center; border: 1px solid rgba(94,242,194,.24); border-radius: 20px; color: var(--mint); background: rgba(94,242,194,.07); font-size: 28px; font-weight: 300; }
.radar-symbol { position: relative; width: 29px; height: 29px; border: 1px solid var(--mint); border-radius: 50%; box-shadow: inset 0 0 0 7px rgba(94,242,194,.08); }
.radar-symbol::before { content: ""; position: absolute; width: 2px; height: 15px; left: 50%; top: 50%; background: var(--mint); transform: rotate(45deg); transform-origin: top; }
.radar-symbol::after { content: ""; position: absolute; width: 6px; height: 6px; right: -2px; top: 3px; border-radius: 50%; background: var(--coral); }
.method-flow h3 { margin: 30px 0 10px; font-size: 24px; letter-spacing: -.8px; }
.method-flow p { margin: 0; color: rgba(255,255,255,.5); font-size: 13px; }
.method-note { display: flex; gap: 15px; align-items: center; margin-top: 18px; padding: 17px 21px; border: 1px solid rgba(255,128,100,.18); border-radius: 13px; background: rgba(255,128,100,.055); }
.method-note > span { display: grid; flex: 0 0 auto; width: 28px; height: 28px; place-items: center; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); font-family: Georgia, serif; }
.method-note p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }
.method-note strong { color: #fff; }

.timeline-section { background: var(--paper-2); }
.timeline-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 130px; align-items: start; }
.timeline-copy h2 { margin-bottom: 22px; }
.timeline-copy p { color: #5d6878; font-size: 17px; }
.timeline-copy .text-link { margin-top: 17px; }
.timeline-track { position: relative; margin: 0; padding: 0; list-style: none; }
.timeline-track::before { content: ""; position: absolute; left: 76px; top: 7px; bottom: 7px; width: 1px; background: rgba(7,17,31,.17); }
.timeline-track li { position: relative; display: grid; grid-template-columns: 76px 1fr; min-height: 110px; gap: 28px; }
.timeline-track li::before { content: ""; position: absolute; left: 70px; top: 5px; z-index: 2; width: 11px; height: 11px; border: 3px solid var(--paper-2); border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 1px var(--coral); }
.timeline-track li:first-child::before, .timeline-track li:last-child::before { background: var(--mint-dark); box-shadow: 0 0 0 1px var(--mint-dark); }
.timeline-track li > span { color: #697483; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.timeline-track strong { font-size: 19px; letter-spacing: -.5px; }
.timeline-track p { margin: 5px 0 0; color: #697483; font-size: 14px; }

.plans-section { background: var(--white); }
.plans-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 510px)); justify-content: center; gap: 22px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 610px; padding: 39px; border: 1px solid var(--line); border-radius: 25px; background: var(--paper); }
.plan-pro { color: #fff; border-color: var(--ink); background: var(--ink); box-shadow: var(--shadow); }
.plan-badge { position: absolute; right: 22px; top: 20px; padding: 6px 10px; border: 1px solid rgba(94,242,194,.3); border-radius: 99px; color: var(--mint); background: rgba(94,242,194,.08); font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.plan-label { color: var(--coral-deep); font-size: 10px; font-weight: 900; letter-spacing: 1.9px; }
.plan-pro .plan-label { color: var(--mint); }
.plan-top h3 { margin: 9px 0 8px; font-size: 43px; line-height: 1; letter-spacing: -2px; }
.plan-top p { min-height: 53px; margin: 0; color: #606c7c; font-size: 14px; }
.plan-pro .plan-top p { color: rgba(255,255,255,.55); }
.plan-card ul { display: grid; gap: 0; margin: 32px 0; padding: 0; list-style: none; }
.plan-card li { position: relative; padding: 13px 0 13px 28px; border-top: 1px solid var(--line); color: #3e4b5d; font-size: 14px; }
.plan-card li:last-child { border-bottom: 1px solid var(--line); }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--mint-dark); font-weight: 850; }
.plan-pro li { border-color: var(--line-light); color: rgba(255,255,255,.68); }
.plan-pro li:last-child { border-color: var(--line-light); }
.plan-pro li::before { color: var(--mint); }
.plan-card .button { margin-top: auto; }
.plans-footnote { max-width: 760px; margin: 28px auto 0; color: #7a8491; font-size: 11px; text-align: center; }

.principles-section { padding: 90px 0; color: #fff; background: var(--ink-3); }
.principles-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.principles-intro h2 { font-size: clamp(39px, 3.7vw, 54px); }
.principles-intro p { color: rgba(255,255,255,.5); }
.principle-list { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-light); border-radius: 19px; overflow: hidden; }
.principle-list article { display: flex; gap: 13px; min-height: 150px; padding: 23px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.principle-list article:nth-child(2n) { border-right: 0; }
.principle-list article:nth-child(n+3) { border-bottom: 0; }
.principle-list article > span { display: grid; flex: 0 0 auto; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--mint); font-weight: 850; }
.principle-list .negative > span { background: var(--coral); }
.principle-list strong { font-size: 14px; }
.principle-list p { margin: 6px 0 0; color: rgba(255,255,255,.48); font-size: 12px; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; }
.faq-intro h2 { font-size: clamp(39px, 3.7vw, 54px); }
.faq-intro p { color: #637080; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 45px 23px 0; list-style: none; cursor: pointer; font-size: 17px; font-weight: 720; letter-spacing: -.35px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span, .faq-list summary span::before { position: absolute; content: ""; right: 4px; top: 50%; width: 15px; height: 1px; background: var(--ink); transition: transform .2s; }
.faq-list summary span::before { right: 0; top: 0; transform: rotate(90deg); }
.faq-list details[open] summary span::before { transform: rotate(0); }
.faq-list details p { max-width: 650px; margin: -5px 0 24px; color: #657081; font-size: 14px; }

.contact-section { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: var(--ink); isolation: isolate; }
.contact-grid { opacity: .08; mask-image: radial-gradient(circle at 75% 50%, #000 0, transparent 73%); }
.contact-section::before { content: ""; position: absolute; z-index: -1; width: 590px; height: 590px; right: -240px; bottom: -330px; border-radius: 50%; background: radial-gradient(circle, rgba(94,242,194,.24), transparent 67%); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 115px; align-items: center; }
.contact-copy h2 { max-width: 560px; }
.contact-copy > p { max-width: 520px; color: rgba(255,255,255,.58); font-size: 17px; }
.contact-promise { display: flex; gap: 10px; align-items: center; margin-top: 28px; color: rgba(255,255,255,.45); font-size: 12px; }
.contact-promise span { color: var(--mint); font-size: 18px; }
.contact-form { padding: 29px; border: 1px solid var(--line-light); border-radius: 22px; background: rgba(255,255,255,.055); backdrop-filter: blur(14px); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 750; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form input { width: 100%; min-width: 0; height: 49px; padding: 0 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; outline: 0; color: #fff; background: rgba(0,0,0,.15); transition: border-color .2s, box-shadow .2s; }
.contact-form input::placeholder { color: rgba(255,255,255,.28); }
.contact-form input:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(94,242,194,.1); }
.url-field { display: flex; align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(0,0,0,.15); }
.url-field:focus-within { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(94,242,194,.1); }
.url-field > span { padding-left: 14px; color: rgba(255,255,255,.36); font-weight: 500; }
.url-field input { border: 0; background: transparent; box-shadow: none !important; }
.form-note { margin: 12px 0 0; color: rgba(255,255,255,.35); font-size: 10px; text-align: center; }
.form-status { min-height: 18px; margin: 5px 0 0; color: var(--mint); font-size: 11px; text-align: center; }

.site-footer { color: #fff; background: #040b14; }
.footer-top { display: grid; grid-template-columns: .7fr 1fr 1fr; align-items: center; gap: 50px; padding-top: 44px; padding-bottom: 40px; }
.footer-top p { margin: 0; color: rgba(255,255,255,.42); font-size: 13px; }
.footer-top nav { display: flex; justify-content: flex-end; gap: 22px; }
.footer-top nav a { color: rgba(255,255,255,.55); text-decoration: none; font-size: 12px; }
.footer-top nav a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.3); font-size: 10px; }

@media (max-width: 1080px) {
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 68px; }
  .hero-copy { max-width: 780px; }
  .demo-wrap { width: min(690px, 100%); margin-inline: auto; }
  .dashboard-card { transform: none; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .problem-featured { grid-column: span 2; }
  .problem-featured .prompt-bubble, .problem-featured .answer-bubble { max-width: 65%; }
  .method-flow { grid-template-columns: repeat(2, 1fr); }
  .method-flow li { min-height: 315px; border-bottom: 1px solid var(--line-light); }
  .method-flow li:nth-child(2) { border-right: 0; }
  .method-flow li:nth-child(n+3) { border-bottom: 0; }
  .method-flow li:nth-child(2)::after { display: none; }
  .timeline-layout, .principles-grid, .faq-layout, .contact-layout { gap: 70px; }
  .footer-top { grid-template-columns: auto 1fr; }
  .footer-top nav { grid-column: span 2; justify-content: flex-start; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 680px); }
  .section-pad { padding: 88px 0; }
  .menu-toggle { display: flex; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-4.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 68px 0 auto; display: grid; gap: 0; padding: 15px 24px 25px; border-top: 1px solid var(--line-light); background: rgba(7,17,31,.98); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s, opacity .25s; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav > a:not(.button) { padding: 15px 0; border-bottom: 1px solid var(--line-light); font-size: 16px; }
  .main-nav .button { margin-top: 16px; }
  .hero { padding-top: 125px; }
  .hero h1 { letter-spacing: -3.4px; }
  .hero-layout { gap: 55px; }
  .question-strip { margin-top: 70px; }
  .heading-split { grid-template-columns: 1fr; gap: 24px; }
  .problem-featured .prompt-bubble, .problem-featured .answer-bubble { max-width: 85%; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .metric-card:nth-child(2n) { border-right: 0; }
  .metric-card:nth-child(n+4) { border-bottom: 1px solid var(--line); }
  .metric-card:nth-child(n+5) { border-bottom: 0; }
  .timeline-layout, .principles-grid, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .timeline-layout, .faq-layout, .contact-layout { gap: 55px; }
  .principles-grid { gap: 45px; }
  .plans-grid { grid-template-columns: minmax(0, 580px); }
  .plan-card { min-height: auto; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 24px, 520px); }
  .site-header { height: 68px; }
  .brand-word { font-size: 22px; }
  .hero { padding-top: 112px; }
  .hero h1 { margin-top: 21px; font-size: clamp(45px, 14.6vw, 65px); letter-spacing: -3.5px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-proof { display: grid; }
  .demo-note { margin-left: 0; }
  .dashboard-topbar { padding: 14px; }
  .dashboard-tabs { overflow-x: auto; padding-inline: 12px; }
  .dashboard-tabs button { white-space: nowrap; }
  .score-row { align-items: flex-start; padding-inline: 16px; }
  .score-change { max-width: 110px; flex-wrap: wrap; justify-content: flex-end; text-align: right; }
  .score-change small { width: 100%; }
  .chart-shell { height: 160px; margin-inline: 12px; }
  .chart-labels { margin-inline: 40px 12px; }
  .chart-legend { flex-wrap: wrap; padding-inline: 40px 12px; }
  .insight-strip { margin-inline: 11px; }
  .question-strip { align-items: flex-start; flex-direction: column; }
  .question-track { display: grid; gap: 7px; min-width: 0; }
  .section-heading h2, .timeline-copy h2, .principles-intro h2, .faq-intro h2, .contact-copy h2 { font-size: 40px; letter-spacing: -2.2px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-featured { grid-column: auto; }
  .problem-card { min-height: 370px; }
  .problem-featured .prompt-bubble, .problem-featured .answer-bubble { max-width: 96%; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-card, .metric-card:nth-child(n) { min-height: 245px; border-right: 0; border-bottom: 1px solid var(--line); }
  .metric-card:last-child { border-bottom: 0; }
  .method-flow { grid-template-columns: 1fr; }
  .method-flow li, .method-flow li:nth-child(n) { min-height: auto; padding-bottom: 35px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .method-flow li:last-child { border-bottom: 0; }
  .method-flow li::after { display: none; }
  .method-note { align-items: flex-start; }
  .timeline-track::before { left: 67px; }
  .timeline-track li { grid-template-columns: 67px 1fr; gap: 24px; }
  .timeline-track li::before { left: 61px; }
  .plan-card { padding: 29px 23px; }
  .plan-badge { position: static; align-self: flex-start; margin-bottom: 22px; }
  .plan-top p { min-height: 0; }
  .principle-list { grid-template-columns: 1fr; }
  .principle-list article, .principle-list article:nth-child(n) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .principle-list article:last-child { border-bottom: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px 17px; }
  .footer-top { grid-template-columns: 1fr; gap: 22px; }
  .footer-top nav { grid-column: auto; flex-wrap: wrap; justify-content: flex-start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* IATEVEO conversion landing v2 ---------------------------------------- */
:root {
  --ink: #171a17;
  --ink-soft: #242925;
  --black: #0c100d;
  --ivory: #f6f3e9;
  --ivory-deep: #eeebdf;
  --warm-white: #fffef8;
  --lime: #c9ff38;
  --lime-soft: #e7ff9a;
  --lime-deep: #8dbd12;
  --alert: #ff684d;
  --muted: #667068;
  --muted-light: #a9b0aa;
  --line: #daddd3;
  --line-dark: rgba(255, 255, 255, .13);
  --shadow-sm: 0 14px 42px rgba(12, 16, 13, .08);
  --shadow-lg: 0 30px 90px rgba(12, 16, 13, .16);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 34px;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--ivory); font-family: var(--font); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; }
img, canvas { display: block; max-width: 100%; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { touch-action: manipulation; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 11px 16px; border-radius: 10px; color: var(--black); background: var(--lime); font-weight: 850; text-decoration: none; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--alert); outline-offset: 3px; }
.field-error { min-height: 21px; margin: 8px 4px 0; color: #b72f1b; font-size: 12px; font-weight: 700; }
[hidden] { display: none !important; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 90; height: 72px; color: var(--ink); background: rgba(246, 243, 233, .82); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: height .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.site-header.is-scrolled { height: 64px; color: var(--ink); background: rgba(255, 254, 248, .94); border-color: rgba(23, 26, 23, .1); box-shadow: 0 10px 35px rgba(12, 16, 13, .06); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; min-width: max-content; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-name { font-size: 23px; line-height: 1; font-weight: 900; letter-spacing: -.9px; }
.brand-name > span { font-weight: 610; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 32px; }
.desktop-nav a { position: relative; color: #4e5851; font-size: 13px; font-weight: 740; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -7px; height: 2px; border-radius: 9px; background: var(--lime-deep); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; }
.account-entry { display: grid; min-height: 48px; align-content: center; gap: 1px; padding: 7px 13px; border: 1px solid rgba(23, 26, 23, .22); border-radius: 10px; color: var(--ink); background: rgba(255, 254, 248, .62); text-align: left; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.account-entry:hover { color: var(--warm-white); border-color: var(--ink); background: var(--ink); transform: translateY(-2px); }
.account-entry > span { font-size: 12px; line-height: 1.15; font-weight: 850; }
.account-entry > small { color: #657066; font-size: 10px; line-height: 1.15; font-weight: 700; }
.account-entry:hover > small { color: rgba(255, 255, 255, .72); }

/* Buttons */
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 21px; border: 1px solid transparent; border-radius: 12px; font-weight: 840; line-height: 1.1; letter-spacing: -.2px; text-decoration: none; cursor: pointer; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:disabled { opacity: .62; cursor: wait; transform: none; box-shadow: none; }
.button span { transition: transform .2s ease; }
.button:hover span { transform: translateX(3px); }
.button-lime { color: var(--black); background: var(--lime); box-shadow: 0 12px 30px rgba(141, 189, 18, .2); }
.button-lime:hover { background: #d5ff64; box-shadow: 0 16px 38px rgba(141, 189, 18, .28); }
.button-dark { color: var(--warm-white); background: var(--ink); }
.button-dark:hover { background: #2b312c; box-shadow: var(--shadow-sm); }
.button-outline { color: var(--ink); border-color: rgba(23, 26, 23, .25); background: transparent; }
.button-outline:hover { color: var(--warm-white); border-color: var(--ink); background: var(--ink); }
.button-compact { min-height: 42px; padding: 10px 17px; border-radius: 10px; font-size: 13px; }
.button-full { width: 100%; }
.text-button { display: inline-flex; align-items: center; gap: 9px; padding: 0 0 6px; border: 0; border-bottom: 1px solid currentColor; color: var(--ink); background: transparent; font-weight: 820; cursor: pointer; }
.text-button span { color: var(--lime-deep); transition: transform .2s ease; }
.text-button:hover span { transform: translateX(4px); }
.text-button--light { color: var(--warm-white); }
.text-button--light span { color: var(--lime); }

/* CSS eye + radar brand symbol */
.iateveo-eye { --eye-w: 44px; position: relative; display: inline-grid; flex: 0 0 auto; width: var(--eye-w); aspect-ratio: 1.58; place-items: center; color: currentColor; isolation: isolate; }
.iateveo-eye::before { content: ""; position: absolute; width: 62%; aspect-ratio: 1; border: max(1px, calc(var(--eye-w) * .045)) solid currentColor; border-radius: 72% 12% 72% 12%; transform: rotate(45deg); }
.eye-iris { position: relative; display: grid; width: 42%; aspect-ratio: 1; place-items: center; overflow: hidden; border: max(1px, calc(var(--eye-w) * .04)) solid currentColor; border-radius: 50%; background: color-mix(in srgb, var(--lime) 18%, transparent); box-shadow: inset 0 0 0 max(2px, calc(var(--eye-w) * .09)) color-mix(in srgb, currentColor 8%, transparent); }
.eye-iris::before { content: ""; width: 27%; aspect-ratio: 1; border-radius: 50%; background: currentColor; }
.eye-iris > i { position: absolute; width: 48%; height: max(1px, calc(var(--eye-w) * .025)); right: 50%; top: 50%; border-radius: 99px; background: var(--lime-deep); transform: rotate(-42deg); transform-origin: 100% 50%; }
.eye-iris > i::after { content: ""; position: absolute; width: max(3px, calc(var(--eye-w) * .1)); aspect-ratio: 1; left: -7%; top: 50%; border-radius: 50%; background: var(--alert); box-shadow: 0 0 0 4px rgba(255, 104, 77, .14); transform: translate(-50%, -50%); }
.iateveo-eye--small { --eye-w: 36px; }
.iateveo-eye--tiny { --eye-w: 22px; }
.iateveo-eye--hero { --eye-w: 126px; }
.iateveo-eye--hero .eye-iris > i { animation: eye-scan 1.35s cubic-bezier(.2, .8, .2, 1) .25s both; }
@keyframes eye-scan { from { transform: rotate(-115deg); } to { transform: rotate(32deg); } }

/* Hero */
.hero { position: relative; min-height: 760px; padding: 142px 0 46px; overflow: hidden; color: var(--ink); background: var(--ivory); isolation: isolate; }
.hero-grid { position: absolute; inset: 0 0 0 56%; z-index: -2; opacity: .32; background-image: linear-gradient(rgba(23, 26, 23, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 26, 23, .08) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(circle at 55% 43%, #000 0, transparent 68%); }
.hero::before { content: ""; position: absolute; z-index: -1; width: 580px; height: 580px; right: -170px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 255, 56, .36), rgba(201, 255, 56, 0) 69%); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr); gap: clamp(50px, 7vw, 105px); align-items: center; }
.hero-copy { position: relative; z-index: 3; min-width: 0; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0; color: #566056; font-size: 11px; line-height: 1.2; font-weight: 880; letter-spacing: 1.55px; text-transform: uppercase; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime-deep); box-shadow: 0 0 0 6px rgba(141, 189, 18, .12); }
.hero h1 { max-width: 760px; margin: 25px 0 23px; color: var(--ink); font-size: clamp(56px, 5.6vw, 80px); line-height: .96; font-weight: 790; letter-spacing: -.058em; }
.hero h1 em { position: relative; z-index: 1; display: inline; color: var(--ink); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: -.02em; right: -.04em; bottom: .04em; height: .24em; border-radius: 2px; background: var(--lime); transform: rotate(-.7deg); }
.hero-lead { max-width: 650px; margin: 0; color: #525c54; font-size: 18px; line-height: 1.62; }
.domain-form { display: grid; width: 100%; grid-template-columns: auto minmax(90px, 1fr) auto; align-items: center; gap: 0; padding: 7px; border: 1px solid rgba(23, 26, 23, .18); border-radius: 16px; background: var(--warm-white); box-shadow: 0 18px 48px rgba(12, 16, 13, .1); }
.domain-form--hero { max-width: 700px; margin-top: 32px; }
.domain-prefix { padding-left: 15px; color: #939b94; font-size: 14px; font-weight: 700; }
.domain-form input { min-width: 0; height: 54px; padding: 0 11px 0 2px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 16px; font-weight: 680; }
.domain-form input::placeholder { color: #9ca39c; font-weight: 560; }
.domain-form:focus-within { border-color: var(--lime-deep); box-shadow: 0 0 0 4px rgba(141, 189, 18, .12), 0 22px 54px rgba(12, 16, 13, .12); }
.domain-form .button { min-height: 54px; white-space: nowrap; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 17px; color: #59635b; font-size: 11px; font-weight: 710; }
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust i { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 9px; font-style: normal; font-weight: 900; }
.engine-note { margin: 12px 0 0; color: #879087; font-size: 10px; }

/* Calm, rotating commercial promise */
.hero-headlines { max-width: 760px; margin: 25px 0 0; }
.hero-headlines__viewport { position: relative; height: 248px; overflow: hidden; }
.hero .hero-headline { position: absolute; inset: 0; width: 100%; max-width: 760px; margin: 0; color: var(--ink); font-size: clamp(56px, 5.6vw, 80px); line-height: .96; font-weight: 790; letter-spacing: -.058em; opacity: 0; transform: translateY(28px); pointer-events: none; transition: opacity .52s ease, transform .72s cubic-bezier(.2, .78, .2, 1); }
.hero .hero-headline em { position: relative; z-index: 1; display: inline; color: var(--ink); font-style: normal; }
.hero .hero-headline em::after { content: ""; position: absolute; z-index: -1; left: -.02em; right: -.04em; bottom: .04em; height: .24em; border-radius: 2px; background: var(--lime); transform: rotate(-.7deg); }
.hero .hero-headline.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.hero .hero-headline.is-leaving { opacity: 0; transform: translateY(-28px); }
.hero .hero-headline:nth-child(2) em::after { background: #79efc2; }
.hero .hero-headline:nth-child(3) em::after { background: #ffd36f; }
.hero .hero-headline:nth-child(4) em::after { background: #ff967d; }
.hero .hero-headline:nth-child(5) em::after { background: #9de9ff; }
.headline-controls { display: flex; min-height: 28px; align-items: center; gap: 10px; margin-top: 4px; color: #7b847c; }
.headline-count { min-width: 48px; font-size: 10px; line-height: 1; font-weight: 850; letter-spacing: 1px; }
.headline-dots { display: flex; align-items: center; gap: 2px; }
.headline-dots button { position: relative; width: 25px; height: 25px; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.headline-dots button::after { content: ""; position: absolute; width: 5px; height: 5px; inset: 50% auto auto 50%; border-radius: 99px; background: #b8beb7; transform: translate(-50%, -50%); transition: width .25s ease, background-color .25s ease; }
.headline-dots button:is(:hover, :focus-visible)::after { background: var(--ink); }
.headline-dots button.is-active::after { width: 17px; background: var(--lime-deep); }
.headline-dots button:focus-visible, .headline-controls > button:focus-visible { outline: 2px solid var(--ink); outline-offset: 1px; }
.headline-controls > button { min-height: 28px; margin-left: 2px; padding: 3px 8px; border: 0; border-radius: 999px; color: #626b63; background: rgba(23, 26, 23, .055); font: inherit; font-size: 10px; font-weight: 790; cursor: pointer; }
.hero-lead { margin-top: 16px; font-weight: 610; }
.domain-form--hero { margin-top: 25px; }
.hero-promises { max-width: 700px; margin-top: 18px; }
.hero-promises > p { margin: 0 0 9px; color: #3f4741; font-size: 12px; line-height: 1.2; font-weight: 860; letter-spacing: .05em; text-transform: uppercase; }
.hero-promises ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.hero-promises li { display: flex; min-width: 0; min-height: 52px; align-items: center; gap: 9px; padding: 9px 10px; border: 1px solid rgba(23, 26, 23, .1); border-radius: 13px; color: #3f4841; background: rgba(255, 254, 248, .72); box-shadow: 0 8px 24px rgba(23, 26, 23, .035); font-size: 11px; line-height: 1.28; font-weight: 760; animation: hero-promise-in .55s cubic-bezier(.2, .75, .25, 1) both; }
.hero-promises li:nth-child(2) { animation-delay: .08s; }
.hero-promises li:nth-child(3) { animation-delay: .16s; }
.hero-promises li:nth-child(4) { animation-delay: .24s; }
.hero-promises i { display: grid; flex: 0 0 auto; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); box-shadow: 0 0 0 5px rgba(201, 255, 56, .13); font-size: 9px; font-style: normal; font-weight: 900; }
.hero-conversion { position: relative; display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 23px; margin-top: 58px; overflow: hidden; padding: 27px 29px; border: 1px solid rgba(201, 255, 56, .32); border-radius: 27px; color: var(--warm-white); background: var(--ink); box-shadow: 0 26px 65px rgba(12, 16, 13, .2); isolation: isolate; }
.hero-conversion::before { content: ""; position: absolute; z-index: -1; width: 330px; height: 330px; right: 13%; top: 50%; border-radius: 50%; background: radial-gradient(circle, rgba(201, 255, 56, .17), transparent 67%); transform: translateY(-50%); }
.hero-conversion::after { content: ""; position: absolute; z-index: -1; width: 135px; height: 5px; left: 116px; bottom: 0; border-radius: 99px 99px 0 0; background: var(--lime); box-shadow: 0 -8px 28px rgba(201, 255, 56, .35); }
.hero-conversion__seal { display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid rgba(201, 255, 56, .28); border-radius: 50%; color: var(--lime); background: rgba(201, 255, 56, .08); }
.hero-conversion__copy { min-width: 0; }
.hero-conversion__copy > p { margin: 0 0 7px; color: var(--lime); font-size: 10px; line-height: 1.2; font-weight: 880; letter-spacing: 1.15px; text-transform: uppercase; }
.hero-conversion h2 { max-width: 810px; margin: 0; font-size: clamp(28px, 2.6vw, 39px); line-height: 1.03; font-weight: 730; letter-spacing: -.042em; }
.hero-conversion h2 span, .hero-conversion h2 strong, .hero-conversion h2 em { display: block; }
.hero-conversion h2 span { margin-bottom: 4px; color: rgba(255, 255, 255, .58); font-weight: 600; }
.hero-conversion h2 strong { color: var(--warm-white); font-weight: 730; }
.hero-conversion h2 em { position: relative; width: fit-content; color: var(--warm-white); font-style: normal; }
.hero-conversion h2 em::after { content: ""; position: absolute; z-index: -1; left: -.02em; right: -.04em; bottom: .02em; height: .23em; border-radius: 2px; background: var(--lime-deep); transform: rotate(-.6deg); }
.hero-conversion__cta { min-height: 58px; padding-inline: 21px; white-space: nowrap; box-shadow: 0 13px 30px rgba(201, 255, 56, .15); }
@keyframes hero-promise-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* Honest engine coverage */
.engine-coverage { padding: 34px 0; border-bottom: 1px solid var(--line); background: var(--warm-white); }
.engine-coverage__inner { display: grid; grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr); gap: 24px 55px; align-items: center; }
.engine-coverage__copy h2 { margin: 9px 0 5px; font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.engine-coverage__promise { display: inline-flex; margin: 13px 0 0; padding: 10px 14px; border-radius: 11px; color: var(--ink); background: var(--lime); box-shadow: 0 9px 22px rgba(141, 189, 18, .13); font-size: 14px; line-height: 1.2; font-weight: 880; letter-spacing: -.01em; transform: rotate(-.45deg); }
.engine-coverage__list { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }
.engine-coverage__list span { display: inline-flex; min-height: 43px; align-items: center; gap: 9px; padding: 8px 13px 8px 9px; border: 1px solid var(--line); border-radius: 999px; color: #404840; background: var(--ivory); font-size: 11px; font-weight: 790; white-space: nowrap; }
.engine-coverage__list i { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 9px; font-style: normal; font-weight: 900; }
.engine-coverage__note { grid-column: 1 / -1; margin: 0; padding-top: 15px; border-top: 1px solid var(--line); color: #7b837c; font-size: 9px; line-height: 1.55; text-align: center; }
.hero-visual { position: relative; display: grid; min-width: 0; min-height: 470px; place-items: center; }
.hero-eye-wrap { position: absolute; inset: 2% 0 auto; display: grid; height: 390px; place-items: center; color: rgba(23, 26, 23, .78); }
.radar-ring { position: absolute; aspect-ratio: 1; border: 1px solid rgba(23, 26, 23, .11); border-radius: 50%; }
.radar-ring--one { width: 248px; }
.radar-ring--two { width: 380px; border-color: rgba(141, 189, 18, .18); }
.answer-card { position: relative; z-index: 2; width: min(100%, 430px); margin-top: 60px; overflow: hidden; border: 1px solid rgba(23, 26, 23, .12); border-radius: 24px; background: rgba(255, 254, 248, .94); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); }
.answer-card__top { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.demo-label { display: inline-flex; align-items: center; gap: 7px; color: #727b73; font-size: 9px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.demo-label > i { width: 7px; height: 7px; border-radius: 50%; background: var(--alert); }
.eye-seal { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime-soft); }
.answer-question { margin: 0; padding: 20px 20px 13px; color: #303732; font-size: 14px; line-height: 1.45; font-weight: 780; }
.recommendation-scene { margin: 0; padding: 5px 15px 15px; }
.ai-podium { display: grid; min-height: 218px; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: 1fr; align-items: end; gap: 5px; padding: 8px 4px 0; border-radius: 18px 18px 8px 8px; background: radial-gradient(circle at 50% 22%, rgba(201, 255, 56, .22), transparent 48%), linear-gradient(180deg, rgba(255, 255, 255, .3), rgba(241, 241, 230, .65)); }
.podium-entry { display: grid; min-width: 0; justify-items: center; align-self: end; animation: podium-rise .72s cubic-bezier(.2, .8, .2, 1) both; }
.podium-entry--first { grid-column: 2; grid-row: 1; z-index: 3; animation-delay: .12s; }
.podium-entry--second { grid-column: 1; grid-row: 1; z-index: 2; animation-delay: .24s; }
.podium-entry--third { grid-column: 3; grid-row: 1; z-index: 1; animation-delay: .36s; }
.podium-medal { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .86); box-shadow: 0 8px 18px rgba(23, 26, 23, .12); font-size: 27px; line-height: 1; }
.podium-entry > strong { width: 100%; min-height: 34px; padding: 6px 2px 5px; overflow: hidden; color: #303732; font-size: 11px; line-height: 1.15; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.podium-step { display: grid; width: 100%; height: var(--step-height); place-items: start center; padding-top: 11px; border: 1px solid rgba(23, 26, 23, .1); border-bottom: 0; border-radius: 13px 13px 0 0; box-shadow: inset 0 1px rgba(255, 255, 255, .6); }
.podium-step span { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: var(--ink); background: rgba(255, 255, 255, .64); font-size: 13px; font-weight: 900; }
.podium-entry--first { --step-height: 112px; }
.podium-entry--first .podium-step { background: linear-gradient(180deg, #dcff79, #b9ea35); }
.podium-entry--second { --step-height: 84px; }
.podium-entry--second .podium-step { background: linear-gradient(180deg, #e6eaE7, #c7cec8); }
.podium-entry--third { --step-height: 65px; }
.podium-entry--third .podium-step { background: linear-gradient(180deg, #f3c39a, #d89a68); }
.podium-outsider { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; align-items: center; gap: 10px; margin-top: 8px; padding: 11px 12px; border: 1px solid rgba(255, 104, 77, .28); border-radius: 13px; color: #7d2d20; background: rgba(255, 104, 77, .085); }
.loss-mark { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #a73323; background: rgba(255, 104, 77, .18); font-size: 22px; font-weight: 500; }
.podium-outsider > span:nth-child(2) { display: grid; min-width: 0; }
.podium-outsider small { color: #a34b3c; font-size: 8px; font-weight: 850; letter-spacing: .85px; text-transform: uppercase; }
.podium-outsider strong { overflow: hidden; color: var(--ink); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.podium-outsider b { font-size: 10px; white-space: nowrap; }
.podium-conclusion { display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 11px; padding: 16px 18px 18px; color: var(--warm-white); background: var(--ink); }
.podium-conclusion > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--alert); font-size: 20px; font-weight: 900; }
.podium-conclusion p { display: grid; gap: 2px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 11px; line-height: 1.35; }
.podium-conclusion strong { color: var(--warm-white); font-size: 13px; }
.podium-conclusion b { margin-top: 3px; color: var(--lime); font-size: 13px; letter-spacing: .02em; text-transform: uppercase; }
@keyframes podium-rise { from { opacity: 0; transform: translateY(42px); } to { opacity: 1; transform: translateY(0); } }
.answer-list { display: grid; gap: 7px; padding: 0 16px 17px; }
.answer-row { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; gap: 9px; min-width: 0; padding: 11px 12px; border: 1px solid var(--line); border-radius: 11px; background: #fbfaf5; }
.answer-row .rank { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: #6c756d; background: #e9ebe4; font-size: 10px; font-weight: 850; }
.answer-row strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.answer-row .fit { color: #7a837b; font-size: 9px; font-weight: 750; }
.answer-row.is-winner { border-color: rgba(141, 189, 18, .33); background: rgba(231, 255, 154, .26); }
.answer-row.is-winner .rank { color: var(--ink); background: var(--lime); }
.answer-row.is-you { border-color: rgba(255, 104, 77, .28); background: rgba(255, 104, 77, .06); }
.answer-row.is-you .rank { color: #a83220; background: rgba(255, 104, 77, .15); }
.answer-row.is-you .fit { color: #b63824; }
.lost-opportunity { display: flex; gap: 12px; align-items: center; padding: 15px 18px; color: var(--warm-white); background: var(--ink); }
.lost-opportunity > span { display: grid; flex: 0 0 auto; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--alert); font-size: 17px; font-weight: 900; }
.lost-opportunity p { display: grid; gap: 2px; margin: 0; }
.lost-opportunity small { color: rgba(255, 255, 255, .5); font-size: 8px; font-weight: 850; letter-spacing: 1px; text-transform: uppercase; }
.lost-opportunity strong { font-size: 12px; }
.hero-statement { display: grid; grid-template-columns: 1fr 1.2fr; gap: 35px; align-items: center; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(23, 26, 23, .13); }
.hero-statement p, .hero-statement strong { margin: 0; }
.hero-statement p { color: #717a72; font-size: 13px; }
.hero-statement strong { font-size: 19px; letter-spacing: -.35px; }

/* Shared headings */
.section-heading { margin-bottom: 52px; }
.heading-split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .62fr); gap: 95px; align-items: end; }
.heading-centered { max-width: 900px; margin-inline: auto; text-align: center; }
.section-heading h2, .discover-copy h2, .solution-heading h2, .final-cta h2 { margin: 17px 0 0; font-size: clamp(42px, 4.3vw, 62px); line-height: 1.02; font-weight: 760; letter-spacing: -.048em; }
.section-heading h2 span, .discover-copy h2 span { position: relative; z-index: 1; }
.section-heading h2 span::after { content: ""; position: absolute; z-index: -1; left: -.01em; right: -.03em; bottom: .04em; height: .2em; border-radius: 2px; background: var(--lime); }
.heading-split > p { max-width: 470px; margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.68; }

/* Result dashboard */
.result-section { background: var(--warm-white); }
.result-dashboard { overflow: hidden; color: var(--warm-white); border: 1px solid rgba(23, 26, 23, .15); border-radius: var(--radius-lg); background: var(--black); box-shadow: var(--shadow-lg); }
.dashboard-header { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 24px; border-bottom: 1px solid var(--line-dark); }
.dashboard-brand { display: flex; min-width: 0; align-items: center; gap: 11px; color: var(--lime); }
.dashboard-brand > span:last-child { display: grid; min-width: 0; gap: 1px; }
.dashboard-brand small { color: rgba(255, 255, 255, .74); font-size: 12px; font-weight: 850; letter-spacing: .9px; text-transform: uppercase; }
.dashboard-brand strong { overflow: hidden; color: var(--warm-white); font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.demo-badge { flex: 0 0 auto; padding: 9px 12px; border: 1px solid rgba(201, 255, 56, .28); border-radius: 999px; color: rgba(255, 255, 255, .82); background: rgba(201, 255, 56, .07); font-size: 12px; font-weight: 750; }
.dashboard-main { display: grid; grid-template-columns: 190px minmax(0, 1fr) minmax(290px, .72fr); align-items: stretch; }
.dashboard-main > div { min-width: 0; padding: 34px 30px; }
.dashboard-main > div + div { border-left: 1px solid var(--line-dark); }
.visibility-score { display: flex; align-items: center; justify-content: center; flex-direction: column; }
.score-ring { display: grid; width: 126px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: conic-gradient(var(--alert) 0 27%, rgba(255, 255, 255, .09) 27% 100%); transform: rotate(-90deg); }
.score-ring > div { display: flex; width: 102px; aspect-ratio: 1; align-items: baseline; justify-content: center; place-self: center; padding-top: 33px; border-radius: 50%; background: var(--black); transform: rotate(90deg); }
.score-ring strong { font-size: 40px; line-height: 1; letter-spacing: -2.5px; }
.score-ring span { color: rgba(255, 255, 255, .72); font-size: 13px; }
.visibility-score > p { display: inline-flex; align-items: center; gap: 7px; margin: 15px 0 0; color: #ffae9f; font-size: 13px; font-weight: 820; }
.visibility-score > p span { width: 7px; height: 7px; border-radius: 50%; background: var(--alert); box-shadow: 0 0 0 5px rgba(255, 104, 77, .12); }
.dashboard-overline { margin: 0; color: var(--lime); font-size: 12px; font-weight: 880; letter-spacing: 1px; text-transform: uppercase; }
.dashboard-conclusion h3 { max-width: 490px; margin: 12px 0 10px; font-size: clamp(25px, 2.4vw, 34px); line-height: 1.08; letter-spacing: -.035em; }
.dashboard-conclusion h3 em { color: var(--lime); font-style: normal; }
.dashboard-conclusion > p:not(.dashboard-overline) { max-width: 570px; margin: 0; color: rgba(255, 255, 255, .8); font-size: 15px; line-height: 1.52; }
.question-loss { display: flex; max-width: 500px; align-items: center; gap: 13px; margin-top: 24px; padding: 13px 15px; border: 1px solid rgba(255, 104, 77, .2); border-radius: 12px; background: rgba(255, 104, 77, .06); }
.question-loss strong { color: var(--alert); font-size: 21px; letter-spacing: -1px; }
.question-loss span { color: rgba(255, 255, 255, .84); font-size: 13px; line-height: 1.4; }
.competitor-race { display: flex; justify-content: center; flex-direction: column; gap: 13px; background: rgba(255, 255, 255, .018); }
.competitor-race .dashboard-overline { margin-bottom: 7px; }
.race-row { display: grid; grid-template-columns: 106px minmax(70px, 1fr) 28px; align-items: center; gap: 10px; color: rgba(255, 255, 255, .8); font-size: 12.5px; }
.race-row > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.race-row > div { height: 6px; overflow: hidden; border-radius: 99px; background: rgba(255, 255, 255, .08); }
.race-row i { display: block; width: var(--bar); height: 100%; border-radius: inherit; background: rgba(255, 255, 255, .35); transform-origin: left; animation: bar-grow .75s cubic-bezier(.2, .8, .2, 1) both; }
.race-row strong { color: rgba(255, 255, 255, .9); text-align: right; }
.race-row.is-brand { color: var(--lime); font-weight: 800; }
.race-row.is-brand i { background: var(--lime); }
.race-row.is-brand strong { color: var(--lime); }
@keyframes bar-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.metric-strip { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.metric-strip > div { display: grid; min-width: 0; min-height: 112px; align-content: start; gap: 3px; padding: 19px 18px; border-right: 1px solid var(--line-dark); }
.metric-strip > div:last-child { border-right: 0; }
.metric-strip small { color: rgba(255, 255, 255, .72); font-size: 11px; line-height: 1.3; font-weight: 800; letter-spacing: .45px; text-transform: uppercase; }
.metric-strip strong { margin-top: 4px; color: var(--warm-white); font-size: 23px; line-height: 1.1; letter-spacing: -.7px; }
.metric-strip span { color: rgba(255, 255, 255, .76); font-size: 12px; line-height: 1.38; white-space: normal; }
.dashboard-action { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 25px 25px; background: #151a16; }
.dashboard-action p { display: grid; gap: 2px; margin: 0; }
.dashboard-action strong { font-size: 17px; }
.dashboard-action p span { max-width: 690px; color: rgba(255, 255, 255, .74); font-size: 13px; line-height: 1.45; }
.dashboard-action .button { flex: 0 0 auto; min-height: 52px; font-size: 14px; }

/* Public measured examples */
.examples-section { padding: 92px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ivory-deep); }
.examples-layout { display: grid; grid-template-columns: minmax(0, 760px); justify-content: center; }
.examples-copy { text-align: center; }
.examples-copy .section-kicker { justify-content: center; }
.examples-copy h2 { max-width: 520px; margin: 16px 0 18px; font-size: clamp(40px, 4.4vw, 62px); line-height: 1; letter-spacing: -.05em; }
.examples-copy h2, .examples-copy > p:not(.section-kicker) { margin-left: auto; margin-right: auto; }
.examples-copy > p:not(.section-kicker) { max-width: 580px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.example-picker { margin-top: 34px; padding: 21px; border: 1px solid var(--line); border-radius: 18px; background: var(--warm-white); box-shadow: var(--shadow-sm); text-align: left; }
.example-picker > label { display: block; margin-bottom: 8px; color: #5c655d; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.example-picker__controls { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; }
.example-picker select { width: 100%; min-width: 0; height: 52px; padding: 0 38px 0 13px; border: 1px solid var(--line); border-radius: 11px; outline: 0; color: var(--ink); background: var(--ivory); font: inherit; font-size: 13px; font-weight: 720; }
.example-picker select:focus { border-color: var(--lime-deep); box-shadow: 0 0 0 4px rgba(141, 189, 18, .12); }
.example-picker select:disabled { color: #899088; cursor: wait; }
.example-picker .button { min-height: 52px; padding-inline: 17px; font-size: 12px; }
.example-status { min-height: 16px; margin: 10px 2px 0; color: #7c847d; font-size: 9px; }
.examples-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.example-card { position: relative; display: grid; min-height: 152px; padding: 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; color: var(--ink); background: var(--warm-white); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.example-card::after { content: "→"; position: absolute; right: 17px; bottom: 16px; color: var(--lime-deep); font-weight: 900; transition: transform .2s ease; }
.example-card:hover { border-color: rgba(141, 189, 18, .65); box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.example-card:hover::after { transform: translateX(4px); }
.example-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.example-card__number { color: #9aa099; font-size: 9px; font-weight: 850; letter-spacing: .09em; }
.example-card__badge { padding: 5px 8px; border-radius: 999px; color: #49620c; background: var(--lime-soft); font-size: 8px; font-weight: 850; }
.example-card h3 { margin: 22px 28px 3px 0; font-size: 20px; line-height: 1.05; letter-spacing: -.035em; }
.example-card p { margin: 0 28px 0 0; color: var(--muted); font-size: 10px; }
.example-card small { align-self: end; margin: 12px 35px 0 0; color: #838b84; font-size: 8px; }
.example-skeleton { min-height: 152px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(100deg, rgba(255,255,255,.35) 25%, rgba(255,255,255,.88) 45%, rgba(255,255,255,.35) 65%) var(--ivory); background-size: 220% 100%; animation: example-loading 1.3s ease-in-out infinite; }
@keyframes example-loading { to { background-position-x: -220%; } }
.example-load-error { grid-column: 1 / -1; margin: 0; padding: 25px; border: 1px dashed #bcc2b8; border-radius: 17px; color: var(--muted); background: rgba(255,255,255,.45); font-size: 12px; }
.example-picker .button:disabled { cursor: not-allowed; }
.examples-disclaimer { margin-top: 22px; color: #7f877f; font-size: 9px; text-align: center; }

/* Commercial pain */
.pain-section { background: var(--ivory); }
.pain-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.pain-card { --pain-accent: var(--alert); --pain-wash: rgba(255, 104, 77, .1); position: relative; display: flex; min-width: 0; min-height: 370px; overflow: hidden; flex-direction: column; padding: 25px; border: 1px solid color-mix(in srgb, var(--pain-accent) 32%, var(--line)); border-top: 5px solid var(--pain-accent); border-radius: var(--radius); background: linear-gradient(150deg, var(--warm-white) 18%, var(--pain-wash) 140%); box-shadow: 0 15px 38px rgba(23, 26, 23, .055); isolation: isolate; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.pain-card::before { content: ""; position: absolute; z-index: -2; width: 245px; height: 245px; right: -120px; top: -105px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--pain-accent) 25%, transparent), transparent 68%); }
.pain-card::after { content: attr(data-card-number); position: absolute; z-index: -1; right: 12px; bottom: -33px; color: color-mix(in srgb, var(--pain-accent) 10%, transparent); font-size: 126px; line-height: 1; font-weight: 950; letter-spacing: -.09em; }
.pain-card:hover { border-color: color-mix(in srgb, var(--pain-accent) 55%, var(--line)); box-shadow: 0 24px 58px rgba(23, 26, 23, .12); transform: translateY(-7px); }
.pain-card__meta { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pain-number { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--ink); background: color-mix(in srgb, var(--pain-accent) 28%, transparent); font-size: 10px; font-weight: 900; letter-spacing: .5px; }
.pain-impact { padding: 7px 9px; border: 1px solid color-mix(in srgb, var(--pain-accent) 32%, transparent); border-radius: 999px; color: color-mix(in srgb, var(--pain-accent) 62%, var(--ink)); background: color-mix(in srgb, var(--pain-accent) 9%, var(--warm-white)); font-size: 9px; line-height: 1; font-weight: 880; letter-spacing: .55px; text-transform: uppercase; }
.pain-icon { position: relative; display: grid; width: 78px; height: 78px; margin: 33px 0 auto; place-items: center; border: 1px solid color-mix(in srgb, var(--pain-accent) 35%, transparent); border-radius: 23px; color: var(--ink); background: color-mix(in srgb, var(--pain-accent) 13%, var(--warm-white)); box-shadow: 0 13px 27px color-mix(in srgb, var(--pain-accent) 12%, transparent); transform: rotate(-3deg); transition: transform .25s ease; }
.pain-card:hover .pain-icon { transform: rotate(2deg) scale(1.05); }
.pain-icon i { position: relative; display: block; }
.pain-icon--gate i { width: 35px; height: 27px; border: 2px solid currentColor; border-bottom: 0; }
.pain-icon--gate i::after { content: ""; position: absolute; width: 16px; height: 3px; right: -9px; top: 12px; border-radius: 9px; background: var(--alert); box-shadow: 8px 0 0 var(--alert); }
.pain-icon--arrow i { width: 37px; height: 2px; background: var(--ink); transform: rotate(-28deg); }
.pain-icon--arrow i::after { content: ""; position: absolute; width: 11px; height: 11px; right: -1px; top: -5px; border-top: 2px solid; border-right: 2px solid; transform: rotate(45deg); }
.pain-icon--missing i { width: 35px; height: 35px; border: 2px dashed currentColor; border-radius: 50%; }
.pain-icon--missing i::before, .pain-icon--missing i::after { content: ""; position: absolute; width: 18px; height: 2px; left: 7px; top: 15px; background: var(--alert); transform: rotate(45deg); }
.pain-icon--missing i::after { transform: rotate(-45deg); }
.pain-icon--signal i { width: 39px; height: 39px; border: 2px solid currentColor; border-radius: 50%; box-shadow: inset 0 0 0 9px rgba(201, 255, 56, .12); }
.pain-icon--signal i::before { content: ""; position: absolute; width: 5px; aspect-ratio: 1; right: 2px; top: 4px; border-radius: 50%; background: var(--alert); box-shadow: 0 0 0 5px rgba(255, 104, 77, .12); }
.pain-card h3 { position: relative; z-index: 2; margin: 29px 0 10px; font-size: 23px; line-height: 1.12; letter-spacing: -.8px; }
.pain-card p { position: relative; z-index: 2; margin: 0; color: #59645b; font-size: 14px; line-height: 1.5; }
.pain-card--early { --pain-accent: var(--alert); --pain-wash: rgba(255, 104, 77, .1); }
.pain-card--rival { --pain-accent: var(--lime-deep); --pain-wash: rgba(201, 255, 56, .18); }
.pain-card--lost { --pain-accent: #6ca7ff; --pain-wash: rgba(108, 167, 255, .14); }
.pain-card--dark { --pain-accent: var(--lime); --pain-wash: rgba(201, 255, 56, .08); color: var(--warm-white); border-color: rgba(201, 255, 56, .32); background: linear-gradient(145deg, #111712, var(--ink)); box-shadow: var(--shadow-sm); }
.pain-card--dark::after { color: rgba(201, 255, 56, .075); }
.pain-card--dark .pain-number { color: var(--ink); background: var(--lime); }
.pain-card--dark .pain-impact { color: var(--lime); border-color: rgba(201, 255, 56, .27); background: rgba(201, 255, 56, .08); }
.pain-card--dark .pain-icon { color: var(--lime); border-color: rgba(201, 255, 56, .25); background: rgba(201, 255, 56, .07); }
.pain-card--dark p { color: rgba(255, 255, 255, .74); }

/* Signals */
.discover-section { background: var(--warm-white); }
.discover-layout { display: grid; grid-template-columns: minmax(290px, .7fr) minmax(0, 1.3fr); gap: 85px; align-items: center; }
.discover-copy h2 { max-width: 450px; }
.discover-copy > p:not(.section-kicker) { max-width: 430px; margin: 22px 0 28px; color: var(--muted); font-size: 15px; }
.signal-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.signal-card { position: relative; min-width: 0; min-height: 170px; padding: 22px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--warm-white); }
.signal-card:nth-child(4n) { border-right: 0; }
.signal-card:nth-child(n + 5) { border-bottom: 0; }
.signal-card > span { color: #a1a8a1; font-size: 9px; font-weight: 850; }
.signal-card h3 { margin: 43px 0 5px; font-size: 17px; letter-spacing: -.45px; }
.signal-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.signal-card--accent { color: var(--ink); background: var(--lime); }
.signal-card--accent > span, .signal-card--accent p { color: rgba(23, 26, 23, .58); }

/* Measure, diagnose, correct, verify */
.solution-section { position: relative; overflow: hidden; color: var(--warm-white); background: var(--black); isolation: isolate; }
.solution-grid { position: absolute; inset: 0; z-index: -2; opacity: .08; background-image: linear-gradient(rgba(255, 255, 255, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .2) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to bottom, #000, transparent 84%); }
.solution-section::before { content: ""; position: absolute; z-index: -1; width: 700px; height: 700px; left: 50%; top: -560px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 255, 56, .24), transparent 70%); transform: translateX(-50%); }
.solution-heading { max-width: 910px; margin: 0 auto 60px; text-align: center; }
.solution-heading .section-kicker { color: var(--lime); }
.solution-heading h2 span { color: var(--lime); }
.solution-heading > p:not(.section-kicker) { max-width: 700px; margin: 22px auto 0; color: rgba(255, 255, 255, .53); font-size: 16px; }
.solution-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius); list-style: none; }
.solution-flow li { position: relative; min-width: 0; min-height: 330px; padding: 25px; border-right: 1px solid var(--line-dark); background: rgba(255, 255, 255, .022); }
.solution-flow li:last-child { border-right: 0; }
.solution-flow li:not(:last-child)::after { content: "→"; position: absolute; z-index: 3; right: -16px; top: 91px; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; color: var(--lime); background: var(--black); font-size: 12px; }
.solution-flow li > span { color: rgba(255, 255, 255, .3); font-size: 9px; font-weight: 850; }
.flow-eye, .flow-diagnose, .flow-correct, .flow-verify { position: relative; display: grid; width: 66px; height: 66px; margin: 34px 0 30px; place-items: center; border: 1px solid rgba(201, 255, 56, .22); border-radius: 20px; color: var(--lime); background: rgba(201, 255, 56, .06); }
.flow-eye i { width: 29px; height: 19px; border: 2px solid currentColor; border-radius: 72% 12% 72% 12%; transform: rotate(45deg); }
.flow-eye i::after { content: ""; position: absolute; width: 8px; height: 8px; left: 50%; top: 50%; border-radius: 50%; background: var(--lime); transform: translate(-50%, -50%) rotate(-45deg); }
.flow-diagnose i { width: 27px; height: 27px; border: 2px solid currentColor; border-radius: 50%; }
.flow-diagnose i::after { content: ""; position: absolute; width: 14px; height: 2px; right: 12px; bottom: 15px; border-radius: 2px; background: currentColor; transform: rotate(45deg); }
.flow-correct i { width: 31px; height: 31px; border: 2px solid currentColor; border-radius: 8px; }
.flow-correct i::before, .flow-correct i::after { content: ""; position: absolute; width: 18px; height: 2px; left: 24px; top: 31px; border-radius: 2px; background: currentColor; }
.flow-correct i::after { transform: rotate(90deg); }
.flow-verify i { width: 34px; height: 34px; border: 2px solid currentColor; border-radius: 50%; }
.flow-verify i::after { content: ""; position: absolute; width: 15px; height: 8px; left: 24px; top: 27px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg); }
.solution-flow h3 { margin: 0 0 9px; font-size: 23px; letter-spacing: -.65px; }
.solution-flow p { margin: 0; color: rgba(255, 255, 255, .48); font-size: 12px; line-height: 1.55; }
.method-limit { max-width: 880px; margin: 20px auto 0; padding: 15px 19px; border: 1px solid rgba(255, 104, 77, .2); border-radius: 12px; color: rgba(255, 255, 255, .5); background: rgba(255, 104, 77, .045); font-size: 11px; text-align: center; }
.method-limit strong { color: var(--warm-white); }

/* Commercial plans */
.plans-section { background: var(--ivory); }
.plans-intro { max-width: 680px; margin: 22px auto 0; color: var(--muted); font-size: 16px; }
.plans-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); justify-content: center; gap: 16px; align-items: stretch; }
.plan-card { position: relative; display: flex; min-width: 0; min-height: 650px; flex-direction: column; padding: 31px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--warm-white); }
.plan-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: #d6d9d1; }
.plan-card--strategy { border-color: rgba(23, 26, 23, .3); background: linear-gradient(155deg, rgba(201, 255, 56, .18), var(--warm-white) 28%); box-shadow: 0 22px 55px rgba(23, 26, 23, .08); }
.plan-card--strategy::before { background: var(--lime); }
.plan-card--total { color: var(--warm-white); border-color: var(--black); background: var(--black); box-shadow: var(--shadow-lg); }
.plan-card--total::before { background: var(--lime); }
.plan-ribbon { position: absolute; right: 22px; top: 20px; padding: 7px 11px; border: 1px solid rgba(201, 255, 56, .24); border-radius: 999px; color: var(--lime); background: rgba(201, 255, 56, .07); font-size: 9px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.plan-card--strategy .plan-ribbon { color: var(--ink); border-color: rgba(23, 26, 23, .14); background: var(--lime); }
.plan-level { display: flex; align-items: center; gap: 9px; margin-bottom: 28px; color: #858d85; }
.plan-level span { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; font-weight: 900; }
.plan-level b { font-size: 10px; letter-spacing: .9px; text-transform: uppercase; }
.plan-card--total .plan-level { color: rgba(255, 255, 255, .58); }
.plan-card--total .plan-level span { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.plan-top { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-right: 0; }
.plan-card--strategy .plan-level, .plan-card--total .plan-level { padding-right: 105px; }
.plan-top p { margin: 0; color: var(--ink); font-size: clamp(27px, 2.25vw, 34px); line-height: 1; font-weight: 850; letter-spacing: -1.5px; }
.plan-card--total .plan-top p { color: var(--lime); }
.plan-top span { color: #808980; font-size: 10px; font-weight: 820; letter-spacing: .75px; text-transform: uppercase; }
.plan-card--total .plan-top span { color: rgba(255, 255, 255, .55); }
.plan-card > h3 { max-width: 400px; margin: 29px 0 11px; font-size: 27px; line-height: 1.1; letter-spacing: -1px; }
.plan-card > .plan-promise { position: relative; padding-bottom: 15px; font-size: clamp(28px, 2.25vw, 35px); line-height: 1.02; letter-spacing: -.045em; }
.plan-card > .plan-promise::after { content: ""; position: absolute; left: 0; bottom: 0; width: 56px; height: 5px; border-radius: 99px; background: var(--lime-deep); }
.plan-card--total > .plan-promise::after { background: var(--lime); box-shadow: 0 0 22px rgba(201, 255, 56, .3); }
.plan-description { min-height: 105px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.plan-card--total .plan-description { color: rgba(255, 255, 255, .68); }
.plan-card ul { display: grid; gap: 0; margin: 24px 0 22px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.plan-card li { display: flex; gap: 9px; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--line); color: #4f5951; font-size: 12px; }
.plan-card li i { display: grid; flex: 0 0 auto; width: 19px; height: 19px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime-soft); font-size: 9px; font-style: normal; font-weight: 900; }
.plan-card--total ul, .plan-card--total li { border-color: var(--line-dark); }
.plan-card--total li { color: rgba(255, 255, 255, .75); }
.plan-card--total li i { background: var(--lime); }
.plan-result { display: grid; gap: 2px; margin: 0 0 22px; padding: 14px 15px; border-radius: 14px; color: var(--ink); background: rgba(23, 26, 23, .05); }
.plan-result small { color: #7a837b; font-size: 9px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.plan-result strong { font-size: 13px; line-height: 1.35; }
.plan-card--strategy .plan-result { background: rgba(201, 255, 56, .35); }
.plan-card--total .plan-result { color: #fff; background: rgba(255, 255, 255, .07); }
.plan-card--total .plan-result small { color: var(--lime); }
.plan-card .button { width: 100%; margin-top: auto; }

/* Final conversion */
.final-cta { position: relative; overflow: hidden; padding: 112px 0; color: var(--ink); background: var(--lime); isolation: isolate; }
.final-cta::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .24; background-image: linear-gradient(rgba(23, 26, 23, .14) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 26, 23, .14) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, transparent, #000 35%, #000 65%, transparent); }
.final-cta__signal { position: absolute; z-index: -1; right: max(2vw, calc((100vw - 1200px) / 2)); top: 50%; display: grid; width: 390px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(23, 26, 23, .13); border-radius: 50%; color: rgba(23, 26, 23, .2); transform: translateY(-50%); }
.final-cta__signal::before, .final-cta__signal::after { content: ""; position: absolute; aspect-ratio: 1; border: 1px solid rgba(23, 26, 23, .12); border-radius: 50%; }
.final-cta__signal::before { width: 70%; }
.final-cta__signal::after { width: 38%; }
.final-cta__inner { position: relative; z-index: 2; max-width: 760px; margin-inline: auto; text-align: center; }
.final-cta .section-kicker { color: rgba(23, 26, 23, .67); }
.final-cta h2 { font-size: clamp(52px, 6vw, 82px); line-height: .95; }
.final-cta h2 span { display: inline-block; padding: .02em .09em .08em; color: var(--warm-white); background: var(--ink); transform: rotate(-1deg); }
.final-cta__inner > p:not(.section-kicker):not(.field-error) { max-width: 600px; margin: 23px auto 30px; color: rgba(23, 26, 23, .68); font-size: 16px; }
.domain-form--final { max-width: 720px; margin-inline: auto; }

/* FAQ + footer */
.faq-section { padding: 58px 0; background: var(--warm-white); }
.faq-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faq-row details { min-width: 0; padding: 0 22px; border-right: 1px solid var(--line); }
.faq-row details:first-child { padding-left: 0; }
.faq-row details:last-child { padding-right: 0; border-right: 0; }
.faq-row summary { position: relative; min-height: 76px; padding: 22px 30px 20px 0; list-style: none; cursor: pointer; font-size: 13px; font-weight: 820; }
.faq-row summary::-webkit-details-marker { display: none; }
.faq-row summary::after { content: "+"; position: absolute; right: 1px; top: 20px; color: var(--lime-deep); font-size: 19px; font-weight: 500; transition: transform .2s ease; }
.faq-row details[open] summary::after { transform: rotate(45deg); }
.faq-row details p { margin: -5px 0 24px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.site-footer { color: var(--warm-white); background: var(--black); }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 45px; padding-top: 42px; padding-bottom: 36px; }
.brand--footer { color: var(--warm-white); }
.brand--footer .eye-iris > i { background: var(--lime); }
.footer-main > p { margin: 0; color: rgba(255, 255, 255, .43); font-size: 12px; text-align: center; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 17px; padding-bottom: 21px; border-top: 1px solid var(--line-dark); color: rgba(255, 255, 255, .3); font-size: 9px; }
.footer-legal { display: flex; gap: 17px; }
.footer-legal a { color: rgba(255, 255, 255, .58); font-weight: 750; text-decoration: none; }
.footer-legal a:hover { color: var(--lime); }

/* Integrated lead capture */
.lead-dialog { width: min(650px, calc(100% - 32px)); max-height: min(90dvh, 760px); margin: auto; overflow: auto; padding: 38px; border: 1px solid rgba(23, 26, 23, .14); border-radius: 27px; color: var(--ink); background: var(--warm-white); box-shadow: 0 40px 120px rgba(0, 0, 0, .3); }
.lead-dialog::backdrop { background: rgba(12, 16, 13, .72); backdrop-filter: blur(7px); }
.lead-dialog[open] { animation: dialog-enter .24s cubic-bezier(.2, .8, .2, 1) both; }
@keyframes dialog-enter { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.dialog-close { position: absolute; right: 15px; top: 15px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #626b63; background: var(--ivory); font-size: 24px; line-height: 1; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.dialog-close:hover { color: var(--warm-white); background: var(--ink); transform: rotate(5deg); }
.dialog-brand { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 33px; font-size: 15px; font-weight: 900; letter-spacing: -.35px; }
.lead-form-state > h2, .lead-success h2 { max-width: 530px; margin: 14px 0 11px; font-size: clamp(34px, 5vw, 48px); line-height: 1.02; letter-spacing: -.045em; }
.lead-form-state > p:not(.section-kicker), .lead-success > p:not(.section-kicker) { max-width: 520px; margin: 0 0 25px; color: var(--muted); font-size: 14px; }
.lead-form-state form { display: grid; gap: 15px; }
.lead-form-state label:not(.consent):not(.hp-field) { display: grid; gap: 7px; color: #545d55; font-size: 10px; font-weight: 830; letter-spacing: .4px; text-transform: uppercase; }
.lead-form-state label > span { color: #939a94; font-size: 9px; font-weight: 600; text-transform: none; }
.lead-form-state input[type="text"], .lead-form-state input[type="email"], .lead-form-state select { width: 100%; min-width: 0; height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 11px; outline: 0; color: var(--ink); background: var(--ivory); font-size: 14px; font-weight: 600; text-transform: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.lead-form-state input::placeholder { color: #9ca39d; font-weight: 500; }
.lead-form-state input:focus, .lead-form-state select:focus { border-color: var(--lime-deep); background: var(--warm-white); box-shadow: 0 0 0 4px rgba(141, 189, 18, .12); }
.lead-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.scope-note { margin: -3px 0 2px; padding: 10px 12px; border-radius: 9px; color: var(--muted); background: rgba(141, 189, 18, .09); font-size: 10px; line-height: 1.45; }
.scope-note strong { color: var(--ink); }
.consent { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 9px; line-height: 1.5; cursor: pointer; }
.consent input { flex: 0 0 auto; width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--lime-deep); }
.consent a { color: var(--ink); font-weight: 800; text-decoration-color: var(--lime-deep); text-underline-offset: 2px; }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; }
.lead-status { min-height: 18px; margin: -3px 0 0; color: #a83220; font-size: 10px; text-align: center; }
.lead-success { padding: 24px 0 10px; text-align: center; }
.success-mark { display: grid; width: 66px; height: 66px; margin: 0 auto 22px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 28px; font-weight: 900; }
.lead-success .section-kicker { justify-content: center; }
.lead-success > p:not(.section-kicker) { margin-inline: auto; }
.account-dialog { width: min(540px, calc(100% - 32px)); }
.account-dialog .lead-form-state > p:not(.section-kicker) { margin-bottom: 23px; }
.account-help { margin: -3px 0 2px; padding: 10px 12px; border-radius: 9px; color: #5e685f; background: rgba(141, 189, 18, .1); font-size: 11px; line-height: 1.45; }

/* Enhancement hooks: content stays visible without JavaScript */
.reveal { opacity: 1; transform: none; }
.reveal.reveal-ready { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s cubic-bezier(.2, .8, .2, 1); }
.reveal.reveal-ready.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(370px, .72fr); gap: 50px; }
  .hero h1 { font-size: clamp(54px, 6vw, 70px); }
  .dashboard-main { grid-template-columns: 175px minmax(0, 1fr) 285px; }
  .dashboard-main > div { padding: 29px 23px; }
  .pain-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pain-card { min-height: 325px; }
  .discover-layout { grid-template-columns: .65fr 1.35fr; gap: 55px; }
  .signal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .signal-card:nth-child(n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .signal-card:nth-child(2n) { border-right: 0; }
  .signal-card:nth-child(n + 7) { border-bottom: 0; }
}

@media (max-width: 940px) {
  .section-pad { padding: 92px 0; }
  .desktop-nav { display: none; }
  .hero { min-height: auto; padding-top: 126px; }
  .hero-layout { grid-template-columns: 1fr; gap: 38px; }
  .engine-coverage__inner { grid-template-columns: 1fr; gap: 20px; }
  .engine-coverage__list { justify-content: flex-start; }
  .engine-coverage__note { text-align: left; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(560px, 100%); min-height: 440px; margin-inline: auto; }
  .hero-eye-wrap { height: 350px; }
  .hero-statement { margin-top: 25px; }
  .heading-split { grid-template-columns: 1fr; gap: 23px; }
  .heading-split > p { max-width: 670px; }
  .dashboard-main { grid-template-columns: 170px 1fr; }
  .dashboard-main > .competitor-race { grid-column: 1 / -1; border-top: 1px solid var(--line-dark); border-left: 0; }
  .metric-strip { grid-template-columns: repeat(3, 1fr); }
  .metric-strip > div { border-bottom: 1px solid var(--line-dark); }
  .metric-strip > div:nth-child(3n) { border-right: 0; }
  .metric-strip > div:nth-child(n + 4) { border-bottom: 0; }
  .examples-layout { grid-template-columns: 1fr; gap: 45px; }
  .examples-copy { max-width: 720px; }
  .discover-layout { grid-template-columns: 1fr; gap: 45px; }
  .discover-copy { max-width: 680px; }
  .discover-copy h2 { max-width: 650px; }
  .signal-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .signal-card:nth-child(n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .signal-card:nth-child(4n) { border-right: 0; }
  .signal-card:nth-child(n + 5) { border-bottom: 0; }
  .solution-flow { grid-template-columns: repeat(2, 1fr); }
  .solution-flow li { min-height: 290px; border-bottom: 1px solid var(--line-dark); }
  .solution-flow li:nth-child(2n) { border-right: 0; }
  .solution-flow li:nth-child(n + 3) { border-bottom: 0; }
  .solution-flow li:nth-child(2)::after { display: none; }
  .plans-grid { grid-template-columns: minmax(0, 600px); }
  .plan-card { min-height: auto; }
  .faq-row { grid-template-columns: 1fr; }
  .faq-row details, .faq-row details:first-child, .faq-row details:last-child { padding: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .faq-row details:last-child { border-bottom: 0; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 580px); }
  .section-pad { padding: 76px 0; }
  .site-header, .site-header.is-scrolled { height: 62px; }
  .header-inner { gap: 12px; }
  .brand { gap: 8px; }
  .brand-name { font-size: 19px; }
  .iateveo-eye--small { --eye-w: 31px; }
  .button-compact { min-height: 39px; padding: 9px 12px; font-size: 11px; }
  .hero { padding: 104px 0 35px; }
  .hero-grid { inset: 34% 0 0; }
  .hero h1 { margin-top: 21px; font-size: clamp(43px, 12.5vw, 58px); letter-spacing: -.055em; }
  .hero-lead { font-size: 16px; }
  .domain-form { grid-template-columns: auto minmax(0, 1fr); gap: 0; padding: 7px; }
  .domain-form .button { grid-column: 1 / -1; width: 100%; margin-top: 5px; }
  .domain-prefix { padding-left: 10px; }
  .domain-form input { height: 49px; }
  .hero-trust { display: grid; gap: 8px; }
  .engine-note { max-width: 330px; }
  .engine-coverage { padding: 29px 0; }
  .engine-coverage__copy h2 { font-size: 23px; }
  .engine-coverage__list { gap: 7px; }
  .engine-coverage__list span { min-height: 39px; font-size: 10px; }
  .hero-visual { min-height: 385px; }
  .hero-eye-wrap { inset: 0; height: 300px; }
  .radar-ring--one { width: 190px; }
  .radar-ring--two { width: 285px; }
  .iateveo-eye--hero { --eye-w: 96px; }
  .answer-card { width: min(100%, 410px); margin-top: 46px; }
  .answer-row { grid-template-columns: 27px minmax(0, 1fr) auto; }
  .hero-statement { grid-template-columns: 1fr; gap: 6px; margin-top: 22px; }
  .hero-statement strong { font-size: 17px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .discover-copy h2, .solution-heading h2 { font-size: 39px; letter-spacing: -.045em; }
  .heading-split { gap: 18px; }
  .heading-split > p { font-size: 14px; }
  .result-dashboard { border-radius: 22px; }
  .dashboard-header { align-items: flex-start; flex-direction: column; gap: 9px; padding: 16px; }
  .demo-badge { align-self: flex-start; }
  .dashboard-main { grid-template-columns: 1fr; }
  .dashboard-main > div { padding: 24px 19px; }
  .dashboard-main > div + div { border-top: 1px solid var(--line-dark); border-left: 0; }
  .visibility-score { padding-block: 28px !important; }
  .dashboard-conclusion h3 { font-size: 28px; }
  .question-loss { align-items: flex-start; flex-direction: column; gap: 2px; }
  .competitor-race { grid-column: auto !important; }
  .metric-strip { grid-template-columns: repeat(2, 1fr); }
  .metric-strip > div:nth-child(n) { border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
  .metric-strip > div:nth-child(2n) { border-right: 0; }
  .metric-strip > div:nth-child(n + 5) { border-bottom: 0; }
  .examples-section { padding: 66px 0; }
  .examples-layout { gap: 0; }
  .examples-copy h2 { font-size: 39px; }
  .examples-grid { grid-template-columns: 1fr; }
  .example-picker { padding: 17px; }
  .example-picker__controls { grid-template-columns: 1fr; }
  .example-picker .button { width: 100%; }
  .examples-disclaimer { text-align: left; }
  .dashboard-action { align-items: stretch; flex-direction: column; gap: 18px; padding: 20px 17px; }
  .dashboard-action .button { width: 100%; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { min-height: 310px; }
  .signal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .signal-card:nth-child(n) { min-height: 160px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .signal-card:nth-child(2n) { border-right: 0; }
  .signal-card:nth-child(n + 7) { border-bottom: 0; }
  .solution-heading { margin-bottom: 40px; text-align: left; }
  .solution-heading > p:not(.section-kicker) { margin-inline: 0; }
  .solution-flow { grid-template-columns: 1fr; }
  .solution-flow li, .solution-flow li:nth-child(n) { min-height: auto; padding: 23px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .solution-flow li:last-child { border-bottom: 0; }
  .solution-flow li::after { display: none; }
  .flow-eye, .flow-diagnose, .flow-correct, .flow-verify { margin: 28px 0 24px; }
  .method-limit { text-align: left; }
  .plan-card { min-height: auto; padding: 27px 22px; border-radius: 23px; }
  .plan-card--strategy .plan-level, .plan-card--total .plan-level { padding-right: 0; }
  .plan-ribbon { position: static; align-self: flex-start; margin-bottom: 23px; }
  .plan-top { align-items: flex-start; flex-direction: column; gap: 7px; }
  .plan-description { min-height: 0; }
  .plans-intro { font-size: 16px; line-height: 1.55; }
  .plan-level { margin-bottom: 22px; }
  .plan-card > h3 { font-size: 28px; }
  .plan-result strong { font-size: 15px; }
  .final-cta { padding: 82px 0; }
  .final-cta h2 { font-size: clamp(48px, 13vw, 65px); }
  .final-cta__signal { right: -190px; width: 360px; opacity: .55; }
  .faq-section { padding: 45px 0; }
  .footer-main { grid-template-columns: 1fr; justify-items: start; gap: 20px; }
  .footer-main > p { text-align: left; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .lead-dialog { padding: 28px 19px 22px; border-radius: 21px; }
  .dialog-brand { margin-bottom: 27px; }
  .lead-fields { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
  .shell { width: min(100% - 22px, 350px); }
  .button-compact { padding-inline: 10px; }
  .brand-name { font-size: 17px; }
  .hero h1 { font-size: 41px; }
  .answer-row .fit { max-width: 70px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .metric-strip, .signal-grid { grid-template-columns: 1fr; }
  .metric-strip > div:nth-child(n), .signal-card:nth-child(n) { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .signal-card:nth-child(n) { border-bottom-color: var(--line); }
  .metric-strip > div:last-child, .signal-card:last-child { border-bottom: 0; }
}

/* Mobile readability: essential commercial copy never depends on micro-text. */
@media (max-width: 680px) {
  body { font-size: 17px; line-height: 1.62; }
  .button, .button-compact, .button-small { min-height: 48px; font-size: 15px; }
  .eyebrow, .section-kicker { font-size: 13px; line-height: 1.25; letter-spacing: 1.2px; }
  .hero-proof, .hero-trust, .engine-note, .engine-coverage__copy > p:last-child, .engine-coverage__note { font-size: 14px; line-height: 1.55; }
  .engine-coverage__list span { min-height: 48px; font-size: 13px; }
  .demo-label, .demo-badge { font-size: 12px; }
  .answer-question { font-size: 16px; }
  .answer-row .rank { width: 28px; height: 28px; font-size: 12px; }
  .answer-row strong { font-size: 15px; }
  .answer-row .fit { font-size: 13px; }
  .lost-opportunity small { font-size: 12px; }
  .lost-opportunity strong, .hero-statement p { font-size: 15px; }
  .heading-split > p { font-size: 16px; }
  .dashboard-brand small, .dashboard-overline { font-size: 12px; }
  .dashboard-brand strong { font-size: 16px; }
  .score-ring span, .visibility-score > p, .question-loss span { font-size: 14px; }
  .dashboard-conclusion > p:not(.dashboard-overline) { font-size: 16px; }
  .race-row { grid-template-columns: minmax(92px, 1fr) minmax(70px, 1fr) 30px; font-size: 14px; }
  .metric-strip small { font-size: 12px; line-height: 1.35; }
  .metric-strip span { font-size: 13px; white-space: normal; }
  .dashboard-action strong { font-size: 16px; }
  .dashboard-action p span { display: block; margin-top: 5px; font-size: 14px; }
  .dashboard-action .button { font-size: 15px; }
  .example-picker > label { font-size: 13px; }
  .example-picker select { height: 54px; font-size: 16px; }
  .example-picker .button { min-height: 54px; font-size: 15px; }
  .example-status, .examples-disclaimer { font-size: 13px; line-height: 1.5; }
  .example-card__number, .example-card__badge { font-size: 12px; }
  .example-card p { font-size: 15px; line-height: 1.5; }
  .example-card small { font-size: 13px; line-height: 1.45; }
  .pain-number, .signal-card > span, .solution-flow li > span { font-size: 12px; }
  .pain-card p, .signal-card p, .solution-flow p, .plan-description { font-size: 16px; line-height: 1.55; }
  .method-limit { font-size: 15px; line-height: 1.55; }
  .plan-ribbon, .plan-top span { font-size: 13px; }
  .plan-card li { font-size: 16px; }
  .faq-row summary { min-height: 58px; font-size: 17px; line-height: 1.35; }
  .faq-row details p { font-size: 16px; line-height: 1.6; }
  .footer-main > p, .footer-main a, .footer-bottom { font-size: 14px; line-height: 1.5; }
  .lead-form-state > p:not(.section-kicker), .lead-success > p:not(.section-kicker) { font-size: 16px; line-height: 1.55; }
  .lead-form-state label:not(.consent):not(.hp-field) { font-size: 14px; line-height: 1.35; }
  .lead-form-state label > span { font-size: 13px; }
  .lead-form-state input[type="text"], .lead-form-state input[type="email"], .lead-form-state select { height: 54px; font-size: 16px; }
  .scope-note, .consent, .lead-status { font-size: 14px; line-height: 1.55; }
  .consent input { width: 21px; height: 21px; }
}

@media (max-width: 940px) {
  .hero-headlines__viewport { height: 225px; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 138px; }
  .site-header, .site-header.is-scrolled { height: 122px; }
  .header-inner { display: grid; grid-template-columns: auto 1fr; grid-template-rows: 57px 53px; gap: 0 12px; padding: 6px 0; }
  .brand { grid-column: 1 / -1; grid-row: 1; justify-self: start; }
  .header-actions { grid-column: 1 / -1; grid-row: 2; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr); gap: 8px; width: 100%; }
  .account-entry { width: 100%; min-height: 47px; padding: 6px 12px; background: rgba(255, 254, 248, .9); }
  .account-entry > span { font-size: 13px; }
  .account-entry > small { font-size: 11px; }
  .header-actions .button-compact { width: 100%; min-height: 47px; padding-inline: 10px; font-size: 13px; }
  .hero { padding-top: 146px; }
  .hero .eyebrow { display: none; }
  .hero-headlines { margin-top: 0; }
  .hero-headlines__viewport { height: 176px; }
  .hero .hero-headline { font-size: clamp(37px, 10.7vw, 48px); line-height: .97; letter-spacing: -.052em; }
  .headline-controls { gap: 6px; margin-top: 1px; }
  .headline-count { min-width: 50px; font-size: 11px; }
  .headline-dots { gap: 0; }
  .headline-dots button { width: 24px; height: 28px; }
  .headline-controls > button { min-height: 31px; font-size: 12px; }
  .hero-lead { max-width: 520px; margin-top: 10px; font-size: 17px; line-height: 1.42; }
  .domain-form--hero { margin-top: 17px; }
  .hero-promises { margin-top: 15px; }
  .hero-promises > p { margin-bottom: 10px; font-size: 13px; }
  .hero-promises ol { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .hero-promises li { min-height: 53px; padding: 8px 9px; font-size: 13px; line-height: 1.25; }
  .hero-promises i { width: 27px; height: 27px; font-size: 10px; }
  .hero-conversion { grid-template-columns: 45px minmax(0, 1fr); gap: 13px; margin-top: 24px; padding: 20px 18px 21px; border-radius: 23px; }
  .hero-conversion::after { display: none; }
  .hero-conversion__seal { width: 45px; height: 45px; }
  .hero-conversion__seal .iateveo-eye--small { --eye-w: 28px; }
  .hero-conversion__copy > p { font-size: 11px; }
  .hero-conversion h2 { max-width: none; font-size: clamp(24px, 6.9vw, 32px); line-height: 1.04; }
  .hero-conversion h2 span { margin-bottom: 7px; font-size: .78em; line-height: 1.12; }
  .hero-conversion h2 strong { margin-bottom: 4px; }
  .hero-conversion h2 em { width: auto; padding-bottom: 4px; }
  .hero-conversion__cta { grid-column: 1 / -1; width: 100%; min-height: 53px; margin-top: 1px; font-size: 15px; }
  .engine-coverage__promise { margin-top: 15px; padding: 12px 15px; font-size: 18px; line-height: 1.25; }
  .answer-question { padding: 19px 18px 11px; font-size: 17px; }
  .recommendation-scene { padding: 4px 10px 12px; }
  .ai-podium { min-height: 210px; gap: 4px; padding-inline: 2px; }
  .podium-medal { width: 38px; height: 38px; font-size: 25px; }
  .podium-entry > strong { min-height: 36px; font-size: 13px; }
  .podium-entry--first { --step-height: 107px; }
  .podium-entry--second { --step-height: 80px; }
  .podium-entry--third { --step-height: 62px; }
  .podium-outsider { grid-template-columns: 38px minmax(0, 1fr) auto; min-height: 63px; }
  .podium-outsider small { font-size: 10px; }
  .podium-outsider strong { font-size: 15px; }
  .podium-outsider b { font-size: 12px; }
  .podium-conclusion { grid-template-columns: 40px minmax(0, 1fr); padding: 17px 16px 19px; }
  .podium-conclusion p { font-size: 14px; line-height: 1.38; }
  .podium-conclusion strong, .podium-conclusion b { font-size: 15px; }
  .dashboard-header { gap: 13px; padding: 21px 20px; }
  .dashboard-brand { gap: 12px; }
  .dashboard-brand small { color: rgba(255, 255, 255, .82); font-size: 13px; line-height: 1.35; }
  .dashboard-brand strong { font-size: 18px; }
  .demo-badge { padding: 9px 12px; color: rgba(255, 255, 255, .9); font-size: 13px; line-height: 1.35; }
  .dashboard-main > div { padding: 29px 21px; }
  .score-ring span { color: rgba(255, 255, 255, .78); font-size: 15px; }
  .visibility-score > p { font-size: 15px; }
  .dashboard-overline { font-size: 13px; line-height: 1.3; }
  .dashboard-conclusion h3 { font-size: 32px; line-height: 1.08; }
  .dashboard-conclusion > p:not(.dashboard-overline) { color: rgba(255, 255, 255, .86); font-size: 18px; line-height: 1.58; }
  .question-loss { gap: 8px; padding: 17px 18px; }
  .question-loss strong { font-size: 28px; }
  .question-loss span { color: rgba(255, 255, 255, .88); font-size: 16px; line-height: 1.45; }
  .competitor-race { gap: 16px; }
  .race-row { grid-template-columns: minmax(110px, 1fr) minmax(70px, 1fr) 34px; font-size: 15px; }
  .race-row > div { height: 8px; }
  .metric-strip > div { min-height: 145px; gap: 5px; padding: 22px 18px; }
  .metric-strip small { color: rgba(255, 255, 255, .78); font-size: 13px; line-height: 1.35; }
  .metric-strip strong { font-size: 29px; }
  .metric-strip span { color: rgba(255, 255, 255, .82); font-size: 15px; line-height: 1.45; }
  .dashboard-action { padding: 25px 21px; }
  .dashboard-action strong { font-size: 19px; line-height: 1.3; }
  .dashboard-action p span { color: rgba(255, 255, 255, .82); font-size: 16px; line-height: 1.5; }
  .dashboard-action .button { min-height: 57px; font-size: 16px; }
  .pain-grid { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(82vw, 330px); justify-content: start; gap: 13px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; padding: 4px max(0px, calc((100vw - 100%) / 2)) 15px 1px; }
  .pain-card { min-height: 268px; padding: 20px; border-radius: 24px; scroll-snap-align: start; }
  .pain-card::after { right: 8px; bottom: -22px; font-size: 102px; }
  .pain-card__meta { gap: 8px; }
  .pain-number { width: 36px; height: 36px; font-size: 11px; }
  .pain-impact { padding: 7px 9px; font-size: 10px; letter-spacing: .45px; }
  .pain-icon { width: 66px; height: 66px; margin: 20px 0 18px; }
  .pain-card h3 { margin: 0 0 8px; font-size: 24px; line-height: 1.1; }
  .pain-card p { font-size: 16px; line-height: 1.45; }
  .plan-card > .plan-promise { margin-top: 22px; padding-bottom: 13px; font-size: 31px; }
  .account-dialog { padding: 29px 21px 23px; }
  .account-help { font-size: 14px; line-height: 1.5; }
}

@media (max-width: 380px) {
  .hero-headlines__viewport { height: 166px; }
  .hero .hero-headline { font-size: 36px; }
  .hero-promises li { font-size: 13px; }
}

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