:root {
  --ink: #0f172a;
  --navy: #03172b;
  --surface-navy: #071c32;
  --deep-teal: #06384a;
  --muted: #526071;
  --line: rgb(167 139 250 / 35%);
  --paper: #f8fafc;
  --accent: #a78bfa;
  --accent-dark: #6d28d9;
  --premium: #a78bfa;
  --premium-deep: #6d28d9;
  --premium-soft: #f3f0ff;
  --soft: #f3f0ff;
  --white: #fff;
  --radius: 16px;
  --shadow: 0 24px 70px rgb(49 46 129 / 12%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; overflow-x: hidden; background: var(--white); font-size: 16px; line-height: 1.6; }
button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { color: var(--muted); }
:focus-visible { outline: 3px solid rgb(25 167 123 / 45%); outline-offset: 4px; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 12px; padding: 10px 14px; border-radius: 8px; color: var(--white); background: var(--navy); transform: translateY(-150%); transition: transform 180ms ease; }
.skip-link:focus { transform: none; }
.eyebrow, .card-kicker, .product-label { margin-bottom: 14px; color: var(--accent-dark); font-size: .72rem; font-weight: 800; letter-spacing: .16em; line-height: 1.25; text-transform: uppercase; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--accent); border-radius: 10px; padding: 0 21px; color: var(--white); background: var(--accent-dark); box-shadow: 0 10px 28px rgb(8 120 90 / 18%); font-size: .92rem; font-weight: 750; text-decoration: none; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover { background: #056d51; transform: translateY(-1px); box-shadow: 0 14px 34px rgb(8 120 90 / 24%); }
.button-small { min-height: 42px; padding-inline: 17px; }
.button-ghost { border-color: var(--line); color: var(--ink); background: var(--white); box-shadow: none; }
.button-ghost:hover { background: var(--soft); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }

.site-header { position: sticky; z-index: 30; top: 0; height: 78px; border-bottom: 1px solid transparent; background: rgb(255 255 255 / 78%); backdrop-filter: blur(16px); transition: height 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.site-header.is-scrolled { height: 66px; border-color: rgb(220 227 223 / 80%); box-shadow: 0 8px 30px rgb(7 23 22 / 7%); }
.nav-shell { width: min(1160px, calc(100% - 48px)); height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; margin-inline: auto; }
.brand { display: inline-flex; gap: 10px; align-items: center; width: max-content; color: var(--navy); font-size: 1.1rem; font-weight: 820; letter-spacing: -.025em; text-decoration: none; }
.brand img { width: 32px; height: 32px; }
.desktop-nav { display: flex; gap: clamp(14px, 2vw, 26px); align-items: center; }
.desktop-nav a { color: #31413f; font-size: .84rem; font-weight: 650; text-decoration: none; }
.desktop-nav a:hover { color: var(--accent-dark); }
.desktop-nav .intelligence-nav-link, .mobile-menu .intelligence-nav-link { color: var(--premium-deep); }
.nav-cta { justify-self: end; }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; min-height: 850px; background-color: var(--paper); background-image: linear-gradient(rgb(7 23 22 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(7 23 22 / 3%) 1px, transparent 1px); background-size: 54px 54px; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgb(247 249 247 / 18%), var(--paper) 98%); }
.ambience { position: absolute; z-index: 0; width: 680px; height: 680px; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.ambience-a { top: -340px; left: -260px; background: radial-gradient(circle, rgb(25 167 123 / 18%), transparent 67%); animation: ambient-a 14s ease-in-out infinite alternate; }
.ambience-b { top: -260px; right: -320px; background: radial-gradient(circle, rgb(22 99 105 / 13%), transparent 68%); animation: ambient-b 18s ease-in-out -6s infinite alternate-reverse; }
@keyframes ambient-a { to { transform: translate(30px, 18px) scale(1.08); } }
@keyframes ambient-b { to { transform: translate(-30px, 16px) scale(1.08); } }
.hero-shell { position: relative; z-index: 1; padding: 108px 0 90px; }
.hero-copy { max-width: 940px; text-align: center; margin-inline: auto; }
.hero h1 { max-width: 1030px; margin: 0 auto 28px; color: var(--navy); font-size: clamp(3.625rem, 8vw, 6.5rem); font-weight: 780; letter-spacing: -.06em; line-height: .96; }
.hero-lead { max-width: 740px; margin: 0 auto 30px; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.55; }
.hero .actions { justify-content: center; }
.product-stage { max-width: 1080px; margin: 78px auto 0; perspective: 1200px; }
.product-layout { overflow: hidden; border: 1px solid #cbd8d3; border-radius: 16px; background: var(--white); box-shadow: 0 44px 110px rgb(10 55 44 / 18%); transform: translateY(var(--hero-shift, 0)) scale(var(--hero-scale, 1)); transform-origin: 50% 0; opacity: var(--hero-opacity, 1); transition: transform 120ms linear, opacity 120ms linear; }
.workspace-top { height: 58px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding: 0 22px; color: var(--muted); font-size: .8rem; }
.workspace-top strong { color: var(--navy); }
.library-status, .answer-status { display: inline-flex; gap: 8px; align-items: center; color: var(--accent-dark); font-weight: 750; }
.library-status i, .answer-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); animation: status-pulse 2.4s ease-in-out infinite; }
@keyframes status-pulse { 50% { box-shadow: 0 0 0 6px rgb(25 167 123 / 13%); } }
.workspace-body { min-height: 470px; display: grid; grid-template-columns: 225px minmax(0, 1fr); }
.decision-route { border-right: 1px solid var(--line); padding: 24px 18px; background: #f8faf9; }
.decision-route > p { margin-bottom: 18px; color: var(--navy); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.decision-route ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.decision-route li { display: flex; gap: 10px; align-items: center; border-radius: 9px; padding: 9px; color: #71807d; font-size: .78rem; font-weight: 670; }
.decision-route li span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #cbd6d2; border-radius: 50%; font-size: .65rem; }
.decision-route li.done { color: var(--accent-dark); }
.decision-route li.active { color: var(--navy); background: var(--soft); }
.decision-route li.active span { border-color: var(--accent); color: var(--white); background: var(--accent); }
.owner { display: grid; gap: 4px; margin-top: 58px; border: 1px solid var(--line); border-radius: 10px; padding: 13px; background: var(--white); }
.owner small { color: var(--muted); }
.owner strong { color: var(--navy); font-size: .78rem; }
.owner span { color: var(--accent-dark); font-size: .68rem; }
.answer-workspace { padding: 29px 34px; }
.answer-meta { display: flex; justify-content: space-between; margin-bottom: 25px; color: var(--muted); font-size: .74rem; }
.answer-workspace h2 { max-width: 690px; margin-bottom: 23px; color: var(--navy); font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.15; letter-spacing: -.035em; }
.guidance { border-left: 3px solid var(--accent); padding: 16px 18px; background: var(--soft); }
.guidance p:last-child { margin: 0; color: #233431; font-size: .92rem; font-weight: 600; }
.evidence-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 19px 0; }
.evidence-row div { display: grid; gap: 2px; border: 1px solid var(--line); border-radius: 9px; padding: 11px; }
.evidence-row strong { color: var(--navy); font-size: 1rem; }
.evidence-row span { color: var(--muted); font-size: .68rem; }
.source-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.source-pills span { border: 1px solid #c9ddd5; border-radius: 999px; padding: 6px 10px; color: var(--accent-dark); background: #f8fcfa; font-size: .68rem; font-weight: 700; }

.proof { border-block: 1px solid var(--line); background: var(--white); }
.proof-caption { margin: 0; border-inline: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 12px 28px; color: var(--muted); font-size: .68rem; font-weight: 650; letter-spacing: .02em; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); }
.metrics div { min-height: 145px; display: grid; align-content: center; gap: 5px; border-left: 1px solid var(--line); padding: 28px; }
.metrics div:last-child { border-right: 1px solid var(--line); }
.metrics strong { color: var(--navy); font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1; letter-spacing: -.04em; }
.metrics span { color: var(--muted); font-size: .78rem; }
.section { padding: 126px 0; }
.section-intro { max-width: 780px; margin-bottom: 54px; }
.section-intro h2, .principle-inner h2, .closing h2, .pilot h2 { margin-bottom: 22px; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 740; line-height: 1.05; letter-spacing: -.05em; }
.section-intro > p:last-child { max-width: 680px; margin-bottom: 0; font-size: 1.1rem; }
.comparison-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.comparison-cards article { min-height: 430px; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 4vw, 48px); }
.comparison-cards h3 { max-width: 420px; margin-bottom: 35px; color: var(--navy); font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.1; letter-spacing: -.035em; }
.reality-card { background: var(--paper); }
.outcome-card { color: var(--white); background: var(--navy); }
.outcome-card h3, .outcome-card .card-kicker { color: var(--white); }
.check-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; color: rgb(255 255 255 / 78%); font-weight: 620; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .56em; width: 9px; height: 9px; border: 2px solid var(--accent); border-radius: 50%; }
.muted-list li { color: #43514f; }
.muted-list li::before { border-color: #9ba8a4; }

.journey-section { min-height: 150vh; padding-block: 0; color: var(--white); background: var(--navy); }
.journey-section > .shell { position: sticky; top: 66px; min-height: calc(100vh - 66px); display: flex; flex-direction: column; justify-content: center; }
.journey-section .eyebrow { color: #62d9b5; }
.journey-section h2 { color: var(--white); }
.journey-section .section-intro > p:last-child, .journey p { color: rgb(255 255 255 / 62%); }
.journey { --journey-progress: 0; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin: 0; padding: 0; list-style: none; }
.journey::before { content: ""; position: absolute; z-index: 0; top: 61px; right: calc((100% - 78px) / 4 - 21px); left: 21px; height: 2px; background: linear-gradient(90deg, var(--accent), #28403d); transform: scaleX(var(--journey-progress)); transform-origin: 0 50%; transition: transform 120ms linear; }
.journey li { position: relative; z-index: 1; min-height: 245px; opacity: .58; transition: opacity 240ms ease, transform 240ms ease; }
.journey li.is-reached { opacity: 1; }
.journey li.is-reached .stage-icon { border-color: var(--accent); color: var(--white); background: var(--accent-dark); box-shadow: 0 0 0 7px rgb(25 167 123 / 10%); }
.stage-number { display: block; margin-bottom: 22px; color: #84aaa0; font-size: .73rem; font-weight: 800; letter-spacing: .14em; }
.stage-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid #3d5551; border-radius: 50%; color: #7be0c1; background: var(--navy); font-size: .9rem; }
.journey h3 { margin-bottom: 10px; color: var(--white); font-size: 1.35rem; }
.journey p { max-width: 235px; font-size: .9rem; }

.platform-section { background: var(--paper); }
.feature-explorer { display: grid; grid-template-columns: 320px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.tabs { display: grid; align-content: center; padding: 20px; border-right: 1px solid var(--line); background: #f3f6f4; }
.tabs button { position: relative; border: 0; border-radius: 10px; padding: 18px 16px; color: var(--muted); background: transparent; font-size: .9rem; font-weight: 680; text-align: left; cursor: pointer; }
.tabs button[aria-selected="true"] { color: var(--navy); background: var(--white); box-shadow: 0 8px 24px rgb(7 49 40 / 8%); }
.tabs button[aria-selected="true"]::before { content: ""; position: absolute; left: 0; top: 15px; bottom: 15px; width: 3px; border-radius: 3px; background: var(--accent); }
.tab-panels article { min-height: 470px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; padding: clamp(32px, 6vw, 70px); }
.tab-panels article[hidden] { display: none; }
.tab-panels h3 { margin-bottom: 18px; color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.08; letter-spacing: -.04em; }
.mini-answer, .mini-sources, .mini-timeline { display: grid; gap: 12px; border: 1px solid var(--line); border-radius: 14px; padding: 25px; background: var(--paper); }
.mini-answer span, .mini-answer small { color: var(--accent-dark); font-size: .74rem; font-weight: 750; }
.mini-answer strong { color: var(--navy); font-size: 1.35rem; line-height: 1.35; }
.mini-sources span { display: flex; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); padding: 13px 0; color: #31413f; font-size: .86rem; font-weight: 680; }
.mini-sources i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.mini-network { position: relative; min-height: 250px; }
.mini-network::before, .mini-network::after { content: ""; position: absolute; left: 20%; right: 20%; top: 50%; height: 1px; background: #a9cabe; transform: rotate(28deg); }
.mini-network::after { transform: rotate(-28deg); }
.mini-network span { position: absolute; z-index: 1; border: 1px solid #bcd8ce; border-radius: 999px; padding: 8px 12px; color: var(--accent-dark); background: var(--white); font-size: .72rem; font-weight: 750; }
.mini-network span:nth-child(1) { top: 5%; left: 10%; }.mini-network span:nth-child(2) { top: 8%; right: 8%; }.mini-network span:nth-child(3) { bottom: 8%; left: 12%; }.mini-network span:nth-child(4) { right: 12%; bottom: 5%; }
.mini-timeline span { position: relative; padding-left: 24px; color: #344440; font-size: .86rem; font-weight: 680; }
.mini-timeline span::before { content: ""; position: absolute; left: 0; top: .45em; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px var(--soft); }

.assurance-section { background: var(--white); }
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.bento article { overflow: hidden; min-height: 330px; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; background: var(--paper); }
.bento h3 { max-width: 390px; color: var(--navy); font-size: 1.55rem; line-height: 1.15; letter-spacing: -.035em; }
.bento-source { grid-column: span 4; }.bento-lifecycle { grid-column: span 2; }.bento-related { grid-column: span 2; }.bento-roles { grid-column: span 2; }.bento-audit { grid-column: span 2; }
.citation-stack { max-width: 560px; display: grid; gap: 9px; margin-top: 38px; }
.citation-stack span { display: flex; justify-content: space-between; border: 1px solid var(--line); border-radius: 10px; padding: 13px 15px; color: #354542; background: var(--white); font-size: .82rem; }
.citation-stack b { color: var(--accent-dark); }
.lifecycle-visual { display: flex; gap: 20px; align-items: center; margin-top: 30px; }
.lifecycle-ring { flex: 0 0 115px; aspect-ratio: 1; display: grid; place-content: center; border: 10px solid var(--soft); border-top-color: var(--accent); border-radius: 50%; text-align: center; animation: lifecycle 4.6s ease-in-out infinite; }
@keyframes lifecycle { 50% { transform: scale(1.035); } }
.lifecycle-ring strong { color: var(--navy); font-size: 1.8rem; line-height: 1; }.lifecycle-ring span { color: var(--muted); font-size: .6rem; }
.lifecycle-visual ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: .7rem; }
.lifecycle-visual li { display: flex; gap: 7px; align-items: center; }.lifecycle-visual i { width: 7px; height: 7px; border-radius: 50%; }.current { background: var(--accent); }.due { background: #bd8b35; }.missing { background: #9ba8a4; }
.node-map { position: relative; min-height: 175px; margin-top: 25px; }.node-map-links { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }.node-map-links line { vector-effect: non-scaling-stroke; stroke: #bad4ca; stroke-width: 1; }.node { position: absolute; z-index: 1; border: 1px solid #b8d7cc; border-radius: 999px; padding: 7px 11px; color: var(--accent-dark); background: var(--white); font-size: .68rem; font-weight: 750; animation: node-drift 3.8s ease-in-out infinite; }.node-main { top: 41%; left: 37%; }.node-a { top: 2%; left: 5%; animation-delay: -.7s; }.node-b { top: 6%; right: 2%; animation-delay: -1.8s; }.node-c { left: 10%; bottom: 0; animation-delay: -2.8s; }
@keyframes node-drift { 50% { transform: translateY(-7px); } }
.role-list { display: grid; gap: 12px; margin-top: 35px; }.role-list span { display: flex; gap: 11px; align-items: center; color: #354542; font-size: .82rem; font-weight: 700; }.role-list i { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--accent-dark); background: var(--soft); font-size: .68rem; font-style: normal; }
.audit-list { display: grid; gap: 0; margin: 32px 0 0; padding: 0; list-style: none; }.audit-list li { position: relative; display: flex; gap: 13px; padding-bottom: 23px; color: #354542; font-size: .8rem; font-weight: 700; }.audit-list li:not(:last-child)::after { content: ""; position: absolute; left: 5px; top: 14px; bottom: 0; width: 1px; background: #b8d7cc; }.audit-list span { z-index: 1; width: 11px; height: 11px; margin-top: 5px; border: 2px solid var(--accent); border-radius: 50%; background: var(--white); }

.intelligence-section { color: var(--white); background: var(--surface-navy); }
.intelligence-section .eyebrow, .intelligence-section .card-kicker { color: #c4b5fd; }
.intelligence-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(38px, 8vw, 96px); align-items: end; margin-bottom: 56px; }
.intelligence-heading h2 { max-width: 720px; margin: 0; color: var(--white); font-size: clamp(2.7rem, 5.5vw, 4.7rem); font-weight: 740; line-height: 1.02; letter-spacing: -.05em; }
.intelligence-heading > p { margin: 0 0 8px; color: rgb(255 255 255 / 68%); font-size: 1.05rem; }
.intelligence-stage { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); overflow: hidden; border: 1px solid rgb(167 139 250 / 24%); border-radius: var(--radius); background: #0b2138; box-shadow: 0 35px 90px rgb(0 0 0 / 30%); }
.intelligence-brief { min-width: 0; border-right: 1px solid rgb(167 139 250 / 20%); padding: clamp(28px, 5vw, 52px); background: #0a1e34; }
.intelligence-brief-top { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; padding-bottom: 24px; border-bottom: 1px solid rgb(167 139 250 / 20%); }
.intelligence-brief-top > div { display: grid; gap: 6px; }
.intelligence-brief-top small { color: rgb(255 255 255 / 52%); }
.premium-mark { color: #ddd6fe; font-size: 1rem; font-weight: 820; letter-spacing: .02em; }
.analyst-status { display: inline-flex; gap: 8px; align-items: center; color: #ddd6fe; font-size: .72rem; font-weight: 760; white-space: nowrap; }
.analyst-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--premium); box-shadow: 0 0 0 5px rgb(167 139 250 / 14%); }
.priority-callout { margin: 30px 0 24px; border-left: 3px solid var(--premium); padding: 20px 22px; background: rgb(109 40 217 / 12%); }
.priority-callout > span { display: block; margin-bottom: 9px; color: #c4b5fd; font-size: .67rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.priority-callout strong { display: block; margin-bottom: 10px; color: var(--white); font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.3; }
.priority-callout p { margin: 0; color: rgb(255 255 255 / 64%); font-size: .84rem; }
.briefing-measures { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgb(167 139 250 / 20%); }
.briefing-measures div { display: grid; gap: 3px; padding: 17px 12px; border-right: 1px solid rgb(167 139 250 / 20%); }
.briefing-measures div:first-child { padding-left: 0; }.briefing-measures div:last-child { border-right: 0; }
.briefing-measures strong { color: #ddd6fe; font-size: 1.35rem; }.briefing-measures span { color: rgb(255 255 255 / 48%); font-size: .65rem; }
.briefing-actions { display: grid; margin: 24px 0; padding: 0; list-style: none; }
.briefing-actions li { display: flex; gap: 15px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid rgb(167 139 250 / 16%); }
.briefing-actions li > span { color: var(--premium); font-size: .67rem; font-weight: 800; }
.briefing-actions li div { display: grid; gap: 2px; }.briefing-actions strong { color: rgb(255 255 255 / 88%); font-size: .82rem; }.briefing-actions small { color: rgb(255 255 255 / 45%); font-size: .69rem; }
.briefing-provenance { display: flex; flex-wrap: wrap; gap: 7px; }
.briefing-provenance span { border: 1px solid rgb(167 139 250 / 24%); border-radius: 999px; padding: 6px 9px; color: rgb(255 255 255 / 57%); font-size: .61rem; font-weight: 680; }
.intelligence-benefits { display: grid; align-content: stretch; }
.intelligence-benefits article { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-content: center; min-height: 150px; padding: 24px 30px; border-bottom: 1px solid rgb(167 139 250 / 20%); }
.intelligence-benefits article:last-child { border-bottom: 0; }
.benefit-number { color: var(--premium); font-size: .68rem; font-weight: 820; letter-spacing: .08em; }
.intelligence-benefits h3 { margin-bottom: 7px; color: var(--white); font-size: 1.05rem; }
.intelligence-benefits p { margin: 0; color: rgb(255 255 255 / 56%); font-size: .8rem; line-height: 1.55; }
.intelligence-footer { display: flex; justify-content: space-between; gap: 32px; align-items: center; margin-top: 30px; }
.intelligence-footer p { max-width: 700px; margin: 0; color: rgb(255 255 255 / 60%); font-size: .87rem; }
.intelligence-footer strong { color: var(--white); }
.button-premium { border-color: #e3b84d; color: #171407; background: #e3b84d; box-shadow: 0 12px 32px rgb(213 163 41 / 18%); }
.button-premium:hover { color: #171407; background: #f0ca6c; box-shadow: 0 15px 38px rgb(213 163 41 / 25%); }

.demo-section { background: var(--paper); }
.demo-board { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.demo-question, .demo-output { min-height: 610px; padding: clamp(30px, 4.4vw, 54px); }
.demo-question { border-right: 1px solid var(--line); background: linear-gradient(155deg, #f5f8f6 0%, #f1edff 100%); }
.demo-question h3, .demo-output h3 { margin-bottom: 24px; color: var(--navy); font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1.08; letter-spacing: -.045em; }
.demo-stage-heading { min-height: 24px; display: flex; gap: 10px; align-items: center; margin-bottom: 20px; }
.demo-stage-heading > span:first-child { color: var(--accent-dark); font-size: .68rem; font-weight: 850; letter-spacing: .1em; }
.demo-stage-heading .product-label, .demo-stage-heading .card-kicker { margin: 0; }
.question-example { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; border: 1px solid rgb(109 40 217 / 18%); border-radius: 16px; padding: 20px; background: rgb(255 255 255 / 90%); box-shadow: 0 14px 34px rgb(3 23 43 / 7%); }
.question-avatar, .outcome-owner { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--deep-teal); font-size: .72rem; font-weight: 820; }
.question-example small, .question-context > small, .outcome-review small { color: var(--muted); font-size: .68rem; font-weight: 760; letter-spacing: .04em; text-transform: uppercase; }
.question-example p { margin: 5px 0 0; color: var(--navy); font-size: .96rem; font-weight: 700; line-height: 1.5; }
.question-context { margin-top: 18px; border: 1px solid rgb(6 56 74 / 13%); border-radius: 14px; padding: 17px 18px; background: rgb(255 255 255 / 55%); }
.question-context ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 11px 0 0; padding: 0; list-style: none; }
.question-context li { border: 1px solid rgb(6 56 74 / 15%); border-radius: 999px; padding: 7px 10px; color: #344e55; background: var(--white); font-size: .68rem; font-weight: 700; }
.question-route { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; margin-top: 22px; color: var(--accent-dark); font-size: .7rem; font-weight: 780; text-align: center; }
.question-route span { min-height: 44px; display: grid; place-items: center; border: 1px solid rgb(109 40 217 / 18%); border-radius: 10px; padding: 8px; background: rgb(255 255 255 / 72%); }
.question-route i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--accent-dark); font-style: normal; }
.demo-output { display: flex; flex-direction: column; background: var(--white); }
.outcome-status { display: inline-flex; gap: 6px; align-items: center; margin-left: auto; border-radius: 999px; padding: 6px 9px; color: var(--deep-teal); background: #e7f7f2; font-size: .63rem; }
.outcome-status i { width: 7px; height: 7px; border-radius: 50%; background: #16a177; }
.outcome-summary { margin: -8px 0 20px; font-size: .82rem; line-height: 1.55; }
.outcome-controls { display: grid; gap: 9px; margin: 0 0 18px; padding: 0; list-style: none; }
.outcome-controls li { display: grid; grid-template-columns: 30px 1fr auto; gap: 11px; align-items: center; border: 1px solid var(--line); border-radius: 12px; padding: 12px 13px; background: #fbfcfc; }
.outcome-check { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--deep-teal); font-size: .72rem; font-weight: 850; }
.outcome-controls li > div { display: grid; gap: 2px; }
.outcome-controls strong { color: var(--navy); font-size: .76rem; }
.outcome-controls small { color: var(--muted); font-size: .65rem; }
.outcome-controls em { border: 1px solid rgb(109 40 217 / 20%); border-radius: 999px; padding: 4px 7px; color: var(--accent-dark); background: var(--premium-soft); font-size: .62rem; font-style: normal; font-weight: 820; }
.outcome-review { display: grid; grid-template-columns: 38px 1fr auto; gap: 11px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; }
.outcome-owner { width: 38px; height: 38px; font-size: .65rem; }
.outcome-review > div { display: grid; gap: 2px; }
.outcome-review strong { color: var(--navy); font-size: .74rem; }
.outcome-review > span:last-child { color: var(--muted); font-size: .65rem; font-weight: 700; }
.demo-output > .text-link { margin-top: auto; padding-top: 20px; }
.text-link { color: var(--accent-dark); font-weight: 780; text-decoration: none; }.text-link span { display: inline-block; transition: transform 180ms ease; }.text-link:hover span { transform: translateX(4px); }

.compare-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }.compare-table { width: 100%; min-width: 720px; border-collapse: collapse; background: var(--white); }.compare-table th, .compare-table td { border-bottom: 1px solid var(--line); padding: 20px 24px; text-align: left; }.compare-table tr:last-child th, .compare-table tr:last-child td { border-bottom: 0; }.compare-table thead th { color: var(--muted); background: var(--paper); font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }.compare-table tbody th { color: var(--navy); font-size: .87rem; }.compare-table td { color: var(--muted); font-size: .87rem; }.compare-table td:last-child { color: var(--accent-dark); background: #f8fcfa; font-weight: 720; }
.principle-section { position: relative; min-height: 155vh; overflow: clip; padding-block: 0; color: var(--white); background: var(--navy); }.principle-inner { position: sticky; top: 66px; min-height: calc(100vh - 66px); display: flex; flex-direction: column; justify-content: center; padding-left: clamp(0px, 10vw, 120px); }.principle-inner .eyebrow { color: #65dab7; }.principle-inner h2 { max-width: 960px; color: var(--white); font-size: clamp(3rem, 6vw, 5.5rem); }.principle-inner > p:last-child { max-width: 720px; color: rgb(255 255 255 / 65%); font-size: 1.1rem; }.quote-mark { position: absolute; top: calc(50% - 255px); left: 0; color: rgb(255 255 255 / 7%); font-family: Georgia, serif; font-size: 18rem; line-height: 1; }
.js .principle-inner > * { opacity: 0; filter: blur(6px); transform: translateY(26px); transition: opacity 760ms cubic-bezier(.22, 1, .36, 1), transform 760ms cubic-bezier(.22, 1, .36, 1), filter 760ms cubic-bezier(.22, 1, .36, 1); }
.js .principle-inner > :nth-child(2) { transition-delay: 70ms; }.js .principle-inner > :nth-child(3) { transition-delay: 145ms; }.js .principle-inner > :nth-child(4) { transition-delay: 230ms; }
.js .principle-section.is-principle-active .principle-inner > * { opacity: 1; filter: none; transform: none; }
.use-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.use-grid article { min-height: 280px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px; }.use-grid article > span { color: var(--accent); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }.use-grid h3 { margin: 32px 0 12px; color: var(--navy); font-size: 1.35rem; }.use-grid p { margin-bottom: 28px; }.use-grid small { margin-top: auto; color: var(--accent-dark); font-size: .72rem; font-weight: 720; }
.pricing-section { background: var(--paper); }
.pricing-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 54px; }
.pricing-heading .section-intro { margin-bottom: 0; }
.pricing-heading > .text-link { flex: 0 0 auto; margin-bottom: 8px; }
.pricing-configurator { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 28px; align-items: center; margin-bottom: 22px; border: 1px solid #cfc6f3; border-radius: 16px; padding: 20px 22px; color: var(--white); background: linear-gradient(115deg, var(--navy), #173b49); box-shadow: 0 20px 55px rgb(3 23 43 / 14%); }
.billing-term { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgb(255 255 255 / 18%); border-radius: 10px; padding: 4px; background: rgb(255 255 255 / 7%); }
.billing-term button { min-height: 48px; border: 0; border-radius: 7px; padding: 6px 10px; color: rgb(255 255 255 / 68%); background: transparent; font-size: .78rem; font-weight: 780; cursor: pointer; transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.billing-term button span { display: block; color: #7ee4c3; font-size: .59rem; font-weight: 720; }
.billing-term button[aria-pressed="true"] { color: var(--navy); background: var(--white); box-shadow: 0 6px 18px rgb(0 0 0 / 18%); }
.billing-term button[aria-pressed="true"] span { color: #08785b; }
.seat-selector { min-width: 0; }
.seat-selector-copy { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 5px; }
.seat-selector label { color: rgb(255 255 255 / 76%); font-size: .78rem; font-weight: 720; }
.seat-selector output { color: var(--white); font-size: 1.55rem; font-weight: 820; line-height: 1; }
.seat-selector input[type="range"] { --range-progress: 0%; width: 100%; height: 28px; margin: 0; appearance: none; background: transparent; cursor: pointer; }
.seat-selector input[type="range"]::-webkit-slider-runnable-track { height: 8px; border-radius: 4px; background: linear-gradient(90deg, #41d2a8 0 var(--range-progress), rgb(255 255 255 / 18%) var(--range-progress) 100%); }
.seat-selector input[type="range"]::-moz-range-track { height: 8px; border-radius: 4px; background: rgb(255 255 255 / 18%); }
.seat-selector input[type="range"]::-moz-range-progress { height: 8px; border-radius: 4px; background: #41d2a8; }
.seat-selector input[type="range"]::-webkit-slider-thumb { width: 24px; height: 24px; margin-top: -8px; appearance: none; border: 4px solid var(--white); border-radius: 50%; background: #6d28d9; box-shadow: 0 5px 16px rgb(0 0 0 / 30%); }
.seat-selector input[type="range"]::-moz-range-thumb { width: 17px; height: 17px; border: 4px solid var(--white); border-radius: 50%; background: #6d28d9; box-shadow: 0 5px 16px rgb(0 0 0 / 30%); }
.seat-selector input[type="range"]:focus-visible { outline: 3px solid rgb(126 228 195 / 70%); outline-offset: 3px; }
.seat-scale { display: flex; justify-content: space-between; margin-top: -2px; color: rgb(255 255 255 / 50%); font-size: .61rem; }
.seat-selector p { margin: 5px 0 0; color: rgb(255 255 255 / 58%); font-size: .68rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.price-card { position: relative; min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; padding: 30px 26px 26px; background: var(--white); }
.plan-marker { width: max-content; margin-bottom: 24px; border-radius: 999px; padding: 5px 9px; color: #526071; background: #edf1f4; font-size: .59rem; font-weight: 820; letter-spacing: .07em; text-transform: uppercase; }
.plan-marker-recommended { color: #083e31; background: #b8f1df; }
.price-card > div > p:last-child { min-height: 78px; font-size: .84rem; }
.price-tier { margin-bottom: 14px; color: var(--accent-dark); font-size: .72rem; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }
.price-card h3 { min-height: 52px; display: flex; flex-wrap: wrap; gap: 6px 8px; align-items: baseline; margin-bottom: 8px; color: var(--navy); line-height: 1; }
.price-card h3 span { font-size: clamp(2rem, 3.6vw, 3rem); letter-spacing: -.045em; }
.price-card h3 small { color: var(--muted); font-size: .7rem; font-weight: 680; letter-spacing: 0; }
.price-total { min-height: 25px; display: block; margin-bottom: 16px; color: #08785b; font-size: .76rem; }
.price-card ul { display: grid; gap: 11px; margin: 8px 0 30px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { position: relative; padding-left: 21px; color: #40504d; font-size: .78rem; }
.price-card li::before { content: ""; position: absolute; left: 0; top: .35em; width: 7px; height: 7px; border: 2px solid #19a77b; border-radius: 50%; }
.price-card .button { width: 100%; margin-top: auto; }
.assurance-price { border: 2px solid #19a77b; padding: 29px 25px 25px; box-shadow: 0 22px 58px rgb(7 49 40 / 12%); }
.enterprise-price { background: #f1f4f2; }
.pricing-note { max-width: 980px; margin: 25px 0 0; color: #687572; font-size: .72rem; }
.pilot-section { background: var(--soft); }.pilot { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 110px); align-items: center; }.pilot > div > p:not(.eyebrow) { margin-bottom: 28px; }.pilot ol { display: grid; margin: 0; padding: 0; list-style: none; }.pilot li { display: flex; gap: 17px; align-items: flex-start; border-bottom: 1px solid #c9ded6; padding: 19px 0; }.pilot li > span { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--white); background: var(--accent-dark); font-size: .72rem; font-weight: 800; }.pilot li div { display: grid; }.pilot li strong { color: var(--navy); }.pilot li small { color: var(--muted); }
.faq-section { background: var(--white); }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { min-height: 78px; display: flex; justify-content: space-between; gap: 30px; align-items: center; color: var(--navy); font-size: 1.03rem; font-weight: 710; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { position: relative; width: 19px; height: 19px; flex: 0 0 auto; }.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 9px; left: 2px; width: 15px; height: 1px; background: var(--navy); transition: transform 180ms ease; }.faq-list summary span::after { transform: rotate(90deg); }.faq-list details[open] summary span::after { transform: rotate(0); }.faq-list details p { max-width: 760px; padding: 0 50px 24px 0; }
.closing { padding: 100px 0; color: var(--white); background: var(--accent); }.closing .eyebrow { color: #063f30; }.closing h2 { max-width: 920px; color: var(--white); }.button-dark { border-color: var(--navy); background: var(--navy); }.button-line { border-color: rgb(255 255 255 / 65%); color: var(--white); background: transparent; box-shadow: none; }.button-line:hover { background: rgb(255 255 255 / 12%); }
.site-footer { padding: 50px 0; color: var(--white); background: var(--navy); }.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 55px; align-items: end; }.footer-brand .brand { color: var(--white); }.footer-brand p { margin: 15px 0 0; color: rgb(255 255 255 / 55%); font-size: .8rem; }.footer-links, .footer-meta { display: grid; gap: 7px; }.footer-links a { color: rgb(255 255 255 / 78%); font-size: .78rem; text-decoration: none; }.footer-meta { color: rgb(255 255 255 / 45%); font-size: .7rem; text-align: right; }

.reveal-ready { opacity: 0; filter: blur(5px); transform: translateY(18px) scale(.975); transform-origin: 50% 25%; transition: opacity 800ms cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms), transform 800ms cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms), filter 800ms cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms); }
.reveal-ready.revealed { opacity: 1; filter: blur(0); transform: none; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 14px; }.desktop-nav a { font-size: .77rem; }
  .bento-source { grid-column: span 3; }.bento-lifecycle { grid-column: span 3; }.bento-related, .bento-roles, .bento-audit { grid-column: span 2; }
  .tab-panels article { gap: 28px; padding: 38px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .pricing-configurator { grid-template-columns: 220px minmax(0, 1fr); }
}

@media (max-width: 860px) {
  .site-header { height: 68px; }.site-header.is-scrolled { height: 62px; }.nav-shell { grid-template-columns: 1fr auto; }
  .desktop-nav, .nav-cta { display: none; }.menu-button { width: 44px; height: 44px; display: grid; gap: 5px; place-content: center; border: 0; border-radius: 9px; background: transparent; cursor: pointer; }.menu-button span:not(.sr-only) { width: 21px; height: 2px; display: block; background: var(--navy); transition: transform 180ms ease; }.menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: calc(100% + 8px); left: 24px; right: 24px; display: grid; border: 1px solid var(--line); border-radius: 12px; padding: 10px; background: var(--white); box-shadow: var(--shadow); }.mobile-menu[hidden] { display: none; }.mobile-menu a { border-radius: 8px; padding: 11px 12px; color: #31413f; font-size: .86rem; font-weight: 680; text-decoration: none; }.mobile-menu a:last-child { margin-top: 5px; color: var(--white); background: var(--accent-dark); }
  .hero { min-height: auto; }.hero-shell { padding-top: 82px; }.workspace-body { grid-template-columns: 1fr; }.decision-route { display: none; }.answer-workspace { min-height: 440px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }.metrics div:nth-child(2) { border-right: 1px solid var(--line); }.metrics div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .section { padding: 88px 0; }.comparison-cards { grid-template-columns: 1fr; }.comparison-cards article { min-height: auto; }
  .journey-section { min-height: auto; }.journey-section > .shell { position: static; top: auto; min-height: 0; display: block; }
  .feature-explorer { grid-template-columns: 1fr; }.tabs { grid-template-columns: repeat(2, 1fr); border-right: 0; border-bottom: 1px solid var(--line); }.tabs button { padding: 13px; }.tabs button[aria-selected="true"]::before { top: auto; right: 13px; bottom: 0; left: 13px; width: auto; height: 3px; }
  .tab-panels article { min-height: auto; grid-template-columns: 1fr; }
  .bento { grid-template-columns: repeat(2, 1fr); }.bento-source, .bento-lifecycle, .bento-related, .bento-roles { grid-column: span 1; }.bento-audit { grid-column: 1 / -1; }
  .intelligence-heading { grid-template-columns: 1fr; gap: 24px; }.intelligence-stage { grid-template-columns: 1fr; }.intelligence-brief { border-right: 0; border-bottom: 1px solid rgb(167 139 250 / 20%); }.intelligence-benefits { grid-template-columns: repeat(2, 1fr); }.intelligence-benefits article:nth-child(odd) { border-right: 1px solid rgb(167 139 250 / 20%); }
  .demo-board { grid-template-columns: 1fr; }.demo-question, .demo-output { min-height: auto; }.demo-question { border-right: 0; border-bottom: 1px solid var(--line); }
  .principle-section { min-height: auto; padding: 88px 0; }.principle-inner { position: relative; top: auto; min-height: 0; display: block; }
  .use-grid { grid-template-columns: repeat(2, 1fr); }.pricing-configurator { grid-template-columns: 1fr; }.pilot { grid-template-columns: 1fr; }.footer-inner { grid-template-columns: 1fr 1fr; }.footer-meta { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 620px) {
  .reveal-ready { opacity: 1; filter: none; transform: none; }
  .shell, .nav-shell { width: min(100% - 32px, 1160px); }.mobile-menu { left: 16px; right: 16px; }
  .hero-shell { padding: 70px 0 68px; }.hero h1 { font-size: clamp(3.3rem, 16vw, 4.5rem); }.hero-lead { font-size: 1rem; }.hero .actions { flex-direction: column; }.hero .button { width: 100%; }.product-stage { margin-top: 55px; }.workspace-top { padding-inline: 14px; }.workspace-top > span:first-child { max-width: 145px; }.answer-workspace { min-height: 0; padding: 22px 16px; }.answer-meta { gap: 12px; }.answer-workspace h2 { font-size: 1.55rem; }.guidance { padding: 13px; }.evidence-row { grid-template-columns: 1fr; }.source-pills span { font-size: .63rem; }
  .metrics div { min-height: 120px; padding: 18px; }.metrics strong { font-size: 1.8rem; }.metrics span { font-size: .68rem; }
  .section { padding: 76px 0; }.section-intro { margin-bottom: 38px; }.section-intro h2, .pilot h2, .closing h2 { font-size: 2.5rem; }
  .journey { grid-template-columns: repeat(2, 1fr); gap: 34px 18px; }.journey::before { display: none; }.journey li { min-height: 235px; }.journey p { font-size: .82rem; }
  .tabs { grid-template-columns: 1fr; }.tabs button[aria-selected="true"]::before { top: 10px; right: auto; bottom: 10px; left: 0; width: 3px; height: auto; }.tab-panels article { padding: 28px 20px; }
  .bento { grid-template-columns: 1fr; }.bento-source, .bento-lifecycle, .bento-related, .bento-roles, .bento-audit { grid-column: auto; }.bento article { min-height: auto; padding: 24px; }.lifecycle-visual { align-items: flex-start; }
  .intelligence-heading h2 { font-size: 2.75rem; }.intelligence-brief-top, .intelligence-footer { align-items: flex-start; flex-direction: column; }.briefing-measures { grid-template-columns: 1fr; }.briefing-measures div, .briefing-measures div:first-child { padding: 13px 0; border-right: 0; border-bottom: 1px solid rgb(167 139 250 / 20%); }.briefing-measures div:last-child { border-bottom: 0; }.intelligence-benefits { grid-template-columns: 1fr; }.intelligence-benefits article:nth-child(odd) { border-right: 0; }.intelligence-footer .button { width: 100%; }
  .demo-question, .demo-output { padding: 28px 20px; }.question-example { grid-template-columns: 38px 1fr; padding: 16px; }.question-avatar { width: 38px; height: 38px; }.question-route { grid-template-columns: 1fr; }.question-route i { margin: -2px auto; transform: rotate(90deg); }.outcome-status { width: max-content; margin: 8px 0 0; }.demo-output .demo-stage-heading { flex-wrap: wrap; }.outcome-controls li { grid-template-columns: 28px 1fr auto; padding-inline: 10px; }.outcome-review { grid-template-columns: 38px 1fr; }.outcome-review > span:last-child { grid-column: 2; }
  .principle-section { padding: 76px 0; }.principle-inner { padding-left: 0; }.principle-inner h2 { font-size: 3rem; }.quote-mark { top: -65px; left: -28px; }.use-grid { grid-template-columns: 1fr; }.use-grid article { min-height: 235px; }
  .pricing-heading { display: grid; gap: 22px; }.pricing-configurator { gap: 20px; padding: 18px 16px; }.billing-term { grid-template-columns: 1fr; }.seat-selector p { font-size: .65rem; }.pricing-grid { grid-template-columns: 1fr; }.price-card > div > p:last-child { min-height: 0; }.price-card h3 { min-height: 0; }
  .closing { padding: 76px 0; }.closing .actions { flex-direction: column; }.closing .button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }.footer-meta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ambience, .library-status i, .answer-status i, .node, .lifecycle-ring, .policy-map span { animation: none !important; }
  .reveal-ready { opacity: 1 !important; filter: none !important; transform: none !important; }
  .principle-inner > * { opacity: 1 !important; filter: none !important; transform: none !important; }
  .product-layout, .hero-illustration { opacity: 1; transform: none; }
  .journey::before { transform: scaleX(1); }
  .journey li { opacity: 1; transform: none; }
}

/* Cloudable family alignment */
:focus-visible { outline-color: hsl(270 100% 75%); }
.shell { width: min(1320px, calc(100% - 48px)); }
.eyebrow, .card-kicker, .product-label { font-size: .8125rem; letter-spacing: .12em; }
.button { min-height: 48px; border-radius: 9px; background: var(--accent-dark); box-shadow: 0 10px 28px rgb(109 40 217 / 18%); }
.button:hover { background: #5b21b6; box-shadow: 0 14px 34px rgb(109 40 217 / 24%); }
.button-small { min-height: 48px; padding-inline: 19px; }
.button-ghost { border-color: var(--accent-dark); color: var(--accent-dark); background: var(--white); box-shadow: none; }
.button-ghost:hover { color: var(--accent-dark); background: var(--premium-soft); box-shadow: none; }

.site-header { height: 96px; border-color: rgb(255 255 255 / 10%); color: var(--white); background: rgb(3 23 43 / 96%); }
.site-header.is-scrolled { height: 72px; border-color: rgb(167 139 250 / 25%); box-shadow: 0 8px 30px rgb(3 23 43 / 22%); }
.nav-shell { width: min(1320px, calc(100% - 48px)); grid-template-columns: auto 1fr auto; gap: 28px; }
.brand-lockup { display: flex; gap: 17px; align-items: center; white-space: nowrap; }
.site-header .brand { color: var(--white); font-size: 1.35rem; }
.site-header .brand img { width: 48px; height: 48px; }
.cloudable-endorsement, .footer-endorsement { display: inline-flex; gap: 8px; align-items: center; color: rgb(255 255 255 / 78%); font-size: .9rem; text-decoration: none; }
.cloudable-endorsement { border-left: 1px solid rgb(255 255 255 / 24%); padding-left: 17px; }
.cloudable-endorsement img, .footer-endorsement img { color: var(--accent); }
.desktop-nav { justify-self: center; gap: clamp(14px, 2vw, 28px); }
.desktop-nav a { color: rgb(255 255 255 / 78%); }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav .intelligence-nav-link, .mobile-menu .intelligence-nav-link { color: #c4b5fd; }

.hero { min-height: 720px; background-color: var(--paper); background-image: url("/assets/policyops-mist-mountains.webp"); background-position: center bottom; background-size: cover; }
.hero::after { inset: auto 0 0; height: 220px; background: linear-gradient(180deg, transparent, rgb(167 139 250 / 6%)); }
.ambience-a { background: radial-gradient(circle, rgb(167 139 250 / 14%), transparent 67%); }
.ambience-b { background: radial-gradient(circle, rgb(6 56 74 / 12%), transparent 68%); }
.hero-shell { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(36px, 5vw, 72px); align-items: center; padding: 58px 0 62px; }
.hero-copy { max-width: 560px; margin: 0; text-align: left; }
.hero h1 { max-width: 610px; margin: 0 0 25px; font-size: 56px; line-height: 1.06; letter-spacing: -.045em; }
.hero-lead { max-width: 550px; margin: 0 0 30px; font-size: 18px; line-height: 1.65; }
.hero-boundary { max-width: 520px; margin: 17px 0 0; color: #415161; font-size: .76rem; line-height: 1.55; }
.hero .actions { justify-content: flex-start; }
.hero-visual { width: min(720px, 59vw); max-width: none; margin: 0 -76px 0 0; }
.hero-illustration { position: relative; overflow: hidden; min-height: 0; aspect-ratio: 1.6; display: grid; align-content: center; gap: 22px; border: 1px solid rgb(109 40 217 / 24%); border-radius: 28px; padding: 42px 36px 32px; background: linear-gradient(145deg, rgb(255 255 255 / 94%), rgb(243 240 255 / 83%)); box-shadow: 0 38px 90px rgb(49 46 129 / 16%); transform: translateY(var(--hero-shift, 0)) scale(var(--hero-scale, 1)); transform-origin: 50% 0; opacity: var(--hero-opacity, 1); transition: transform 120ms linear, opacity 120ms linear; }
.hero-illustration::before { position: absolute; inset: 18px; border: 1px solid rgb(167 139 250 / 18%); border-radius: 20px; content: ""; pointer-events: none; }
.hero-illustration-glow { position: absolute; top: -180px; left: 34%; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgb(167 139 250 / 25%), transparent 68%); pointer-events: none; }
.hero-flow { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr) 36px minmax(0, 1fr); gap: 12px; align-items: stretch; }
.hero-flow-step { position: relative; min-height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; border: 1px solid rgb(189 213 205 / 84%); border-radius: 18px; padding: 28px 18px 22px; text-align: center; background: rgb(255 255 255 / 82%); box-shadow: 0 18px 38px rgb(3 23 43 / 8%); }
.hero-flow-step strong { max-width: 150px; color: var(--navy); font-size: .9rem; line-height: 1.3; }
.hero-flow-number { position: absolute; top: 14px; left: 15px; color: var(--accent-dark); font-size: .62rem; font-weight: 850; letter-spacing: .13em; }
.hero-flow-arrow { width: 36px; height: 36px; display: grid; place-items: center; align-self: center; border: 1px solid rgb(109 40 217 / 22%); border-radius: 50%; color: var(--accent-dark); background: rgb(255 255 255 / 72%); font-size: 1rem; font-weight: 800; }
.hero-policy-stack { position: relative; width: 76px; height: 67px; }
.hero-policy-stack i { position: absolute; width: 48px; height: 59px; border: 1px solid rgb(109 40 217 / 30%); border-radius: 8px; background: linear-gradient(180deg, var(--white), #f5f2ff); box-shadow: 0 8px 18px rgb(49 46 129 / 8%); }
.hero-policy-stack i::before, .hero-policy-stack i::after { position: absolute; left: 10px; height: 3px; border-radius: 999px; background: rgb(109 40 217 / 24%); content: ""; }
.hero-policy-stack i::before { top: 20px; width: 27px; }
.hero-policy-stack i::after { top: 29px; width: 20px; }
.hero-policy-stack i:nth-child(1) { left: 0; transform: rotate(-8deg); }
.hero-policy-stack i:nth-child(2) { left: 14px; transform: rotate(2deg); }
.hero-policy-stack i:nth-child(3) { left: 27px; transform: rotate(9deg); }
.hero-flow-core { border-color: rgb(109 40 217 / 34%); background: linear-gradient(160deg, rgb(255 255 255 / 96%), rgb(237 233 254 / 92%)); }
.hero-flow-core img { width: 58px; height: 58px; filter: drop-shadow(0 10px 18px rgb(109 40 217 / 20%)); }
.hero-answer-mark { width: 82px; display: grid; gap: 7px; border-left: 3px solid var(--accent-dark); padding: 12px 11px; background: var(--premium-soft); }
.hero-answer-mark span { height: 5px; border-radius: 999px; background: rgb(109 40 217 / 25%); }
.hero-answer-mark span:nth-child(2) { width: 78%; }
.hero-answer-mark span:nth-child(3) { width: 55%; }
.hero-citations { display: flex; gap: 6px; }
.hero-citations span { border: 1px solid rgb(109 40 217 / 22%); border-radius: 999px; padding: 3px 7px; color: var(--accent-dark); background: var(--white); font-size: .6rem; font-weight: 800; }
.hero-review-record { position: relative; z-index: 1; width: 100%; min-height: 72px; display: flex; gap: 14px; align-items: center; justify-content: center; justify-self: stretch; border: 1px solid rgb(6 56 74 / 22%); border-radius: 16px; padding: 13px 18px; background: rgb(255 255 255 / 88%); box-shadow: 0 14px 34px rgb(3 23 43 / 8%); }
.hero-review-check { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--deep-teal); font-weight: 850; }
.hero-review-record div { display: grid; gap: 2px; }
.hero-review-record small { color: var(--accent-dark); font-size: .6rem; font-weight: 850; letter-spacing: .13em; }
.hero-review-record strong { color: var(--navy); font-size: .82rem; }
.hero-audit-context { display: grid; gap: 9px; margin: 18px 0 0; border-top: 1px solid var(--line); padding: 16px 0 0; }
.hero-audit-context div { display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .72rem; }
.hero-audit-context dd { margin: 0; color: var(--navy); font-weight: 700; text-align: right; }

.proof { border: 0; color: var(--white); background: var(--deep-teal); }
.proof-principles { min-height: 88px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; text-align: center; }
.proof-principles span { padding: 0 24px; color: rgb(255 255 255 / 74%); font-size: 1rem; }
.proof-principles span + span { border-left: 1px solid rgb(255 255 255 / 18%); }

.receipt-section { overflow: hidden; border-block: 1px solid rgb(167 139 250 / 22%); background: linear-gradient(145deg, #f8fafc, #f3f0ff 62%, #f8fafc); }
.receipt-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: clamp(46px, 7vw, 92px); align-items: center; }
.receipt-copy h2 { max-width: 560px; margin-bottom: 22px; color: var(--navy); font-size: 36px; line-height: 1.15; letter-spacing: -.035em; }
.receipt-copy > p:not(.eyebrow) { max-width: 570px; font-size: 1rem; line-height: 1.75; }
.receipt-copy .actions { margin-top: 32px; }
.receipt-principles { display: grid; gap: 0; margin: 30px 0 0; border-block: 1px solid rgb(109 40 217 / 18%); padding: 0; list-style: none; }
.receipt-principles li { display: grid; grid-template-columns: 155px minmax(0, 1fr); gap: 18px; padding: 17px 0; }
.receipt-principles li + li { border-top: 1px solid rgb(109 40 217 / 14%); }
.receipt-principles strong { color: var(--navy); font-size: .82rem; }
.receipt-principles span { color: var(--muted); font-size: .78rem; line-height: 1.55; }
.decision-receipt { position: relative; overflow: hidden; border: 1px solid rgb(109 40 217 / 26%); border-radius: 22px; padding: 0 28px; background: rgb(255 255 255 / 94%); box-shadow: 0 34px 90px rgb(49 46 129 / 14%); }
.decision-receipt::before { position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--accent-dark), var(--accent), var(--deep-teal)); content: ""; }
.decision-receipt-header { display: flex; justify-content: space-between; gap: 24px; align-items: center; border-bottom: 1px solid rgb(109 40 217 / 15%); padding: 27px 0 20px; }
.decision-receipt-header div { display: grid; gap: 2px; }
.decision-receipt-header span { color: var(--accent-dark); font-size: .64rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.decision-receipt-header h3 { margin: 0; color: var(--navy); font-size: 1.45rem; letter-spacing: -.035em; }
.decision-receipt-header > strong { border: 1px solid rgb(109 40 217 / 24%); border-radius: 999px; padding: 6px 10px; color: var(--accent-dark); background: var(--premium-soft); font-size: .62rem; letter-spacing: .05em; text-transform: uppercase; }
.decision-receipt dl { margin: 0; }
.decision-receipt dt { margin-bottom: 6px; color: #6a7684; font-size: .64rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.decision-receipt dd { margin: 0; color: var(--navy); font-size: .86rem; font-weight: 680; line-height: 1.5; }
.receipt-question { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(190px, .72fr); gap: 22px; border-bottom: 1px solid rgb(109 40 217 / 15%); padding: 22px 0; }
.receipt-status { display: inline-flex; align-items: center; border-radius: 999px; padding: 7px 10px; color: #07523f; background: #e8f7f1; font-size: .7rem; line-height: 1.35; }
.receipt-status::before { width: 7px; height: 7px; flex: 0 0 auto; margin-right: 7px; border-radius: 50%; background: #12966f; content: ""; }
.receipt-evidence { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-bottom: 1px solid rgb(109 40 217 / 15%); padding: 20px 0; }
.receipt-evidence section { min-width: 0; border: 1px solid rgb(109 40 217 / 17%); border-radius: 12px; padding: 16px; background: #fbfaff; }
.receipt-evidence section:first-child { border-color: rgb(6 56 74 / 22%); background: #f6fbfa; }
.receipt-label { display: inline-flex; border-radius: 999px; padding: 4px 7px; color: #5f6b78; background: #eceff3; font-size: .58rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.receipt-label-primary { color: #07523f; background: #e4f4ee; }
.receipt-evidence h4 { margin: 14px 0 5px; color: var(--navy); font-size: .85rem; line-height: 1.35; }
.receipt-evidence p { margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.receipt-follow-up { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 20px 0; }
.decision-receipt footer { display: flex; justify-content: space-between; gap: 24px; margin: 0 -28px; padding: 15px 28px; color: rgb(255 255 255 / 72%); background: var(--surface-navy); font-size: .62rem; line-height: 1.45; }
.decision-receipt footer strong { color: #ddd6fe; font-size: .59rem; letter-spacing: .05em; text-align: right; text-transform: uppercase; }
.receipt-disclaimer { margin-top: 28px; color: #667381; font-size: .7rem; text-align: right; }
.receipt-resource-layout { grid-template-columns: minmax(0, .76fr) minmax(520px, 1.24fr); gap: clamp(46px, 7vw, 88px); align-items: center; }
.receipt-terminology { display: grid; gap: 0; margin: 30px 0 0; border-block: 1px solid rgb(109 40 217 / 18%); }
.receipt-terminology div { padding: 15px 0; }
.receipt-terminology div + div { border-top: 1px solid rgb(109 40 217 / 14%); }
.receipt-terminology dt { margin-bottom: 4px; color: var(--navy); font-size: .76rem; font-weight: 820; }
.receipt-terminology dd { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.pilot-boundary { max-width: 520px; display: block; margin-top: 16px; color: rgb(255 255 255 / 64%); font-size: .68rem; line-height: 1.55; }

.section { padding: 96px 0; }
.section-intro h2, .principle-inner h2, .closing h2, .pilot h2 { font-size: 36px; line-height: 1.15; letter-spacing: -.035em; }
.comparison-cards article, .feature-explorer, .bento article, .demo-board, .compare-scroll, .price-card { border-radius: 16px; }
.journey-section .eyebrow, .principle-inner .eyebrow { color: #c4b5fd; }
.journey::before { background: linear-gradient(90deg, var(--accent), #433876); }
.stage-icon { color: #c4b5fd; border-color: #514676; }
.intelligence-section { background: var(--surface-navy); }
.intelligence-section .eyebrow, .intelligence-section .card-kicker { color: #c4b5fd; }
.button-premium { border-color: var(--accent); color: var(--white); background: var(--accent-dark); box-shadow: 0 12px 32px rgb(109 40 217 / 18%); }
.button-premium:hover { color: var(--white); background: #5b21b6; box-shadow: 0 15px 38px rgb(109 40 217 / 25%); }
.closing { padding: 96px 0; background: hsl(263 70% 50%); }
.closing .eyebrow { color: #ede9fe; }

.footer-brand .brand img { width: 32px; height: 32px; }
.footer-endorsement { width: max-content; margin-top: 14px; }
.footer-brand p { margin-top: 12px; }

.guides-section { background: var(--soft); }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #bdd5cd; border-left: 1px solid #bdd5cd; }
.guide-grid > a { min-height: 330px; display: flex; flex-direction: column; border-right: 1px solid #bdd5cd; border-bottom: 1px solid #bdd5cd; padding: 34px; color: inherit; background: rgb(255 255 255 / 44%); text-decoration: none; transition: background 180ms ease, transform 180ms ease; }
.guide-grid > a:hover { z-index: 1; background: var(--white); transform: translateY(-3px); }
.guide-grid span { color: var(--accent-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.guide-grid h3 { margin: 38px 0 16px; color: var(--navy); font-size: 1.35rem; line-height: 1.25; }
.guide-grid p { margin-bottom: 28px; color: var(--muted); font-size: .9rem; }
.guide-grid strong { margin-top: auto; color: var(--accent-dark); font-size: .78rem; }
.guide-grid i { display: inline-block; font-style: normal; transition: transform 180ms ease; }
.guide-grid a:hover i { transform: translateX(4px); }

.industry-section { background: var(--soft); }
.industry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.industry-card { position: relative; min-height: 620px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #bdd5cd; border-radius: 16px; padding: 34px; color: inherit; background: rgb(255 255 255 / 62%); text-decoration: none; box-shadow: 0 18px 50px rgb(3 23 43 / 5%); transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.industry-card:hover { border-color: var(--accent); background: var(--white); transform: translateY(-4px); box-shadow: 0 24px 60px rgb(3 23 43 / 9%); }
.industry-number { position: absolute; top: 28px; right: 30px; color: #7d8c88; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.industry-card .card-kicker { padding-right: 38px; }
.industry-card-visual { width: 200px; height: 134px; align-self: flex-start; margin: 24px 0 0; overflow: hidden; border: 1px solid rgb(189 213 205 / 80%); border-radius: 12px; background: var(--paper); box-shadow: 0 12px 28px rgb(3 23 43 / 7%); }
.industry-card-visual img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 500ms ease; }
.industry-card:hover .industry-card-visual img { transform: scale(1.025); }
.industry-card h3 { max-width: 360px; margin: 26px 0 16px; color: var(--navy); font-size: 1.55rem; line-height: 1.2; letter-spacing: -.035em; }
.industry-card > p:not(.card-kicker) { color: var(--muted); font-size: .88rem; }
.industry-card blockquote { margin: 26px 0 30px; border-left: 2px solid var(--accent); padding: 2px 0 2px 18px; color: #40504d; font-size: .82rem; line-height: 1.6; }
.industry-card blockquote span { display: block; margin-bottom: 7px; color: var(--accent-dark); font-size: .64rem; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.industry-card strong { margin-top: auto; color: var(--accent-dark); font-size: .78rem; }
.industry-card i { display: inline-block; font-style: normal; transition: transform 180ms ease; }
.industry-card:hover i { transform: translateX(4px); }
.industry-boundary { max-width: 900px; margin: 28px 0 0; color: #687572; font-size: .78rem; }
.role-section { background: var(--white); }

.sector-hero { padding: 78px 0 74px; }
.sector-hero-grid { width: min(1420px, calc(100% - 48px)); display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: clamp(42px, 6vw, 90px); align-items: center; }
.sector-hero-copy { min-width: 0; }
.sector-hero .sector-hero-copy h1 { max-width: 720px; font-size: clamp(3.15rem, 5.2vw, 5rem); }
.sector-hero-visual { position: relative; overflow: hidden; border: 1px solid rgb(189 213 205 / 90%); border-radius: 20px; background: var(--white); box-shadow: 0 28px 70px rgb(3 23 43 / 12%); }
.sector-hero-visual::after { position: absolute; inset: 0; border: 1px solid rgb(255 255 255 / 60%); border-radius: inherit; content: ""; pointer-events: none; }
.sector-hero-visual img { width: 100%; height: auto; display: block; }
.sector-scenarios .resource-grid { gap: 18px; border: 0; }
.sector-scenarios .resource-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: rgb(255 255 255 / 78%); box-shadow: 0 14px 40px rgb(3 23 43 / 5%); }
.resource-card-visual { width: 100%; aspect-ratio: 800 / 534; margin: 0 0 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: var(--white); box-shadow: 0 10px 26px rgb(3 23 43 / 6%); }
.resource-card-visual img { width: 100%; height: auto; display: block; }

.walkthrough { display: grid; grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr); gap: clamp(30px, 5vw, 68px); align-items: center; margin-top: 56px; border-top: 1px solid var(--line); padding-top: 56px; }
.walkthrough-copy h3 { margin: 0 0 16px; color: var(--navy); font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1.12; letter-spacing: -.035em; }
.walkthrough-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.7; }
.walkthrough-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.walkthrough-meta span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 10px; color: var(--muted); background: rgb(255 255 255 / 60%); font-size: .68rem; font-weight: 700; }
.video-transcript { margin-top: 24px; border-top: 1px solid var(--line); }
.video-transcript summary { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; color: var(--navy); font-size: .78rem; font-weight: 760; cursor: pointer; list-style: none; }
.video-transcript summary::-webkit-details-marker { display: none; }
.video-transcript summary span { transition: transform 180ms ease; }
.video-transcript[open] summary span { transform: rotate(45deg); }
.video-transcript p { margin: 0 0 18px; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.walkthrough-frame { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #071627; box-shadow: 0 24px 60px rgb(3 23 43 / 16%); }
.walkthrough-video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #071627; object-fit: cover; }
.intelligence-section .walkthrough { border-top-color: rgb(255 255 255 / 15%); }
.intelligence-section .walkthrough-copy h3 { color: var(--white); }
.intelligence-section .walkthrough-copy > p:not(.eyebrow) { color: rgb(255 255 255 / 64%); }
.intelligence-section .walkthrough-meta span { border-color: rgb(255 255 255 / 18%); color: rgb(255 255 255 / 66%); background: rgb(255 255 255 / 5%); }
.intelligence-section .video-transcript { border-top-color: rgb(255 255 255 / 15%); }
.intelligence-section .video-transcript summary { color: var(--white); }
.intelligence-section .video-transcript p { color: rgb(255 255 255 / 64%); }
.intelligence-section .walkthrough-frame { border-color: rgb(196 181 253 / 25%); box-shadow: 0 28px 70px rgb(0 0 0 / 28%); }

.resource-page { background: var(--white); }
.resource-page .site-header { position: relative; top: auto; }
.resource-page .site-header + main { padding-top: 0; }
.resource-page .nav-shell { grid-template-columns: auto 1fr auto; }
.resource-nav { display: flex; justify-self: center; gap: 28px; }
.resource-nav a { color: rgb(255 255 255 / 78%); font-size: .83rem; font-weight: 680; text-decoration: none; }
.resource-nav a:hover { color: var(--white); }
.resource-hero { overflow: hidden; padding: 96px 0 88px; background-color: var(--paper); background-image: linear-gradient(90deg, rgb(247 249 248 / 94%), rgb(247 249 248 / 70%)), url("/assets/policyops-mist-mountains.webp"); background-position: center; background-size: cover; }
.resource-hero-inner { max-width: 930px; margin-inline: auto; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 55px; color: var(--muted); font-size: .74rem; }
.breadcrumbs a { color: var(--accent-dark); text-decoration: none; }
.resource-hero h1 { max-width: 850px; margin-bottom: 28px; color: var(--navy); font-size: clamp(3.2rem, 6.3vw, 5.6rem); line-height: .98; letter-spacing: -.055em; }
.resource-hero .hero-lead { max-width: 780px; }
.resource-hero .actions { justify-content: flex-start; }
.resource-meta { margin: 26px 0 0; color: var(--muted); font-size: .72rem; }
.resource-section { padding: 92px 0; }
.resource-section-soft { background: var(--paper); }
.resource-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(55px, 8vw, 110px); align-items: start; }
.resource-copy h2, .resource-principle h2 { max-width: 790px; margin-bottom: 26px; color: var(--navy); font-size: clamp(2.4rem, 4.2vw, 4.15rem); line-height: 1.04; letter-spacing: -.045em; }
.resource-copy > p:not(.eyebrow) { max-width: 780px; font-size: 1rem; line-height: 1.78; }
.resource-note, .resource-checklist { border-top: 3px solid var(--accent); padding: 28px 0; }
.resource-note strong, .resource-checklist h3 { display: block; margin-bottom: 14px; color: var(--navy); font-size: 1.1rem; }
.resource-note p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.resource-grid article { min-height: 260px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 32px; background: rgb(255 255 255 / 58%); }
.resource-grid article > span { color: var(--accent-dark); font-size: .7rem; font-weight: 820; letter-spacing: .1em; }
.resource-grid h3 { margin: 34px 0 12px; color: var(--navy); font-size: 1.35rem; }
.resource-grid p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.resource-steps { display: grid; margin: 38px 0 0; padding: 0; list-style: none; }
.resource-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.resource-steps li > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--accent-dark); font-size: .72rem; font-weight: 800; }
.resource-steps strong { color: var(--navy); }
.resource-steps p { margin: 4px 0 0; color: var(--muted); font-size: .83rem; }
.resource-checklist ul, .resource-question-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.resource-checklist li, .resource-question-list li { position: relative; padding-left: 22px; color: #40504d; font-size: .86rem; line-height: 1.5; }
.resource-checklist li::before, .resource-question-list li::before { content: ""; position: absolute; top: .5em; left: 0; width: 8px; height: 8px; border: 2px solid var(--accent); border-radius: 50%; }
.comparison-table-wrap { overflow-x: auto; margin-top: 38px; border: 1px solid var(--line); border-radius: 14px; background: rgb(255 255 255 / 72%); box-shadow: 0 18px 50px rgb(3 23 43 / 7%); }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 20px; text-align: left; vertical-align: top; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table tr:last-child td, .comparison-table tr:last-child th { border-bottom: 0; }
.comparison-table thead th { color: var(--navy); background: var(--soft); font-size: .75rem; letter-spacing: .04em; }
.comparison-table tbody th { width: 24%; color: var(--navy); font-size: .79rem; }
.comparison-table td { color: var(--muted); font-size: .78rem; line-height: 1.55; }
.comparison-table td strong { display: block; margin-bottom: 5px; color: var(--navy); font-size: .76rem; }
.comparison-note { max-width: 860px; margin: 18px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.evidence-band { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-top: 38px; }
.evidence-band article { min-height: 190px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px; background: rgb(255 255 255 / 58%); }
.evidence-band span { color: var(--accent-dark); font-size: .67rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.evidence-band h3 { margin: 30px 0 10px; color: var(--navy); font-size: 1.15rem; }
.evidence-band p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.6; }
.resource-video-layout { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr); gap: clamp(34px, 6vw, 76px); align-items: center; }
.resource-video-frame { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #071627; box-shadow: 0 24px 60px rgb(3 23 43 / 16%); }
.resource-video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.transcript-steps { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.transcript-steps article { display: grid; grid-template-columns: 56px 1fr; gap: 18px; border-bottom: 1px solid var(--line); padding: 20px 0; }
.transcript-steps article > span { color: var(--accent-dark); font-size: .68rem; font-weight: 820; letter-spacing: .08em; }
.transcript-steps h3 { margin: 0 0 6px; color: var(--navy); font-size: 1rem; }
.transcript-steps p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.6; }
.source-links { display: grid; gap: 10px; margin-top: 30px; }
.source-links a { width: fit-content; color: var(--accent-dark); font-size: .78rem; font-weight: 740; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.resource-links-section { background: var(--soft); }
.resource-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #bdd5cd; border-left: 1px solid #bdd5cd; }
.resource-links a { min-height: 210px; display: flex; flex-direction: column; border-right: 1px solid #bdd5cd; border-bottom: 1px solid #bdd5cd; padding: 30px; color: inherit; background: rgb(255 255 255 / 48%); text-decoration: none; }
.resource-links span { color: var(--accent-dark); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.resource-links strong { margin: 32px 0 9px; color: var(--navy); font-size: 1.3rem; }
.resource-links small { color: var(--muted); font-size: .8rem; }
.resource-principle { padding: 100px 0; color: var(--white); background: var(--navy); }
.resource-principle .eyebrow { color: #c4b5fd; }
.resource-principle h2 { color: var(--white); }
.resource-principle p:last-child { max-width: 760px; margin: 0; color: rgb(255 255 255 / 66%); }
.research-hero .resource-hero-inner { max-width: 980px; }
.research-scoreboard { color: var(--white); background: var(--surface-navy); }
.research-scoreboard-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.research-scoreboard article { min-height: 190px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgb(255 255 255 / 13%); padding: 30px; }
.research-scoreboard article:last-child { border-right: 1px solid rgb(255 255 255 / 13%); }
.research-scoreboard strong { color: var(--white); font-size: clamp(2.3rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.055em; }
.research-scoreboard span { max-width: 180px; margin-top: 14px; color: rgb(255 255 255 / 66%); font-size: .76rem; line-height: 1.45; }
.research-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 42px; }
.research-comparison article { min-width: 0; border: 1px solid var(--line); border-radius: 14px; padding: 34px; background: var(--white); }
.research-comparison .research-comparison-highlight { border-color: #a993e8; box-shadow: 0 18px 48px rgb(67 56 118 / 10%); }
.research-mode { margin: 0 0 28px; color: var(--accent-dark); font-size: .7rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.research-comparison article > strong { display: block; color: var(--navy); font-size: 3.2rem; line-height: 1; letter-spacing: -.06em; }
.research-comparison article > span { display: block; margin-top: 8px; color: var(--muted); font-size: .8rem; }
.research-meter { height: 8px; overflow: hidden; margin: 24px 0 28px; border-radius: 999px; background: #e7e9e8; }
.research-meter i { height: 100%; display: block; border-radius: inherit; background: var(--accent); }
.research-comparison dl { display: grid; gap: 13px; margin: 0; }
.research-comparison dl > div { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 13px; }
.research-comparison dt { color: var(--muted); font-size: .76rem; }
.research-comparison dd { margin: 0; color: var(--navy); font-size: .78rem; font-weight: 780; text-align: right; }
.research-caption { max-width: 800px; margin: 25px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.research-bars { display: grid; gap: 22px; margin-top: 42px; }
.research-bars > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px 18px; }
.research-bars span, .research-bars strong { color: var(--navy); font-size: .82rem; }
.research-bars strong { font-weight: 820; }
.research-bars i { grid-column: 1 / -1; height: 9px; overflow: hidden; border-radius: 999px; background: #e7e9e8; }
.research-bars b { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--accent-dark), var(--accent)); }
.research-steps { grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.research-steps li { display: block; border-top: 0; border-right: 1px solid var(--line); padding: 26px; }
.research-steps li:first-child { border-left: 1px solid var(--line); }
.research-steps li > span { margin-bottom: 34px; }
.research-steps p { line-height: 1.55; }
.research-source-list ul, .research-limitations { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.research-source-list li { border-top: 1px solid var(--line); padding: 17px 0; }
.research-source-list a { color: var(--navy); font-size: .86rem; font-weight: 760; text-decoration-color: var(--accent); text-underline-offset: 3px; }
.research-source-list small { display: block; margin-top: 5px; color: var(--muted); font-size: .68rem; }
.research-limitations { grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.research-limitations li { min-height: 135px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 25px; color: #40504d; font-size: .84rem; line-height: 1.6; }

.analytics-consent {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  left: 22px;
  width: min(920px, calc(100% - 44px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-inline: auto;
  border: 1px solid rgb(196 181 253 / 42%);
  border-radius: 14px;
  padding: 22px 24px;
  color: var(--white);
  background: var(--surface-navy);
  box-shadow: 0 22px 70px rgb(3 23 43 / 30%);
}
.analytics-consent__label { margin: 0 0 5px; color: #c4b5fd; font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.analytics-consent h2 { margin: 0 0 5px; color: var(--white); font-size: 1.12rem; letter-spacing: -.02em; }
.analytics-consent p:last-child { max-width: 610px; margin: 0; color: rgb(255 255 255 / 68%); font-size: .76rem; line-height: 1.55; }
.analytics-consent p a { color: var(--white); text-decoration-color: var(--accent); text-underline-offset: 3px; }
.analytics-consent__actions { display: flex; gap: 9px; }
.analytics-consent .button { min-height: 43px; white-space: nowrap; font-size: .76rem; }
.analytics-consent .button-ghost { border-color: rgb(255 255 255 / 26%); color: var(--white); background: transparent; }
.analytics-consent .button-ghost:hover { background: rgb(255 255 255 / 8%); }
.analytics-settings {
  position: fixed;
  z-index: 70;
  bottom: 14px;
  left: 14px;
  border: 1px solid rgb(167 139 250 / 38%);
  border-radius: 8px;
  padding: 7px 10px;
  color: var(--navy);
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 8px 24px rgb(3 23 43 / 12%);
  font-size: .66rem;
  font-weight: 720;
  cursor: pointer;
}
.analytics-settings:hover { border-color: var(--accent-dark); }

@media (max-width: 1240px) {
  .hero-shell { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 32px; }
  .hero h1 { font-size: clamp(48px, 4.5vw, 54px); }
  .hero-visual { width: 100%; margin-right: 0; }
  .hero-illustration { aspect-ratio: 1.55; padding: 34px 24px 28px; }
  .hero-flow { grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr); gap: 8px; }
  .hero-flow-arrow { width: 30px; height: 30px; }
}

@media (max-width: 1050px) {
  .cloudable-endorsement span { display: none; }
  .hero-shell { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: 100%; margin: 24px 0 0; }
  .hero-illustration { aspect-ratio: 2 / 1; padding-inline: 30px; }
  .hero-flow { grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr); gap: 9px; }
  .hero-flow-arrow { width: 30px; height: 30px; }
  .receipt-layout { grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr); gap: 40px; }
  .receipt-resource-layout { grid-template-columns: minmax(0, .76fr) minmax(480px, 1.24fr); gap: 40px; }
  .resource-nav { gap: 16px; }
  .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industry-card:last-child { grid-column: 1 / -1; min-height: 620px; }
  .sector-hero-grid { grid-template-columns: 1fr; }
  .sector-hero-copy { max-width: 900px; }
  .sector-hero-visual { max-width: 980px; }
}

@media (max-width: 860px) {
  .site-header { height: 64px; }
  .site-header.is-scrolled { height: 60px; }
  .menu-button span:not(.sr-only) { background: var(--white); }
  .mobile-menu { border-color: var(--line); background: var(--surface-navy); }
  .mobile-menu a { color: rgb(255 255 255 / 82%); }
  .hero-shell { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: 100%; margin: 24px 0 0; }
  .hero-illustration { aspect-ratio: 1.9; }
  .section { padding: 72px 0; }
  .receipt-layout { grid-template-columns: 1fr; }
  .receipt-resource-layout { grid-template-columns: 1fr; }
  .receipt-copy { max-width: 700px; }
  .decision-receipt { width: 100%; max-width: 700px; }
  .receipt-disclaimer { max-width: 700px; text-align: left; }
  .walkthrough { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-grid > a { min-height: 260px; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-card, .industry-card:last-child { min-height: 0; grid-column: auto; }
  .industry-card-visual { height: 240px; }
  .resource-page .site-header { height: 72px; }
  .resource-page .nav-shell { grid-template-columns: 1fr auto; }
  .resource-nav { display: none; }
  .resource-hero { padding: 75px 0 70px; }
  .resource-layout { grid-template-columns: 1fr; gap: 48px; }
  .resource-section { padding: 72px 0; }
  .evidence-band { grid-template-columns: 1fr; }
  .resource-video-layout { grid-template-columns: 1fr; }
  .research-scoreboard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .research-scoreboard article:nth-child(3) { border-top: 1px solid rgb(255 255 255 / 13%); }
  .research-scoreboard article:nth-child(4) { border-top: 1px solid rgb(255 255 255 / 13%); }
  .research-steps { grid-template-columns: 1fr 1fr; }
  .research-steps li { border-bottom: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .shell, .nav-shell { width: min(100% - 32px, 1200px); }
  .site-header .brand { font-size: 1.05rem; }
  .site-header .brand img { width: 34px; height: 34px; }
  .brand-lockup { gap: 10px; }
  .cloudable-endorsement { padding-left: 10px; }
  .cloudable-endorsement img { width: 22px; height: 22px; }
  .hero-shell { padding: 56px 0 52px; }
  .hero h1 { font-size: 40px; line-height: 1.1; }
  .hero-lead { font-size: 1rem; }
  .hero-boundary { font-size: .7rem; }
  .hero-visual { margin-top: 30px; }
  .hero-illustration { min-height: 430px; aspect-ratio: auto; gap: 14px; padding: 22px 18px 18px; border-radius: 22px; }
  .hero-illustration::before { inset: 12px; border-radius: 16px; }
  .hero-flow { grid-template-columns: 1fr; gap: 9px; }
  .hero-flow-step { min-height: 96px; gap: 6px; padding: 15px 14px 11px; }
  .hero-flow-step strong { max-width: 190px; font-size: .82rem; }
  .hero-flow-arrow { width: 28px; height: 28px; justify-self: center; transform: rotate(90deg); }
  .hero-policy-stack { width: 48px; height: 36px; }
  .hero-policy-stack i { width: 29px; height: 35px; border-radius: 5px; }
  .hero-policy-stack i::before { top: 12px; left: 6px; width: 16px; }
  .hero-policy-stack i::after { top: 19px; left: 6px; width: 12px; }
  .hero-policy-stack i:nth-child(2) { left: 10px; }
  .hero-policy-stack i:nth-child(3) { left: 19px; }
  .hero-flow-core img { width: 36px; height: 36px; }
  .hero-answer-mark { width: 56px; padding: 8px; }
  .hero-citations { display: none; }
  .hero-review-record { width: 100%; min-height: 58px; justify-self: stretch; padding: 9px 13px; }
  .proof-principles { min-height: 84px; grid-template-columns: repeat(3, 1fr); padding: 0; }
  .proof-principles span { padding: 10px 7px; font-size: .7rem; line-height: 1.35; }
  .proof-principles span + span { border-top: 0; border-left: 1px solid rgb(255 255 255 / 18%); }
  .section { padding: 56px 0; }
  .receipt-copy h2 { font-size: 32px; }
  .receipt-principles li { grid-template-columns: 1fr; gap: 5px; }
  .receipt-copy .actions { flex-direction: column; }
  .receipt-copy .button { width: 100%; }
  .decision-receipt { border-radius: 16px; padding-inline: 18px; }
  .decision-receipt-header { align-items: flex-start; }
  .decision-receipt-header > strong { max-width: 120px; text-align: center; }
  .receipt-question, .receipt-evidence, .receipt-follow-up { grid-template-columns: 1fr; }
  .decision-receipt footer { flex-direction: column; gap: 7px; margin-inline: -18px; padding-inline: 18px; }
  .decision-receipt footer strong { text-align: left; }
  .comparison-cards, .journey, .bento, .intelligence-benefits, .industry-grid, .use-grid, .guide-grid, .pricing-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(84%, 1fr);
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 1px;
    scroll-snap-type: inline mandatory;
    scrollbar-color: rgb(109 40 217 / 45%) transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
  }
  .comparison-cards > *, .journey > *, .bento > *, .intelligence-benefits > *, .industry-grid > *, .use-grid > *, .guide-grid > *, .pricing-grid > * { scroll-snap-align: start; }
  .comparison-cards article, .journey li, .bento article, .intelligence-benefits article, .industry-card, .use-grid article, .guide-grid > a, .price-card { min-width: 0; }
  .journey::before { display: none; }
  .journey li { min-height: 230px; }
  .bento-source, .bento-lifecycle, .bento-related, .bento-roles, .bento-audit, .industry-card:last-child { grid-column: auto; }
  .intelligence-benefits { border-top: 1px solid rgb(167 139 250 / 20%); }
  .intelligence-benefits article, .intelligence-benefits article:nth-child(odd) { min-height: 190px; border-right: 1px solid rgb(167 139 250 / 20%); border-bottom: 0; }
  .use-grid, .guide-grid { border-top: 1px solid #bdd5cd; border-left: 1px solid #bdd5cd; }
  .guide-grid > a { min-height: 330px; }
  .pricing-grid { align-items: stretch; }
  .price-card { height: 100%; }
  .tabs { display: flex; overflow-x: auto; scroll-snap-type: inline mandatory; scrollbar-width: thin; }
  .tabs button { flex: 0 0 76%; scroll-snap-align: start; border-right: 1px solid var(--line); }
  .tabs button[aria-selected="true"]::before { top: auto; right: 13px; bottom: 0; left: 13px; width: auto; height: 3px; }
  .industry-card { padding: 26px; }
  .industry-card-visual { width: 170px; height: 114px; margin: 20px 0 0; }
  .industry-card h3 { margin-top: 30px; font-size: 1.4rem; }
  .walkthrough { gap: 24px; margin-top: 40px; padding-top: 40px; }
  .section-intro h2, .pilot h2, .closing h2 { font-size: 30px; }
  .resource-page .cloudable-endorsement { display: none; }
  .resource-page .button-small { min-height: 42px; padding-inline: 13px; font-size: .7rem; }
  .resource-hero { padding: 58px 0 60px; }
  .breadcrumbs { margin-bottom: 38px; }
  .resource-hero h1 { font-size: 3.1rem; }
  .resource-section { padding: 62px 0; }
  .resource-copy h2, .resource-principle h2 { font-size: 2.45rem; }
  .resource-grid, .resource-links { grid-template-columns: 1fr; }
  .resource-grid article { min-height: 220px; padding: 25px; }
  .sector-hero-grid { width: min(100% - 32px, 1420px); }
  .sector-hero .sector-hero-copy h1 { font-size: 3rem; }
  .resource-card-visual { margin: 0 0 24px; }
  .resource-principle { padding: 72px 0; }
  .research-scoreboard-grid, .research-comparison, .research-limitations, .research-steps { grid-template-columns: 1fr; }
  .research-scoreboard article { min-height: 150px; border-right: 1px solid rgb(255 255 255 / 13%); border-bottom: 1px solid rgb(255 255 255 / 13%); padding: 24px; }
  .research-scoreboard article:first-child { border-top: 1px solid rgb(255 255 255 / 13%); }
  .research-comparison article { padding: 25px; }
  .research-steps li { border-left: 1px solid var(--line); }
  .analytics-consent { right: 8px; bottom: 8px; left: 8px; width: calc(100% - 16px); grid-template-columns: 1fr; gap: 11px; padding: 14px; }
  .analytics-consent__label { display: none; }
  .analytics-consent h2 { font-size: .98rem; }
  .analytics-consent p:last-child { font-size: .69rem; line-height: 1.45; }
  .analytics-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .analytics-consent .button { min-height: 40px; padding-inline: 10px; font-size: .68rem; }
  .analytics-consent .button { width: 100%; }
}
