:root {
  --blue: #133f59;
  --blue-light: #375b77;
  --orange: #e4891b;
  --orange-dark: #d1751d;
  --orange-pale: #fef3c7;
  --grey: #5a5f69;
  --grey-light: #d9d9d9;
  --ink: #0f172a;
  --muted: #667481;
  --line: #e7ebee;
  --paper: #ffffff;
  --soft: #f6f8f9;
  --font-body: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Exo", var(--font-body);
  --shadow-soft: 0 24px 70px rgba(19, 63, 89, 0.11);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-heading); }
.container { width: min(1180px, calc(100% - 48px)); 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; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; border-radius: 8px; background: var(--blue); color: white; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid rgba(228, 137, 27, .55); outline-offset: 3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, box-shadow .25s ease, border-color .25s ease; }
.site-header.scrolled { border-color: rgba(231, 235, 238, .9); background: rgba(255,255,255,.92); box-shadow: 0 8px 28px rgba(15,23,42,.05); backdrop-filter: blur(16px); }
.nav-shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 156px; height: 64px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 154px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a { color: #374957; font-size: 15px; font-weight: 600; text-decoration: none; transition: color .2s ease; }
.main-nav > a:hover { color: var(--orange-dark); }
.main-nav .nav-login { padding-left: 25px; border-left: 1px solid var(--line); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 22px; border: 1px solid var(--orange); border-radius: 10px; background: var(--orange); color: #fff !important; font-family: var(--font-body); font-weight: 700 !important; line-height: 1.2; text-decoration: none; box-shadow: 0 10px 26px rgba(228,137,27,.2); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); box-shadow: 0 14px 30px rgba(209,117,29,.26); }
.button-small { min-height: 42px; padding: 10px 16px; border-radius: 8px; font-size: 14px !important; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--blue); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; padding: 150px 0 0; background: linear-gradient(180deg, #fff 0%, #fbfcfc 82%, #fff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .38; background-image: linear-gradient(rgba(19,63,89,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(19,63,89,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.hero-glow { position: absolute; width: 420px; aspect-ratio: 1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { right: -180px; top: 40px; background: radial-gradient(circle, rgba(228,137,27,.13), transparent 68%); }
.hero-glow-two { left: -220px; top: 390px; background: radial-gradient(circle, rgba(55,91,119,.10), transparent 68%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr); align-items: center; gap: 62px; min-height: 600px; }
.hero-copy { padding-bottom: 30px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--blue-light); font-size: 13px; font-weight: 700; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 720px; margin-bottom: 24px; color: var(--blue); font-size: clamp(48px, 5.25vw, 72px); font-weight: 600; letter-spacing: -.045em; line-height: 1.04; }
.hero h1 em { color: var(--orange-dark); font-style: normal; }
.hero-lead { max-width: 670px; margin-bottom: 32px; color: #52636f; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 28px; }
.text-link { color: var(--blue); font-size: 15px; font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 6px; color: var(--orange); transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 20px; color: #647581; font-size: 14px; }
.hero-proof i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; border-radius: 50%; background: #edf7f2; color: #168259; font-size: 11px; font-style: normal; font-weight: 700; }

.product-stage { position: relative; min-height: 548px; display: grid; place-items: center; }
.stage-orbit { position: absolute; border: 1px solid rgba(55,91,119,.09); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; }
.orbit-two { width: 420px; height: 420px; border-color: rgba(228,137,27,.10); }
.product-window { position: relative; z-index: 2; width: min(100%, 510px); overflow: hidden; border: 1px solid rgba(19,63,89,.12); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 30px 90px rgba(19,63,89,.18), 0 2px 8px rgba(15,23,42,.05); transform: rotate(1.25deg); }
.window-topbar { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 14px 19px; border-bottom: 1px solid var(--line); }
.window-brand { display: flex; align-items: center; gap: 10px; }
.window-brand img { width: 30px; height: 30px; }
.window-brand div { display: grid; }
.window-brand strong { color: var(--blue); font-family: var(--font-heading); font-size: 13px; line-height: 1.3; }
.window-brand span { color: #89949c; font-size: 10px; }
.window-avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--blue); color: white; font-size: 10px; font-weight: 700; }
.window-content { padding: 20px; background: #f8fafb; }
.score-card { min-height: 150px; display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; border: 1px solid #edf0f2; border-radius: 13px; background: white; }
.micro-label { display: block; color: #849099; font-size: 10px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.score { display: block; margin: 4px 0 2px; color: var(--blue); font-family: var(--font-heading); font-size: 43px; line-height: 1; }
.score span { color: var(--grey); font-size: 20px; }
.trend { color: #168259; font-size: 10px; font-weight: 700; }
.score-ring { width: 94px; height: 94px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--orange) 0 78%, #edf0f2 78%); }
.score-ring span { width: 70px; height: 70px; border-radius: 50%; background: #fff; }
.framework-card { margin-top: 12px; padding: 17px 19px 13px; border: 1px solid #edf0f2; border-radius: 13px; background: white; }
.card-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.card-title strong { color: var(--blue); font-family: var(--font-heading); font-size: 12px; }
.card-title span { color: #97a0a7; font-size: 9px; }
.framework-row { display: grid; grid-template-columns: 30px 1fr 31px; align-items: center; gap: 9px; padding: 8px 0; border-top: 1px solid #f1f3f4; }
.framework-row > div { display: grid; grid-template-columns: 1fr; gap: 4px; }
.framework-row strong { color: #425562; font-size: 10px; font-weight: 600; line-height: 1.2; }
.framework-row b { color: var(--blue); font-size: 10px; text-align: right; }
.framework-code { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 7px; background: var(--orange-pale); color: var(--orange-dark); font-size: 8px; font-weight: 800; }
.code-blue { background: #e8f0f4; color: var(--blue); }
.code-grey { background: #eef0f2; color: var(--grey); }
.progress { display: block; height: 4px; overflow: hidden; border-radius: 4px; background: #edf0f2; }
.progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--orange-dark), var(--orange)); }
.next-action { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 10px; margin-top: 12px; padding: 12px 15px; border: 1px solid rgba(228,137,27,.18); border-radius: 11px; background: #fffaf2; }
.action-icon { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 8px; background: var(--orange); color: white; font-size: 11px; font-weight: 700; }
.next-action div { display: grid; }
.next-action span { color: #9b7e57; font-size: 8px; text-transform: uppercase; }
.next-action strong { color: #5d4b36; font-size: 10px; }
.next-action b { padding: 3px 7px; border-radius: 8px; background: white; color: var(--orange-dark); font-size: 8px; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid rgba(19,63,89,.10); border-radius: 11px; background: rgba(255,255,255,.97); box-shadow: 0 15px 38px rgba(19,63,89,.12); }
.floating-note div { display: grid; }
.floating-note small { color: #8d989f; font-size: 8px; }
.floating-note strong { color: var(--blue); font-size: 10px; }
.note-policy { left: -8px; top: 84px; }
.note-evidence { right: -8px; bottom: 86px; }
.note-icon { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 8px; background: var(--blue); color: white; font-size: 9px; font-weight: 800; }
.evidence-dot { width: 28px; height: 28px; border: 8px solid #e7f4ed; border-radius: 50%; background: #1a9b69; }
.standards-strip { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 32px; padding: 25px 0 30px; border-top: 1px solid var(--line); color: #7a8790; }
.standards-strip > span { max-width: 200px; font-size: 12px; line-height: 1.4; }
.standards-strip div { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 20px 34px; }
.standards-strip b { color: #7a858c; font-family: var(--font-heading); font-size: 13px; letter-spacing: .02em; }

.section { padding: 120px 0; }
.platform-section { background: white; }
.section-heading { max-width: 715px; margin-bottom: 58px; }
.section-heading h2, .workflow-intro h2 { margin-bottom: 20px; color: var(--blue); font-size: clamp(38px, 4.4vw, 56px); font-weight: 600; letter-spacing: -.035em; line-height: 1.1; }
.section-heading > p:last-child, .workflow-intro > p { max-width: 650px; color: var(--muted); font-size: 19px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.feature-card { position: relative; min-height: 360px; overflow: hidden; padding: 40px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: #d8e0e5; box-shadow: var(--shadow-soft); }
.feature-large { grid-column: 1 / -1; min-height: 480px; display: grid; grid-template-columns: 72px minmax(0, .85fr) minmax(380px, 1.15fr); gap: 20px; align-items: center; background: #fbfcfc; }
.feature-wide { grid-column: 1 / -1; min-height: 330px; display: grid; grid-template-columns: 72px minmax(0, 1fr) minmax(360px, .85fr); gap: 20px; align-items: center; }
.feature-number { color: var(--orange); font-family: var(--font-heading); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.feature-kicker { display: block; margin-bottom: 13px; color: var(--orange-dark); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.feature-card h3 { max-width: 570px; margin-bottom: 16px; color: var(--blue); font-size: 28px; font-weight: 600; letter-spacing: -.025em; line-height: 1.22; }
.feature-card p { max-width: 580px; color: var(--muted); }
.clean-list { display: grid; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; color: #465966; font-size: 15px; }
.clean-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 8px; border-radius: 50%; background: #edf7f2; color: #168259; font-size: 10px; font-weight: 700; }
.control-visual { overflow: hidden; border: 1px solid #e4e9ec; border-radius: 13px; background: white; box-shadow: 0 18px 50px rgba(19,63,89,.08); }
.control-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); color: var(--blue); font-size: 12px; font-weight: 700; }
.control-head b { color: var(--orange-dark); font-size: 10px; }
.control-line { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 12px; padding: 17px 20px; border-bottom: 1px solid #f0f2f3; color: #4b5c67; font-size: 12px; }
.control-line:last-child { border: 0; }
.control-line small { color: #89949b; font-size: 9px; }
.status { width: 8px; height: 8px; border-radius: 50%; }
.status.done { background: #1a9b69; }.status.active { background: var(--orange); }.status.waiting { background: #b6bec4; }
.mini-flow { display: flex; align-items: center; gap: 9px; margin-top: 33px; }
.mini-flow span { padding: 8px 11px; border: 1px solid #dde4e8; border-radius: 7px; background: white; color: var(--blue); font-size: 10px; font-weight: 700; }
.mini-flow i { color: var(--orange); font-style: normal; }
.feature-dark { background: var(--blue); border-color: var(--blue); }
.feature-dark h3, .feature-dark .feature-number { color: white; }
.feature-dark p { color: #cbd8df; }
.feature-dark .feature-kicker { color: #ffbe6e; }
.evidence-stack { position: relative; margin-top: 30px; }
.evidence-stack > div { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; padding: 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.08); color: white; }
.evidence-stack > div + div { margin: -2px 14px 0; background: rgba(255,255,255,.12); }
.evidence-stack span { display: grid; place-items: center; height: 30px; border-radius: 6px; background: rgba(228,137,27,.18); color: #ffc276; font-size: 8px; font-weight: 800; }
.evidence-stack b { font-size: 11px; }
.evidence-stack i { color: #92deb9; font-size: 9px; font-style: normal; }
.people-visual { display: grid; gap: 18px; padding: 24px; border: 1px solid #e3e8eb; border-radius: 13px; background: white; }
.people-avatars { display: flex; }
.people-avatars span { display: grid; place-items: center; width: 38px; height: 38px; margin-right: -8px; border: 3px solid white; border-radius: 50%; background: var(--blue); color: white; font-size: 9px; font-weight: 700; }
.people-avatars span:nth-child(2) { background: var(--orange); }.people-avatars span:nth-child(3) { background: var(--blue-light); }.people-avatars span:nth-child(4) { background: #e7ebee; color: var(--grey); }
.people-meter span { display: flex; justify-content: space-between; margin-bottom: 6px; color: #71808a; font-size: 10px; }
.people-meter b { color: var(--blue); }.people-meter > i { display: block; height: 5px; overflow: hidden; border-radius: 6px; background: #edf0f2; }.people-meter em { display: block; height: 100%; border-radius: inherit; background: var(--orange); }

.workflow-section { position: relative; overflow: hidden; background: var(--blue); color: white; }
.workflow-section::after { content: "LN"; position: absolute; right: -35px; bottom: -145px; color: rgba(255,255,255,.025); font-family: var(--font-heading); font-size: 420px; font-weight: 700; letter-spacing: -.1em; line-height: 1; }
.workflow-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.eyebrow-light { color: #c9d8e0; }
.workflow-intro h2 { color: white; }
.workflow-intro > p { margin-bottom: 32px; color: #c5d3da; }
.button-light { border-color: white; background: white; color: var(--blue) !important; box-shadow: none; }
.button-light:hover { background: #f5f8f9; color: var(--blue) !important; }
.workflow-list { margin: 0; padding: 0; list-style: none; }
.workflow-list li { display: grid; grid-template-columns: 70px 1fr; gap: 26px; padding: 12px 0 35px; border-bottom: 1px solid rgba(255,255,255,.13); }
.workflow-list li + li { padding-top: 35px; }
.workflow-list > li > span { color: var(--orange); font-family: var(--font-heading); font-size: 13px; font-weight: 700; letter-spacing: .15em; }
.workflow-list h3 { margin-bottom: 9px; color: white; font-size: 25px; font-weight: 600; }
.workflow-list p { margin: 0; color: #b8c9d1; }

.audience-section { background: #fbfcfc; }
.audience-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 85px; align-items: start; }
.audience-grid .section-heading { position: sticky; top: 130px; margin-bottom: 0; }
.audience-cards { display: grid; gap: 16px; }
.audience-card { padding: 35px 38px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.audience-card > span { color: var(--orange-dark); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.audience-card h3 { margin: 10px 0 8px; color: var(--blue); font-size: 24px; font-weight: 600; }
.audience-card p { margin: 0; color: var(--muted); }

.closing-section { padding: 110px 0; background: white; }
.closing-card { position: relative; min-height: 360px; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; padding: 70px; border-radius: 22px; background: linear-gradient(135deg, var(--blue), #1c536f); color: white; box-shadow: 0 30px 80px rgba(19,63,89,.18); }
.closing-card > div:not(.closing-mark) { position: relative; z-index: 1; max-width: 700px; }
.closing-card h2 { margin-bottom: 16px; color: white; font-size: clamp(38px, 4.4vw, 56px); font-weight: 600; letter-spacing: -.035em; line-height: 1.1; }
.closing-card p:last-child { margin: 0; color: #c5d5dd; font-size: 18px; }
.closing-card .button { position: relative; z-index: 1; }
.closing-mark { position: absolute; right: -35px; bottom: -110px; color: rgba(255,255,255,.035); font-family: var(--font-heading); font-size: 300px; font-weight: 700; letter-spacing: -.12em; line-height: 1; }

.site-footer { padding: 70px 0 25px; background: #0b2f43; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-bottom: 50px; }
.footer-brand img { width: 155px; height: auto; margin: -23px 0 8px; }
.footer-brand p { max-width: 360px; color: #afc2cc; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-links div { display: grid; align-content: start; gap: 10px; }
.footer-links span { margin-bottom: 4px; color: white; font-family: var(--font-heading); font-size: 14px; font-weight: 600; }
.footer-links a, .footer-links small { color: #afc2cc; font-size: 14px; text-decoration: none; }
.footer-links a:hover { color: #ffc277; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #88a3b1; font-size: 12px; }

.outcomes-section { background: #fbfcfc; }
.outcome-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.outcome-card { min-height: 285px; padding: 30px 26px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 16px 42px rgba(19,63,89,.04); }
.outcome-card > span { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 34px; border-radius: 10px; background: var(--orange-pale); color: var(--orange-dark); font-family: var(--font-heading); font-size: 11px; font-weight: 700; }
.outcome-card h3 { margin-bottom: 12px; color: var(--blue); font-size: 21px; font-weight: 600; line-height: 1.25; }
.outcome-card p { margin: 0; color: var(--muted); font-size: 15px; }

.change-section { background: var(--blue); color: white; }
.change-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.change-intro { position: sticky; top: 130px; }
.change-intro h2, .scope-copy h2 { margin-bottom: 18px; color: white; font-size: clamp(38px, 4.2vw, 54px); font-weight: 600; letter-spacing: -.035em; line-height: 1.1; }
.change-intro > p:last-child { color: #c4d3db; font-size: 18px; }
.change-table { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.04); }
.change-table > div { display: grid; grid-template-columns: 1fr 1fr; }
.change-table > div + div { border-top: 1px solid rgba(255,255,255,.11); }
.change-table p, .change-table span { margin: 0; padding: 22px 25px; }
.change-table p { color: #bdcdd6; font-size: 15px; }
.change-table p + p { border-left: 1px solid rgba(255,255,255,.11); color: white; font-weight: 600; }
.change-head { background: rgba(255,255,255,.07); }
.change-head span { color: #89a6b5; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.change-head span + span { border-left: 1px solid rgba(255,255,255,.11); color: #ffc174; }

.module-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.module-card { position: relative; min-height: 330px; overflow: hidden; padding: 38px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); transition: transform .25s ease, box-shadow .25s ease; }
.module-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.module-card h3 { max-width: 520px; margin-bottom: 14px; color: var(--blue); font-size: 26px; font-weight: 600; letter-spacing: -.025em; line-height: 1.22; }
.module-card p { max-width: 560px; margin-bottom: 0; color: var(--muted); }
.module-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 30px; border: 1px solid #dae2e6; border-radius: 12px; background: white; color: var(--orange-dark); font-family: var(--font-heading); font-size: 14px; font-weight: 700; }
.module-featured { grid-column: 1 / -1; min-height: 380px; display: grid; grid-template-columns: 55px 1fr minmax(320px, .85fr); gap: 24px; align-items: center; background: #fbfcfc; }
.module-featured .module-icon { align-self: start; margin: 2px 0 0; }
.mini-dashboard { display: grid; padding: 27px; border: 1px solid #e2e8eb; border-radius: 14px; background: white; box-shadow: 0 18px 50px rgba(19,63,89,.08); }
.mini-dashboard > span { color: #7b8891; font-size: 11px; font-weight: 600; text-transform: uppercase; }
.mini-dashboard strong { margin: 8px 0 12px; color: var(--blue); font-family: var(--font-heading); font-size: 44px; line-height: 1; }
.mini-dashboard > i { height: 7px; overflow: hidden; border-radius: 8px; background: #edf0f2; }
.mini-dashboard em { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--orange-dark), var(--orange)); }
.mini-dashboard small { margin-top: 13px; color: #849099; }
.module-dark { border-color: var(--blue); background: var(--blue); }
.module-dark h3, .module-dark .module-icon { color: white; }
.module-dark p { color: #c3d3db; }
.module-dark .feature-kicker { color: #ffbd6d; }
.module-dark .module-icon { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); }

.models-section { background: #f7f9fa; }
.model-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.model-card { min-height: 515px; display: flex; flex-direction: column; padding: 48px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 20px 56px rgba(19,63,89,.06); }
.model-label { align-self: flex-start; margin-bottom: 55px; padding: 7px 11px; border-radius: 7px; background: var(--orange-pale); color: var(--orange-dark); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.model-card h3 { max-width: 470px; margin-bottom: 18px; color: var(--blue); font-size: 34px; font-weight: 600; letter-spacing: -.03em; line-height: 1.14; }
.model-card > p { color: var(--muted); font-size: 17px; }
.model-card .clean-list { margin-bottom: 35px; }
.model-card .text-link { margin-top: auto; align-self: flex-start; }
.model-partner { border-color: var(--blue); background: linear-gradient(145deg, var(--blue), #1c536f); color: white; }
.model-partner .model-label { background: rgba(228,137,27,.18); color: #ffc174; }
.model-partner h3 { color: white; }
.model-partner > p { color: #c6d5dd; }
.clean-list-light { color: #d4dfe5; }
.clean-list-light li::before { background: rgba(255,255,255,.1); color: #ffc174; }
.text-link-light { color: white; }

.scope-section { background: white; }
.scope-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: start; }
.scope-copy h2 { color: var(--blue); }
.scope-copy > p:last-child { color: var(--muted); font-size: 18px; }
.scope-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.scope-card { min-height: 390px; padding: 34px 30px; border: 1px solid var(--line); border-radius: 17px; background: var(--blue); }
.scope-card > span { display: block; margin-bottom: 30px; color: #ffc174; font-family: var(--font-heading); font-size: 17px; font-weight: 600; }
.scope-card-soft { background: var(--soft); }
.scope-card-soft > span { color: var(--blue); }
.check-list, .plain-list { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.check-list li, .plain-list li { position: relative; padding-left: 27px; color: #d3dfe5; font-size: 15px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: #ffc174; font-weight: 700; }
.plain-list li { color: #5d6e79; }
.plain-list li::before { content: "—"; position: absolute; left: 0; color: var(--orange-dark); font-weight: 700; }

.faq-section { background: #fbfcfc; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-grid .section-heading { position: sticky; top: 130px; margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 48px 25px 0; color: var(--blue); font-family: var(--font-heading); font-size: 19px; font-weight: 600; line-height: 1.35; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 20px; display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #dce3e7; border-radius: 50%; color: var(--orange-dark); font-family: var(--font-body); font-size: 20px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 700px; margin: -4px 48px 25px 0; color: var(--muted); }

.closing-actions { position: relative; z-index: 1; display: grid; gap: 12px; justify-items: center; }
.closing-link { color: #d9e4e9; font-size: 14px; font-weight: 600; text-decoration: none; }
.closing-link:hover { color: #ffc174; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr 470px; gap: 35px; }
  .hero h1 { font-size: 54px; }
  .product-stage { min-height: 500px; }
  .feature-large, .feature-wide { grid-template-columns: 58px 1fr; }
  .feature-large .control-visual, .feature-wide .people-visual { grid-column: 2; }
  .workflow-grid { gap: 60px; }
  .outcome-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .module-featured { grid-template-columns: 50px 1fr; }
  .module-featured .mini-dashboard { grid-column: 2; }
  .scope-grid, .faq-grid { gap: 50px; }
  .scope-cards { grid-template-columns: 1fr; }
  .scope-card { min-height: 0; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 36px, 720px); }
  .nav-shell { min-height: 76px; }
  .brand { width: 136px; height: 58px; }
  .brand img { width: 134px; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .main-nav { position: absolute; inset: 76px 18px auto; display: none; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.98); box-shadow: 0 18px 45px rgba(19,63,89,.12); }
  .main-nav.open { display: grid; }
  .main-nav > a { padding: 12px; }
  .main-nav .nav-login { padding-left: 12px; border-left: 0; border-top: 1px solid var(--line); }
  .main-nav .button { margin-top: 5px; }
  .menu-button[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr; gap: 15px; }
  .hero-copy { max-width: 670px; }
  .hero h1 { font-size: clamp(45px, 10vw, 66px); }
  .product-stage { width: min(100%, 610px); min-height: 550px; margin-inline: auto; }
  .product-window { width: 500px; }
  .standards-strip { margin-top: 10px; }
  .section { padding: 90px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large, .feature-wide { grid-column: auto; }
  .feature-card { min-height: 0; }
  .feature-dark { min-height: 370px; }
  .workflow-grid, .audience-grid { grid-template-columns: 1fr; gap: 55px; }
  .change-grid, .scope-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .change-intro, .faq-grid .section-heading { position: static; }
  .module-grid, .model-grid { grid-template-columns: 1fr; }
  .module-featured { grid-column: auto; }
  .audience-grid .section-heading { position: static; }
  .closing-card { grid-template-columns: 1fr; padding: 55px 44px; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, 520px); }
  .hero { padding-top: 115px; }
  .eyebrow { margin-bottom: 16px; font-size: 11px; }
  .hero h1 { font-size: 43px; letter-spacing: -.04em; }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-proof { gap: 7px 13px; }
  .product-stage { min-height: 430px; margin-top: 5px; }
  .product-window { width: 94%; transform: none; }
  .window-content { padding: 13px; }
  .score-card { min-height: 120px; padding: 17px 20px; }
  .score { font-size: 34px; }
  .score-ring { width: 75px; height: 75px; }.score-ring span { width: 56px; height: 56px; }
  .framework-card { padding: 13px; }
  .note-policy { left: 0; top: 46px; }.note-evidence { right: 0; bottom: 35px; }
  .floating-note { padding: 8px 10px; }
  .standards-strip { align-items: flex-start; flex-direction: column; }
  .standards-strip > span { max-width: none; }
  .standards-strip div { justify-content: flex-start; gap: 12px 24px; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .workflow-intro h2, .closing-card h2 { font-size: 36px; }
  .section-heading > p:last-child, .workflow-intro > p { font-size: 17px; }
  .feature-card { padding: 29px 24px; }
  .feature-large, .feature-wide { display: block; }
  .feature-number { margin-bottom: 28px; }
  .feature-card h3 { font-size: 24px; }
  .feature-large .control-visual, .feature-wide .people-visual { margin-top: 28px; }
  .mini-flow { align-items: stretch; flex-direction: column; text-align: center; }
  .mini-flow i { transform: rotate(90deg); text-align: center; }
  .workflow-list li { grid-template-columns: 42px 1fr; gap: 12px; }
  .audience-card { padding: 28px 25px; }
  .closing-section { padding: 75px 0; }
  .closing-card { width: min(100% - 28px, 520px); min-height: 0; padding: 42px 26px; }
  .closing-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { gap: 25px; }
  .footer-bottom { flex-direction: column; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 0; }
  .change-table p, .change-table span { padding: 17px 14px; }
  .change-table p { font-size: 13px; }
  .module-card { min-height: 0; padding: 29px 24px; }
  .module-featured { display: block; }
  .module-featured .module-icon { margin-bottom: 30px; }
  .mini-dashboard { margin-top: 28px; }
  .model-card { min-height: 0; padding: 37px 25px; }
  .model-label { margin-bottom: 38px; }
  .model-card h3 { font-size: 29px; }
  .scope-cards { grid-template-columns: 1fr; }
  .scope-card { min-height: 0; padding: 29px 24px; }
  .faq-list summary { font-size: 17px; }
  .closing-actions { width: 100%; }
}

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