:root {
  --paper: #f2f0e9;
  --paper-2: #e9e6dd;
  --ink: #111210;
  --ink-2: #1a1c19;
  --muted: #66695f;
  --line: rgba(17,18,16,.16);
  --acid: #d9ff43;
  --acid-dark: #b9de29;
  --white: #fff;
  --max: 1440px;
  --pad: clamp(22px, 4vw, 70px);
  --radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.45; -webkit-font-smoothing: antialiased; padding-bottom: 38px; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
[id] { scroll-margin-top: 76px; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 100; background: var(--acid); padding: 12px 18px; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 var(--pad); border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: rgba(242,240,233,.94); backdrop-filter: blur(14px); border-color: var(--line); }
.brand, .demo-brand { font-weight: 800; font-size: 22px; letter-spacing: -1.2px; }
.brand span, .demo-brand span, .footer-brand span { color: var(--acid); }
.desktop-nav { display: flex; gap: 30px; font-size: 13px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; bottom: -8px; left: 0; width: 0; border-bottom: 1px solid; transition: width .2s; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.language-picker { position: relative; }
.lang-switch { border: 0; background: transparent; font-size: 12px; cursor: pointer; min-width: 42px; }
.lang-switch span { opacity: .5; margin-left: 3px; }
.language-menu { position: absolute; z-index: 30; top: calc(100% + 14px); right: 0; width: 190px; padding: 8px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 50px rgba(17,18,16,.14); }
.language-menu a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 12px; color: var(--ink); text-decoration: none; font-size: 13px; }
.language-menu a:hover, .language-menu a[aria-current="page"] { background: var(--acid); }
.language-menu small { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.menu-toggle { display: none; width: 40px; height: 40px; border: 0; background: transparent; place-items: center; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; border-top: 1px solid; margin: 3px; }
.mobile-nav { position: absolute; left: 0; right: 0; top: 75px; padding: 30px var(--pad); background: var(--paper); border-bottom: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 0; font-size: 22px; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; padding: 0 22px; border: 1px solid var(--ink); border-radius: var(--radius); font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; }
.button-small { min-height: 40px; padding: 0 18px; gap: 16px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-primary { background: var(--acid); border-color: var(--acid); }
.text-link { display: inline-flex; gap: 16px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid; font-size: 13px; font-weight: 700; }
.text-link span { font-size: 17px; }
.eyebrow, .section-label { font-size: 11px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--acid-dark); border-radius: 50%; box-shadow: 0 0 0 5px rgba(185,222,41,.18); }
.section { max-width: var(--max); margin: 0 auto; padding: 120px var(--pad); }
.section-label { margin-bottom: 66px; opacity: .62; }
.display-title { margin: 0; font-size: clamp(45px, 6.2vw, 92px); line-height: .98; letter-spacing: -.065em; font-weight: 500; }

.hero { min-height: 100vh; max-width: var(--max); margin: 0 auto; padding: 138px var(--pad) 0; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 630px; align-items: center; gap: 50px; }
.hero-copy h1 { max-width: 800px; margin: 26px 0 28px; font-size: clamp(55px, 7vw, 106px); line-height: .9; letter-spacing: -.073em; font-weight: 500; }
.hero-copy h1 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero-lead { max-width: 650px; color: #464942; font-size: clamp(18px, 1.7vw, 25px); line-height: 1.38; }
.hero-outcome { max-width: 650px; margin: 22px 0 0; padding: 16px 0 16px 20px; border-left: 3px solid var(--acid-dark); color: #565950; font-size: 13px; }
.hero-outcome strong { color: var(--ink); }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 42px; }
.trust-line { display: flex; gap: 28px; margin-top: 58px; font-size: 11px; color: var(--muted); }
.trust-line span::before { content: "✓"; margin-right: 8px; color: #718900; }
.hero-visual { position: relative; height: 540px; display: grid; place-items: center; }
.insight-card { position: relative; z-index: 3; width: min(420px, 86%); min-height: 410px; padding: 28px; background: var(--ink); color: var(--white); box-shadow: 0 28px 80px rgba(20,22,18,.18); transform: rotate(-1.2deg); }
.insight-card-top { display: flex; justify-content: space-between; color: #999d94; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.live-dot { color: var(--acid); }
.live-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: currentColor; animation: pulse 1.8s infinite; }
.insight-index { margin: 45px 0 14px; font-family: Georgia, serif; color: var(--acid); font-style: italic; font-size: 26px; }
.insight-card h2 { margin: 0; max-width: 340px; font-size: 35px; line-height: 1.06; letter-spacing: -.035em; font-weight: 500; }
.insight-card > p:not(.insight-index) { color: #bfc2bb; font-size: 13px; max-width: 320px; }
.evidence-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 38px; padding-top: 20px; border-top: 1px solid #343631; }
.evidence-row span { display: block; color: var(--acid); font-size: 22px; }
.evidence-row small { color: #888c84; font-size: 9px; }
.signal-orbit { position: absolute; inset: 40px; border: 1px solid rgba(17,18,16,.1); border-radius: 50%; animation: rotate 45s linear infinite; }
.signal-orbit::before, .signal-orbit::after { content: ""; position: absolute; inset: 55px; border: 1px solid rgba(17,18,16,.07); border-radius: 50%; }
.signal-orbit::after { inset: 115px; }
.signal { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #9abb13; box-shadow: 0 0 0 8px rgba(154,187,19,.12); }
.signal-1 { left: 15%; top: 17%; }.signal-2 { right: 5%; top: 45%; }.signal-3 { left: 22%; bottom: 4%; }.signal-4 { right: 24%; top: 9%; }.signal-5 { left: 0; top: 57%; }.signal-6 { right: 10%; bottom: 13%; }
.floating-note { position: absolute; z-index: 4; width: 170px; padding: 13px 15px; background: var(--white); box-shadow: 0 12px 35px rgba(20,22,18,.12); font-size: 10px; }
.floating-note span { display: block; margin-bottom: 5px; color: var(--muted); }
.floating-note strong { font-weight: 500; }
.note-a { left: -10px; bottom: 90px; transform: rotate(2deg); }.note-b { right: -8px; top: 100px; transform: rotate(2.5deg); }
.hero-proof { min-height: 148px; display: grid; grid-template-columns: repeat(4,1fr) 1.4fr; align-items: center; border-top: 1px solid var(--line); }
.hero-proof > div { padding: 22px; border-right: 1px solid var(--line); }
.hero-proof strong { display: block; font-size: 36px; letter-spacing: -.04em; }
.hero-proof span { font-size: 10px; color: var(--muted); }
.hero-proof p { padding-left: 35px; font-size: 11px; color: var(--muted); }

.problem { padding-top: 170px; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.problem-copy { padding-top: 10px; }
.large-copy { margin: 0 0 60px; font-size: 25px; line-height: 1.3; max-width: 570px; }
.comparison { border-top: 1px solid var(--line); }
.comparison article { position: relative; display: grid; grid-template-columns: 42px 190px 1fr; gap: 15px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.comparison-no { color: var(--muted); font-size: 10px; }
.comparison h3, .comparison p { margin: 0; font-size: 13px; }.comparison p { color: var(--muted); }
.statement { margin-top: 140px; padding: 34px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; justify-content: space-between; font-size: 20px; }
.statement strong { font-weight: 500; }

.section-dark { max-width: none; background: var(--ink); color: var(--white); }
.section-dark > * { max-width: calc(var(--max) - 2 * var(--pad)); margin-left: auto; margin-right: auto; }
.method-head { display: grid; grid-template-columns: 1fr 350px; gap: 80px; align-items: end; }
.method-head p { color: #a8aca3; font-size: 17px; }
.method-steps { margin-top: 100px; border-top: 1px solid #343631; }
.method-step { display: grid; grid-template-columns: 90px 1fr; padding: 30px 0; border-bottom: 1px solid #343631; color: #6f736c; transition: .3s; }
.method-step > span { font-size: 11px; }.method-step div { display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.method-step h3 { margin: 0; font-size: 29px; font-weight: 500; }.method-step p { margin: 0; max-width: 450px; font-size: 13px; }
.method-step.active, .method-step:hover { color: var(--white); }.method-step.active > span { color: var(--acid); }

.audience-tabs { display: flex; flex-wrap: wrap; gap: 0 32px; margin-top: 80px; border-bottom: 1px solid var(--line); }
.audience-tabs button { margin: 0; padding: 16px 0; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); cursor: pointer; }
.audience-tabs button[aria-selected="true"] { color: var(--ink); border-color: var(--ink); }
.audience-panel { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; padding: 70px 0 20px; }
.audience-panel h3 { font-size: 43px; line-height: 1.05; letter-spacing: -.04em; font-weight: 500; }
.audience-panel > div > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 17px; }
.audience-panel .text-link { margin-top: 25px; }
.audience-panel ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.audience-panel li { display: grid; grid-template-columns: 55px 1fr; padding: 22px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.audience-panel li span { color: var(--muted); font-size: 10px; }

.use-case-head { display: flex; justify-content: space-between; align-items: end; }
.use-case-head p { max-width: 300px; color: var(--muted); }
.use-case-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 80px; border-top: 1px solid var(--line); }
.use-card { min-height: 235px; display: grid; grid-template-columns: 55px 1fr auto; gap: 20px; padding: 32px; border-bottom: 1px solid var(--line); transition: background .25s, color .25s; }
.use-card:nth-child(odd) { border-right: 1px solid var(--line); }
.use-card > span { font-size: 10px; color: var(--muted); }.use-card > div > p { margin: 0 0 40px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }.use-card h3 { margin: 0; max-width: 450px; font-size: 25px; line-height: 1.18; font-weight: 500; letter-spacing: -.025em; }.use-card > b { align-self: end; font-size: 22px; font-weight: 400; }
.use-card:hover, .use-card.featured { background: var(--acid); }.use-card:hover > span, .use-card:hover > div > p, .use-card.featured > span, .use-card.featured > div > p { color: #536300; }
.use-card-links { display: flex; flex-wrap: wrap; gap: 14px 18px; margin-top: 22px; }
.use-card-link { font-size: 12px; font-weight: 700; letter-spacing: .02em; color: var(--muted); text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 1px; transition: color .2s, border-color .2s; }
.use-card-link.is-active { color: var(--ink); border-bottom-color: currentColor; }
.use-card:hover .use-card-link { color: #3d4a00; }
.use-card:hover .use-card-link.is-active { color: var(--ink); border-bottom-color: var(--ink); }

.briefing-body { background: #d9d8d2; padding-bottom: 0; }
.briefing-bar { position: sticky; z-index: 50; top: 0; display: flex; align-items: center; justify-content: space-between; height: 64px; padding: 0 var(--pad); background: rgba(242,240,233,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.briefing-bar-start { display: flex; align-items: center; gap: 22px; }
.briefing-back { font-size: 12px; font-weight: 700; color: var(--muted); border-bottom: 1px solid transparent; padding-bottom: 1px; transition: color .2s, border-color .2s; }
.briefing-back:hover { color: var(--ink); border-bottom-color: currentColor; }
.briefing-page { width: min(1180px, 100%); min-height: calc(100vh - 64px); margin: 0 auto; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--paper); box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.briefing-left, .briefing-right { padding: 54px 48px 42px; display: flex; flex-direction: column; }
.briefing-right { background: var(--ink); color: var(--paper); }
.briefing-left h1 { margin: 18px 0 22px; max-width: 650px; font-size: clamp(42px, 5.5vw, 56px); line-height: .98; letter-spacing: -.05em; font-weight: 500; }
.briefing-lead { max-width: 650px; margin: 0 0 34px; color: #3c4039; font-size: 20px; line-height: 1.45; }
.briefing-accent { width: 88px; height: 7px; margin: 0 0 36px; background: var(--acid); }
.briefing-section-title { margin: 0 0 18px; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 800; color: var(--muted); }
.briefing-right .briefing-section-title { color: #aeb2aa; }
.briefing-usecases { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.briefing-usecases article { min-height: 112px; padding: 17px 16px; border: 1px solid var(--line); background: rgba(255,255,255,.28); }
.briefing-usecases b { display: block; margin-bottom: 8px; font-size: 15px; }
.briefing-usecases p { margin: 0; color: #565a52; font-size: 13px; line-height: 1.42; }
.briefing-values { display: flex; flex-wrap: wrap; gap: 22px; margin-top: auto; padding-top: 30px; }
.briefing-values div { font-size: 12px; font-weight: 700; }
.briefing-values div::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--acid); }
.briefing-right h2 { margin: 0 0 24px; font-size: clamp(24px, 3vw, 30px); line-height: 1.08; letter-spacing: -.03em; font-weight: 500; }
.briefing-flow { display: grid; gap: 13px; margin: 0 0 32px; }
.briefing-step { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: start; }
.briefing-num { width: 30px; height: 30px; border-radius: 50%; background: var(--acid); color: var(--ink); display: grid; place-items: center; font-size: 12px; font-weight: 900; }
.briefing-step b { display: block; margin: 1px 0 5px; font-size: 14px; }
.briefing-step p { margin: 0; color: #c7cbc4; font-size: 12.5px; line-height: 1.42; }
.briefing-output { margin-bottom: 26px; padding: 18px; background: #1a1c19; border-left: 6px solid var(--acid); }
.briefing-output b { display: block; margin-bottom: 8px; font-size: 15px; }
.briefing-output p { margin: 0; color: #d8dbd4; font-size: 13px; line-height: 1.45; }
.briefing-note { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: #adb2aa; font-size: 12px; line-height: 1.5; }
.briefing-note strong { color: var(--paper); }
.briefing-footer { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); }
.briefing-contact b { display: block; margin-bottom: 4px; font-size: 15px; }
.briefing-contact a { color: var(--acid); font-size: 13px; }
.briefing-imprint { color: #aeb2aa; font-size: 11px; }

.section-ink { max-width: none; background: #20221f; color: var(--white); }
.section-ink > * { max-width: calc(var(--max) - 2 * var(--pad)); margin-left: auto; margin-right: auto; }
.demo-intro { display: grid; grid-template-columns: 1fr 340px; align-items: end; gap: 50px; }
.demo-intro p { color: #a7aaa3; }
.demo-shell { margin-top: 80px; height: 720px; display: grid; grid-template-columns: 230px 1fr; overflow: clip; background: #f6f5f0; color: var(--ink); border-radius: 4px; box-shadow: 0 35px 90px rgba(0,0,0,.25); }
.campaign-sidebar { display: flex; flex-direction: column; padding: 25px 15px; background: #151714; color: white; }
.demo-brand { padding: 0 12px 25px; font-size: 16px; }.demo-brand small { margin-left: 7px; color: #777b73; font-size: 8px; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.sidebar-label { margin: 8px 12px 12px; color: #73776f; font-size: 8px; text-transform: uppercase; letter-spacing: .15em; }
.campaign-item { width: 100%; display: grid; grid-template-columns: 12px 1fr auto; gap: 8px; align-items: start; padding: 14px 10px; border: 0; border-radius: 3px; background: transparent; color: #b8bbb4; text-align: left; cursor: pointer; }
.campaign-item.active { background: #292c27; color: white; }.campaign-item:hover { background: #232521; }
.campaign-item span { display: grid; }.campaign-item strong { font-size: 10px; }.campaign-item small { color: #747870; font-size: 8px; }.campaign-item em { font-size: 8px; font-style: normal; color: #9da197; }
.status { width: 6px; height: 6px; margin-top: 4px; border-radius: 50%; }.status.complete { background: var(--acid); }.status.live { background: #64ddac; box-shadow: 0 0 0 4px rgba(100,221,172,.1); }.status.analysis { background: #ffbd59; }.status.setup { border: 1px solid #858981; }
.sidebar-footer { display: flex; justify-content: space-between; margin-top: auto; padding: 15px 10px 0; border-top: 1px solid #2b2d29; color: #6d7169; font-size: 7px; }.sidebar-footer span:last-child { color: #6e927b; }
.campaign-main { padding: 28px; overflow: clip; }
.campaign-topbar { display: flex; justify-content: space-between; align-items: end; padding-bottom: 22px; border-bottom: 1px solid #dddcd5; }.campaign-topbar p, .campaign-topbar h3 { margin: 0; }.campaign-topbar p { color: #8a8d85; font-size: 8px; }.campaign-topbar h3 { margin-top: 7px; font-size: 20px; }.demo-window { text-align: right; }.demo-window span { display: block; color: #8a8d85; font-size: 7px; text-transform: uppercase; }.demo-window strong { font-size: 9px; }
.metric-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 18px; }.metric-grid article { padding: 16px; background: #fff; border: 1px solid #e0dfd8; }.metric-grid article > span { display: block; color: #7e8179; font-size: 8px; }.metric-grid strong { display: block; margin: 8px 0 10px; font-size: 20px; }.metric-grid small { color: #888b84; font-size: 7px; }.metric-bar { height: 2px; margin-bottom: 9px; background: #e4e4de; }.metric-bar i { display: block; width: var(--value); height: 100%; background: #98b721; transition: width .5s; }
.demo-content-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12px; margin-top: 12px; height: 475px; }.theme-panel, .evidence-panel { background: white; border: 1px solid #e0dfd8; }.panel-heading { display: flex; justify-content: space-between; padding: 17px; border-bottom: 1px solid #e0dfd8; }.panel-heading div { display: grid; }.panel-heading span { font-size: 10px; font-weight: 700; }.panel-heading small { color: #8b8e86; font-size: 7px; }.panel-heading button { border: 0; background: none; color: #888; }
.theme-row { width: 100%; display: grid; grid-template-columns: 1fr 30px 36px; gap: 5px; align-items: center; padding: 17px; border: 0; border-bottom: 1px solid #ecebe6; background: transparent; text-align: left; cursor: pointer; }.theme-row.active { background: #f0f3e3; }.theme-row > span { display: flex; align-items: center; gap: 10px; font-size: 9px; }.theme-row i { color: #a2a59d; font-size: 7px; font-style: normal; }.theme-row strong { font-size: 10px; }.theme-row em { padding: 3px 4px; font-size: 6px; font-style: normal; text-align: center; }.strength.high { color: #587000; background: #e3f2a8; }.strength.medium { color: #8a6714; background: #f5e5b8; }.strength.emerging { color: #476778; background: #d9ebf4; }
.evidence-panel { padding: 22px; }.evidence-kicker { display: flex; justify-content: space-between; color: #8a8d85; font-size: 7px; letter-spacing: .08em; }.evidence-kicker em { font-style: normal; color: #667d0c; }.evidence-panel h4 { max-width: 520px; margin: 24px 0 10px; font-size: 24px; line-height: 1.08; letter-spacing: -.03em; }.evidence-panel > p { margin: 0; max-width: 500px; color: #777a73; font-size: 9px; }.evidence-chain { margin-top: 25px; border-top: 1px solid #e2e1da; }.evidence-chain div { display: grid; grid-template-columns: 120px 1fr; gap: 15px; padding: 14px 0; border-bottom: 1px solid #e2e1da; }.evidence-chain span { color: #888b83; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }.evidence-chain p { margin: 0; font-size: 9px; }.evidence-footer { display: flex; gap: 22px; margin-top: 18px; color: #888b83; font-size: 7px; }.evidence-footer i { display: inline-block; width: 5px; height: 5px; background: var(--acid-dark); border-radius: 50%; }

.campaign-empty-state { height: 475px; margin-top: 12px; display: grid; grid-template-columns: .38fr 1fr; background: #171916; color: white; border: 1px solid #343731; }.empty-state-kicker { display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border-right: 1px solid #343731; color: #777b73; font-size: 8px; letter-spacing: .1em; }.empty-state-kicker em { font-style: normal; }.empty-state-body { align-self: center; max-width: 650px; padding: 45px; }.empty-state-index { margin: 0 0 15px; color: var(--acid); font-family: Georgia, serif; font-size: 25px; font-style: italic; }.empty-state-body h4 { margin: 0; font-size: 34px; line-height: 1.06; letter-spacing: -.035em; }.empty-state-body > p:not(.empty-state-index) { max-width: 570px; color: #9da198; font-size: 12px; }.setup-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 35px; padding-top: 22px; border-top: 1px solid #343731; }.setup-checks span { color: #9da198; font-size: 9px; }.setup-checks i { margin-right: 8px; color: var(--acid); font-style: normal; }

.case-study { background: var(--acid); max-width: none; }.case-study > * { max-width: calc(var(--max) - 2 * var(--pad)); margin-left: auto; margin-right: auto; }.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }.case-quote { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(35px, 4vw, 59px); line-height: 1.04; letter-spacing: -.035em; }.case-source { margin-top: 35px; font-size: 10px; color: #566319; }.case-detail { padding-top: 8px; }.case-detail h2 { margin: 0 0 25px; font-size: 38px; line-height: 1.05; letter-spacing: -.04em; font-weight: 500; }.case-detail > p { font-size: 16px; max-width: 520px; }.case-numbers { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 70px; border-top: 1px solid rgba(17,18,16,.25); }.case-numbers span { padding-top: 16px; font-size: 9px; }.case-numbers strong { display: block; font-size: 27px; }
.pilot-voices { margin-top: 90px; border-top: 1px solid rgba(17,18,16,.28); }.pilot-voices-head { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid rgba(17,18,16,.28); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }.pilot-voices-head small { color: #59671b; font-size: 8px; }.pilot-voices-grid { display: grid; grid-template-columns: repeat(3,1fr); }.pilot-voices-grid article { min-height: 230px; padding: 28px; border-right: 1px solid rgba(17,18,16,.28); }.pilot-voices-grid article:last-child { border-right: 0; }.pilot-voices-grid span { color: #59671b; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }.pilot-voices-grid p { margin: 42px 0 0; font-family: Georgia, serif; font-size: 20px; line-height: 1.25; }

.estimator-intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; }.estimator-intro .section-label { grid-column: 1/-1; margin-bottom: 0; }.estimator-intro p { max-width: 420px; color: var(--muted); font-size: 18px; }
.estimator-shell { margin-top: 80px; padding: 35px; background: #fff; border: 1px solid var(--line); box-shadow: 0 25px 70px rgba(24,25,22,.07); }
.estimator-progress { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 60px; border-bottom: 1px solid var(--line); }.estimator-progress span { display: flex; align-items: center; gap: 10px; padding: 0 0 14px; color: #a2a49e; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.estimator-progress i { display: grid; place-items: center; width: 21px; height: 21px; border: 1px solid #cccec7; border-radius: 50%; font-style: normal; }.estimator-progress span.active { color: var(--ink); border-bottom: 2px solid var(--ink); }.estimator-progress span.complete i { background: var(--ink); color: white; border-color: var(--ink); }
.wizard-step { min-height: 430px; }.wizard-eyebrow { margin: 0; color: #858880; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.wizard-step > h3 { margin: 12px 0 35px; font-size: 34px; letter-spacing: -.035em; font-weight: 500; }.option-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.option-grid label, .addon-list label { position: relative; cursor: pointer; }.option-grid input { position: absolute; opacity: 0; }.option-grid label > span { min-height: 145px; display: grid; align-content: start; padding: 20px; border: 1px solid #dcddd7; transition: .2s; }.option-grid label > span i { margin-bottom: 20px; color: #a2a59e; font-size: 9px; font-style: normal; }.option-grid strong { font-size: 14px; }.option-grid small { margin-top: 8px; color: #858880; font-size: 10px; }.option-grid input:checked + span { border-color: var(--ink); background: var(--acid); box-shadow: inset 0 0 0 1px var(--ink); }.option-grid input:focus-visible + span { outline: 2px solid #4361ee; outline-offset: 2px; }
.range-block { margin: 45px 0 55px; }.range-block > div:first-child { display: flex; justify-content: space-between; align-items: end; }.range-block label { font-size: 13px; }.range-block output { font-size: 42px; letter-spacing: -.05em; }.range-block input[type="range"] { width: 100%; height: 2px; appearance: none; background: linear-gradient(90deg,var(--acid-dark) 0%,var(--acid-dark) 13%,#d9dad4 13%,#d9dad4 100%); }.range-block input::-webkit-slider-thumb { appearance: none; width: 20px; height: 20px; border: 5px solid var(--ink); border-radius: 50%; background: var(--acid); cursor: grab; }.range-labels { display: flex; justify-content: space-between; color: #999c94; font-size: 9px; margin-top: 9px; }.select-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.select-grid label { display: grid; gap: 8px; color: #777a73; font-size: 10px; }.select-grid select { width: 100%; padding: 14px; border: 1px solid #d5d6d0; border-radius: 0; background: white; }
.included-note { margin: -20px 0 30px; color: #757870; font-size: 11px; }.addon-list { border-top: 1px solid #ddd; }.addon-list label { display: grid; grid-template-columns: 25px 1fr auto; gap: 15px; align-items: center; padding: 18px 5px; border-bottom: 1px solid #ddd; }.addon-list input { width: 17px; height: 17px; accent-color: var(--ink); }.addon-list span { display: grid; }.addon-list strong { font-size: 13px; }.addon-list small { color: #8b8e86; font-size: 9px; }.addon-list em { font-size: 11px; font-style: normal; }
.estimate-result { padding: 30px; background: var(--ink); color: white; }.estimate-result > span { color: #999d95; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.estimate-result strong { display: block; margin: 12px 0; color: var(--acid); font-size: clamp(38px,5vw,66px); letter-spacing: -.05em; }.estimate-result p { margin: 0; color: #7d8178; font-size: 9px; }.estimate-summary { display: flex; gap: 12px; flex-wrap: wrap; padding: 18px 0; border-bottom: 1px solid #ddd; }.estimate-summary span { padding: 7px 10px; background: #edeee9; font-size: 9px; }.effort-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 20px; background: #ddd; border: 1px solid #ddd; }.effort-compare div { padding: 17px; background: #f8f8f5; }.effort-compare span { display: block; color: #858880; font-size: 8px; }.effort-compare strong { font-size: 12px; }.lead-box { display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; margin-top: 30px; padding: 25px; background: #eef0e8; }.lead-box h4 { margin: 0 0 5px; font-size: 18px; }.lead-box p { margin: 0; color: #74776f; font-size: 10px; }.lead-fields { display: grid; grid-template-columns: 1fr auto; gap: 8px; }.lead-fields label { display: grid; gap: 3px; }.lead-fields label span { font-size: 8px; }.lead-fields input, .lead-fields textarea { min-width: 0; padding: 10px 12px; border: 1px solid #c9cbc4; border-radius: 0; background: white; resize: vertical; }.lead-fields input { padding-top: 0; padding-bottom: 0; }.lead-fields textarea:focus, .lead-fields input:focus { outline: 2px solid var(--acid-dark); outline-offset: 1px; }.lead-fields .target-field { grid-column: 1/-1; }.lead-box > small { grid-column: 1/-1; color: #8c8f87; font-size: 8px; }
.wizard-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 25px; padding-top: 25px; border-top: 1px solid #ddd; }.button-back { border: 0; border-bottom: 1px solid; background: transparent; padding: 5px 0; cursor: pointer; }

.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }.security-grid > div > p { color: #9a9e95; font-size: 17px; max-width: 450px; }.security-points { border-top: 1px solid #373934; }.security-points article { display: grid; grid-template-columns: 40px 180px 1fr; padding: 24px 0; border-bottom: 1px solid #373934; }.security-points span { color: var(--acid); font-size: 9px; }.security-points h3, .security-points p { margin: 0; font-size: 12px; }.security-points p { color: #8f938a; }
.final-cta { min-height: 680px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.final-cta h2 { margin: 20px 0 55px; font-size: clamp(70px,10vw,150px); line-height: .8; letter-spacing: -.08em; font-weight: 500; }
.site-footer { position: relative; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 60px; padding: 70px var(--pad) 35px; background: var(--ink); color: white; }.footer-brand { font-size: 25px; font-weight: 800; }.footer-brand p { color: #777b72; font-size: 9px; font-weight: 400; }.site-footer > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; font-size: 10px; color: #999d94; }.site-footer > div:not(:first-child) p { margin: 0 0 10px; color: white; text-transform: uppercase; letter-spacing: .1em; }.site-footer small { grid-column: 1/-1; padding-top: 35px; border-top: 1px solid #30322e; color: #656961; font-size: 8px; }
.toast { position: fixed; z-index: 100; right: 24px; bottom: 58px; display: grid; gap: 3px; padding: 18px 22px; background: var(--ink); color: white; box-shadow: 0 12px 35px rgba(0,0,0,.25); }.toast strong { font-size: 12px; }.toast span { color: #a8aca3; font-size: 9px; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.pilot-marquee { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 38px; border-top: 1px solid rgba(217,255,67,.28); background: rgba(17,18,16,.96); backdrop-filter: blur(10px); color: #d7dbd1; }
.pilot-marquee-track { width: 100%; height: 100%; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 0 var(--pad); border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; text-align: left; }
.pilot-marquee-track:hover, .pilot-marquee-track:focus-visible { color: var(--white); outline: 0; }
.pilot-marquee-track:focus-visible { box-shadow: inset 0 0 0 2px var(--acid); }
.pilot-marquee-label { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--acid); white-space: nowrap; }
.pilot-marquee-label i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(217,255,67,.16); animation: pulse 2.2s infinite; }
.pilot-marquee-scroll { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 28px, #000 calc(100% - 28px), transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 28px, #000 calc(100% - 28px), transparent); }
.pilot-marquee-mover { display: flex; width: max-content; animation: marquee-scroll 42s linear infinite; }
.pilot-marquee-group { display: inline-flex; align-items: center; white-space: nowrap; }
.pilot-marquee-group span { padding: 0 42px; font-size: 12px; letter-spacing: .02em; }
.pilot-marquee-group span::before { content: "·"; margin-right: 42px; color: rgba(217,255,67,.55); }
.pilot-marquee-cta { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .04em; white-space: nowrap; color: var(--acid); }
.pilot-marquee-cta em { font-style: normal; font-size: 14px; }
.pilot-marquee-track:hover .pilot-marquee-mover { animation-play-state: paused; }
body.pilot-dialog-open { overflow: hidden; }

.pilot-dialog { width: min(720px, calc(100vw - 28px)); max-width: none; height: min(760px, calc(100vh - 36px)); max-height: none; margin: auto; padding: 0; border: 1px solid #343631; border-radius: var(--radius); background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.pilot-dialog::backdrop { background: rgba(10,11,9,.78); backdrop-filter: blur(5px); }
.pilot-dialog-shell { height: 100%; display: grid; grid-template-rows: auto 1fr auto; }
.pilot-dialog-header { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding: 22px 24px 18px; border-bottom: 1px solid var(--line); }
.pilot-dialog-header .eyebrow { margin: 0 0 8px; }
.pilot-dialog-header h2 { margin: 0; font-size: 28px; line-height: 1; letter-spacing: -.04em; font-weight: 500; }
.pilot-dialog-close { width: 40px; height: 40px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 16px; cursor: pointer; transition: background .2s, border-color .2s; }
.pilot-dialog-close:hover, .pilot-dialog-close:focus-visible { background: var(--ink); color: var(--white); border-color: var(--ink); outline: 0; }
.pilot-dialog-body { min-height: 0; background: #fff; }
.pilot-dialog-body iframe { width: 100%; height: 100%; border: 0; display: block; }
.pilot-dialog-fallback { margin: 0; padding: 12px 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; background: var(--paper-2); }
.pilot-dialog-fallback a { color: var(--ink); font-weight: 700; border-bottom: 1px solid; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .pilot-marquee-mover { animation: none; }
  .pilot-marquee-group:last-child,
  .pilot-marquee-group span:not(:first-child) { display: none; }
  .pilot-marquee-group span::before { display: none; }
  .pilot-marquee-group span { padding: 0; }
}
@media (max-width: 760px) {
  .pilot-marquee { height: 42px; }
  body { padding-bottom: 42px; }
  .pilot-marquee-track { gap: 10px; }
  .pilot-marquee-cta { display: none; }
  .pilot-marquee-group span { font-size: 11px; padding: 0 28px; }
  .pilot-marquee-group span::before { margin-right: 28px; }
  .pilot-dialog { width: calc(100vw - 16px); height: calc(100vh - 16px); }
  .pilot-dialog-header { padding: 18px 16px 14px; }
  .pilot-dialog-header h2 { font-size: 22px; }
  .pilot-dialog-fallback { padding: 10px 16px; }
}

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
[hidden] { display: none !important; }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: .35; transform: scale(.75); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.signal-orbit, .live-dot::before, .pilot-marquee-label i { animation: none; } }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }.site-header { grid-template-columns: 1fr auto; }.header-actions { gap: 5px; }.menu-toggle { display: grid; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 40px; }.hero-visual { margin-top: 10px; }.hero-proof { grid-template-columns: repeat(4,1fr); }.hero-proof p { grid-column: 1/-1; padding: 20px 0; }
  .problem-grid, .audience-panel, .case-grid, .security-grid { grid-template-columns: 1fr; }.problem-copy { max-width: 720px; }.method-head { grid-template-columns: 1fr; }.method-head p { max-width: 500px; }.demo-shell { grid-template-columns: 190px 1fr; }.metric-grid { grid-template-columns: 1fr 1fr; }.demo-content-grid { height: 390px; }.campaign-main { overflow-y: auto; }.estimator-intro { grid-template-columns: 1fr; }.site-footer { grid-template-columns: 2fr 1fr 1fr; }.site-footer > div:nth-child(4) { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --pad: 20px; }.section { padding-top: 85px; padding-bottom: 85px; }.section-label { margin-bottom: 40px; }.site-header { height: 64px; }.header-actions .button { display: none; }.mobile-nav { top: 63px; }
  .hero { padding-top: 100px; }.hero-grid { min-height: auto; }.hero-copy h1 { font-size: 58px; }.hero-lead { font-size: 18px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }.hero-actions .button { width: 100%; }.hero-actions .text-link { align-self: flex-start; }.trust-line { flex-direction: column; gap: 8px; margin-top: 38px; }.hero-visual { height: 480px; }.insight-card { width: 92%; }.floating-note { width: 145px; }.note-a { left: -5px; }.note-b { right: -4px; }.hero-proof { grid-template-columns: 1fr 1fr; margin-top: 20px; }.hero-proof > div:nth-child(2) { border-right: 0; }.hero-proof strong { font-size: 30px; }
  .display-title { font-size: 50px; }.problem-grid { gap: 50px; }.audience-tabs { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }.audience-tabs::-webkit-scrollbar { display: none; }.comparison article { grid-template-columns: 30px 1fr; }.comparison p { grid-column: 2; }.statement { flex-direction: column; gap: 12px; margin-top: 90px; font-size: 17px; }.method-step { grid-template-columns: 40px 1fr; }.method-step div { grid-template-columns: 1fr; gap: 8px; }.method-step h3 { font-size: 23px; }.audience-panel { gap: 45px; }.audience-panel h3 { font-size: 34px; }.use-case-head, .demo-intro { display: grid; grid-template-columns: 1fr; gap: 25px; }.use-case-grid { grid-template-columns: 1fr; }.use-card:nth-child(odd) { border-right: 0; }.use-card { min-height: 190px; padding: 25px 15px; }.use-card > div > p { margin-bottom: 25px; }.briefing-page { grid-template-columns: 1fr; }.briefing-left, .briefing-right { padding: 36px 26px; }.briefing-usecases { grid-template-columns: 1fr; }.briefing-bar .button { display: none; }.demo-shell { height: auto; display: block; overflow: visible; }.campaign-sidebar { display: block; overflow-x: auto; white-space: nowrap; }.sidebar-label, .sidebar-footer { display: none; }.campaign-item { width: 190px; display: inline-grid; white-space: normal; }.campaign-main { padding: 15px; overflow-x: hidden; }.campaign-topbar { flex-direction: column; gap: 10px; align-items: flex-start; }.campaign-topbar h3 { font-size: 18px; }.demo-window { text-align: left; }.metric-grid { grid-template-columns: 1fr 1fr; }.demo-content-grid { grid-template-columns: 1fr; height: auto; }.theme-panel { max-height: 300px; overflow-y: auto; }.evidence-panel h4 { font-size: 21px; }.campaign-empty-state { display: block; height: auto; }.empty-state-kicker { border-right: 0; border-bottom: 1px solid #343731; flex-direction: row; justify-content: space-between; }.empty-state-body { padding: 25px 20px; }.empty-state-body h4 { font-size: 24px; }.setup-checks { grid-template-columns: 1fr; }.case-grid { gap: 70px; }.case-numbers { margin-top: 40px; }.option-grid { grid-template-columns: 1fr; }.option-grid label > span { min-height: 110px; }.select-grid { grid-template-columns: 1fr; }.estimator-shell { padding: 20px 14px; }.estimator-progress span { font-size: 0; }.estimator-progress i { font-size: 10px; }.addon-list label { grid-template-columns: 24px 1fr; }.addon-list em { grid-column: 2; }.lead-box { grid-template-columns: 1fr; }.lead-fields { grid-template-columns: 1fr; }.lead-fields input { height: 48px; }.lead-box > small { grid-column: 1; }.effort-compare { grid-template-columns: 1fr; }.security-points article { grid-template-columns: 30px 1fr; }.security-points p { grid-column: 2; margin-top: 8px; }.site-footer { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.site-footer > div:nth-child(4) { grid-column: auto; }.final-cta { min-height: 520px; }.final-cta h2 { font-size: 72px; }
}

/* Product logic */
.survey-contrast { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; margin-top: 110px; padding: 52px; border: 1px solid var(--line); background: #fff; }
.contrast-intro > span, .contrast-columns article > span { color: #858880; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.contrast-intro h3 { margin: 18px 0 0; font-size: clamp(28px,3vw,43px); line-height: 1.06; letter-spacing: -.045em; font-weight: 500; }
.contrast-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.contrast-columns article { padding: 28px; background: #f7f7f3; }
.contrast-columns article:last-child { background: var(--acid); }
.contrast-columns h4 { margin: 38px 0 10px; font-size: 17px; font-weight: 600; }
.contrast-columns p { margin: 0; color: #686b64; font-size: 13px; line-height: 1.55; }
.campaign-logic { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.campaign-logic article { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); }
.campaign-logic article:last-child { border-right: 0; }
.campaign-logic article > span { color: #999c94; font-size: 9px; }
.campaign-logic article > p { margin: 62px 0 10px; color: var(--acid-dark); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.campaign-logic h3 { margin: 0 0 18px; font-size: 25px; line-height: 1.12; letter-spacing: -.03em; font-weight: 500; }
.campaign-logic small { color: var(--muted); font-size: 11px; line-height: 1.5; }
@media (max-width: 1050px) {
  .survey-contrast { grid-template-columns: 1fr; gap: 45px; }
}
@media (max-width: 760px) {
  .survey-contrast { padding: 28px 20px; gap: 35px; margin-top: 75px; }
  .contrast-columns, .campaign-logic { grid-template-columns: 1fr; }
  .campaign-logic article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .campaign-logic article > p { margin-top: 35px; }
}
/* Expandable example dashboard */
.demo-shell { position: relative; }
.demo-expand { position: absolute; z-index: 8; top: -48px; right: 0; display: inline-flex; align-items: center; gap: 10px; min-height: 38px; padding: 0 14px; border: 1px solid #4a4d47; background: #20221f; color: #d9ddd3; font: inherit; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.demo-expand:hover, .demo-expand:focus-visible { color: var(--acid); border-color: var(--acid); outline: 0; }
.demo-expand svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: square; }
.demo-expand .collapse-icon { display: none; }
body.demo-expanded { overflow: hidden; }
body.demo-expanded::before { content: ''; position: fixed; z-index: 198; inset: 0; background: rgba(10,11,9,.82); backdrop-filter: blur(5px); }
.demo-shell.is-expanded { position: fixed; z-index: 199; inset: 22px; width: auto; max-width: none; height: calc(100vh - 44px); margin: 0; grid-template-columns: 230px 1fr; box-shadow: 0 30px 100px rgba(0,0,0,.5); animation: dashboard-open .28s ease-out; }
.demo-shell.is-expanded .demo-expand { top: 14px; right: 14px; border-color: #54584f; background: #292b27; }
.demo-shell.is-expanded .expand-icon { display: none; }
.demo-shell.is-expanded .collapse-icon { display: block; }
.demo-shell.is-expanded .campaign-main { padding-top: 62px; overflow-y: auto; }
.demo-shell.is-expanded .demo-content-grid { height: min(52vh,560px); }
.demo-shell.is-expanded .theme-panel { overflow-y: auto; }
@keyframes dashboard-open { from { opacity: 0; transform: scale(.975); } to { opacity: 1; transform: scale(1); } }
@media (max-width: 760px) {
  .demo-expand { top: -45px; }
  .demo-expand span { display: none; }
  .demo-expand { width: 38px; justify-content: center; padding: 0; }
  .demo-shell.is-expanded { inset: 8px; height: calc(100vh - 16px); display: block; overflow-y: auto; }
  .demo-shell.is-expanded .campaign-sidebar { position: sticky; z-index: 4; top: 0; }
  .demo-shell.is-expanded .campaign-main { padding-top: 62px; overflow-x: hidden; overflow-y: visible; }
  .demo-shell.is-expanded .demo-content-grid { height: auto; }
  .demo-shell.is-expanded .campaign-empty-state { display: block; height: auto; }
}
/* Smooth target-group transitions */
.audience-panel:not([hidden]) { animation: audience-panel-in .48s cubic-bezier(.2,.75,.25,1) both; }
.audience-panel:not([hidden]) > div { animation: audience-copy-in .48s .04s cubic-bezier(.2,.75,.25,1) both; }
.audience-panel:not([hidden]) > ul { animation: audience-list-in .52s .1s cubic-bezier(.2,.75,.25,1) both; }
@keyframes audience-panel-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes audience-copy-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes audience-list-in { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: translateX(0); } }
@media (prefers-reduced-motion: reduce) {
  .audience-panel:not([hidden]), .audience-panel:not([hidden]) > div, .audience-panel:not([hidden]) > ul { animation: none; }
}
/* Readability refinements */
.metric-grid article > span { font-size: 10px; }
.metric-grid small { font-size: 9px; line-height: 1.35; }
.theme-row > span { font-size: 11px; }
.theme-row em { font-size: 7px; }
.evidence-panel > p, .evidence-chain p { font-size: 11px; line-height: 1.45; }
.evidence-chain span { font-size: 8px; }
.lead-box h4 { font-size: 21px; }
.lead-box p { font-size: 12px; line-height: 1.5; }
.lead-fields label > span { font-size: 10px; }
.lead-fields input, .lead-fields textarea { font-size: 14px; }
.option-grid small { font-size: 11px; line-height: 1.4; }
.select-grid label > span { font-size: 11px; }
@media (max-width: 760px) {
  .metric-grid article > span { font-size: 9px; }
  .theme-row > span { font-size: 10px; }
  .lead-box h4 { font-size: 20px; }
}
/* Campaign planner scale */
.estimator-intro .display-title { font-size: clamp(64px, 8vw, 124px); line-height: .86; }
.estimator-intro > p { max-width: 500px; font-size: 20px; line-height: 1.4; }
.estimator-shell { max-width: 1200px; margin-top: 92px; }
.wizard-step > h3 { font-size: clamp(38px, 4vw, 56px); }
.estimate-result > span { font-size: 12px; }
.estimate-result p { font-size: 11px; }
@media (max-width: 760px) {
  .estimator-intro .display-title { font-size: 64px; }
  .estimator-intro > p { font-size: 17px; }
  .estimator-shell { margin-top: 62px; }
  .wizard-step > h3 { font-size: 36px; }
}
/* Offer form alignment */
.lead-box { grid-template-columns: minmax(220px,.78fr) minmax(0,1.22fr); align-items: start; gap: 42px; padding: 32px; }
.lead-box h4 { margin-bottom: 12px; font-size: 24px; line-height: 1.05; }
.lead-box p { max-width: 390px; font-size: 13px; line-height: 1.55; }
.lead-fields { grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 12px; }
.lead-fields .target-field { grid-column: 1/-1; }
.lead-fields input, .lead-fields textarea { width: 100%; box-sizing: border-box; font-size: 14px; }
.lead-fields button { min-height: 54px; white-space: nowrap; }
.lead-box > small { margin-top: 2px; font-size: 10px; line-height: 1.4; }
@media (max-width: 760px) {
  .lead-box { grid-template-columns: 1fr; gap: 25px; padding: 25px 20px; }
  .lead-fields { grid-template-columns: 1fr; }
  .lead-fields .target-field { grid-column: 1; }
  .lead-fields button { width: 100%; }
}
/* Dashboard readability */
.campaign-item { min-height: 66px; padding: 12px 14px; }
.campaign-item strong { font-size: 13px; line-height: 1.2; }
.campaign-item small { font-size: 10px; line-height: 1.3; }
.campaign-item em { font-size: 10px; }
.demo-content-grid .panel-heading { padding: 20px; }
.demo-content-grid .panel-heading span { font-size: 12px; }
.demo-content-grid .panel-heading small { font-size: 9px; }
.demo-content-grid .theme-row { padding: 20px; }
.demo-content-grid .theme-row > span { font-size: 12px; }
.demo-content-grid .theme-row > span i { font-size: 9px; }
.demo-content-grid .theme-row strong { font-size: 12px; }
.demo-content-grid .theme-row em { font-size: 8px; }
.demo-content-grid .evidence-panel { padding: 28px; }
.demo-content-grid .evidence-kicker { font-size: 9px; }
.demo-content-grid .evidence-panel h4 { font-size: 28px; line-height: 1.12; }
.demo-content-grid .evidence-panel > p { font-size: 13px; line-height: 1.5; }
.demo-content-grid .evidence-chain { margin-top: 30px; }
.demo-content-grid .evidence-chain div { grid-template-columns: 140px 1fr; gap: 20px; padding: 18px 0; }
.demo-content-grid .evidence-chain span { font-size: 9px; }
.demo-content-grid .evidence-chain p { font-size: 12px; line-height: 1.45; }
.demo-content-grid .evidence-footer { font-size: 9px; }
.effort-compare div { padding: 22px; }
.effort-compare span { font-size: 10px; line-height: 1.35; }
.effort-compare strong { font-size: 16px; line-height: 1.3; }
@media (max-width: 760px) {
  .campaign-item strong { font-size: 12px; }
  .campaign-item small { font-size: 9px; }
  .demo-content-grid .evidence-panel { padding: 22px; }
  .demo-content-grid .evidence-panel h4 { font-size: 24px; }
  .demo-content-grid .evidence-chain div { grid-template-columns: 1fr; gap: 7px; }
  .effort-compare span { font-size: 9px; }
  .effort-compare strong { font-size: 15px; }
}
/* Hero email conversation */
.email-demo { position: relative; width: min(100%, 500px); height: 590px; overflow: hidden; background: #fbfaf6; border: 1px solid rgba(17,18,16,.16); box-shadow: 0 22px 70px rgba(17,18,16,.12); }
.email-demo-bar { height: 54px; display: flex; align-items: center; gap: 14px; padding: 0 18px; border-bottom: 1px solid var(--line); background: #f2f0e9; font-size: 11px; letter-spacing: .04em; }
.email-window-dots { display: flex; gap: 5px; }.email-window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c4c5bc; }.email-window-dots i:first-child { background: var(--acid-dark); }.email-status { margin-left: auto; color: var(--acid-dark); font-size: 9px; letter-spacing: .12em; }
.email-thread { padding: 20px 22px 150px; }.email-meta { display: flex; justify-content: space-between; margin-bottom: 15px; color: var(--muted); font-size: 8px; letter-spacing: .13em; }
.email-message { width: 88%; margin: 0 0 10px; padding: 12px 14px; border: 1px solid rgba(17,18,16,.11); font-size: 11px; line-height: 1.42; opacity: 0; animation: emailIn .65s ease forwards; }.email-message small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 8px; letter-spacing: .04em; }.email-message p { margin: 0; }.message-in { background: #e8f0d2; border-color: rgba(102,119,29,.18); }.message-out { margin-left: auto; background: #fff; animation-name: emailOut; }.message-in:nth-of-type(2) { animation-delay: .5s; }.message-out:nth-of-type(3) { animation-delay: 1.5s; }.message-in:nth-of-type(4) { animation-delay: 2.5s; }.message-out:nth-of-type(5) { animation-delay: 3.5s; }.message-in:nth-of-type(6) { animation-delay: 4.5s; }.message-out:nth-of-type(7) { animation-delay: 5.5s; }.message-in:nth-of-type(8) { animation-delay: 6.5s; }.message-out:nth-of-type(9) { animation-delay: 7.5s; }.positive { border-color: rgba(102,119,29,.35); }.email-closed { display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 2px 8px; margin-top: 16px; padding: 12px 14px; color: var(--acid-dark); background: #f0f4e4; opacity: 0; animation: emailIn .65s ease 8.5s forwards; }.email-closed span { grid-row: span 2; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--acid-dark); color: #fff; font-size: 12px; }.email-closed strong { font-size: 10px; }.email-closed small { color: var(--muted); font-size: 8px; }.email-insight { position: absolute; left: 22px; right: 22px; bottom: 20px; padding: 16px; background: var(--ink); color: #fff; opacity: 0; animation: emailIn .7s ease 9.4s forwards; }.email-insight span { display: block; color: var(--acid); font-size: 8px; letter-spacing: .14em; }.email-insight strong { display: block; margin: 6px 0; font-family: Georgia,serif; font-size: 20px; font-weight: 400; }.email-insight small { color: #aeb1a7; font-size: 9px; }
@keyframes emailIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } @keyframes emailOut { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
@media (max-width: 760px) { .email-demo { height: 560px; }.email-thread { padding: 16px 14px 145px; }.email-message { width: 94%; font-size: 10px; }.email-insight { left: 14px; right: 14px; }.email-insight strong { font-size: 17px; } }
.method-email-demo { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 50px; margin-top: 80px; padding-top: 55px; border-top: 1px solid rgba(255,255,255,.16); }.method-email-caption { margin: 0; color: var(--acid); font-size: 13px; letter-spacing: .05em; }.method-email-demo .email-demo { justify-self: end; width: min(100%, 470px); }.method-email-demo .email-demo-bar { background: #e8e7df; }.method-email-demo .email-thread { max-height: 535px; overflow: hidden; }
@media (max-width: 760px) { .method-email-demo { grid-template-columns: 1fr; gap: 25px; margin-top: 55px; }.method-email-demo .email-demo { justify-self: stretch; width: 100%; } }

/* Outlook-style interview sequence */
.method-email-demo { display: block; margin-top: 110px; padding-top: 72px; border-top: 1px solid rgba(255,255,255,.16); }
.method-email-intro { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 42px; }
.method-email-intro h3 { margin: 12px 0 0; font-size: clamp(34px,4vw,58px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; }
.method-email-intro > p { max-width: 520px; margin: 0; color: #b7bbb2; font-size: 16px; line-height: 1.55; }
.outlook-demo { position: relative; display: grid; grid-template-columns: 178px minmax(0,1fr) 270px; grid-template-rows: 48px 650px; overflow: clip; color: #242424; background: #f5f5f5; border: 1px solid #555851; border-radius: 7px; box-shadow: 0 34px 90px rgba(0,0,0,.32); font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif; }
.outlook-topbar { grid-column: 1/-1; display: flex; align-items: center; gap: 12px; padding: 0 14px; color: #fff; background: #0f6cbd; font-size: 13px; }
.outlook-mark { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid rgba(255,255,255,.6); font-weight: 600; }.outlook-search { width: min(440px,45%); margin: 0 auto; padding: 7px 14px; color: #3b3b3b; background: rgba(255,255,255,.88); border-radius: 3px; font-size: 11px; }.outlook-user { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #e7f1fa; color: #0f6cbd; font-size: 10px; font-weight: 700; }
.outlook-folders { grid-row: 2; padding: 14px 10px; color: #444; background: #f3f3f3; border-right: 1px solid #ddd; font-size: 11px; }.outlook-folders button { width: 100%; margin-bottom: 20px; padding: 9px 10px; color: #fff; background: #0f6cbd; border: 0; border-radius: 2px; text-align: left; font: inherit; }.outlook-folders p { margin: 17px 9px 7px; color: #777; font-size: 9px; font-weight: 600; text-transform: uppercase; }.outlook-folders ul { margin: 0; padding: 0; list-style: none; }.outlook-folders li { display: grid; grid-template-columns: 18px 1fr auto; align-items: center; padding: 8px 9px; }.outlook-folders li.active { color: #0f6cbd; background: #dcecf9; font-weight: 600; }.outlook-folders b { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #0f6cbd; color: #fff; font-size: 9px; }
.outlook-reading { grid-column: 2; grid-row: 2; min-width: 0; background: #fff; border-right: 1px solid #ddd; }.outlook-toolbar { height: 42px; display: flex; align-items: center; gap: 24px; padding: 0 20px; border-bottom: 1px solid #e5e5e5; color: #575757; font-size: 10px; }.outlook-toolbar span:last-child { margin-left: auto; }.outlook-subject { padding: 18px 24px 15px; border-bottom: 1px solid #e8e8e8; }.outlook-subject small { color: #0f6cbd; font-size: 8px; letter-spacing: .1em; }.outlook-subject h4 { margin: 5px 0 4px; color: #242424; font-size: 21px; font-weight: 500; }.outlook-subject span { color: #777; font-size: 9px; }
.outlook-conversation { height: 531px; overflow: clip; padding: 10px 24px 16px; background: #fafafa; }.outlook-mail { display: grid; grid-template-columns: 30px 1fr; gap: 10px; margin: 0; padding: 9px 0; border-bottom: 1px solid #e8e8e8; opacity: 0; transform: translateY(8px); transition: opacity .38s ease,transform .38s ease; }.outlook-mail.is-visible { opacity: 1; transform: none; }.mail-avatar { display: grid; place-items: center; width: 28px; height: 28px; color: #fff; background: #0f6cbd; border-radius: 50%; font-size: 9px; font-weight: 700; }.from-person .mail-avatar { color: #424242; background: #e1dfdd; }.mail-content header { display: flex; justify-content: space-between; gap: 15px; }.mail-content header div { display: flex; align-items: baseline; gap: 7px; }.mail-content strong { font-size: 10px; font-weight: 600; }.mail-content small,.mail-content time { color: #777; font-size: 8px; }.mail-content p { margin: 4px 0 0; color: #333; font-size: 10px; line-height: 1.38; }.from-heychange .mail-content p { color: #0b5796; }.outlook-mail.positive { background: linear-gradient(90deg,rgba(229,240,209,.48),transparent); }
.outlook-complete { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 10px; margin-top: 10px; padding: 10px 12px; color: #31520d; background: #e8f2da; border-left: 3px solid #5b7d1b; opacity: 0; transform: translateY(8px); transition: .4s ease; }.outlook-complete.is-visible { opacity: 1; transform: none; }.outlook-complete > span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #fff; background: #5b7d1b; }.outlook-complete strong,.outlook-complete small { display: block; }.outlook-complete strong { font-size: 10px; }.outlook-complete small { margin-top: 2px; color: #58713b; font-size: 8px; }
.outlook-insight { grid-column: 3; grid-row: 2; align-self: stretch; padding: 28px 24px; background: #f3f2f1; opacity: 0; transform: translateX(15px); transition: opacity .45s ease,transform .45s ease; }.outlook-insight.is-visible { opacity: 1; transform: none; }.outlook-insight small { color: #0f6cbd; font-size: 8px; font-weight: 600; letter-spacing: .12em; }.outlook-insight strong { display: block; margin: 18px 0 14px; color: #242424; font-family: Georgia,serif; font-size: 25px; line-height: 1.13; font-weight: 400; }.outlook-insight p { color: #666; font-size: 10px; line-height: 1.55; }.outlook-insight span { display: block; margin-top: 28px; padding-top: 14px; border-top: 1px solid #d3d3d3; color: #496b13; font-size: 9px; font-weight: 600; }
@media (max-width: 980px) { .outlook-demo { grid-template-columns: 140px minmax(0,1fr); }.outlook-insight { position: absolute; right: 18px; bottom: 18px; width: 245px; height: auto; border: 1px solid #d2d2d2; box-shadow: 0 12px 35px rgba(0,0,0,.14); }.method-email-intro { grid-template-columns: 1fr; gap: 20px; } }
@media (max-width: 680px) { .method-email-demo { margin-top: 70px; padding-top: 52px; }.outlook-demo { grid-template-columns: 1fr; grid-template-rows: 44px 620px; }.outlook-folders { display: none; }.outlook-reading { grid-column: 1; }.outlook-search { width: 52%; }.outlook-subject { padding-left: 15px; }.outlook-conversation { padding-left: 15px; padding-right: 15px; }.mail-content p { font-size: 9px; }.outlook-insight { right: 10px; bottom: 10px; width: calc(100% - 20px); padding: 17px; }.outlook-insight strong { margin: 8px 0; font-size: 18px; }.outlook-insight p { display: none; } }
@media (prefers-reduced-motion: reduce) { [data-email-step] { transition: none !important; } }

/* Email demo readability refinement */
.outlook-app-name { font-size: 14px; letter-spacing: .01em; }
.outlook-folders { font-size: 13px; }
.outlook-folders p { font-size: 10px; }
.outlook-folders button { font-size: 12px; }
.outlook-toolbar { font-size: 12px; }
.outlook-subject small { font-size: 10px; }
.outlook-subject h4 { font-size: 24px; }
.outlook-subject span { font-size: 11px; }
.mail-content strong { font-size: 12px; }
.mail-content small, .mail-content time { font-size: 10px; }
.mail-content p { font-size: 12px; line-height: 1.42; }
.outlook-mail { padding-top: 10px; padding-bottom: 10px; }
.outlook-complete strong { font-size: 12px; }
.outlook-complete small { font-size: 10px; }
.outlook-insight small { font-size: 10px; }
.outlook-insight p { font-size: 12px; }
.outlook-insight span { font-size: 11px; }
@media (max-width: 680px) { .mail-content p { font-size: 11px; }.mail-content strong { font-size: 11px; }.mail-content small, .mail-content time { font-size: 9px; } }
.outlook-demo { grid-template-rows: 48px 780px; }
.outlook-conversation { height: 661px; }
@media (max-width: 680px) { .outlook-demo { grid-template-rows: 44px 720px; }.outlook-conversation { height: 605px; } }

/* Scrollable dashboard themes */
.demo-content-grid .theme-panel { min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #9da678 #eeeee9; }
.demo-content-grid .theme-panel .panel-heading { position: sticky; top: 0; z-index: 3; background: #fff; box-shadow: 0 1px 0 #e0dfd8; }
.demo-content-grid .theme-panel::-webkit-scrollbar { width: 8px; }
.demo-content-grid .theme-panel::-webkit-scrollbar-track { background: #eeeee9; }
.demo-content-grid .theme-panel::-webkit-scrollbar-thumb { background: #9da678; border: 2px solid #eeeee9; border-radius: 8px; }
.demo-content-grid .theme-row { flex: 0 0 auto; }
