:root {
  --ink: #121c1b;
  --ink-soft: #45504e;
  --paper: #f4f1ea;
  --paper-deep: #e9e4da;
  --white: #fffef9;
  --coral: #f45d48;
  --coral-light: #ff8a76;
  --mint: #99dfc7;
  --line: rgba(18, 28, 27, 0.14);
  --radius: 24px;
  --shell: min(1180px, calc(100vw - 48px));
  --shadow: 0 28px 80px rgba(22, 34, 32, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link:focus { position: fixed; z-index: 99; top: 12px; left: 12px; padding: 12px 18px; background: var(--ink); color: white; border-radius: 8px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  transition: background 180ms ease, box-shadow 180ms ease;
}
.site-header.is-scrolled { background: rgba(244, 241, 234, 0.88); backdrop-filter: blur(18px); box-shadow: 0 1px var(--line); }
.nav-shell { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 790; font-size: 27px; letter-spacing: -0.052em; }
.brand-mark { width: 40px; height: 40px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; }
.brand-mark circle:last-of-type { fill: var(--coral); stroke: none; }
.brand-mark path { stroke: var(--coral); stroke-width: 3; stroke-linecap: round; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 620; }
.site-nav > a:not(.button) { color: var(--ink-soft); transition: color 160ms ease; }
.site-nav > a:not(.button):hover { color: var(--coral); }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--ink); margin: 5px; transition: transform 180ms ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 24px; border-radius: 100px; font-size: 14px; font-weight: 720; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #253230; }
.button-primary { background: var(--coral); color: var(--white); box-shadow: 0 12px 28px rgba(244, 93, 72, 0.25); }
.button-primary:hover { background: #e84f3b; box-shadow: 0 16px 34px rgba(244, 93, 72, 0.32); }
.text-link { display: inline-flex; gap: 14px; align-items: center; font-size: 14px; font-weight: 700; }
.text-link span { color: var(--coral); }

.hero { min-height: 800px; padding: 176px 0 104px; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 70px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; text-transform: uppercase; letter-spacing: 0.14em; font-size: 11px; font-weight: 800; }
.eyebrow > span { width: 25px; height: 2px; background: var(--coral); }
.eyebrow-light { color: rgba(255,255,255,.68); }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(54px, 6.3vw, 91px); line-height: 0.94; letter-spacing: -0.068em; font-weight: 670; }
.hero h1 em { color: var(--coral); font-weight: 670; font-style: normal; }
.hero-lede { max-width: 600px; margin: 34px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 24px; padding: 0; margin: 44px 0 0; color: #596361; list-style: none; font-size: 12px; font-weight: 650; }
.trust-list li::before { content: "✓"; color: var(--coral); margin-right: 8px; }

.signal-stage { position: relative; min-height: 530px; display: grid; place-items: center; isolation: isolate; overflow: clip; }
.signal-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle at 38% 35%, rgba(153,223,199,.8), rgba(153,223,199,.2) 46%, transparent 70%); filter: blur(3px); z-index: -3; }
.signal-orbit { position: absolute; border: 1px solid rgba(18,28,27,.13); border-radius: 50%; z-index: -2; animation: breathe 5s ease-in-out infinite; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 535px; height: 535px; animation-delay: -2.5s; }
.insight-card { width: min(100%, 430px); padding: 28px; background: rgba(255,254,249,.94); border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(16px); transform: rotate(-1.4deg); }
.card-head { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: #6b7472; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: #5ac99f; border-radius: 50%; box-shadow: 0 0 0 5px rgba(90,201,159,.13); }
.score-row { display: flex; justify-content: space-between; align-items: end; padding: 29px 0; }
.score-label { display: block; margin-bottom: 8px; color: #727b79; font-size: 11px; }
.score-row strong { font-size: 52px; line-height: 1; letter-spacing: -.06em; }
.sentiment-mix { width: 46%; }
.sentiment-mix > span { display: flex; height: 9px; overflow: hidden; border-radius: 20px; }
.sentiment-mix i { display: block; height: 100%; }
.mix-positive { width: 27%; background: var(--mint); }
.mix-neutral { width: 29%; background: #d9d7cf; }
.mix-negative { width: 44%; background: var(--coral-light); }
.sentiment-mix small { display: block; margin-top: 9px; color: #727b79; font-size: 8px; line-height: 1.5; }
.sentiment-mix small b { display: inline-block; width: 5px; height: 5px; margin: 0 3px 1px 5px; border-radius: 50%; background: var(--mint); }
.sentiment-mix small b:nth-of-type(2) { background: #d9d7cf; }
.sentiment-mix small b:nth-of-type(3) { background: var(--coral-light); }
.signal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.signal-item { padding: 16px; border-radius: 14px; }
.signal-item span, .signal-item small { display: block; font-size: 10px; color: #6a7472; }
.signal-item strong { display: block; margin: 8px 0 6px; font-size: 14px; }
.positive { background: rgba(153,223,199,.22); }
.risk { background: rgba(244,93,72,.1); }
.evidence-strip { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding-top: 24px; font-size: 10px; color: #687270; }
.quality-bar { height: 5px; overflow: hidden; background: var(--paper-deep); border-radius: 10px; }
.quality-bar i { display: block; width: var(--coverage, 87%); height: 100%; background: var(--coral); border-radius: inherit; }
.floating-note { position: absolute; padding: 11px 15px; background: var(--ink); color: rgba(255,255,255,.72); border-radius: 10px; box-shadow: 0 18px 40px rgba(18,28,27,.18); font-size: 10px; font-weight: 650; }
.floating-note span { color: var(--mint); margin-right: 5px; font-size: 13px; }
.note-one { left: 0; top: 19%; transform: rotate(-4deg); }
.note-two { right: 0; bottom: 18%; transform: rotate(4deg); }

.source-band { border-block: 1px solid var(--line); }
.source-row { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.source-row p { color: #6b7472; font-size: 12px; }
.source-list { display: flex; align-items: center; gap: 25px; color: #485250; font-size: 13px; font-weight: 740; }
.source-list i { width: 4px; height: 4px; background: var(--coral); border-radius: 50%; }

.photo-story { position: relative; min-height: 600px; margin-top: 90px; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.photo-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,28,27,.11), transparent 52%); pointer-events: none; }
.photo-story > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-story-card { position: absolute; z-index: 2; left: 32px; bottom: 32px; width: min(450px, calc(100% - 64px)); padding: 30px; color: var(--white); background: rgba(18,28,27,.9); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; backdrop-filter: blur(12px); }
.photo-story-card > span { color: var(--mint); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; }
.photo-story-card h2 { margin: 16px 0 13px; font-size: 32px; line-height: 1.06; letter-spacing: -.045em; }
.photo-story-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.6; }

.value-section { padding-bottom: 70px; }
.outcome-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: stretch; }
.outcome-list { display: grid; gap: 6px; }
.outcome-card { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }
.outcome-card:last-child { border-bottom: 1px solid var(--line); }
.outcome-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--coral); border: 1px solid rgba(244,93,72,.38); border-radius: 50%; font-weight: 800; }
.outcome-card h3 { margin: 0 0 9px; font-size: 18px; letter-spacing: -.025em; }
.outcome-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.decision-visual { min-height: 610px; position: relative; overflow: hidden; padding: 30px; color: var(--white); background: var(--ink); border-radius: 30px; box-shadow: var(--shadow); }
.visual-topline { position: relative; z-index: 3; display: flex; justify-content: space-between; color: rgba(255,255,255,.52); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.visual-topline strong { color: var(--mint); font-weight: 650; }
.decision-core { position: absolute; z-index: 3; width: 60%; top: 50%; left: 50%; transform: translate(-50%,-54%); text-align: center; }
.decision-core > span { color: var(--coral-light); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.decision-core strong { display: block; margin: 18px 0; font-size: clamp(25px, 3vw, 39px); line-height: 1.08; letter-spacing: -.045em; }
.decision-core p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; }
.decision-core::before, .decision-core::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(153,223,199,.19); border-radius: 50%; z-index: -1; }
.decision-core::before { width: 340px; height: 340px; }
.decision-core::after { width: 470px; height: 470px; }
.motive-cloud span { position: absolute; left: var(--x); top: var(--y); transform: scale(var(--s)); padding: 8px 12px; color: rgba(255,255,255,.62); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 100px; font-size: 9px; }
.decision-footer { position: absolute; z-index: 3; inset: auto 30px 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.decision-footer > div { display: grid; grid-template-columns: auto 1fr; padding: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); border-radius: 12px; }
.decision-footer i { grid-row: 1 / 3; width: 7px; height: 7px; margin: 4px 10px 0 0; border-radius: 50%; }
.decision-footer i.good { background: var(--mint); }.decision-footer i.watch { background: var(--coral-light); }
.decision-footer span { color: rgba(255,255,255,.43); font-size: 9px; text-transform: uppercase; }
.decision-footer strong { margin-top: 4px; font-size: 11px; }

.section { padding-top: 140px; padding-bottom: 140px; }
.section-heading { max-width: 760px; margin-bottom: 70px; }
.section-heading.compact { margin-bottom: 80px; }
.section-heading h2, .case-copy h2, .privacy-card h2, .final-cta h2 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.02; letter-spacing: -.057em; font-weight: 650; }
.section-heading > p:last-child { max-width: 650px; margin: 28px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.feature-large { grid-column: 1 / -1; min-height: 430px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: end; gap: 70px; }
.feature-number { align-self: flex-start; margin-bottom: auto; color: var(--coral); font-size: 11px; font-weight: 800; }
.feature-card h3 { margin: 18px 0 13px; font-size: 29px; line-height: 1.08; letter-spacing: -.04em; }
.feature-card p { max-width: 490px; margin: 0; color: #5b6563; line-height: 1.62; }
.feature-dark { color: var(--white); background: var(--ink); }
.feature-dark p { color: rgba(255,255,255,.61); }
.routing-demo { display: grid; gap: 9px; align-self: center; }
.routing-demo > div { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 14px 16px; background: var(--paper); border-radius: 12px; font-size: 12px; }
.routing-demo p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.routing-demo strong { font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.route-dot { width: 8px; height: 8px; border-radius: 50%; }
.route-dot.valid { background: #5ac99f; } .route-dot.review { background: #e8b23e; } .route-dot.blocked { background: var(--coral); }
.feature-icon { position: relative; width: 110px; height: 110px; margin: 0 auto auto; }
.echo-icon { display: grid; place-items: center; }
.echo-icon i { position: absolute; border: 1px solid var(--coral); border-radius: 50%; }
.echo-icon i:nth-child(1) { width: 20px; height: 20px; background: var(--coral); }
.echo-icon i:nth-child(2) { width: 60px; height: 60px; }
.echo-icon i:nth-child(3) { width: 105px; height: 105px; opacity: .42; }
.lock-icon::before { content: ""; position: absolute; inset: 30px 24px 10px; border: 2px solid var(--mint); border-radius: 13px; }
.lock-icon::after { content: ""; position: absolute; width: 38px; height: 35px; left: 34px; top: 7px; border: 2px solid var(--mint); border-bottom: 0; border-radius: 30px 30px 0 0; }
.lock-icon i { position: absolute; z-index: 1; left: 52px; top: 55px; width: 7px; height: 17px; background: var(--coral); border-radius: 10px; }

.process-section { color: var(--white); background: var(--ink); }
.process-section h2 { max-width: 800px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; }
.process-grid li { min-height: 260px; padding: 0 27px; border-left: 1px solid rgba(255,255,255,.15); }
.process-grid li:first-child { padding-left: 0; border-left: 0; }
.process-grid > li > span { color: var(--coral-light); font-size: 11px; font-weight: 800; }
.process-grid h3 { margin: 60px 0 18px; font-size: 26px; letter-spacing: -.035em; }
.process-grid p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.65; font-size: 14px; }

.product-window-section { padding-bottom: 70px; }
.product-window-copy { max-width: 780px; margin-bottom: 62px; }
.product-window-copy h2 { margin: 0; max-width: 750px; font-size: clamp(40px, 5vw, 68px); line-height: 1.02; letter-spacing: -.057em; font-weight: 650; }
.product-window-copy > p:not(.eyebrow) { max-width: 690px; margin: 27px 0 0; color: var(--ink-soft); line-height: 1.65; }
.product-capabilities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.product-capabilities span { padding: 9px 13px; color: #596361; background: var(--paper-deep); border-radius: 100px; font-size: 10px; font-weight: 700; }
.product-window { overflow: hidden; border-radius: 22px; background: #e3e6e1; border: 1px solid rgba(18,28,27,.18); box-shadow: 0 45px 100px rgba(18,28,27,.17); transform: perspective(1200px) rotateX(1.5deg); }
.window-chrome { height: 42px; display: flex; gap: 7px; align-items: center; padding: 0 16px; color: #6d7775; background: #f5f4ef; font-size: 9px; }
.window-chrome i { width: 8px; height: 8px; background: #d2d1cb; border-radius: 50%; }
.window-chrome i:first-child { background: var(--coral-light); }
.window-chrome span { margin-left: 14px; }
.window-body { min-height: 520px; display: grid; grid-template-columns: 66px 1fr; }
.window-body aside { display: flex; align-items: center; flex-direction: column; gap: 22px; padding-top: 24px; background: var(--ink); }
.window-body aside > span { width: 19px; height: 4px; background: rgba(255,255,255,.17); border-radius: 5px; }
.window-body aside > span.active { background: var(--coral); }
.mini-brand { width: 28px; height: 28px; margin-bottom: 22px; display: grid; place-items: center; color: var(--white); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 12px; font-weight: 800; }
.window-content { padding: 34px; background: #f8f7f3; }
.window-title { display: flex; justify-content: space-between; align-items: center; }
.window-title small { display: block; color: #7b8582; font-size: 8px; letter-spacing: .12em; }
.window-title strong { display: block; margin-top: 6px; font-size: 20px; letter-spacing: -.03em; }
.window-title button { padding: 9px 13px; color: var(--white); background: var(--ink); border: 0; border-radius: 8px; font: inherit; font-size: 9px; }
.mini-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 28px; }
.mini-kpis > div { padding: 17px; background: var(--white); border: 1px solid rgba(18,28,27,.08); border-radius: 11px; }
.mini-kpis span, .mini-kpis small { display: block; color: #7a8482; font-size: 8px; }
.mini-kpis strong { display: block; margin: 11px 0 7px; font-size: 25px; letter-spacing: -.04em; }
.coral-text { color: var(--coral); }.risk-text { color: #d54b3a; }
.window-chart { margin-top: 12px; padding: 20px; background: var(--white); border: 1px solid rgba(18,28,27,.08); border-radius: 11px; }
.chart-heading { display: flex; justify-content: space-between; margin-bottom: 18px; font-size: 10px; }.chart-heading span { color: #808987; font-size: 8px; }
.chart-row { display: grid; grid-template-columns: 60px 1fr 30px; gap: 10px; align-items: center; margin-top: 15px; color: #6c7673; font-size: 9px; }
.chart-row i { height: 8px; background: linear-gradient(90deg, var(--mint) 0 var(--positive), var(--coral-light) var(--positive) calc(var(--positive) + var(--negative)), #eeeae2 calc(var(--positive) + var(--negative))); border-radius: 10px; }
.chart-row strong { color: var(--ink); font-size: 10px; }
.window-insight { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; margin-top: 12px; padding: 16px 18px; color: var(--white); background: var(--ink); border-radius: 10px; }
.window-insight span { color: var(--coral-light); font-size: 8px; font-weight: 800; }.window-insight p { margin: 0; color: rgba(255,255,255,.67); font-size: 10px; line-height: 1.5; }

.use-case { display: grid; grid-template-columns: 1.06fr .94fr; gap: 90px; align-items: center; }
.case-visual { padding: 46px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.case-label { color: #6a7472; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; }
.case-visual blockquote { margin: 38px 0 52px; font-size: 29px; line-height: 1.25; letter-spacing: -.04em; font-weight: 600; }
.case-bars { display: grid; gap: 22px; }
.case-bars div { display: grid; grid-template-columns: 110px 1fr 28px; gap: 14px; align-items: center; font-size: 11px; color: #606a68; }
.case-bars i { height: 7px; background: linear-gradient(90deg, var(--coral) var(--bar), var(--paper-deep) var(--bar)); border-radius: 20px; }
.case-bars strong { color: var(--ink); }
.case-copy h2 { font-size: clamp(38px, 4.3vw, 57px); }
.case-copy > p:not(.eyebrow) { margin: 27px 0 0; color: var(--ink-soft); line-height: 1.65; }
.case-copy ul { display: grid; gap: 15px; padding: 0; margin: 34px 0 0; list-style: none; font-size: 14px; font-weight: 650; }
.case-copy li span { color: var(--coral); margin-right: 10px; }
.case-note { display: block; margin-top: 28px; color: #7a8582; font-size: 11px; line-height: 1.55; }

.collaboration-story { display: grid; grid-template-columns: 1.06fr .94fr; gap: 76px; align-items: center; }
.collaboration-photo { position: relative; overflow: hidden; min-height: 570px; border-radius: 28px; box-shadow: var(--shadow); }
.collaboration-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.collaboration-photo > span { position: absolute; z-index: 2; left: 22px; bottom: 22px; padding: 11px 14px; color: var(--white); background: rgba(18,28,27,.85); border-radius: 100px; backdrop-filter: blur(10px); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.collaboration-copy h2 { margin: 0; font-size: clamp(38px, 4.3vw, 57px); line-height: 1.02; letter-spacing: -.055em; font-weight: 650; }
.collaboration-copy > p:not(.eyebrow) { margin: 27px 0 0; color: var(--ink-soft); line-height: 1.7; }
.collaboration-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 36px; }
.collaboration-proof > div { padding: 18px; background: var(--paper-deep); border-radius: 13px; }
.collaboration-proof strong, .collaboration-proof span { display: block; }
.collaboration-proof strong { color: var(--coral); font-size: 24px; letter-spacing: -.04em; }
.collaboration-proof span { margin-top: 5px; color: #5e6866; font-size: 10px; }

.teams-section { padding-top: 70px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.team-card { min-height: 420px; padding: 30px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.team-card > span { color: var(--coral); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.team-card h3 { margin: 58px 0 17px; font-size: 25px; line-height: 1.12; letter-spacing: -.04em; }
.team-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.team-card ul { display: grid; gap: 10px; padding: 24px 0 0; margin: auto 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 11px; font-weight: 700; }
.team-card li::before { content: "↗"; margin-right: 9px; color: var(--coral); }
.team-card-accent { color: var(--white); background: var(--coral); border-color: var(--coral); }
.team-card-accent > span, .team-card-accent li::before { color: var(--ink); }
.team-card-accent p { color: rgba(255,255,255,.76); }
.team-card-accent ul { border-color: rgba(255,255,255,.28); }

.privacy-card { padding-inline: 64px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; color: var(--white); background: var(--ink); border-radius: 30px; }
.privacy-card h2 { max-width: 670px; font-size: clamp(38px, 4.5vw, 60px); }
.privacy-card > div:last-child { align-self: end; }
.privacy-card > div:last-child > p { margin: 0 0 32px; color: rgba(255,255,255,.63); line-height: 1.7; }
.privacy-points { display: grid; gap: 12px; }
.privacy-points span { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; font-weight: 700; }
.privacy-points span::before { content: "●"; color: var(--mint); margin-right: 10px; }

.final-cta { min-height: 590px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.final-cta h2 { max-width: 820px; margin-bottom: 42px; }
.site-footer { color: var(--white); background: #0b1211; }
.footer-grid { min-height: 260px; padding-block: 60px; display: grid; grid-template-columns: 1.2fr 1.1fr .8fr auto; gap: 40px; align-items: start; }
.brand-footer { font-size: 29px; }
.brand-footer .brand-mark { width: 43px; height: 43px; color: var(--white); }
.footer-grid > p { margin: 4px 0 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.7; }
.footer-links { display: grid; gap: 12px; font-size: 12px; }
.copyright { white-space: nowrap; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms cubic-bezier(.2,.75,.25,1), transform 700ms cubic-bezier(.2,.75,.25,1); }
.reveal-delay { transition-delay: 140ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes breathe { 50% { transform: scale(1.03); opacity: .55; } }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 760px; }
  .signal-stage { min-height: 570px; }
  .source-row { padding-block: 30px; align-items: flex-start; flex-direction: column; }
  .source-list { flex-wrap: wrap; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 55px 0; }
  .process-grid li:nth-child(3) { padding-left: 0; border-left: 0; }
  .use-case, .privacy-card { grid-template-columns: 1fr; }
  .collaboration-story { grid-template-columns: 1fr; }
  .outcome-layout { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .use-case { gap: 60px; }
  .privacy-card { gap: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 32px, 1180px); --radius: 19px; }
  .nav-shell { height: 78px; }
  .brand { gap: 9px; font-size: 23px; }
  .brand-mark { width: 34px; height: 34px; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 110px 24px 40px; display: none; align-items: stretch; flex-direction: column; gap: 24px; background: var(--paper); font-size: 22px; }
  .site-nav.is-open { display: flex; }
  .site-nav .button { margin-top: auto; font-size: 14px; }
  .hero { min-height: auto; padding: 126px 0 72px; gap: 30px; }
  .hero h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { justify-content: center; }
  .trust-list { gap: 12px 18px; }
  .signal-stage { min-height: 490px; margin-inline: -8px; }
  .photo-story { width: 100%; min-height: 620px; margin-top: 55px; border-radius: 0; }
  .photo-story > img { object-position: 61% center; }
  .photo-story-card { left: 16px; bottom: 16px; width: calc(100% - 32px); padding: 23px; }
  .photo-story-card h2 { font-size: 27px; }
  .signal-glow { width: 330px; height: 330px; }
  .orbit-one { width: 350px; height: 350px; }
  .orbit-two { width: 405px; height: 405px; }
  .insight-card { padding: 20px; }
  .floating-note { display: none; }
  .section { padding-top: 90px; padding-bottom: 90px; }
  .section-heading { margin-bottom: 44px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large { grid-column: auto; display: flex; min-height: 530px; gap: 40px; }
  .routing-demo { width: 100%; }
  .feature-card { min-height: 360px; padding: 26px; }
  .process-grid { grid-template-columns: 1fr; gap: 42px; }
  .decision-visual { min-height: 560px; padding: 22px; }
  .decision-core { width: 86%; }
  .decision-core::after { width: 380px; height: 380px; }
  .decision-footer { inset: auto 18px 18px; grid-template-columns: 1fr; }
  .motive-cloud span:nth-child(n+4) { display: none; }
  .window-body { grid-template-columns: 40px 1fr; }
  .window-body aside { gap: 17px; }
  .window-body aside > span { width: 14px; }
  .mini-brand { width: 23px; height: 23px; }
  .window-content { padding: 17px; }
  .mini-kpis { grid-template-columns: 1fr 1fr; }
  .mini-kpis > div:last-child { display: none; }
  .window-title button { display: none; }
  .chart-row { grid-template-columns: 46px 1fr 25px; }
  .window-insight { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:nth-child(3) { min-height: auto; padding: 0 0 38px; border: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .process-grid h3 { margin-top: 24px; }
  .case-visual { padding: 27px; }
  .collaboration-story { width: 100%; gap: 55px; }
  .collaboration-photo { min-height: 480px; border-radius: 0; }
  .collaboration-copy { width: var(--shell); margin-inline: auto; }
  .case-visual blockquote { font-size: 24px; }
  .case-bars div { grid-template-columns: 88px 1fr 25px; }
  .privacy-card { width: 100%; padding: 80px 24px; border-radius: 0; }
  .final-cta { min-height: 500px; }
  .footer-grid { grid-template-columns: 1fr; }
  .brand-footer { font-size: 27px; }
}

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

.demo-request {
  min-height: 760px;
  padding: 176px 0 96px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: start;
}
.demo-request-copy h1 {
  margin: 0;
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 670;
}
.demo-request-copy p {
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.7;
}
.demo-checklist {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 34px 0 0;
  color: #485250;
  list-style: none;
  font-size: 14px;
  font-weight: 650;
}
.demo-checklist li::before {
  content: "✓";
  color: var(--coral);
  margin-right: 10px;
}
.demo-form {
  padding: 34px;
  background: rgba(255,254,249,.92);
  border: 1px solid rgba(18,28,27,.1);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.demo-form div {
  margin-bottom: 18px;
}
.demo-form label {
  display: block;
  margin-bottom: 8px;
  color: #485250;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}
.demo-form textarea {
  resize: vertical;
}
.demo-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}
.form-note {
  margin: 14px 0 0;
  color: #687270;
  font-size: 12px;
  line-height: 1.55;
}
.form-note a {
  color: var(--coral);
  font-weight: 800;
}

@media (max-width: 900px) {
  .demo-request {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 140px;
  }
}
