:root {
  --blue: #2E56EA;
  --deep: #17347F;
  --navy: #0B1D4D;
  --board-navy: #101F50;
  --board-navy-mid: #12245D;
  --board-navy-light: #17265A;
  --orange: #F2620F;
  --orange-dark: #C94F08;
  --orange-light: #F98545;
  --mist: #A6B6F0;
  --support: #C7D2F5;
  --ink: #282828;
  --muted: #5F6670;
  --line: #E0E0E1;
  --paper: #FAFAFB;
  --white: #ffffff;
  --success: #2E56EA;
  --radius: 12px;
  --shell: min(1280px, calc(100vw - 64px));
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font: 400 16px/1.55 "Archivo", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.launcher-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; hyphens: none; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 2px;
}

.mono {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-variant-numeric: tabular-nums lining-nums;
}

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 12px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 40;
  inset: 0 0 auto;
  color: white;
  transition: background 200ms ease, color 200ms ease, box-shadow 200ms ease;
}

.site-header.is-scrolled,
.site-header.header-solid {
  color: var(--ink);
  background: rgba(252, 253, 255, 0.96);
  box-shadow: 0 1px 0 rgba(11, 29, 77, 0.12);
  backdrop-filter: blur(16px);
}

.nav { min-height: 72px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 18px; aspect-ratio: 1; display: grid; place-items: center; background: var(--blue); transform: rotate(45deg); }
.brand-mark::after { content: ""; width: 6px; aspect-ratio: 1; background: white; }
.brand-name { display: grid; line-height: 1; gap: 4px; }
.brand-name strong { font-size: 1.08rem; letter-spacing: -0.02em; }
.brand-name small { font-size: 0.52rem; letter-spacing: 0.12em; opacity: 0.78; }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 0.91rem; font-weight: 600; }
.nav-links > a:not(.button) { position: relative; min-height: 44px; display: inline-flex; align-items: center; white-space: nowrap; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; inset: auto 0 5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.nav-links > a[aria-current="page"]::after,
.nav-links > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.language-link { opacity: 0.72; min-width: 44px; justify-content: center; }
.menu-button { display: none; margin-left: auto; width: 48px; height: 48px; border: 1px solid currentColor; border-radius: 8px; background: transparent; color: inherit; }
.menu-button span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 5px auto; background: currentColor; }

.access-trigger {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  border: 1px solid currentColor;
  border-radius: 4px;
  background: transparent;
  color: inherit;
  font-weight: 700;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}
.access-trigger:hover,
.access-trigger[aria-expanded="true"] { border-color: white; background: white; color: var(--deep); }
.site-header.is-scrolled .access-trigger:hover,
.site-header.is-scrolled .access-trigger[aria-expanded="true"],
.site-header.header-solid .access-trigger:hover,
.site-header.header-solid .access-trigger[aria-expanded="true"] { border-color: var(--deep); background: var(--deep); color: white; }
.access-trigger-mark { width: 14px; height: 14px; display: grid; grid-template-columns: repeat(2, 5px); grid-template-rows: repeat(2, 5px); gap: 2px; transform: rotate(45deg); }
.access-trigger-mark i { display: block; background: currentColor; }
.access-trigger-mark i:first-child { grid-column: 1 / -1; width: 5px; justify-self: center; }

