:root {
  --navy-950: #07172b;
  --navy-900: #0b213d;
  --navy-800: #123458;
  --blue-600: #1268d8;
  --blue-500: #2583f2;
  --blue-100: #dfeeff;
  --cyan-400: #43b6de;
  --ink: #152338;
  --muted: #617087;
  --line: #dce4ee;
  --soft: #f3f7fb;
  --white: #fff;
  --green: #1a9a71;
  --amber: #cf7b10;
  --red: #c94b55;
  --shadow: 0 24px 70px rgba(9, 33, 63, .14);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); 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: 18px; top: -100px; z-index: 200; padding: 10px 16px; background: var(--white); color: var(--navy-900); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(7, 23, 43, .96); box-shadow: 0 8px 30px rgba(0, 0, 0, .15); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; text-transform: uppercase; font-size: 11px; line-height: 1.15; letter-spacing: .12em; }
.brand strong { font-size: 12px; color: #8bc8ff; }
.brand-mark { width: 30px; height: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; align-items: end; transform: skew(-10deg); }
.brand-mark span { display: block; background: var(--blue-500); border-radius: 2px 2px 0 0; }
.brand-mark span:nth-child(1) { height: 48%; opacity: .5; }
.brand-mark span:nth-child(2) { height: 72%; opacity: .75; }
.brand-mark span:nth-child(3) { height: 100%; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: #dbe8f7; text-decoration: none; font-size: 13px; font-weight: 600; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav .nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: 760px; padding: 155px 0 62px; overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -240px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(37,131,242,.32), rgba(37,131,242,0) 68%); }
.hero-grid { position: absolute; inset: 0; opacity: .085; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 85%); }
.hero-layout { position: relative; min-width: 0; display: grid; grid-template-columns: .95fr 1.15fr; align-items: center; gap: 70px; }
.hero-layout > *, .hero-copy, .preview-main, .preview-content { min-width: 0; }
.eyebrow { margin: 0 0 20px; color: var(--blue-600); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.hero .eyebrow, .section-navy .eyebrow, .cta-section .eyebrow { color: #73b9ff; }
.hero h1 { margin: 0; font-size: clamp(52px, 6.1vw, 88px); line-height: .92; letter-spacing: -.06em; font-weight: 800; }
.hero h1 span { color: #5eacf9; }
.hero-lead { max-width: 610px; margin: 30px 0 12px; font-size: 21px; line-height: 1.45; font-weight: 600; }
.hero-description { max-width: 610px; margin: 0; color: #afc0d5; font-size: 15px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.tag-list span { padding: 7px 11px; color: #cbd9e9; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; font-size: 11px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 9px; text-decoration: none; font-size: 13px; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue-600); box-shadow: 0 12px 26px rgba(18,104,216,.28); }
.button-primary:hover { background: var(--blue-500); }
.button-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.32); }
.button-secondary:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.06); }

.app-preview { position: relative; width: 100%; max-width: 100%; min-width: 0; transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); border: 1px solid rgba(255,255,255,.12); border-radius: 17px; overflow: hidden; background: #f8fbfe; box-shadow: 0 42px 90px rgba(0,0,0,.38); }
.app-preview::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); border-radius: inherit; }
.window-bar { height: 36px; padding: 0 14px; display: flex; gap: 6px; align-items: center; background: #e9eef5; color: #708099; }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #aeb9c7; }
.window-bar b { margin-left: 8px; font-size: 9px; font-weight: 600; }
.preview-body { display: grid; grid-template-columns: 50px 1fr; min-height: 430px; }
.preview-sidebar { padding: 18px 0; display: flex; flex-direction: column; align-items: center; gap: 20px; background: #0c2847; }
.mini-logo { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 18px; color: var(--white); background: var(--blue-500); border-radius: 7px; font-size: 8px; font-weight: 900; }
.preview-sidebar i { width: 16px; height: 4px; background: #49637d; border-radius: 4px; }
.preview-sidebar i.active { width: 20px; background: #64b7ff; }
.preview-main { padding: 26px; color: var(--ink); }
.preview-head { display: flex; align-items: end; justify-content: space-between; }
.preview-head div { display: grid; }
.preview-head small { color: var(--muted); font-size: 9px; }
.preview-head strong { font-size: 18px; }
.preview-head > span { padding: 6px 9px; color: var(--blue-600); background: var(--blue-100); border-radius: 5px; font-size: 8px; font-weight: 700; }
.preview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0 14px; }
.preview-stats article { min-width: 0; padding: 14px; background: var(--white); border: 1px solid #e6ebf1; border-radius: 9px; }
.preview-stats small, .preview-stats em { display: block; color: var(--muted); font-size: 7px; font-style: normal; }
.preview-stats b { display: block; margin: 3px 0; color: var(--navy-900); font-size: 23px; line-height: 1.1; }
.preview-stats .warning { color: var(--red); }
.preview-content { display: grid; grid-template-columns: 1.2fr .9fr; gap: 10px; }
.chart-card, .status-card { padding: 15px; background: var(--white); border: 1px solid #e6ebf1; border-radius: 9px; }
.card-title { display: flex; justify-content: space-between; color: var(--navy-900); font-size: 8px; font-weight: 700; }
.card-title small { color: var(--muted); font-size: 7px; font-weight: 400; }
.bars { height: 145px; display: flex; align-items: end; gap: 8px; padding: 20px 4px 0; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 35px, #edf1f5 36px); }
.bars i { flex: 1; height: var(--h); background: linear-gradient(#64b7ff, #1872dc); border-radius: 3px 3px 0 0; }
.status-card p { display: flex; justify-content: space-between; align-items: center; margin: 9px 0 0; padding-top: 9px; border-top: 1px solid #edf1f5; font-size: 7px; }
.status-card b { padding: 4px 5px; border-radius: 4px; font-size: 6px; }
.status-red { color: var(--red); background: #ffedef; }.status-amber { color: var(--amber); background: #fff3df; }.status-blue { color: var(--blue-600); background: var(--blue-100); }.status-green { color: var(--green); background: #e6f7f0; }
.confidentiality-note { position: relative; display: grid; grid-template-columns: 150px 1fr; gap: 22px; margin-top: 70px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.confidentiality-note strong { color: #7bc0ff; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.confidentiality-note p { margin: 0; max-width: 860px; color: #9fb1c7; font-size: 12px; }

.section { padding: 105px 0; }
.section-soft { background: var(--soft); }
.section-intro { max-width: 760px; margin-bottom: 54px; }
.section-intro h2 { margin: 0; color: var(--navy-900); font-size: clamp(35px, 4.4vw, 56px); line-height: 1.07; letter-spacing: -.045em; }
.section-intro > p:last-child { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.problem-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.problem-statement { padding-top: 12px; }
.big-number { display: block; color: var(--blue-500); font-size: 70px; font-weight: 800; line-height: 1; letter-spacing: -.06em; }
.problem-statement h3 { max-width: 420px; margin: 22px 0 16px; color: var(--navy-900); font-size: 29px; line-height: 1.18; }
.problem-statement p { color: var(--muted); }
.problem-list article { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.problem-list article:first-child { border-top: 1px solid var(--line); }
.problem-list span { color: var(--blue-500); font-size: 11px; font-weight: 800; }
.problem-list p { margin: 0; font-size: 16px; font-weight: 600; }

.before-after { display: grid; grid-template-columns: 1fr 130px 1fr; align-items: stretch; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.comparison-column { padding: 34px 10px 40px; }
.comparison-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 23px; }
.comparison-heading span { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.before .comparison-heading span { color: #7b4950; background: #f5e7e9; }
.after .comparison-heading span { color: #087653; background: #dff3eb; }
.comparison-heading strong { font-size: 20px; }
.comparison-column ul { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 24px; }
.comparison-column li { position: relative; break-inside: avoid; margin: 0 0 15px; padding-left: 20px; color: var(--muted); font-size: 14px; }
.comparison-column li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 2px; background: var(--red); }
.after li::before { height: 7px; top: .45em; border-radius: 50%; background: var(--green); }
.transformation { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--blue-600); text-align: center; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.transformation span { width: 1px; height: 60px; background: var(--line); }

.process-section { overflow: hidden; }
.process-flow { display: flex; align-items: stretch; justify-content: space-between; }
.process-flow article { width: 125px; position: relative; padding: 5px 0; }
.process-flow article > b { position: absolute; right: 0; top: 0; color: #bcc8d5; font-size: 9px; }
.process-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 22px; color: var(--blue-600); background: var(--blue-100); border-radius: 13px; font-size: 22px; font-weight: 800; }
.process-flow h3 { margin: 0 0 8px; color: var(--navy-900); font-size: 14px; line-height: 1.2; }
.process-flow p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.process-flow > i { width: 30px; height: 1px; margin-top: 28px; background: var(--line); position: relative; }
.process-flow > i::after { content: ""; position: absolute; right: -1px; top: -3px; width: 6px; height: 6px; border-top: 1px solid #9aabbd; border-right: 1px solid #9aabbd; transform: rotate(45deg); }
.decision-line { display: grid; grid-template-columns: 150px 1fr; gap: 28px; margin-top: 48px; padding: 22px 0; border-top: 2px solid var(--blue-500); }
.decision-line span { color: var(--blue-600); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.decision-line strong { max-width: 750px; font-size: 18px; }

.section-navy { color: var(--white); background: var(--navy-950); }
.section-intro.light h2 { color: var(--white); }
.section-intro.light > p:last-child { color: #a7b9ce; }
.module-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.module-card { min-height: 270px; padding: 28px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); transition: background .2s ease; }
.module-card:hover { background: rgba(37,131,242,.1); }
.module-card > span { color: #66b5ff; font-size: 10px; font-weight: 800; }
.module-card h3 { margin: 55px 0 12px; font-size: 20px; }
.module-card p { margin: 0; color: #a8b9cb; font-size: 13px; }

.data-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.sticky-intro { position: sticky; top: 120px; }
.data-record { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 18px 50px rgba(13,42,75,.08); }
.record-head { display: flex; justify-content: space-between; padding: 21px 24px; color: var(--white); background: var(--navy-900); font-size: 11px; }
.record-head b { color: #78beff; letter-spacing: .1em; }
.data-record dl { margin: 0; }
.data-record dl > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; padding: 18px 24px; border-bottom: 1px solid var(--line); }
.data-record dl > div:last-child { border: 0; }
.data-record dt { color: var(--navy-900); font-size: 13px; font-weight: 750; }
.data-record dd { margin: 0; color: var(--muted); font-size: 13px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--amber); }

.role-tabs { display: grid; grid-template-columns: 280px 1fr; min-height: 380px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 60px rgba(13,42,75,.08); }
.tab-list { display: flex; flex-direction: column; padding: 20px 0; background: var(--navy-900); }
.tab-list button { padding: 19px 24px; color: #a9bbce; background: transparent; border: 0; border-left: 3px solid transparent; text-align: left; cursor: pointer; font-size: 13px; font-weight: 650; }
.tab-list button[aria-selected="true"] { color: var(--white); background: rgba(255,255,255,.07); border-left-color: var(--blue-500); }
.tab-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; padding: 55px 65px; }
.tab-panel[hidden] { display: none; }
.tab-panel span { color: var(--blue-600); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.tab-panel h3 { margin: 12px 0 15px; color: var(--navy-900); font-size: 30px; line-height: 1.15; }
.tab-panel p { margin: 0; color: var(--muted); font-size: 14px; }
.tab-panel ul { list-style: none; margin: 0; padding: 0; }
.tab-panel li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.tab-panel li::before { content: "✓"; margin-right: 10px; color: var(--blue-500); }

.optional-metrics.is-hidden { display: none; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.metrics-grid article { padding: 35px; background: var(--white); }
.metrics-grid strong { display: block; color: var(--blue-600); font-size: 35px; }
.metrics-grid span { color: var(--muted); font-size: 12px; }

.pilot-section { background: linear-gradient(120deg, #f9fbfd 0 46%, #eaf3fc 46%); }
.pilot-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.pilot-layout .section-intro { margin-bottom: 0; }
.text-link { display: inline-flex; gap: 10px; margin-top: 25px; color: var(--blue-600); text-decoration: none; font-size: 13px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }.text-link:hover span { transform: translateX(4px); }
.pilot-scope { padding: 12px 36px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.scope-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.scope-line:last-child { border: 0; }
.scope-line span { color: var(--muted); font-size: 12px; }
.scope-line strong { color: var(--navy-900); text-align: right; font-size: 15px; }

.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.outcome-grid article { min-height: 235px; padding: 30px; background: var(--white); }
.outcome-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--blue-600); background: var(--blue-100); border-radius: 50%; font-size: 19px; font-weight: 800; }
.outcome-grid h3 { margin: 40px 0 8px; color: var(--navy-900); font-size: 18px; }
.outcome-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.extensions-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.extension-list { border-top: 1px solid var(--line); }
.extension-list div { display: grid; grid-template-columns: 60px 1fr; padding: 22px 0; border-bottom: 1px solid var(--line); }
.extension-list span { color: var(--blue-500); font-size: 11px; font-weight: 800; }
.extension-list strong { font-size: 15px; }

.cta-section { position: relative; padding: 105px 0; overflow: hidden; color: var(--white); background: var(--blue-600); }
.cta-section::after { content: ""; position: absolute; width: 520px; height: 520px; right: -80px; top: -250px; border: 90px solid rgba(255,255,255,.07); border-radius: 50%; }
.cta-layout { position: relative; z-index: 1; }
.cta-layout h2 { max-width: 900px; margin: 0; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.cta-layout > p:not(.eyebrow) { max-width: 780px; margin: 25px 0 32px; color: #d8ebff; font-size: 17px; }
.button-light { color: var(--navy-900); background: var(--white); }
.cta-layout small { display: block; margin-top: 14px; color: #c8e3ff; font-size: 10px; }
.site-footer { padding: 34px 0; color: #8fa3ba; background: var(--navy-950); }
.footer-layout { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 30px; }
.footer-layout p { margin: 0; font-size: 11px; }.footer-layout > a { color: #b8c8d9; text-decoration: none; font-size: 11px; }

.reveal, .has-js .reveal, .has-js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-layout { grid-template-columns: minmax(0, 1fr); gap: 55px; }
  .hero-copy { max-width: 760px; }
  .app-preview { width: min(100%, 720px); transform: none; }
  .problem-layout, .data-layout, .pilot-layout, .extensions-layout { gap: 55px; }
  .process-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
  .process-flow > i { display: none; }
  .process-flow article { width: auto; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .role-tabs { grid-template-columns: 230px 1fr; }.tab-panel { padding: 45px; gap: 35px; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header { height: 70px; background: rgba(7, 23, 43, .96); }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 18px 16px 25px; background: var(--navy-950); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .25s ease; }
  .site-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .site-nav a { padding: 13px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-nav .nav-cta { margin-top: 10px; text-align: center; border: 1px solid rgba(255,255,255,.3); }
  .hero { min-height: 0; padding: 125px 0 50px; }
  .hero-layout, .hero-copy, .app-preview { width: calc(100vw - 32px); max-width: calc(100vw - 32px); }
  .hero h1 { font-size: clamp(49px, 16vw, 70px); }
  .hero-lead { font-size: 18px; }.hero-actions .button { width: 100%; }
  .preview-body { grid-template-columns: 36px 1fr; min-height: 335px; }.preview-sidebar { gap: 14px; }.preview-main { padding: 14px; }
  .preview-stats { grid-template-columns: repeat(3, minmax(0,1fr)); }.preview-stats article { padding: 9px; }.preview-stats b { font-size: 18px; }
  .preview-content { grid-template-columns: 1fr; }.status-card { display: none; }.bars { height: 105px; }
  .confidentiality-note { grid-template-columns: 1fr; gap: 8px; margin-top: 45px; }
  .section { padding: 75px 0; }.section-intro { margin-bottom: 40px; }.section-intro h2 { font-size: 38px; }
  .problem-layout, .data-layout, .pilot-layout, .extensions-layout { grid-template-columns: 1fr; gap: 45px; }
  .before-after { grid-template-columns: 1fr; }.transformation { flex-direction: row; padding: 12px 0; }.transformation span { width: 45px; height: 1px; }
  .process-flow { grid-template-columns: repeat(2, 1fr); }.decision-line { grid-template-columns: 1fr; gap: 8px; }
  .module-grid { grid-template-columns: 1fr; }.module-card { min-height: 220px; }.module-card h3 { margin-top: 38px; }
  .sticky-intro { position: static; }
  .role-tabs { grid-template-columns: 1fr; }.tab-list { display: grid; grid-template-columns: repeat(2, 1fr); padding: 0; }.tab-list button { padding: 15px; border-left: 0; border-bottom: 3px solid transparent; }.tab-list button[aria-selected="true"] { border-bottom-color: var(--blue-500); }
  .tab-panel { grid-template-columns: 1fr; padding: 35px 26px; }.tab-panel h3 { font-size: 26px; }
  .metrics-grid, .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .pilot-section { background: var(--soft); }.pilot-scope { padding-inline: 22px; }
  .footer-layout { grid-template-columns: 1fr; }.footer-layout p { max-width: 400px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 46px; }
  .hero-description { font-size: 14px; }
  .preview-head > span, .preview-stats em { display: none; }.preview-stats small { min-height: 22px; }.preview-stats b { font-size: 16px; }
  .comparison-column ul { columns: 1; }
  .process-flow, .metrics-grid, .outcome-grid { grid-template-columns: 1fr; }
  .process-flow article { padding-bottom: 15px; border-bottom: 1px solid var(--line); }
  .data-record dl > div { grid-template-columns: 1fr; gap: 5px; }
  .tab-list { grid-template-columns: 1fr; }.tab-list button { border-bottom-width: 1px; }
  .scope-line { align-items: start; flex-direction: column; gap: 4px; }.scope-line strong { text-align: left; }
  .cta-layout h2 { font-size: 35px; }
}

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