.module-launcher[hidden] { display: none; }
.module-launcher { position: fixed; z-index: 90; inset: 0; display: grid; place-items: center; padding: 28px; }
.module-launcher-backdrop { position: absolute; inset: 0; border: 0; background: rgba(7, 14, 34, 0.72); opacity: 0; transition: opacity 220ms ease; }
.module-launcher-panel {
  position: relative;
  width: min(1180px, 100%);
  max-height: calc(100dvh - 56px);
  overflow: auto;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 18px;
  background: #f6f7fa;
  color: var(--ink);
  box-shadow: 0 32px 90px rgba(4, 13, 39, 0.38);
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition: opacity 240ms ease, transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}
.module-launcher.is-open .module-launcher-backdrop,
.module-launcher.is-open .module-launcher-panel { opacity: 1; }
.module-launcher.is-open .module-launcher-panel { transform: none; }
.module-launcher-header { display: grid; grid-template-columns: minmax(0, 1fr) 48px; gap: 32px; align-items: start; }
.module-launcher-header > div { max-width: 760px; }
.module-launcher-eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; }
.module-launcher-header h2 { margin: 0; font-size: clamp(2.35rem, 4.4vw, 4.5rem); line-height: 0.98; letter-spacing: -0.045em; }
.module-launcher-header h2 + p { max-width: 62ch; margin: 16px 0 0; color: var(--muted); font-size: 1rem; }
.module-launcher-close { width: 48px; height: 48px; position: relative; border: 1px solid #7b8490; border-radius: 50%; background: transparent; color: var(--ink); transition: background 150ms ease, color 150ms ease, transform 150ms ease; }
.module-launcher-close:hover { background: var(--ink); color: white; transform: rotate(4deg); }
.module-launcher-close span::before,
.module-launcher-close span::after { content: ""; position: absolute; top: 23px; left: 14px; width: 20px; height: 1.5px; background: currentColor; }
.module-launcher-close span::before { transform: rotate(45deg); }
.module-launcher-close span::after { transform: rotate(-45deg); }
.module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 36px; }
.module-card {
  --module-accent: var(--blue);
  min-height: 340px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid #d6d9df;
  border-radius: 12px;
  background: white;
  color: var(--ink);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.module-card { cursor: pointer; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.module-card:hover, .module-card:focus-visible { transform: translateY(-5px); border-color: var(--module-accent); box-shadow: 0 0 0 2px var(--module-accent), 0 18px 40px -18px rgba(11, 29, 77, 0.45); }
.module-card:active { transform: translateY(-2px); box-shadow: 0 0 0 2px var(--module-accent), 0 8px 20px -14px rgba(11, 29, 77, 0.45); }
.module-card:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.module-card:hover .module-icon, .module-card:focus-visible .module-icon { background: var(--module-accent); color: white; border-color: var(--module-accent); }
.module-card-people:hover .module-icon, .module-card-people:focus-visible .module-icon { color: var(--deep); }
.module-card-action > span:first-child { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: .22em; text-decoration-thickness: 2px; transition: text-decoration-color 180ms ease; }
.module-card:hover .module-card-action > span:first-child, .module-card:focus-visible .module-card-action > span:first-child { text-decoration-color: var(--module-accent); }
.module-card-people { --module-accent: #91a8ff; border-color: var(--deep); background: var(--deep); color: white; }
.module-card-procure { --module-accent: var(--orange-dark); }
.module-card-growth { --module-accent: var(--blue); background: #eef2ff; }
.module-card-topline { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.module-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--module-accent); }
.module-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.module-status { color: var(--muted); font-size: 0.61rem; letter-spacing: 0.08em; text-transform: uppercase; }
.module-card-people .module-status { color: #c7d2f5; }
.module-card-copy { display: grid; align-content: start; gap: 13px; margin-top: 46px; }
.module-code { color: var(--module-accent); font-size: 0.64rem; letter-spacing: 0.09em; }
.module-card-copy strong { font-size: clamp(1.7rem, 2.4vw, 2.35rem); line-height: 1; letter-spacing: -0.035em; }
.module-card-copy > span:last-child { max-width: 38ch; color: var(--muted); font-size: 0.91rem; }
.module-card-people .module-card-copy > span:last-child { color: #dbe3ff; }
.module-card-action { min-height: 48px; display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 28px; border-top: 1px solid rgba(95, 102, 112, 0.28); font-weight: 700; }
.module-card-people .module-card-action { border-color: rgba(255, 255, 255, 0.24); }
.module-card-action > span:last-child { color: var(--module-accent); font-size: 1.3rem; transition: transform 180ms ease; }
.module-card:hover .module-card-action > span:last-child, .module-card:focus-visible .module-card-action > span:last-child { transform: translate(4px, -3px); }
.module-launcher-footer { min-height: 62px; display: flex; align-items: center; gap: 14px; margin-top: 22px; padding-top: 22px; border-top: 1px solid #d6d9df; }
.module-launcher-footer .brand-mark { width: 13px; }
.module-launcher-footer p { margin: 0; color: var(--muted); font-size: 0.82rem; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--orange-dark);
  color: white;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 150ms ease, background 150ms ease;
}
/* Accesibilidad de CTA: el botón por defecto usa naranja oscuro #C94F08 (blanco 4.85:1, AA en
   texto normal) y oscurece al pasar el cursor. Solo los CTA del hero y del bloque demo, que
   usan texto grande WCAG (≥18.66px bold), pueden mostrar el naranja de marca #F2620F (3.22:1). */
.hero-actions .button, .demo .button, .form-actions .button { font-size: 1.17rem; }
.hero-actions .button:not(.button-secondary) { background: var(--orange); }
.button:hover { color: white; background: #A63F06; transform: translateY(-2px); }
.hero-actions .button:not(.button-secondary):hover { background: var(--orange-dark); }
.button:active { transform: scale(0.98); }
.button:disabled { cursor: wait; opacity: 0.62; transform: none; }
.button-secondary { border-color: rgba(255, 255, 255, 0.5); background: transparent; }
.button-secondary:hover { background: white; border-color: white; color: var(--navy); }
.button-outline { border-color: #7b8490; background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--navy); border-color: var(--navy); color: white; }

.hero { min-height: 100dvh; position: relative; overflow: hidden; display: grid; align-items: end; background: var(--deep); color: white; }
.hero-media { position: absolute; inset: 0 0 0 45%; margin: 0; overflow: hidden; }
.hero-media::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--deep) 0, rgba(30, 58, 138, 0.86) 16%, rgba(30, 58, 138, 0.08) 68%), linear-gradient(0deg, rgba(30, 58, 138, 0.68), transparent 48%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(0.82) contrast(1.04); transform: scale(1.02); }
.hero-layout { position: relative; z-index: 2; min-height: 100dvh; padding: 112px 0 44px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.62fr); align-items: center; gap: 7vw; }
.hero-copy { max-width: 780px; }
.hero-layout > .hero-copy { align-self: center; margin-top: 0; }
.eyebrow { margin: 0 0 22px; font: 500 0.72rem/1.2 "JetBrains Mono", monospace; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mist); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.25rem, 6.1vw, 6rem); font-weight: 700; line-height: 0.95; letter-spacing: -0.04em; }
.hero h1 span { color: rgba(255, 255, 255, 0.92); }
.hero-summary { max-width: 590px; margin: 28px 0 0; color: rgba(255, 255, 255, 0.92); font-size: clamp(1.05rem, 1.35vw, 1.28rem); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero-ai-signal { margin: 17px 0 0; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.86); font-size: .72rem; letter-spacing: .025em; }
.hero-ai-signal span { color: var(--orange); font-size: .86rem; }
.hero-aside { align-self: end; padding: 24px 0 4px; border-top: 1px solid rgba(255, 255, 255, 0.38); }
.hero-aside strong { display: block; max-width: 350px; font-size: 1.15rem; line-height: 1.4; color: rgba(255, 255, 255, 0.92); }
.hero-aside span { display: block; max-width: 340px; margin-top: 9px; color: rgba(255, 255, 255, 0.68); font-size: 0.92rem; }

.suite-hero { min-height: 780px; align-items: center; }
.suite-hero .hero-layout { min-height: 780px; grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr); align-items: center; }
.suite-hero h1 { font-size: clamp(3.2rem, 5vw, 5.7rem); }
.product-window { overflow: hidden; border-radius: 16px; background: white; color: var(--ink); box-shadow: 0 28px 70px rgba(2, 11, 36, 0.34); }
.window-bar { min-height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 16px; background: #eef1f6; border-bottom: 1px solid var(--line); }
.window-dot { width: 8px; height: 8px; border-radius: 50%; background: #c6ccd6; }
.window-path { margin-left: 8px; color: var(--muted); font-size: 0.66rem; } /* v2.1: #667080 → --muted, cumple AA sobre #eef1f6 */
.window-body { padding: 24px; }
.window-kicker { color: var(--blue); font-size: 0.7rem; letter-spacing: 0.1em; }
.window-title { display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-top: 10px; }
.window-title h2, .window-title .window-name { margin: 0; font-size: 1.3rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; text-wrap: balance; }
.status { display: inline-flex; align-items: center; min-height: 22px; padding: 0 6px; border-radius: 3px; background: transparent; border: 1px solid var(--orange-light); color: var(--orange-dark); font: 500 0.66rem/1 "JetBrains Mono", monospace; letter-spacing: 0.08em; white-space: nowrap; }
.preview-list { display: grid; margin-top: 22px; border-top: 1px solid var(--line); }
.preview-row { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.preview-row strong { font-size: 0.9rem; }
.preview-row small { display: block; margin-top: 3px; color: var(--muted); }
.preview-value { color: var(--blue); font: 500 0.76rem/1.4 "JetBrains Mono", monospace; text-align: right; }

/* Suite system · one Certo language, three operational signals. */
.suite-page { --suite-accent: var(--blue); --suite-wash: #edf1ff; }
.suite-procure { --suite-accent: var(--orange); --suite-wash: #fff2e9; }
.suite-growth { --suite-accent: #86a0ff; --suite-wash: #edf1ff; }
.suite-page .suite-hero { min-height: 100dvh; isolation: isolate; align-items: end; background: #12245d; }
.suite-page .suite-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; opacity: 0.13; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.suite-page .suite-hero .hero-media { inset: 0 0 0 35%; }
.suite-page .suite-hero .hero-media::before { background: linear-gradient(90deg, #12245d 0, rgba(18,36,93,.96) 22%, rgba(18,36,93,.34) 64%, rgba(18,36,93,.08)), linear-gradient(0deg, rgba(18,36,93,.92), transparent 56%); }
.suite-page .suite-hero .hero-media img { object-position: 58% center; filter: saturate(.8) contrast(1.08); }
.suite-page .suite-hero .hero-layout { min-height: 100dvh; padding: 112px 0 44px; grid-template-columns: minmax(0, .94fr) minmax(430px, .86fr); align-items: center; gap: 6vw; }
.suite-page .suite-hero .hero-copy { max-width: 670px; }
.suite-page .suite-hero .eyebrow { color: var(--suite-accent); }
.suite-page .suite-hero h1 { font-size: clamp(3.4rem, 5.25vw, 5.85rem); }
.suite-page .suite-hero h1 span { color: white; text-decoration: underline; text-decoration-color: var(--suite-accent); text-decoration-thickness: .08em; text-underline-offset: .1em; }
.suite-page .product-window { width: min(100%, 590px); justify-self: end; border: 1px solid rgba(255,255,255,.42); border-top: 4px solid var(--suite-accent); border-radius: 5px; box-shadow: 0 34px 80px rgba(2,11,36,.5); }
.suite-page .window-bar { background: rgba(242,245,251,.96); }
.suite-page .window-kicker, .suite-page .preview-value { color: var(--suite-accent); }
.suite-procure .window-kicker, .suite-procure .preview-value { color: var(--orange-dark); }
.suite-page .proof-strip { position: relative; background: #f8f9fc; }
.suite-page .proof-strip::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--suite-accent); }
.suite-page .proof-item { position: relative; transition: background 180ms ease, padding 180ms ease; }
.suite-page .proof-item:hover { padding-left: 18px; background: var(--suite-wash); }
.suite-page .proof-index, .suite-page .capability-number { color: var(--blue); }
.suite-procure .proof-index, .suite-procure .capability-number { color: var(--orange-dark); }
.suite-page .capability { position: relative; padding-inline: 18px; transition: background 180ms ease, transform 180ms ease; }
.suite-page .capability::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--suite-accent); transform: scaleY(0); transition: transform 180ms ease; }
.suite-page .capability:hover { background: var(--suite-wash); transform: translateX(5px); }
.suite-page .capability:hover::before { transform: scaleY(1); }
.suite-page .section-dark { position: relative; background-color: var(--navy); background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 72px 72px; }
.suite-page .governance-point { position: relative; background: var(--navy); }
.suite-page .governance-point::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: var(--suite-accent); transform: scaleX(.22); transform-origin: left; transition: transform 180ms ease; }
.suite-page .governance-point:hover::before { transform: scaleX(1); }
.suite-page .faq-list details { transition: background 160ms ease, padding 160ms ease; }
.suite-page .faq-list details:hover, .suite-page .faq-list details[open] { padding-inline: 18px; background: var(--suite-wash); }

.diagram-section { padding: 110px 0 126px; overflow: hidden; background: #f4f6fb; }
.diagram-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .62fr); gap: 7vw; align-items: end; }
.diagram-intro h2 { max-width: 850px; margin: 0; font-size: clamp(2.75rem, 4.8vw, 5.35rem); line-height: .98; letter-spacing: -.04em; }
.diagram-intro p { max-width: 52ch; margin: 0 0 8px; color: var(--muted); font-size: 1.05rem; }
.diagram-section figure { position: relative; margin: 72px 0 0; }
.diagram-section figcaption { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--deep); font-weight: 700; }
.diagram-pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--suite-accent, var(--blue)); box-shadow: 0 0 0 0 color-mix(in srgb, var(--suite-accent, var(--blue)) 42%, transparent); animation: diagramPulse 2.4s ease-out infinite; }
@keyframes diagramPulse { 60%, 100% { box-shadow: 0 0 0 13px transparent; } }

/* Platform map: products above a single governed operational foundation. */
.diagram-platform { background: var(--board-navy); color: white; }
.diagram-platform .diagram-intro p { color: #d4dcf6; }
.platform-map { min-height: 520px; display: grid; grid-template-rows: 132px 176px 82px; gap: 34px; }
.platform-connectors { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; fill: none; stroke: #718df4; stroke-width: 2; vector-effect: non-scaling-stroke; }
.platform-suites { z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.platform-suite { padding: 24px; background: white; color: var(--ink); }
.platform-suite:nth-child(2) { background: #edf1ff; }
.platform-suite:nth-child(3) { background: #dfe7ff; }
.platform-suite strong, .platform-suite span { display: block; }
.platform-suite strong { font-size: 1.2rem; }
.platform-suite span { max-width: 32ch; margin-top: 8px; color: var(--muted); font-size: .86rem; }
.platform-core { z-index: 1; width: min(760px, 78%); justify-self: center; display: grid; align-content: center; padding: 26px 32px; background: var(--blue); }
.platform-core > span { color: #d8e0ff; font-size: .66rem; letter-spacing: .1em; }
.platform-core > strong { margin-top: 5px; font-size: clamp(1.5rem, 2.4vw, 2.4rem); letter-spacing: -.03em; }
.platform-core > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.platform-core i { padding: 6px 9px; border: 1px solid rgba(255,255,255,.5); border-radius: 3px; font-style: normal; font-size: .72rem; }
.platform-output { z-index: 1; justify-self: center; align-self: center; min-height: 48px; display: flex; align-items: center; gap: 12px; padding: 0 22px; background: var(--board-navy-light); color: white; }
.platform-output span { color: var(--orange); }

/* People map: one effective-dated identity across the operating cycle. */
.diagram-people { --suite-accent: var(--blue); }
.people-map { display: grid; grid-template-columns: 240px minmax(0, 1fr); grid-template-rows: auto 50px; background: white; }
.people-history { grid-row: 1 / 3; display: flex; flex-direction: column; justify-content: center; padding: 34px; background: var(--deep); color: white; }
.people-history > span { color: var(--mist); font-size: .66rem; letter-spacing: .1em; }
.people-history > strong { margin: 12px 0 34px; font-size: 1.55rem; line-height: 1.1; }
.people-history i { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.22); color: #d7dffa; font-style: normal; font-size: .8rem; }
.people-stages { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); padding: 52px 34px; }
.people-stages::before { content: ""; position: absolute; top: 78px; left: 12%; right: 12%; height: 2px; background: #b7c5f6; }
.people-stage { z-index: 1; min-height: 170px; display: flex; flex-direction: column; align-items: center; padding: 0 16px; text-align: center; }
.people-stage > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: white; border: 2px solid var(--blue); color: var(--blue); font-size: .7rem; }
.people-stage strong { margin-top: 25px; font-size: 1.15rem; }
.people-stage small { max-width: 20ch; margin-top: 7px; color: var(--muted); }
.people-map figcaption { grid-column: 2; background: #e8edff; }

/* Procure map: policy gates sit above the route and open before value moves. */
.diagram-procure { --suite-accent: var(--orange); background: #fff8f3; }
.procure-map { padding-top: 12px; }
.procure-gates { width: 68%; margin-left: 16%; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--board-navy); color: white; }
.procure-gates span { min-height: 88px; display: grid; align-content: center; gap: 5px; padding: 15px; border-right: 1px solid rgba(255,255,255,.2); font-size: .77rem; }
.procure-gates span:last-child { border-right: 0; }
.procure-gates i { color: #ff9b63; font-size: .63rem; font-style: normal; }
.procure-route { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 42px; background: white; }
.procure-route::before { content: ""; position: absolute; top: -42px; left: 17%; right: 17%; height: 42px; border-left: 1px solid var(--orange); border-right: 1px solid var(--orange); }
.procure-stage { position: relative; min-height: 174px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border-right: 1px solid var(--line); }
.procure-stage:last-child { border-right: 0; background: var(--orange); color: white; }
.procure-stage > span { color: var(--orange-dark); font-size: .64rem; }
.procure-stage:last-child > span { color: #ffe1d0; }
.procure-stage strong { margin-top: 7px; font-size: clamp(1rem, 1.55vw, 1.35rem); }
.procure-stage > i { position: absolute; z-index: 2; right: -13px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--board-navy); color: white; font-style: normal; }
.procure-stage:last-child > i { display: none; }
.procure-map figcaption { background: #ffe5d5; color: #8c3500; }

/* Growth map: probability is secondary; evidence and commitments drive motion. */
.diagram-growth { --suite-accent: #6d8cff; background: var(--board-navy); color: white; }
.diagram-growth .diagram-intro p { color: #d4dcf6; }
.growth-map { display: grid; grid-template-columns: minmax(0, 1fr) 250px; background: white; color: var(--ink); }
.growth-stages { min-height: 370px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; padding: 42px 30px 0; background: #f1f4ff; }
.growth-stage { min-height: calc(120px + var(--stage) * 38px); display: flex; flex-direction: column; justify-content: flex-end; padding: 20px 16px; border-right: 1px solid #bdc9f5; background: color-mix(in srgb, var(--blue) calc(8% + var(--stage) * 5%), white); }
.growth-stage:last-child { border-right: 0; background: var(--blue); color: white; }
.growth-stage > span { color: var(--blue); font-size: .68rem; }
.growth-stage:last-child > span { color: #d8e0ff; }
.growth-stage strong { margin-top: 8px; line-height: 1.1; }
.growth-stage small { min-height: 42px; margin-top: 9px; color: var(--muted); line-height: 1.35; }
.growth-stage:last-child small { color: #d8e0ff; }
.growth-signals { display: flex; flex-direction: column; padding: 30px; background: var(--board-navy-mid); color: white; }
.growth-signals > strong { margin-bottom: auto; font-size: 1.4rem; line-height: 1.1; }
.growth-signals span { display: flex; gap: 10px; align-items: center; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.2); color: #d6def8; font-size: .78rem; }
.growth-signals i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #8fa7ff; }

.ai-section { --ai-accent: var(--blue); padding: 96px 0 112px; background: #f8f9fc; }
.ai-procure { --ai-accent: var(--orange); background: #fff8f3; }
.ai-growth { --ai-accent: #6d8cff; }
.ai-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); column-gap: 64px; row-gap: 20px; align-items: end; }
.ai-intro > span { grid-column: 1 / -1; color: var(--ai-accent); font-size: .7rem; letter-spacing: .1em; }
.ai-procure .ai-intro > span { color: var(--orange-dark); }
.ai-intro h2 { max-width: 14ch; margin: 0; font-size: clamp(2.75rem, 4.2vw, 4.75rem); line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
.ai-intro p { max-width: 48ch; margin: 0; align-self: end; color: var(--muted); font-size: 1.06rem; text-wrap: pretty; }
.ai-system { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(230px, .5fr) minmax(260px, .65fr); margin-top: 48px; background: white; }
.ai-agents { border-top: 1px solid var(--line); }
.ai-agent { min-height: 150px; display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 24px 28px; border-bottom: 1px solid var(--line); }
.ai-agent-index { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--ai-accent) 13%, white); color: var(--ai-accent); font-size: .66rem; }
.ai-procure .ai-agent-index { color: var(--orange-dark); }
.ai-agent strong { font-size: 1.12rem; }
.ai-agent p { max-width: 48ch; margin: 6px 0 0; color: var(--muted); font-size: .85rem; }
.ai-agent-mode { max-width: 126px; color: var(--ai-accent); font-size: .61rem; letter-spacing: .07em; text-align: right; }
.ai-procure .ai-agent-mode { color: var(--orange-dark); }
.ai-control-spine { position: relative; display: flex; flex-direction: column; padding: 30px 26px; background: var(--board-navy); color: white; }
.ai-control-spine > span { margin-bottom: 20px; color: #aebdf4; font-size: .62rem; letter-spacing: .09em; }
.ai-control-spine i { position: relative; min-height: 64px; display: flex; align-items: center; gap: 11px; padding-left: 1px; color: #d9e0f8; font-size: .76rem; font-style: normal; }
.ai-control-spine i::after { content: ""; position: absolute; left: 5px; top: 38px; bottom: -26px; width: 1px; background: rgba(255,255,255,.25); }
.ai-control-spine i:last-child::after { display: none; }
.ai-control-spine b { z-index: 1; width: 11px; height: 11px; flex: 0 0 auto; border: 2px solid #91a8ff; border-radius: 50%; background: var(--board-navy); }
.ai-insight { display: flex; flex-direction: column; padding: 32px; background: var(--ai-accent); color: white; }
.ai-procure .ai-insight { background: var(--orange); }
.ai-insight-mark { font-size: 1.6rem; }
.ai-insight > strong { max-width: 12ch; margin-top: auto; font-size: clamp(1.7rem, 2.5vw, 2.5rem); line-height: 1; letter-spacing: -.035em; }
.ai-insight p { margin: 18px 0 32px; color: rgba(255,255,255,.88); font-size: .88rem; }
.ai-insight > span:last-child { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.78); font-size: .57rem; line-height: 1.6; letter-spacing: .06em; }

.proof-strip { background: white; border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { min-height: 150px; padding: 28px 32px 28px 0; display: grid; align-content: center; gap: 8px; border-right: 1px solid var(--line); }
.proof-item + .proof-item { padding-left: 32px; }
.proof-item:last-child { border-right: 0; }
.proof-item strong { font-size: 1.08rem; letter-spacing: -0.02em; }
.proof-item p { max-width: 55ch; margin: 0; color: var(--muted); font-size: 0.92rem; }
.proof-index { color: var(--blue); font-size: 0.66rem; letter-spacing: 0.09em; }

.section { padding: 118px 0; }
.section-paper { background: var(--paper); }
.section-dark { background: var(--navy); color: white; }
.section-heading { max-width: 840px; }
.section-heading h2, .demo-copy h2 { margin: 0; font-size: clamp(2.55rem, 4.5vw, 5rem); line-height: 1; letter-spacing: -0.04em; }
.section-heading p { max-width: 68ch; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; }
.section-dark .section-heading p { color: #cbd5f4; }

.spine { position: relative; margin-top: 76px; display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 18px; align-items: center; }
.spine-node { min-height: 250px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.spine-node:nth-child(2) { min-height: 315px; background: var(--navy); color: white; transform: translateY(-18px); }
.node-symbol { width: 18px; height: 18px; background: var(--blue); transform: rotate(45deg); }
.spine-node h3 { margin: 28px 0 8px; font-size: clamp(1.45rem, 2vw, 2rem); letter-spacing: -0.03em; }
.spine-node p { margin: 0; color: var(--muted); }
.spine-node:nth-child(2) p { color: #c7d2f5; }
.node-meta { margin-top: 30px; padding-top: 16px; border-top: 1px solid rgba(95, 102, 112, 0.24); color: var(--blue); font-size: 0.68rem; letter-spacing: 0.08em; }
.spine-node:nth-child(2) .node-meta { border-color: rgba(255, 255, 255, 0.2); color: var(--mist); }

.suite-list { margin-top: 56px; border-top: 1px solid var(--line); }
.suite-row { display: grid; grid-template-columns: 96px minmax(240px, 0.8fr) minmax(300px, 1.2fr) 48px; gap: 28px; align-items: center; min-height: 178px; padding: 28px 8px; border-bottom: 1px solid var(--line); transition: transform 180ms ease, background 180ms ease; }
.suite-row:hover { background: var(--paper); transform: translateX(6px); }
.suite-code { font-size: 0.67rem; letter-spacing: 0.1em; color: var(--blue); }
.suite-row h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 3.1rem); letter-spacing: -0.04em; }
.suite-row p { max-width: 65ch; margin: 0; color: var(--muted); }
.suite-arrow { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 1.25rem; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.suite-row:hover .suite-arrow { transform: translateX(4px); background: var(--blue); color: white; }

.capability-list { margin-top: 56px; border-top: 1px solid var(--line); }
.capability { display: grid; grid-template-columns: 100px minmax(220px, 0.65fr) minmax(300px, 1.35fr); gap: 32px; padding: 36px 0; border-bottom: 1px solid var(--line); align-items: start; }
.capability-number { color: var(--blue); font-size: 0.7rem; letter-spacing: 0.09em; }
.capability h3 { margin: 0; font-size: clamp(1.55rem, 2.6vw, 2.6rem); line-height: 1.05; letter-spacing: -0.035em; }
.capability p { max-width: 68ch; margin: 0; color: var(--muted); }
.suite-page .capability { grid-template-columns: 100px minmax(200px, .6fr) minmax(280px, 1.2fr) 160px; align-items: center; }
.capability-signal { position: relative; width: 150px; height: 66px; justify-self: end; display: flex; align-items: center; justify-content: space-between; }
.capability-signal::before { content: ""; position: absolute; left: 8px; right: 8px; top: 32px; height: 1px; background: #aebbe7; }
.capability-signal i { z-index: 1; width: 15px; height: 15px; border: 2px solid var(--suite-accent); border-radius: 50%; background: var(--paper); }
.capability-signal b { position: absolute; left: 5px; top: 21px; width: 22px; height: 22px; border-radius: 50%; background: color-mix(in srgb, var(--suite-accent) 24%, white); border: 1px solid var(--suite-accent); animation: signalTravel 3.6s cubic-bezier(.16,1,.3,1) var(--signal-delay, 0s) infinite alternate; }
.capability-signal-1 { --signal-delay: 0s; }
.capability-signal-2 { --signal-delay: -.9s; }
.capability-signal-3 { --signal-delay: -1.8s; }
.capability-signal-4 { --signal-delay: -2.7s; }
.suite-procure .capability-signal::before { background: #ffd4bd; }
.suite-procure .capability-signal i { border-radius: 2px; background: #fff8f3; animation: procureGateCheck 4.8s var(--ease-out-expo) infinite; }
.suite-procure .capability-signal i:nth-child(2) { animation-delay: .8s; }
.suite-procure .capability-signal i:nth-child(3) { animation-delay: 1.6s; }
.suite-procure .capability-signal b { left: auto; right: 0; border-radius: 2px; background: #fff0e7; animation: procureApproval 4.8s var(--ease-out-expo) 2.4s infinite; }
.suite-growth .capability-signal { align-items: end; gap: 8px; }
.suite-growth .capability-signal::before { top: auto; bottom: 5px; }
.suite-growth .capability-signal i { width: 26px; height: calc(17px + var(--bar, 0) * 10px); border: 0; border-radius: 0; background: color-mix(in srgb, var(--suite-accent) calc(38% + var(--bar, 0) * 12%), white); transform-origin: bottom; animation: growthEvidence 3.6s var(--ease-out-expo) infinite; }
.suite-growth .capability-signal i:nth-child(1) { --bar: 1; }
.suite-growth .capability-signal i:nth-child(2) { --bar: 2; animation-delay: .45s; }
.suite-growth .capability-signal i:nth-child(3) { --bar: 3; animation-delay: .9s; }
.suite-growth .capability-signal b { display: none; }
@keyframes signalTravel { to { transform: translateX(118px); } }
@keyframes procureGateCheck {
  0%, 14%, 82%, 100% { background: #fff8f3; box-shadow: none; }
  24%, 66% { background: var(--orange); box-shadow: 0 0 0 5px rgba(239, 91, 21, .12); }
}
@keyframes procureApproval {
  0%, 28%, 82%, 100% { opacity: 0; transform: scale(.72); }
  40%, 68% { opacity: 1; transform: scale(1); }
}
@keyframes growthEvidence {
  0%, 18%, 78%, 100% { opacity: .42; transform: scaleY(.42); }
  32%, 64% { opacity: 1; transform: scaleY(1); }
}

.governance-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 8vw; align-items: center; }
.governance-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255, 255, 255, 0.18); }
.governance-point { min-height: 180px; padding: 26px; background: var(--navy); }
.governance-point strong { display: block; margin-bottom: 10px; }
.governance-point p { margin: 0; color: #cbd5f4; font-size: 0.9rem; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 56px; background: var(--line); border: 1px solid var(--line); }
.price { min-height: 330px; padding: 30px; display: flex; flex-direction: column; background: white; }
.price.featured { background: var(--deep); color: white; }
.price-label { color: var(--blue); font-size: 0.7rem; letter-spacing: 0.1em; }
.price.featured .price-label { color: var(--peach); }
.price h3 { margin: 18px 0 8px; font-size: 1.65rem; }
.price p { margin: 0; color: var(--muted); }
.price.featured p { color: #d5dcf3; }
.price strong { margin-top: auto; padding-top: 28px; font-size: 1.05rem; }
.price-annual, .commercial-plan-price .price-annual { display: block; margin-top: 6px; color: var(--muted); font-size: .84rem; line-height: 1.4; }
.price.featured .price-annual { color: var(--support); }

.deployment-hero {
  padding: 190px 0 112px;
  background: var(--navy);
  color: white;
}
.deployment-hero .shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .38fr); gap: 42px; align-items: end; }
.deployment-kicker { grid-column: 1 / -1; margin: 0; color: var(--mist); font-size: .72rem; letter-spacing: .09em; }
.deployment-hero h1 { max-width: 13ch; margin: 0; font-size: clamp(3.5rem, 7vw, 6rem); line-height: .96; letter-spacing: -.04em; }
.deployment-hero p:not(.deployment-kicker) { max-width: 59ch; margin: 0; color: #d5dcf3; font-size: 1.12rem; }
.deployment-hero .button { grid-column: 2; justify-self: start; margin-top: -8px; }
.deployment-models { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deployment-models article { min-height: 510px; padding: 34px 32px; border-right: 1px solid var(--line); }
.deployment-models article:first-child { padding-left: 0; }
.deployment-models article:last-child { padding-right: 0; border-right: 0; }
.deployment-model-index { color: var(--blue); font-size: .68rem; letter-spacing: .09em; }
.deployment-models h3 { margin: 48px 0 16px; font-size: clamp(2rem, 3vw, 3.1rem); line-height: 1; letter-spacing: -.04em; }
.deployment-models article > p { min-height: 92px; margin: 0; color: var(--muted); }
.deployment-models dl { margin: 44px 0 0; }
.deployment-models dl div { padding: 15px 0; border-top: 1px solid var(--line); }
.deployment-models dt { color: var(--muted); font-size: .75rem; }
.deployment-models dd { margin: 5px 0 0; font-weight: 600; }
.deployment-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 58px; padding-top: 30px; border-top: 1px solid var(--line); }
.deployment-principles p { max-width: 36ch; margin: 0; color: var(--muted); }
.deployment-principles strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 1.1rem; }
.deployment-cta-copy { max-width: 850px; }
.deployment-cta h2 { margin: 0; color: white; font-size: clamp(2.7rem, 5vw, 5.4rem); line-height: .98; letter-spacing: -.04em; }
.deployment-cta p { max-width: 64ch; margin: 24px 0 32px; color: #d5dcf3; font-size: 1.08rem; }
.deployment-band { background: var(--navy); color: white; }
.deployment-band-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 56px; align-items: end; }
.deployment-band h2 { margin: 0; font-size: clamp(2.5rem, 4.2vw, 4.5rem); line-height: 1; letter-spacing: -.04em; }
.deployment-band p { max-width: 65ch; margin: 22px 0 0; color: #cbd5f4; }
.deployment-band-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: flex-end; }
.deployment-band .text-link { color: white; border-bottom-color: currentColor; }
.trust-foundation { background: #eef2ff; }
.trust-foundation-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 80px; align-items: end; }
.trust-foundation h2 { max-width: 15ch; margin: 14px 0 22px; font-size: clamp(2.6rem, 4.5vw, 4.8rem); line-height: .98; letter-spacing: -.04em; }
.trust-foundation p:not(.eyebrow) { max-width: 68ch; margin: 0 0 26px; color: var(--muted); }
.assurance-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.assurance-list li { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.assurance-list li::after { content: "GCP"; color: var(--blue); font-family: "JetBrains Mono", monospace; font-size: .68rem; letter-spacing: .08em; }
.security-controls { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 54px; border-top: 1px solid var(--line); }
.security-control { padding: 28px 38px 28px 0; border-bottom: 1px solid var(--line); }
.security-control:nth-child(odd) { border-right: 1px solid var(--line); }
.security-control:nth-child(even) { padding-right: 0; padding-left: 38px; }
.security-control h3 { margin: 0 0 10px; font-size: 1.18rem; }
.security-control p { margin: 0; color: var(--muted); }
.responsibility-table-scroll { margin-top: 48px; overflow-x: auto; border: 1px solid var(--line); background: white; }
.responsibility-table { width: 100%; min-width: 820px; border-collapse: collapse; text-align: left; }
.responsibility-table th, .responsibility-table td { padding: 20px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); vertical-align: top; }
.responsibility-table th:last-child, .responsibility-table td:last-child { border-right: 0; }
.responsibility-table thead th { background: var(--deep); color: white; font-size: .84rem; }
.responsibility-table tbody th { width: 20%; background: #f7f8fb; }
.responsibility-table tr:last-child th, .responsibility-table tr:last-child td { border-bottom: 0; }
.scope-note { margin-top: 38px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); }
.scope-note strong { color: var(--ink); }
.commercial-pricing { background: #f5f7fb; }
.commercial-plan-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-top: 44px; overflow: hidden; border: 1px solid var(--line); }
.commercial-plan { display: flex; min-height: 350px; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); background: white; }
.commercial-plan:last-child { border-right: 0; }
.commercial-plan.is-recommended { background: var(--deep); color: white; }
.commercial-plan-status { min-height: 18px; color: var(--blue); font-size: .75rem; font-weight: 700; }
.commercial-plan.is-recommended .commercial-plan-status { color: #ff8a45; }
.commercial-plan h3 { margin: 24px 0 10px; font-size: 1.35rem; }
.commercial-plan > p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.commercial-plan.is-recommended > p { color: #d5dcf3; }
.commercial-plan-price { display: flex; min-height: 76px; flex-direction: column; justify-content: flex-end; margin-top: auto; padding: 28px 0 20px; font-variant-numeric: tabular-nums; }
.commercial-plan-price strong { font-size: 1.8rem; letter-spacing: -.03em; }
.commercial-plan-price span { margin-top: 4px; color: var(--muted); font-size: .75rem; }
.commercial-plan.is-recommended .commercial-plan-price span { color: #d5dcf3; }
.commercial-plan .button { align-self: stretch; text-align: center; }
.commercial-plan.is-recommended .button { background: white; color: var(--deep); }
.commercial-pricing-note { max-width: 76ch; margin: 24px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.commercial-comparison { margin-top: 64px; }
.commercial-comparison-heading { display: grid; grid-template-columns: minmax(0, .8fr) minmax(280px, 1.2fr); gap: 8vw; align-items: end; margin-bottom: 24px; }
.commercial-comparison-heading h3 { margin: 0; font-size: clamp(1.55rem, 2.6vw, 2.35rem); letter-spacing: -.03em; text-wrap: balance; }
.commercial-comparison-heading p { max-width: 64ch; margin: 0; color: var(--muted); line-height: 1.55; text-wrap: pretty; }
.commercial-table-scroll { overflow-x: auto; border: 1px solid var(--line); background: white; scrollbar-gutter: stable; }
.commercial-table-scroll:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.commercial-module-table { width: 100%; min-width: 780px; border-collapse: collapse; font-variant-numeric: tabular-nums lining-nums; }
.commercial-module-table th, .commercial-module-table td { padding: 18px 22px; border-bottom: 1px solid var(--line); text-align: center; vertical-align: middle; }
.commercial-module-table thead th { background: var(--deep); color: white; font-size: .82rem; font-weight: 700; }
.commercial-module-table thead th:first-child { width: 34%; text-align: left; }
.commercial-module-table tbody th { text-align: left; }
.commercial-module-table tbody th strong, .commercial-module-table tbody th span { display: block; }
.commercial-module-table tbody th strong { font-size: .94rem; }
.commercial-module-table tbody th span { max-width: 46ch; margin-top: 5px; color: var(--muted); font-size: .78rem; font-weight: 400; line-height: 1.45; }
.commercial-module-table tbody tr:last-child th, .commercial-module-table tbody tr:last-child td { border-bottom: 0; }
.commercial-module-table .is-recommended { background: #eef2ff; }
.commercial-module-table thead .is-recommended { background: var(--blue); }
.commercial-module-state { display: inline-grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; font-weight: 800; }
.commercial-module-state.is-included { background: #fff0e7; color: #a63f06; }
.commercial-module-state.is-excluded { color: var(--muted); font-weight: 500; }

.growth-pricing { background: var(--paper); }
.growth-pricing-body { margin-top: 40px; }
.growth-passthrough { margin-top: 24px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.growth-passthrough strong { display: block; margin-bottom: 6px; color: var(--ink); }
.growth-passthrough p { max-width: 920px; margin: 0; color: var(--ink-2); line-height: 1.6; }
.growth-toggle { margin: 0; padding: 0; border: 0; }
.growth-toggle-legend { padding: 0; margin: 0 0 12px; color: var(--muted); font-size: .8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.growth-toggle-options { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.growth-toggle-option { position: relative; display: inline-flex; }
.growth-toggle-option input { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.growth-toggle-option span { display: inline-flex; align-items: center; min-height: 40px; padding: 0 22px; border-radius: 6px; color: var(--ink); font-weight: 600; font-size: .95rem; cursor: pointer; transition: background 160ms ease, color 160ms ease; }
.growth-toggle-option input:checked + span { background: var(--deep); color: white; }
.growth-toggle-option input:focus-visible + span { outline: 3px solid var(--orange); outline-offset: 2px; }
.growth-toggle-note { margin: 12px 0 0; color: var(--muted); font-size: .85rem; }

.growth-plan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin-top: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.growth-plan { display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); background: white; }
.growth-plan:last-child { border-right: 0; }
.growth-plan.is-recommended { background: var(--deep); color: white; }
.growth-plan-flag { min-height: 26px; }
.growth-flag { display: inline-flex; align-items: center; min-height: 22px; padding: 0 10px; border-radius: 999px; font: 700 0.66rem/1 "JetBrains Mono", monospace; letter-spacing: 0.04em; text-transform: uppercase; white-space: nowrap; }
.growth-flag-popular { background: var(--orange-dark); color: white; }
.growth-flag-rolling { background: #fff0e7; color: #A63F06; border: 1px solid var(--orange-light); }
.growth-plan-name { margin: 6px 0 4px; font-size: 1.5rem; letter-spacing: -0.02em; }
.growth-plan-tagline { min-height: 40px; margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.45; }
.growth-plan.is-recommended .growth-plan-tagline { color: #d5dcf3; }
.growth-plan-price { display: flex; flex-direction: column; gap: 2px; margin: 20px 0; font-variant-numeric: tabular-nums; }
.growth-plan-price strong { font-size: 2rem; letter-spacing: -0.03em; overflow-wrap: anywhere; }
.growth-plan-price strong.is-text { font-size: 1.5rem; line-height: 1.25; }
.growth-plan-basis { color: var(--muted); font-size: 0.8rem; }
.growth-plan.is-recommended .growth-plan-basis { color: #d5dcf3; }
.growth-plan-minimum { color: var(--muted); display: block; font-size: 0.74rem; font-weight: 600; margin-top: 0.2rem; }
.growth-plan.is-recommended .growth-plan-minimum { color: #d5dcf3; }
.growth-plan-annual { color: var(--orange-dark); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.growth-plan.is-recommended .growth-plan-annual { color: white; }
.growth-plan-cta { align-self: stretch; margin-bottom: 20px; text-align: center; }
.growth-plan.is-recommended .growth-plan-cta.button { background: white; color: var(--deep); }
.growth-plan.is-recommended .growth-plan-cta.button:hover { background: #eef2ff; color: var(--deep); }
.growth-plan-features { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.growth-plan-features li { position: relative; padding-left: 24px; color: var(--ink); font-size: 0.9rem; line-height: 1.4; }
.growth-plan.is-recommended .growth-plan-features li { color: #eaf0ff; }
.growth-plan-features li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--orange-dark); font-weight: 700; }
.growth-plan.is-recommended .growth-plan-features li::before { color: var(--orange-light); }

.growth-compare { margin-top: 56px; }
.growth-compare-title { margin: 0 0 20px; font-size: clamp(1.5rem, 2.4vw, 2.2rem); letter-spacing: -0.03em; }
.growth-table-scroll { max-width: 100%; contain: paint; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: var(--radius); }
.growth-table-scroll:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.growth-table { width: 100%; min-width: 720px; border-collapse: collapse; background: white; }
.growth-table th, .growth-table td { padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: 0.9rem; text-align: left; vertical-align: top; }
.growth-table thead th { background: var(--navy); color: white; font-size: 0.95rem; letter-spacing: -0.01em; }
.growth-table thead th .growth-flag { margin-left: 8px; vertical-align: middle; }
.growth-table tbody th { background: var(--paper); color: var(--ink); font-weight: 700; }
.growth-table tbody tr:last-child th, .growth-table tbody tr:last-child td { border-bottom: 0; }
.growth-table td[data-col="pro"] { background: #f3f6ff; }
.growth-plan-note { margin: -8px 0 22px; padding: 10px 14px; border-radius: 8px; background: #f3f6ff; color: var(--deep); font-size: 0.9rem; font-weight: 700; }
.growth-noscript-plans { margin: 24px 0; padding-left: 20px; color: var(--ink); }

@media (max-width: 820px) {
  .growth-plan-grid { grid-template-columns: 1fr; }
  .growth-plan { border-right: 0; border-bottom: 1px solid var(--line); }
  .growth-plan:last-child { border-bottom: 0; }
}

.faq-list { margin-top: 48px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; font-size: 1.08rem; font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--orange-dark); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 75ch; margin: 0 0 28px; color: var(--muted); }

.demo { padding: 118px 0; }
.demo-grid { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 8vw; align-items: start; }
.demo-copy { position: sticky; top: 120px; }
.demo-copy > p { max-width: 62ch; margin: 24px 0 0; color: var(--muted); font-size: 1.06rem; }
.demo-fallback { font-size: 0.9rem !important; }
.demo-fallback a, .form-consent a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.demo-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.demo-form h3 { margin: 0 0 26px; font-size: 1.45rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; color: #3d444d; font-size: 0.86rem; font-weight: 600; }
.form-field-wide { grid-column: 1 / -1; }
.form-field input,
.form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #747d89; border-radius: 8px; background: white; color: var(--ink); font-size: 1rem; }
.form-field textarea { min-height: 108px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(46, 86, 234, 0.2); outline-offset: 0; }
.form-consent { grid-column: 1 / -1; min-height: 44px; display: grid; grid-template-columns: 24px 1fr; gap: 11px; align-items: start; color: var(--muted); font-size: 0.82rem; font-weight: 400; }
.form-consent input { width: 24px; height: 24px; margin: 0; accent-color: var(--blue); }
.form-actions { display: grid; gap: 12px; margin-top: 22px; }
.form-actions .button { width: 100%; }
.form-status { min-height: 20px; margin: 0; color: var(--muted); font-size: 0.78rem; }
.form-field [aria-invalid="true"] { border-color: #ffb08a; box-shadow: 0 0 0 3px rgba(249, 133, 69, 0.25); }
.form-error { display: block; color: #ffd0b5; font-size: 0.78rem; font-weight: 500; }
.form-consent .form-error { grid-column: 1 / -1; }
.form-consent input[aria-invalid="true"] { outline: 2px solid #ffb08a; outline-offset: 2px; }

.footer { padding: 58px 0 34px; background: #17191c; color: #b9bec6; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 68px; align-items: start; }
.footer .brand { color: white; }
.footer-tagline { max-width: 300px; margin: 18px 0 0; font-size: 0.9rem; }
.footer-nav { display: grid; gap: 9px; min-width: 150px; }
.footer-nav strong { margin-bottom: 5px; color: white; font-size: 0.8rem; }
.footer-nav a { min-height: 32px; display: flex; align-items: center; font-size: 0.87rem; }
.footer-nav a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 48px; padding-top: 22px; border-top: 1px solid #34383e; font-size: 0.75rem; }

.legal-page,
.error-page { background: var(--paper); }
.legal-main { padding: 154px 0 104px; }
.legal-layout { display: grid; grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr); gap: 8vw; align-items: start; }
.legal-rail { position: sticky; top: 112px; }
.legal-rail .mono { color: var(--blue); font-size: .68rem; letter-spacing: .09em; }
.legal-rail p { max-width: 25ch; margin: 16px 0 0; color: var(--muted); font-size: .9rem; }
.legal-article { max-width: 76ch; }
.legal-article h1 { margin: 0 0 26px; font-size: clamp(3.2rem, 6vw, 6rem); line-height: .95; letter-spacing: -.045em; }
.legal-article h2 { margin: 48px 0 12px; font-size: 1.45rem; letter-spacing: -.02em; }
.legal-article p,
.legal-article li { color: var(--muted); }
.legal-article a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { margin-bottom: 42px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }

.error-main { min-height: calc(100dvh - 270px); display: grid; place-items: center; padding: 150px 0 90px; }
.error-card { width: min(920px, 100%); display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 42px; align-items: start; padding: 56px; background: white; border: 1px solid var(--line); }
.error-code { color: var(--blue); font-size: clamp(3rem, 7vw, 6rem); line-height: 1; }
.error-card h1 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .98; letter-spacing: -.04em; }
.error-card p { max-width: 58ch; margin: 20px 0 0; color: var(--muted); }
.error-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.resource-band { padding: 96px 0; background: #f4f6fb; }
.resource-band-grid { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: 7vw; align-items: start; }
.resource-band h2 { margin: 0; font-size: clamp(2.7rem, 4.6vw, 5rem); line-height: .98; letter-spacing: -.04em; }
.resource-band-intro p { max-width: 48ch; color: var(--muted); }
.resource-links { display: grid; border-top: 1px solid var(--line); }
.resource-link { min-height: 138px; display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 20px; row-gap: 0; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.resource-link > span, .resource-link > strong { grid-column: 1; }
.resource-link > i { grid-column: 2; grid-row: 1 / span 2; }
.resource-link span { display: block; color: var(--blue); font-size: .66rem; letter-spacing: .08em; }
.resource-link strong { display: block; margin-top: 8px; font-size: 1.4rem; line-height: 1.15; }
.resource-link i { font-size: 1.5rem; font-style: normal; transition: transform 160ms ease; }
.resource-link:hover i { transform: translateX(5px); }
.form-response-note { grid-column: 1 / -1; margin: -2px 0 0; color: rgba(255,255,255,.68); font-size: .78rem; }
.privacy-preferences { min-height: 44px; border: 0; background: transparent; color: inherit; cursor: pointer; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.consent-banner { position: fixed; z-index: 80; left: 20px; right: 20px; bottom: 20px; max-width: 780px; margin-inline: auto; padding: 20px; display: flex; align-items: center; gap: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; color: var(--ink); box-shadow: 0 8px 24px rgba(11, 29, 77, 0.18); }
.consent-banner[hidden] { display: none; }
.consent-copy { flex: 1; }
.consent-copy p { margin: 4px 0 0; color: var(--muted); font-size: 0.82rem; }
.consent-copy a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.consent-actions { display: flex; gap: 8px; }
.consent-actions .button-secondary { border-color: #727b87; color: var(--ink); }

@media (max-width: 820px) {
  .consent-banner { left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); max-height: calc(100dvh - 24px); overflow-y: auto; padding: 16px; gap: 12px; flex-wrap: wrap; }
  .consent-copy { flex-basis: 100%; }
  .consent-copy strong { font-size: 1rem; }
  .consent-copy p { margin: 6px 0 0; font-size: .875rem; line-height: 1.5; }
  .consent-actions { flex-wrap: wrap; }
  .consent-actions .button { min-height: 44px; padding: 8px 12px; font-size: .875rem; }
}

.reveal { transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1); }
.motion-ready .reveal { transform: translateY(14px); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  :root { --shell: min(calc(100vw - 40px), 960px); }
  .hero-media { left: 39%; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 34px; }
  .suite-hero .hero-layout { grid-template-columns: 1fr 1fr; }
  .suite-page .suite-hero .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr); gap: 34px; }
  .demo-grid, .governance-grid { grid-template-columns: 1fr; }
  .demo-copy { position: static; }
  .ai-system { grid-template-columns: minmax(0, 1fr) 240px; }
  .ai-agents { grid-column: 1 / -1; }
}

/* Responsive QA: 1200–1380px the five links plus the two CTAs only fit with tighter gaps; below 1200px the header collapses to the menu button. */
@media (max-width: 1380px) {
  .nav { gap: 24px; }
  .nav-links { gap: 16px; font-size: 0.86rem; }
  .access-trigger { padding-inline: 10px; }
  .nav-links .button { padding-inline: 16px; }
}
/* Responsive QA: below 1200px the nav items wrap, so the header collapses to the menu button. */
@media (max-width: 1199px) {
  .suite-page .capability { grid-template-columns: minmax(88px, auto) minmax(0, 1fr); gap: 24px; }
  .suite-page .capability p { grid-column: 2; }
  .capability-signal { grid-column: 2; justify-self: start; margin-top: 8px; }
  /* Filtered ancestors contain fixed descendants and clip the mobile menu. */
  .site-header,
  .site-header.is-scrolled,
  .site-header.header-solid { color: var(--ink); background: var(--white); box-shadow: 0 1px 0 rgba(11, 29, 77, 0.12); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .nav { min-height: 66px; }
  .menu-button { display: block; }
  .nav-links { position: fixed; inset: 66px 0 auto; height: calc(100vh - 66px); height: calc(100dvh - 66px); display: none; align-content: start; gap: 0; padding: 28px 24px max(28px, env(safe-area-inset-bottom)); background: var(--white); color: var(--ink); overflow-y: auto; overscroll-behavior: contain; }
  .nav-links.is-open { display: grid; }
  .nav-links > a:not(.button) { min-height: 56px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .access-trigger { width: 100%; min-height: 56px; justify-content: space-between; padding: 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
  .access-trigger:hover,
  .access-trigger[aria-expanded="true"] { border-color: var(--line); background: transparent; color: var(--blue); }
  .access-trigger-mark { order: 2; margin-right: 4px; }
  .nav-links .language-link { display: flex; }
  .nav-links .button { margin-top: 20px; }
}

@media (min-width: 821px) and (max-height: 760px) {
  .hero-layout,
  .suite-page .suite-hero .hero-layout { min-height: 100dvh; padding: 92px 0 26px; }
  .hero-layout > .hero-copy { margin-top: 0; }
  .hero h1,
  .suite-page .suite-hero h1 { font-size: clamp(2.9rem, 5vw, 4.25rem); }
  .eyebrow { margin-bottom: 12px; }
  .hero-summary { margin-top: 16px; font-size: 1rem; line-height: 1.42; }
  .hero-actions { margin-top: 18px; }
  .hero-proofline { margin-top: 10px; font-size: .72rem; }
  .hero-ai-signal { margin-top: 9px; font-size: .64rem; }
  .hero-aside { padding-top: 16px; }
  .hero-aside strong { font-size: 1rem; }
  .hero-aside span { margin-top: 5px; font-size: .82rem; }
  .suite-page .product-window { max-height: calc(100dvh - 118px); }
  .suite-page .window-body { padding: 18px 22px; }
  .suite-page .preview-list { margin-top: 14px; }
  .suite-page .preview-row { padding: 10px 0; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 32px); }
  .hero, .suite-hero { min-height: auto; padding-top: 66px; }
  .hero-media { position: relative; inset: auto; height: 43vh; min-height: 340px; order: 2; }
  .hero-media::before { background: linear-gradient(0deg, var(--deep), transparent 55%); }
  .hero-layout, .suite-hero .hero-layout { min-height: auto; padding: 72px 0 52px; grid-template-columns: 1fr; gap: 48px; }
  .hero-layout > .hero-copy { align-self: auto; margin-top: 0; }
  .suite-page .suite-hero { min-height: auto; padding-top: 66px; }
  .suite-page .suite-hero::after { background-size: 48px 48px; }
  .suite-page .suite-hero .hero-media { position: absolute; inset: 66px 0 auto; height: 470px; min-height: 0; opacity: .5; }
  .suite-page .suite-hero .hero-media::before { background: linear-gradient(0deg, #12245d 0, rgba(18,36,93,.78) 60%, rgba(18,36,93,.24)), linear-gradient(90deg, rgba(18,36,93,.86), transparent 80%); }
  .suite-page .suite-hero .hero-layout { min-height: auto; padding: 78px 0 56px; grid-template-columns: 1fr; gap: 54px; }
  .suite-page .suite-hero .hero-copy { min-height: 390px; display: flex; flex-direction: column; justify-content: center; align-self: auto; margin-top: 0; }
  .suite-page .product-window { width: 100%; justify-self: stretch; }
  .hero h1, .suite-hero h1 { font-size: clamp(3.1rem, 11vw, 5.2rem); }
  .product-window { box-shadow: 0 12px 32px rgba(2, 11, 36, 0.28); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item, .proof-item + .proof-item { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .section, .demo { padding: 84px 0; }
  .spine { grid-template-columns: 1fr; margin-top: 50px; }
  .spine-node, .spine-node:nth-child(2) { min-height: 220px; transform: none; }
  .suite-row { grid-template-columns: 60px 1fr 44px; gap: 18px; min-height: 150px; }
  .suite-row p { grid-column: 2 / -1; }
  .suite-arrow { grid-column: 3; grid-row: 1; }
  .capability { grid-template-columns: 50px 1fr; }
  .capability p { grid-column: 2; }
  .suite-page .capability { grid-template-columns: minmax(88px, auto) minmax(0, 1fr); gap: 24px; }
  .capability-signal { grid-column: 2; justify-self: start; margin-top: 8px; }
  .governance-points, .pricing-grid { grid-template-columns: 1fr; }
  .deployment-hero { padding: 138px 0 84px; }
  .deployment-hero .shell, .deployment-band-layout { grid-template-columns: 1fr; }
  .deployment-hero .button { grid-column: 1; margin-top: 8px; }
  .deployment-models { grid-template-columns: 1fr; }
  .deployment-models article, .deployment-models article:first-child, .deployment-models article:last-child { min-height: 0; padding: 34px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .deployment-models article:last-child { border-bottom: 0; }
  .deployment-models article > p { min-height: 0; }
  .deployment-models h3 { margin-top: 28px; }
  .deployment-principles { grid-template-columns: 1fr; gap: 28px; }
  .trust-foundation-layout, .security-controls { grid-template-columns: 1fr; }
  .trust-foundation-layout { gap: 48px; }
  .security-control, .security-control:nth-child(even) { padding: 24px 0; border-right: 0; }
  .deployment-band-actions { justify-content: flex-start; }
  .commercial-plan-list { grid-template-columns: 1fr; }
  .commercial-plan { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
  .commercial-comparison { margin-top: 48px; }
  .commercial-comparison-heading { grid-template-columns: 1fr; gap: 14px; }
  .commercial-table-scroll { margin: 0; width: 100%; max-width: 100%; contain: paint; }
  html, body { overflow-x: clip; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide, .form-consent { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .module-launcher { place-items: end center; padding: 0; }
  .module-launcher-panel { width: 100%; max-height: calc(100dvh - 18px); padding: 28px 20px 22px; border-radius: 18px 18px 0 0; transform: translateY(32px); }
  .module-launcher-header { gap: 18px; }
  .module-launcher-header h2 { font-size: clamp(2.2rem, 10vw, 3.4rem); }
  .module-grid { grid-template-columns: 1fr; }
  .module-card { min-height: 260px; }
  .module-card-copy { margin-top: 38px; }
  .diagram-section { padding: 82px 0 92px; }
  .diagram-intro { grid-template-columns: 1fr; gap: 22px; }
  .diagram-section figure { margin-top: 48px; }
  .platform-map { min-height: auto; grid-template-rows: auto auto auto; }
  .platform-suites { grid-template-columns: 1fr; }
  .platform-core { width: 100%; }
  .platform-connectors { display: none; }
  .people-map { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .people-history { grid-row: auto; }
  .people-stages { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
  .people-stages::before { display: none; }
  .people-map figcaption { grid-column: auto; }
  .procure-gates { width: 100%; margin-left: 0; grid-template-columns: repeat(2, 1fr); }
  .procure-route { grid-template-columns: repeat(3, 1fr); }
  .procure-route::before { display: none; }
  .procure-stage:nth-child(3) { border-right: 0; }
  .growth-map { grid-template-columns: 1fr; }
  .growth-signals > strong { margin-bottom: 28px; }
  .ai-section { padding: 84px 0 94px; }
  .ai-intro { grid-template-columns: 1fr; gap: 20px; }
  .ai-intro > span { grid-column: auto; }
  .ai-system { grid-template-columns: 1fr; margin-top: 48px; }
  .ai-agents { grid-column: auto; }
  .ai-control-spine, .ai-insight { min-height: 330px; }
  .legal-main { padding: 118px 0 84px; }
  .legal-layout,
  .resource-band-grid { grid-template-columns: 1fr; gap: 40px; }
  .legal-rail { position: static; }
  .error-card { grid-template-columns: 1fr; gap: 24px; padding: 36px; }
}

@media (max-width: 520px) {
  .hero-layout, .suite-hero .hero-layout { padding-top: 58px; }
  .hero h1, .suite-hero h1 { font-size: clamp(2.85rem, 14vw, 4.15rem); }
  .hero-summary { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-media { height: 360px; min-height: 0; }
  .suite-page .suite-hero .hero-media { height: 430px; }
  .suite-page .suite-hero .hero-copy { min-height: 410px; }
  .suite-page .suite-hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .section-heading h2, .demo-copy h2 { font-size: 2.55rem; }
  .window-body { padding: 18px; }
  .preview-row { grid-template-columns: 1fr; gap: 4px; }
  .preview-value { text-align: left; }
  .suite-row { grid-template-columns: 1fr 44px; padding: 28px 0; }
  .suite-code { grid-column: 1 / -1; }
  .suite-row h3 { font-size: 2rem; }
  .suite-row p { grid-column: 1 / -1; }
  .suite-arrow { grid-column: 2; grid-row: 2; }
  .capability { grid-template-columns: 1fr; gap: 12px; }
  .capability p, .suite-page .capability p { grid-column: 1; }
  .suite-page .capability { grid-template-columns: 1fr; }
  .capability-signal { grid-column: 1; }
  .demo-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: stretch; flex-direction: column; }
  .consent-banner { flex-wrap: wrap; }
  .consent-copy { flex-basis: 100%; }
  .consent-actions { flex: 1; }
  .consent-actions .button { flex: 1; }
  .module-launcher-header { grid-template-columns: 1fr; }
  .module-launcher-close { position: absolute; top: 20px; right: 18px; width: 44px; height: 44px; }
  .module-launcher-close span::before,
  .module-launcher-close span::after { top: 21px; left: 12px; }
  .module-launcher-header > div { padding-right: 54px; }
  .module-launcher-header h2 { font-size: 2.45rem; }
  .module-card { min-height: 240px; padding: 22px; }
  .module-card-copy { margin-top: 30px; }
  .module-card-copy strong { font-size: 1.8rem; }
  .diagram-intro h2 { font-size: 2.7rem; }
  .people-stages { grid-template-columns: 1fr; }
  .people-stage { min-height: 145px; }
  .procure-route { grid-template-columns: 1fr 1fr; }
  .procure-stage:nth-child(3) { border-right: 1px solid var(--line); }
  .procure-stage:nth-child(even) { border-right: 0; }
  .growth-stages { min-height: auto; grid-template-columns: 1fr; align-items: stretch; padding: 20px; gap: 1px; }
  .growth-stage { min-height: 112px; }
  .ai-intro h2 { font-size: 2.65rem; }
  .ai-agent { grid-template-columns: 38px 1fr; gap: 16px; padding: 22px 18px; }
  .ai-agent-mode { grid-column: 2; justify-self: start; max-width: none; text-align: left; }
  .hero-ai-signal { align-items: flex-start; line-height: 1.5; }
  .legal-article h1 { font-size: 3.15rem; }
  .error-card { padding: 28px 22px; }
  .error-actions { display: grid; }
  .resource-band { padding: 76px 0; }
}

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

/* v2.3 · Brand Book: pruebas bajo CTA, demo oscuro con un solo glass, dieta de naranja */
.hero-proofline { margin: 18px 0 0; font-size: 0.8125rem; color: rgba(255, 255, 255, 0.68); letter-spacing: 0.02em; }
.demo { background: var(--navy); color: white; }
.demo-copy h2 { color: white; }
.demo-copy > p { color: rgba(255, 255, 255, 0.92); }
.demo-fallback { color: rgba(255, 255, 255, 0.68) !important; }
.demo-fallback a { color: #b8c7ff; }
.demo-form { background: rgba(10, 15, 30, 0.46); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); border-color: rgba(255, 255, 255, 0.18); border-radius: 12px; box-shadow: 0 28px 70px rgba(2, 11, 36, 0.34); color: white; }
.demo-form h3 { color: white; }
.form-field { color: rgba(255, 255, 255, 0.92); }
.form-consent { color: rgba(255, 255, 255, 0.68); }
.form-consent a { color: #b8c7ff; }
.form-status { color: rgba(255, 255, 255, 0.68); }
.demo .form-actions .button { background: var(--blue); }
.demo .form-actions .button:hover { background: var(--deep); }

/* Lead form anti-abuse: honeypot stays out of sight and out of the tab order. */
.form-honeypot { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-turnstile:empty { display: none; }
.form-turnstile { margin: 0 0 1rem; }

/* ===== Narrative v3 · "Tienes la información. Te faltan las respuestas." =====
   Thesis hero with a product frame, an editorial pain sequence, the
   information→decision ladder, an illustrative case, three outcome blocks,
   the Intelligence band, guarantees, readiness, the pricing list and the
   "Hoy → Con Certo" diagrams. Design pass: no eyebrows, no stripes, no
   numbered scaffolding, mono only for system data inside product frames. */
:root { --orange-text: #A63F06; --wash: #EDF1FF; --warm: #FFF2E9; --peach: #FFB98A; --red: #B42318; --red-wash: #FEF0EE; --green: #0F7A4B; --green-wash: #E8F6EF; --hair: #D9DDE8; }

/* Small labels that carry real information (a suite name, a column heading). Body face, no tracking. */
.label { display: block; font-size: .84rem; font-weight: 600; line-height: 1.3; color: var(--deep); }

/* Section rhythm: hero and diagrams breathe, guarantees and the pricing list sit tighter. */
.section-story { padding: 104px 0; }
.section-story.section-tight { padding: 64px 0; }
.section-story.section-flush { padding-bottom: 40px; }
.section-wash { background: var(--wash); }
.story-heading { max-width: 780px; margin-bottom: 48px; }
.story-heading h2 { margin: 0; font-size: clamp(2.1rem, 3.4vw, 3.15rem); line-height: 1.05; letter-spacing: -.02em; color: var(--navy); text-wrap: balance; }
.story-heading h2.h2-quiet { font-size: clamp(1.6rem, 2.4vw, 2rem); }
.story-heading p { max-width: 62ch; margin: 16px 0 0; color: var(--muted); font-size: 1.06rem; text-wrap: pretty; }
.story-heading .label { margin-bottom: 14px; }
.section-dark .story-heading h2 { color: white; }
.section-dark .story-heading p { color: #cbd5f4; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }

/* Thesis hero (home) and product heroes: copy + a product frame, no photograph. */
.hero-thesis, .suite-page .suite-hero.hero-frame { min-height: auto; align-items: center; background: linear-gradient(135deg, var(--navy) 0%, #122A6E 55%, var(--deep) 100%); }
.hero-thesis::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 50% at 85% 10%, rgba(46, 86, 234, .45), transparent 70%); }
.hero-thesis .hero-layout, .suite-page .suite-hero.hero-frame .hero-layout { min-height: auto; padding: 156px 0 80px; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: center; gap: 4.5vw; }
.hero-thesis .hero-copy, .suite-page .suite-hero.hero-frame .hero-copy { max-width: 600px; }
.hero-thesis .eyebrow, .suite-page .suite-hero.hero-frame .eyebrow { margin: 0 0 18px; max-width: 46ch; font: 500 1rem/1.4 "Archivo", Arial, sans-serif; letter-spacing: 0; text-transform: none; color: #C9D3F2; }
.hero-thesis h1, .suite-page .suite-hero.hero-frame h1 { max-width: 620px; font-size: clamp(2.6rem, 4.4vw, 4.4rem); line-height: 1.02; letter-spacing: -.02em; text-wrap: balance; }
.hero-thesis h1 em, .suite-page .suite-hero.hero-frame h1 em { font-style: normal; color: var(--peach); }
.hero-thesis .hero-summary, .suite-page .suite-hero.hero-frame .hero-summary { max-width: 54ch; margin-top: 22px; color: #D7DEF6; font-size: clamp(1rem, 1.2vw, 1.14rem); text-wrap: pretty; }
.hero-proof { max-width: 52ch; margin: 22px 0 0; color: var(--mist); font-size: .92rem; line-height: 1.5; }

/* Product frame: a believable Certo screen built from HTML. Shadow only, no border. */
.ui-frame { min-width: 0; overflow: hidden; border-radius: 10px; background: white; color: var(--ink); font-size: .84rem; line-height: 1.4; box-shadow: 0 30px 80px rgba(0, 0, 0, .35); }
.ui-bar { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border-bottom: 1px solid var(--line); background: #F1F3F8; color: var(--muted); font-size: .7rem; }
.ui-bar i { flex: none; width: 9px; height: 9px; border-radius: 50%; background: #D5D9E3; }
.ui-url { flex: 1; min-width: 0; margin-left: 8px; padding: 3px 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: white; white-space: nowrap; text-overflow: ellipsis; }
.ui-body { display: grid; grid-template-columns: minmax(0, 1fr) 224px; }
.ui-main { min-width: 0; padding: 16px 18px; border-right: 1px solid var(--line); }
.ui-side { display: grid; align-content: start; padding: 6px 18px; background: #FAFBFF; }
.ui-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.ui-title b { font-size: .98rem; letter-spacing: -.01em; color: var(--navy); }
.ui-tabs { display: flex; gap: 16px; margin-bottom: 8px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.ui-tabs span { padding: 7px 0; white-space: nowrap; }
.ui-tabs .on { border-bottom: 2px solid var(--blue); color: var(--blue); font-weight: 600; }
.ui-grid { width: 100%; border-collapse: collapse; }
.ui-grid th { padding: 8px 6px; border-bottom: 1px solid var(--line); text-align: left; font-size: .72rem; font-weight: 600; color: var(--muted); }
.ui-grid td { padding: 9px 6px; border-bottom: 1px solid #EEF0F4; font-size: .8rem; line-height: 1.3; }
.ui-grid td:last-child { white-space: nowrap; }
.ui-grid tr.hl td { background: var(--warm); }
.ui-grid .opt { display: none; }
@media (min-width: 1500px) { .ui-grid .opt { display: table-cell; } }
/* Two-column hero between 1200 and 1399px: the frame is narrow, so the secondary column goes. */
@media (min-width: 1200px) and (max-width: 1399px) { .ui-grid .col-area { display: none; } }
.mono-data { font-family: "JetBrains Mono", monospace; font-size: .74rem; }
.chip { display: inline-block; padding: 2px 8px; border-radius: 4px; background: var(--wash); color: var(--deep); font-size: .72rem; font-weight: 600; line-height: 1.5; white-space: nowrap; }
.chip-ok { background: var(--green-wash); color: var(--green); }
.chip-warn { background: var(--warm); color: var(--orange-text); }
.chip-err { background: var(--red-wash); color: var(--red); }
.ui-card { padding: 12px 0; border-top: 1px solid var(--line); }
.ui-card:first-child { border-top: 0; }
.ui-card b { display: block; font-size: .82rem; color: var(--navy); }
.ui-card .kv { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2px 8px; margin-top: 5px; color: var(--muted); font-size: .76rem; }
.ui-card .kv strong { margin-left: auto; color: var(--ink); font-weight: 500; text-align: right; white-space: nowrap; }
.ui-card p { margin: 8px 0 0; color: var(--muted); font-size: .72rem; }
.ui-toast { display: flex; align-items: center; gap: 8px; margin: 6px 0 10px; padding: 9px 12px; border-radius: 6px; background: var(--navy); color: white; font-size: .74rem; }
.ui-toast i { flex: none; width: 8px; height: 8px; border-radius: 50%; background: #8FA0FF; }
.ui-match { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 8px; }
.ui-match div { padding: 8px 4px; border: 1px solid var(--line); border-radius: 4px; text-align: center; font-size: .68rem; color: var(--muted); }
.ui-match div b { font-size: .84rem; }
.ui-match .ok { border-color: #9ED8BA; background: var(--green-wash); }
.ui-range { position: relative; height: 8px; margin-top: 10px; border-radius: 4px; background: #C7D2F5; overflow: hidden; }
.ui-range i { position: absolute; inset: 0 0 0 auto; width: 25%; background: var(--orange); opacity: .8; }
.hero-frame .ui-frame, .hero-thesis .ui-frame { width: 100%; justify-self: end; }

/* Pain: one lead situation, then three rows with generous rhythm. No cards. */
.pains { border-top: 1px solid var(--navy); }
.pain-lead { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 48px; padding: 40px 0 44px; border-bottom: 1px solid var(--hair); }
.pain-lead h3 { margin: 10px 0 0; font-size: clamp(1.7rem, 2.6vw, 2.3rem); line-height: 1.08; letter-spacing: -.02em; color: var(--navy); text-wrap: balance; }
.pain-lead div > p { max-width: 56ch; margin: 16px 0 0; color: #3f454f; font-size: 1.05rem; }
.pain-lead .pain-cost { align-self: end; }
.pain-row { display: grid; grid-template-columns: 170px minmax(0, 1.25fr) minmax(0, 1fr); gap: 32px; padding: 30px 0; border-bottom: 1px solid var(--hair); }
.pain-row .label { padding-top: 4px; color: var(--muted); }
.pain-row h3 { margin: 0; font-size: 1.32rem; line-height: 1.18; letter-spacing: -.015em; color: var(--navy); }
.pain-row div > p { max-width: 56ch; margin: 8px 0 0; color: #3f454f; }
.pain-cost { color: #6b3a14; font-size: .95rem; line-height: 1.5; }
.pain-cost b { display: block; margin-bottom: 4px; font-size: .84rem; font-weight: 600; color: var(--orange-text); }
.pain-lead .pain-cost { padding: 20px 22px; border-radius: 8px; background: var(--warm); }

/* Ladder: a rising stair. The step height carries the progression, not a number. */
.diagram-section.ladder-section { padding: 112px 0; background: var(--wash); color: var(--ink); overflow: visible; }
.ladder { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; align-items: end; }
.ladder > div { position: relative; display: flex; flex-direction: column; padding: 22px 22px 26px; border-top: 3px solid var(--navy); background: white; }
.ladder > div:nth-child(1) { min-height: 240px; }
.ladder > div:nth-child(2) { min-height: 290px; }
.ladder > div:nth-child(3) { min-height: 340px; }
.ladder > div:nth-child(4) { min-height: 390px; }
.ladder > div + div { border-left: 1px solid var(--hair); }
.ladder .top { border-top-color: var(--orange); background: var(--navy); color: white; }
.ladder-note { font-size: .82rem; font-weight: 600; color: var(--orange-dark); }
.ladder .top .ladder-note { color: var(--peach); }
.ladder > div > b:first-child { margin-top: calc(.82rem * 1.55 + 6px); } /* reserve the note row so the four headings align */
.ladder b { display: block; margin: 6px 0 8px; font-size: 1.35rem; letter-spacing: -.02em; color: var(--navy); }
.ladder .top b { color: white; }
.ladder p { margin: 0; color: var(--muted); font-size: .95rem; }
.ladder .top p { color: var(--support); }
.ladder-via { display: block; margin-top: auto; padding-top: 16px; color: var(--deep); font-size: .84rem; font-weight: 600; }
.ladder .top .ladder-via { color: var(--peach); }
.ladder-cap { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 40px; align-items: start; margin-top: 40px; color: #3f454f; font-size: 1rem; }
.ladder-cap p { max-width: 56ch; margin: 0; }
.ladder-cap b { color: var(--navy); }
.qlist { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: var(--navy); font-weight: 600; }
.qlist li { padding: 8px 0 8px 18px; border-top: 1px solid var(--hair); text-indent: -18px; }
.qlist li::before { content: "?"; display: inline-block; width: 18px; text-indent: 0; color: var(--orange-dark); }
.ladder-cap .qlist li:first-child { border-top: 0; padding-top: 0; }

/* Illustrative case: clearly labelled as fictional. */
.case { position: relative; display: grid; grid-template-columns: minmax(240px, .75fr) minmax(0, 1.7fr); gap: 32px; padding: 40px 32px 28px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.case-tag { position: absolute; top: -13px; left: 24px; padding: 4px 10px; border-radius: 4px; background: #E0A800; color: #2b2400; font-size: .8rem; font-weight: 600; line-height: 1.4; }
.case-who { margin: 0; font-size: .86rem; color: var(--muted); }
.case h3 { margin: 10px 0 0; font-size: 1.5rem; letter-spacing: -.02em; color: var(--navy); }
.case-meta { display: grid; gap: 6px; margin: 14px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .92rem; }
.case-meta li { padding-left: 14px; position: relative; }
.case-meta li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.case-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
.case-cols > div { padding: 0 20px; border-left: 1px solid var(--hair); }
.case-cols > div:first-child { padding-left: 0; border-left: 0; }
.case-cols .label { color: var(--muted); }
.case-cols .after .label { color: var(--blue); }
.case-cols p, .case-cols ul { margin: 8px 0 0; color: #3f454f; font-size: .92rem; }
.case-cols ul { display: grid; gap: 6px; padding-left: 16px; }
.case-note { grid-column: 1 / -1; margin: 0; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }

/* Outcomes: three blocks, each with its own micro-frame. Hairlines, not cards. */
.outcome-grid { gap: 0; border-top: 1px solid var(--navy); }
.outcome { display: flex; flex-direction: column; padding: 28px 28px 26px 0; color: inherit; border-bottom: 1px solid var(--hair); transition: background 180ms ease; }
.outcome + .outcome { padding-left: 28px; border-left: 1px solid var(--hair); }
.outcome header { padding: 0; }
.outcome h3 { margin: 8px 0 6px; font-size: 1.4rem; line-height: 1.15; letter-spacing: -.02em; color: var(--navy); text-wrap: balance; }
.outcome .sub { margin: 0; color: var(--muted); font-size: .88rem; }
.outcome ul { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; font-size: .95rem; }
.outcome li { position: relative; padding-left: 20px; }
.outcome li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 2px; background: var(--blue); transform: rotate(45deg); }
.outcome-mini { margin: 24px 0 0; padding: 12px 14px; border-radius: 8px; background: #F4F6FC; font-size: .8rem; }
.outcome-mini div { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 6px 0; }
.outcome-mini div + div { border-top: 1px solid var(--hair); }
.outcome-people .outcome-mini div { position: relative; padding-left: 18px; }
.outcome-people .outcome-mini div::before { content: ""; position: absolute; left: 3px; top: 50%; width: 7px; height: 7px; margin-top: -4px; border-radius: 50%; background: var(--blue); }
.outcome-people .outcome-mini div + div::after { content: ""; position: absolute; left: 6px; top: -14px; height: 20px; border-left: 1px solid var(--blue); }
.outcome-procure .outcome-mini { background: var(--warm); }
.outcome-procure .outcome-mini div + div { border-top-color: #F3D2BC; }
.outcome-growth .outcome-mini { background: var(--wash); }
.outcome-growth .outcome-mini div + div { border-top-color: #C9D2FF; }
.outcome-growth .outcome-mini .bar { display: block; height: 6px; margin-bottom: 8px; border-radius: 3px; background: linear-gradient(90deg, #C7D2F5 0 75%, var(--orange) 75%); }
.outcome footer { margin-top: auto; padding: 20px 0 0; color: var(--blue); font-weight: 600; font-size: .95rem; }
a.outcome:hover h3 { color: var(--blue); }

/* Certo Intelligence band */
.ai-section.ai-band { padding: 0 0 104px; background: var(--wash); color: var(--ink); }
.ai-strip { display: grid; grid-template-columns: 1.2fr 1fr; gap: 36px; align-items: center; padding: 36px 40px; border-radius: 12px; background: linear-gradient(90deg, #0B1D4D, #17347F); color: white; }
.ai-strip .label { margin-bottom: 10px; color: var(--peach); }
.ai-strip h2 { margin: 0; font-size: clamp(1.45rem, 2.2vw, 1.8rem); line-height: 1.15; letter-spacing: -.02em; text-wrap: balance; }
.ai-strip > div > p { max-width: 52ch; margin: 10px 0 0; color: var(--support); font-size: .98rem; }
.ai-trace { display: block; margin-top: 16px; color: var(--mist); font-size: .66rem; letter-spacing: .08em; }
.ai-rules { display: grid; gap: 8px; font-size: .9rem; }
.ai-rules > strong { font-size: .84rem; font-weight: 600; color: var(--peach); }
.ai-rules div { display: flex; gap: 10px; align-items: center; padding: 10px 14px; border-radius: 6px; background: rgba(255, 255, 255, .08); }
.ai-rules .yes { color: #5AE0A0; }
.ai-rules .no { color: #FF9A6B; }

/* Guarantees: a compact list, not boxes. */
.guar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 56px; border-top: 1px solid var(--navy); }
.guar div { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--hair); }
.guar b { font-size: 1rem; color: var(--navy); }
.guar p { margin: 0; color: var(--muted); font-size: .95rem; }

/* Data readiness: a real sequence, so a real ordered list. */
.readiness { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.readiness .story-heading { margin: 0; }
.files { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.files span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 4px; background: white; color: var(--deep); font: 500 .74rem/1.4 "JetBrains Mono", monospace; }
.steps { display: grid; gap: 0; counter-reset: step; }
.steps > div { display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: 14px; padding: 18px 0; border-top: 1px solid var(--hair); }
.steps > div::before { counter-increment: step; content: counter(step); grid-row: 1 / span 2; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: .84rem; font-weight: 600; }
.steps b { display: block; font-size: 1.1rem; letter-spacing: -.01em; color: var(--navy); }
.steps p { margin: 4px 0 0; color: var(--muted); font-size: .95rem; }

/* "What stops happening" on product pages: before → now, in two columns. */
.steps-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 48px; counter-reset: none; }
.steps-4 > div { grid-template-columns: minmax(0, 1fr); padding: 20px 0; }
.steps-4 > div::before { content: none; }
.steps-4 .label { color: var(--muted); font-weight: 500; font-size: .8rem; }
.steps-4 .was { text-decoration: line-through; text-decoration-color: rgba(180, 35, 24, .55); color: var(--muted); font-weight: 500; }

/* Pricing list on the home: three rows, one basis each. */
.pricing-list { display: grid; border-top: 1px solid var(--navy); }
.teaser { display: grid; grid-template-columns: 170px minmax(0, .9fr) minmax(0, 1.3fr) minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--hair); color: inherit; }
.teaser .label { color: var(--muted); }
.teaser h3 { margin: 0; font-size: 1.2rem; letter-spacing: -.015em; color: var(--navy); }
.teaser p { max-width: 44ch; margin: 4px 0 0; color: var(--muted); font-size: .92rem; }
.teaser .from { font-size: clamp(1.35rem, 2vw, 1.75rem); font-weight: 700; line-height: 1.1; letter-spacing: -.02em; color: var(--navy); }
.teaser .from small { display: block; margin-top: 4px; font-size: .84rem; font-weight: 400; letter-spacing: 0; color: var(--muted); }
.teaser .link { color: var(--blue); font-weight: 600; font-size: .95rem; white-space: nowrap; }
a.teaser:hover h3, a.teaser:hover .link { color: var(--orange-dark); }
.teaser-note { max-width: 70ch; margin: 22px 0 0; color: var(--muted); font-size: .9rem; }

/* "Hoy → Con Certo" diagrams: two framed panels, one arrow; no outer card. */
.diagram-section.diagram-story { padding: 112px 0; background: #f4f6fb; color: var(--ink); overflow: visible; }
.dg + .dg { margin-top: 48px; }
.dg-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; }
.dg-head h2, .dg-head h3 { margin: 0; font-size: clamp(1.4rem, 2.2vw, 1.7rem); letter-spacing: -.02em; color: var(--navy); }
.dg-note { color: var(--muted); font-size: .92rem; }
.dg-body { display: grid; grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr); gap: 12px; align-items: stretch; }
.dg-panel { min-width: 0; overflow: hidden; border: 1px solid var(--hair); border-radius: 8px; }
.dg-today { background: #FBF7F3; }
.dg-certo { background: #F5F8FF; }
.dg-panel svg { display: block; width: 100%; height: auto; }
.dg-arrow { display: grid; place-items: center; color: var(--orange); }
.dg-arrow svg { width: 44px; height: 44px; transition: transform 200ms var(--ease-out-expo); }
.dg-cap { margin-top: 24px; max-width: 70ch; }
.dg-cap p { margin: 0; font-size: 1.15rem; font-weight: 700; letter-spacing: -.01em; color: var(--navy); text-wrap: pretty; }
.dg-cap p.dg-ai { margin: 8px 0 0; color: var(--muted); font-size: .95rem; font-weight: 400; letter-spacing: 0; }
.dg-know { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 24px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--navy); }
.dg-know > b { font-size: 1rem; color: var(--navy); }
.dg-know .qlist { max-width: 60ch; }
.dg svg text { font-family: "Archivo", Arial, sans-serif; font-size: 14px; fill: var(--ink); }
.dg svg .t-mono { font-family: "Archivo", Arial, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .03em; fill: var(--muted); }
.dg svg .t-head { font-size: 16px; font-weight: 700; letter-spacing: -.01em; fill: var(--navy); }
.dg svg .t-sm { font-size: 12px; fill: var(--muted); }
.dg svg .t-w { fill: white; }
.dg svg .t-red { fill: var(--red); font-weight: 600; }
.dg svg .t-green { fill: var(--green); font-weight: 600; }
.dg svg .t-blue { fill: var(--blue); font-weight: 600; }
.dg svg .bx { fill: white; stroke: #C9CEDB; stroke-width: 1.2; }
.dg svg .bx-red { fill: var(--red-wash); stroke: var(--red); stroke-width: 1.4; }
.dg svg .bx-blue { fill: white; stroke: var(--blue); stroke-width: 1.4; }
.dg svg .bx-navy { fill: var(--navy); }
.dg svg .ln { fill: none; stroke: #9AA6C8; stroke-width: 1.5; }
.dg svg .ln-red { fill: none; stroke: var(--red); stroke-width: 1.5; stroke-dasharray: 5 4; }
.dg svg .ln-blue { fill: none; stroke: var(--blue); stroke-width: 2; }
.dg svg .ln-orange { fill: none; stroke: var(--orange); stroke-width: 3; }

/* Legacy pricing cards on product pages: plan labels in the body face. */
.price-label { font-family: "Archivo", Arial, sans-serif; letter-spacing: 0; text-transform: none; font-weight: 600; font-size: .84rem; }

@media (max-width: 1080px) {
  .guar, .steps-4 { grid-template-columns: 1fr; gap: 0; }
  .ladder { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
  .ladder > div { min-height: 0 !important; border-left: 0 !important; }
  .pain-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .pain-row .label { grid-column: 1 / -1; padding: 0; }
  .teaser { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) auto; gap: 8px 32px; }
  .teaser .label { grid-column: 1 / -1; margin-bottom: 4px; }
  .teaser h3, .teaser p { grid-column: 1; }
  .teaser p { margin-top: 0; }
  .teaser .from { grid-column: 2; grid-row: 2 / span 2; align-self: start; }
  .teaser .link { grid-column: 3; grid-row: 2 / span 2; align-self: center; justify-self: end; }
}
@media (max-width: 1199px) {
  .hero-thesis .hero-layout, .suite-page .suite-hero.hero-frame .hero-layout { padding: 128px 0 64px; grid-template-columns: 1fr; gap: 44px; }
  .hero-thesis .hero-copy, .suite-page .suite-hero.hero-frame .hero-copy { max-width: 680px; min-height: 0; display: block; }
  .hero-thesis .ui-frame, .hero-frame .ui-frame { justify-self: stretch; }
}
@media (max-width: 820px) {
  .hero-thesis .hero-layout, .suite-page .suite-hero.hero-frame .hero-layout { padding: 96px 0 56px; grid-template-columns: 1fr; gap: 40px; }
  .suite-page .suite-hero.hero-frame .hero-copy { min-height: 0; display: block; }
  .hero-thesis h1, .suite-page .suite-hero.hero-frame h1 { font-size: clamp(2.3rem, 9vw, 3.2rem); }
  .hero-thesis .ui-frame, .hero-frame .ui-frame { box-shadow: 0 12px 32px rgba(2, 11, 36, .28); }
  .section-story, .diagram-section.ladder-section, .diagram-section.diagram-story { padding: 72px 0; }
  .section-story.section-tight { padding: 48px 0; }
  .ai-section.ai-band { padding-bottom: 72px; }
  .dg-body { grid-template-columns: 1fr; }
  .grid-3, .case, .case-cols, .readiness, .ai-strip, .ladder-cap, .dg-know, .pain-lead, .pain-row, .teaser { grid-template-columns: 1fr; }
  .case-cols > div { padding: 16px 0 0; border-left: 0; border-top: 1px solid var(--hair); }
  .case-cols > div:first-child { padding-top: 0; border-top: 0; }
  .outcome-grid { border-top: 0; }
  .outcome { padding: 24px 0; }
  .outcome + .outcome { padding-left: 0; border-left: 0; }
  .ai-strip { padding: 26px; }
  .dg-arrow svg { transform: rotate(90deg); }
  .teaser { gap: 6px; padding: 20px 0; }
  .teaser .label, .teaser h3, .teaser p, .teaser .from, .teaser .link { grid-column: auto; grid-row: auto; justify-self: start; }
  .teaser .from { margin-top: 6px; }
  .pain-lead div > p, .pain-row div > p, .pain-cost, .ladder p, .outcome ul, .guar p, .steps p, .teaser p, .case-cols p, .case-cols ul, .story-heading p, .dg-ai, .dg-note { font-size: 1rem; }
  .growth-table-scroll { -webkit-overflow-scrolling: touch; }
}
@media (max-width: 767px) {
  .ui-frame { font-size: .84rem; }
  .ui-body { grid-template-columns: 1fr; }
  .ui-main { padding: 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .ui-side { padding: 4px 14px; }
  .ui-grid .col-area { display: none; }
  .ui-grid td:last-child { white-space: normal; }
  .ui-tabs { flex-wrap: wrap; gap: 0 14px; }
  .ui-grid .col-next { display: none; }
}
@media (max-width: 560px) {
  .ladder { grid-template-columns: 1fr; gap: 12px; }
}
.readiness .text-link { color: var(--blue); font-weight: 600; }
.form-actions .button { white-space: normal; padding-block: 12px; line-height: 1.2; }

/* Intent pass: orange text on warm washes needs the darker tone to keep 4.5:1 */
.suite-procure .window-kicker, .suite-procure .preview-value, .suite-procure .proof-index, .suite-procure .capability-number, .procure-stage > span, .ai-procure .ai-intro > span, .ai-procure .ai-agent-index, .ai-procure .ai-agent-mode, .diagram-procure .ladder-note, .section-wash .pain-cost b, .section-wash .ladder-note, .section-wash .qlist li::before { color: var(--orange-text); }
.text-link { padding: 4px 0; }

/* ===== Fluid layout for large screens (≥1200px) =====
   Below 1200px nothing here applies, so the phone/tablet QA stays intact.
   --shell: ≈1280 at 1440, ≈1440 at 1680, ≈1560 at 1920, capped at 1720 (2560),
   never closer than 160px to the viewport edges. Line length stays 55–75ch via
   max-widths on text blocks, not by shrinking the container. */
@media (min-width: 1200px) {
  :root { --shell: clamp(min(1280px, calc(100vw - 64px)), calc(650px + 47vw), min(1720px, calc(100vw - 160px))); }
  /* Hero: copy and frame share the row; the frame tops out at 820px so it never dwarfs the copy. */
  .hero-thesis .hero-layout, .suite-page .suite-hero.hero-frame .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(480px, min(50%, 820px)); gap: clamp(40px, 4vw, 80px); }
  .hero-thesis .hero-copy, .suite-page .suite-hero.hero-frame .hero-copy { max-width: none; }
  .hero-thesis h1, .suite-page .suite-hero.hero-frame h1 { max-width: 22ch; font-size: clamp(2.6rem, calc(2rem + 2vw), 5rem); }
  .hero-thesis .eyebrow, .suite-page .suite-hero.hero-frame .eyebrow { max-width: 52ch; }
  .hero-thesis .hero-summary, .suite-page .suite-hero.hero-frame .hero-summary { max-width: 58ch; }
  .hero-proof { max-width: 60ch; }
  /* Big gaps that were viewport-relative now stop growing past a sensible size. */
  .demo-grid, .governance-grid, .legal-layout, .commercial-comparison-heading { gap: clamp(64px, 6vw, 120px); }
  .diagram-intro, .resource-band-grid { gap: clamp(56px, 5vw, 110px); }
}
@media (min-width: 1440px) {
  .section-heading, .story-heading, .deployment-cta-copy { max-width: 900px; }
  .diagram-intro h2 { max-width: 920px; }
  .footer-tagline { max-width: 360px; }
}
@media (min-width: 1680px) {
  /* Frames stop being postage stamps and the vertical rhythm opens up ~15–20%. */
  .ui-frame { font-size: .9rem; }
  .ui-body { grid-template-columns: minmax(0, 1fr) 256px; }
  .ui-main { padding: 20px 22px; }
  .ui-side { padding: 8px 22px; }
  .growth-map { grid-template-columns: minmax(0, 1fr) 290px; }
  .people-map { grid-template-columns: 270px minmax(0, 1fr); }
  .section, .demo { padding: 138px 0; }
  .section-story { padding: 122px 0; }
  .section-story.section-tight { padding: 76px 0; }
  .section-story.section-flush { padding-bottom: 48px; }
  .diagram-section { padding: 128px 0 146px; }
  .diagram-section.ladder-section, .diagram-section.diagram-story { padding: 132px 0; }
  .ai-section { padding: 112px 0 130px; }
  .ai-section.ai-band { padding: 0 0 122px; }
  .resource-band { padding: 112px 0; }
  .deployment-hero { padding: 210px 0 130px; }
  .story-heading { margin-bottom: 56px; }
  .grid-3 { gap: 28px; }
  .dg + .dg { margin-top: 56px; }
  .pricing-list .teaser { padding: 26px 0; }
  .outcome { padding: 32px 32px 30px 0; }
  .outcome + .outcome { padding-left: 32px; }
}
@media (min-width: 2200px) {
  .ui-frame { font-size: .94rem; }
}

/* Readable paths through the public site. */
.deployment-page .eyebrow, .security-page .eyebrow { color: var(--blue); }
.diagram-readable ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 40px; padding-left: 24px; }
.diagram-readable h3 { margin: 0 0 24px; color: var(--navy); font-size: 1.35rem; }
.diagram-readable h4 { margin: 0 0 8px; color: var(--navy); font-size: 1.05rem; }
.diagram-readable p { margin: 0; max-width: 60ch; color: var(--muted); }
.diagram-detail, .case-detail { margin-top: 28px; border-block: 1px solid var(--line); }
.diagram-detail > summary, .case-detail > summary { min-height: 48px; padding: 14px 8px; cursor: pointer; color: var(--blue); font-weight: 600; }
.diagram-help { color: var(--muted); max-width: 65ch; }
.diagram-detail .dg-panel { overflow: auto; overscroll-behavior: contain; }
.diagram-detail .dg-panel svg { min-width: 560px; }
.diagram-detail .dg-panel:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.page-shortcuts { display: flex; flex-wrap: wrap; gap: 8px 24px; padding-block: 16px; border-bottom: 1px solid var(--line); }
.page-shortcuts a { display: inline-flex; align-items: center; min-height: 44px; color: var(--blue); font-weight: 600; }
.page-shortcuts a:hover { text-decoration: underline; text-underline-offset: 4px; }
.access-fallback { position: relative; }
.access-fallback summary { cursor: pointer; padding: 12px; }
.access-fallback ul { position: absolute; top: 100%; right: 0; min-width: 220px; margin: 0; padding: 12px; list-style: none; background: white; color: var(--ink); border: 1px solid var(--line); border-radius: 8px; }
.access-fallback a { display: block; padding: 12px; }
.form-init-note { color: white; }
.form-init-note a { text-decoration: underline; }
@media (max-width: 1199px) {
  html { scroll-padding-top: 82px; }
  html:not(.navigation-ready) .site-header { position: static; }
  html:not(.navigation-ready) .nav { flex-wrap: wrap; }
  html:not(.navigation-ready) .menu-button { display: none; }
  html:not(.navigation-ready) .nav-links { position: static; display: grid; width: 100%; height: auto; padding: 12px 0; }
  html:not(.navigation-ready) .access-fallback ul { position: static; }
}
@media (max-width: 820px) {
  .diagram-readable ol { grid-template-columns: 1fr; }
  .page-shortcuts { gap: 4px 20px; }
}
@media print {
  .diagram-detail > summary, .page-shortcuts { display: none; }
  .diagram-readable { break-inside: avoid; }
}
