:root {
  color-scheme: light;
  --navy-950: #0c273d;
  --navy-900: #12304a;
  --navy-800: #1e465f;
  --teal-700: #087873;
  --teal-600: #168f8a;
  --teal-500: #25a29d;
  --teal-100: #dcefed;
  --ink: #263640;
  --muted: #65737d;
  --line: #d8e1e2;
  --surface: #f7f9fc;
  --white: #fff;
  --amber-100: #fbefdc;
  --amber-700: #9f6110;
  --green-100: #e2f1ec;
  --green-700: #197a65;
  --shadow-sm: 0 3px 16px rgba(18, 48, 74, .07);
  --shadow-lg: 0 28px 72px rgba(18, 48, 74, .18);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --content: 1440px;
  font-family: "Public Sans", "Source Sans 3", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-size: 17px; line-height: 1.55; }
body, button, a, input, select, textarea { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; }
::selection { background: rgba(22, 143, 138, .22); }
:focus-visible { outline: 3px solid rgba(22, 143, 138, .35); outline-offset: 3px; }

.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-180%); padding: 10px 14px; background: var(--navy-900); color: #fff; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 64px), var(--content)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 28px; }
.wordmark { width: 218px; height: auto; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(24px, 3vw, 50px); color: var(--navy-900); font-size: 16px; }
.desktop-nav a, .header-signin { padding: 10px 2px; border-bottom: 2px solid transparent; }
.desktop-nav a:hover, .header-signin:hover { color: var(--teal-700); border-color: var(--teal-600); }
.header-actions { display: flex; align-items: center; gap: 28px; }
.header-signin { color: var(--navy-900); white-space: nowrap; }
.mobile-menu-button { display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: var(--white); border-radius: 12px; color: var(--navy-900); place-items: center; }
.mobile-menu-button span, .mobile-menu-button::before, .mobile-menu-button::after { content: ""; width: 23px; height: 2px; background: currentColor; border-radius: 2px; }
.mobile-menu-button { gap: 5px; }
.mobile-nav { display: none; }

.button { min-height: 52px; padding: 0 24px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; font-weight: 760; line-height: 1.1; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: not-allowed; opacity: .64; transform: none; box-shadow: none; }
.button--primary { color: #fff; background: linear-gradient(135deg, var(--teal-700), var(--teal-600)); box-shadow: 0 12px 28px rgba(22,143,138,.18); }
.button--primary:hover { background: var(--teal-700); box-shadow: 0 16px 34px rgba(22,143,138,.24); }
.button--secondary { color: var(--teal-700); background: #fff; border-color: var(--teal-600); }
.button--secondary:hover { background: #f4fbfa; }
.button--header { min-height: 50px; padding-inline: 26px; }
.button--large { min-height: 62px; padding-inline: 30px; font-size: 18px; }

.hero { overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-inner { position: relative; min-height: 780px; display: grid; grid-template-columns: minmax(430px, .78fr) minmax(680px, 1.4fr); align-items: center; gap: 46px; padding-block: 42px 68px; }
.hero-inner::after { content: ""; position: absolute; z-index: -2; right: -120px; top: 0; bottom: 0; width: 68%; background: var(--navy-900); border-radius: 42px 0 0 0; clip-path: polygon(9% 0,100% 0,100% 100%,0 100%); }
.hero-copy { padding-left: 18px; align-self: center; }
.hero h1 { max-width: 650px; margin: 0; color: var(--navy-900); font-size: clamp(50px, 5vw, 76px); line-height: 1.06; letter-spacing: -.055em; }
.hero-copy > p { max-width: 610px; margin: 24px 0 0; color: #5f7085; font-size: clamp(20px, 1.6vw, 25px); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 36px; }
.hero-demo-note { display: block; margin-top: 14px; color: var(--teal-700); font-size: 14px; font-weight: 720; }
.hero-price { display: block; margin-top: 18px; color: var(--muted); font-size: 16px; }
.hero-media { position: relative; padding: 42px 0 22px; }
.product-frame { overflow: hidden; border: 1px solid rgba(18,48,74,.16); border-radius: 16px; background: #fff; box-shadow: var(--shadow-lg); }
.product-frame img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: top left; }
.current-line { display: flex; align-items: center; gap: 14px; color: var(--teal-600); }
.current-line::before, .current-line::after { content: ""; height: 1px; background: currentColor; flex: 1; }
.pulse { width: 62px; height: 30px; flex: none; }
.hero-line { position: absolute; left: 0; right: 0; bottom: 10px; }

.section { padding-block: 104px; }
.section--cool { background: var(--surface); }
.section-title { margin: 0; color: var(--navy-900); font-size: clamp(42px, 4vw, 64px); line-height: 1.1; letter-spacing: -.045em; }
.section-lead { max-width: 760px; margin: 18px 0 0; color: #617087; font-size: 21px; }

.workflow-steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin: 54px 0 48px; }
.workflow-steps::before { content: ""; position: absolute; left: 8%; right: 8%; top: 25px; height: 1px; background: var(--teal-600); }
.workflow-step { position: relative; text-align: center; color: var(--navy-900); font-size: 15px; font-weight: 720; }
.workflow-step span { position: relative; width: 50px; height: 50px; margin: 0 auto 12px; display: grid; place-items: center; border: 1px solid var(--teal-600); border-radius: 50%; background: #fff; font-size: 18px; }
.workflow-step:nth-child(3) span { color: #fff; background: var(--teal-600); }
.workflow-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(300px, .82fr); gap: 62px; align-items: center; }
.feature-list { display: grid; gap: 0; counter-reset: features; }
.feature-item { position: relative; padding: 22px 0 22px 62px; border-bottom: 1px solid var(--line); counter-increment: features; }
.feature-item::before { content: counter(features); position: absolute; left: 0; top: 22px; width: 36px; height: 36px; display: grid; place-items: center; color: var(--teal-700); border: 1px solid var(--teal-600); border-radius: 50%; font-weight: 780; }
.feature-item h3 { margin: 0 0 5px; color: var(--teal-700); font-size: 19px; }
.feature-item p { margin: 0; color: #617087; font-size: 16px; line-height: 1.5; }
.companion-note { margin-top: 44px; display: flex; align-items: center; gap: 18px; color: var(--navy-900); font-weight: 720; text-align: center; }
.companion-note::before, .companion-note::after { content: ""; height: 1px; flex: 1; background: var(--teal-600); }

.team-grid { display: grid; grid-template-columns: minmax(600px, 1.2fr) minmax(430px, .8fr); gap: 74px; align-items: center; }
.team-product-wrap { position: relative; padding: 48px 0 48px 48px; }
.team-product-wrap::before { content: ""; position: absolute; inset: 0 12% 0 0; z-index: -1; border-radius: 0 28px 28px 0; background: var(--navy-900); }
.team-panel { max-width: 760px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-lg); }
.team-panel__head { display: flex; align-items: center; justify-content: space-between; padding: 24px 26px 18px; }
.team-panel h3 { margin: 0; color: var(--navy-900); font-size: 25px; }
.team-panel__head p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.mini-button { min-height: 38px; padding: 0 15px; border: 0; border-radius: 8px; color: #fff; background: var(--teal-600); font-size: 13px; font-weight: 760; }
.team-table { width: calc(100% - 36px); margin: 0 18px 24px; border-collapse: collapse; font-size: 13px; }
.team-table th, .team-table td { padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: left; }
.team-table th { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.person { display: flex; align-items: center; gap: 10px; font-weight: 720; }
.avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal-600); font-size: 11px; }
.role, .status { display: inline-flex; align-items: center; min-height: 25px; padding: 0 10px; border-radius: 99px; font-size: 11px; font-weight: 740; }
.role { color: var(--teal-700); background: var(--teal-100); }
.role--staff { color: #315b78; background: #e8eef2; }
.status { color: var(--green-700); background: var(--green-100); }
.status--pending { color: var(--amber-700); background: var(--amber-100); }
.team-copy .section-title { max-width: 620px; }
.access-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.access-step { padding-top: 18px; border-top: 1px solid var(--teal-600); }
.access-step strong { display: block; color: var(--teal-700); font-size: 15px; }
.access-step p { margin: 8px 0 0; color: #617087; font-size: 14px; line-height: 1.5; }
.role-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 42px; padding-top: 32px; border-top: 1px solid var(--line); }
.role-comparison h3 { margin: 0; color: var(--teal-700); font-size: 22px; }
.role-comparison div:last-child h3 { color: #315b78; }
.role-comparison p { margin: 8px 0 0; color: #617087; font-size: 15px; }
.security-band { margin-top: 68px; padding: 28px 38px; display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); align-items: center; gap: 18px; border-radius: 12px; color: #fff; background: var(--navy-900); }
.security-band strong { color: #77c9c4; font-size: 20px; }
.security-band span { min-height: 34px; padding-left: 20px; display: flex; align-items: center; border-left: 1px solid rgba(255,255,255,.24); font-size: 14px; }

.pricing-grid { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(440px,1fr) minmax(320px,.9fr); gap: 42px; align-items: center; }
.pricing-copy p { color: #617087; font-size: 20px; }
.plan-surface { padding: 20px 32px 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.plan-prices { display: grid; grid-template-columns: 1fr; }
.plan-price { padding: 6px 14px; }
.plan-price strong { display: block; color: var(--navy-900); font-size: 18px; }
.plan-price b { display: block; margin-top: 4px; color: var(--navy-900); font-size: 58px; line-height: 1; letter-spacing: -.05em; }
.plan-price span { display: block; margin-top: 8px; color: #617087; font-size: 14px; }
.plan-surface .button { width: 100%; margin-top: 28px; }
.payment-note { display: block; margin-top: 13px; color: var(--muted); font-size: 12px; text-align: center; }
.included h3 { margin: 0 0 22px; color: var(--navy-900); font-size: 23px; }
.included ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.included li { position: relative; padding-left: 38px; color: #45586d; }
.included li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--teal-600); border-radius: 50%; color: var(--teal-700); font-size: 14px; font-weight: 800; }

.faq { padding-block: 78px 92px; }
.faq h2 { margin: 0 0 28px; color: var(--navy-900); font-size: 38px; letter-spacing: -.035em; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 80px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; color: var(--navy-900); background: transparent; text-align: left; font-weight: 760; cursor: pointer; }
.faq-item button::after { content: "+"; color: var(--teal-700); font-size: 22px; }
.faq-item[data-open] button::after { content: "−"; }
.faq-answer { display: none; margin: -7px 0 22px; color: #5e7187; }
.faq-item[data-open] .faq-answer { display: block; }

.final-cta { color: #fff; background: var(--navy-900); }
.final-cta__inner { min-height: 150px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 38px; }
.final-cta h2 { margin: 0; font-size: clamp(36px, 3.5vw, 55px); line-height: 1.05; letter-spacing: -.045em; }
.final-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.final-cta a:not(.button) { color: #65d2ca; border-bottom: 1px solid currentColor; }
.site-footer { padding-block: 44px; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 44px; align-items: end; }
.footer-brand img { width: 240px; }
.footer-brand p { margin: 8px 0 0; color: #617087; font-size: 14px; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 18px 34px; color: var(--navy-900); font-size: 14px; }
.footer-links a:hover { color: var(--teal-700); }

.page-hero { padding: 108px 0 76px; background: linear-gradient(90deg, #fff 0, #fff 57%, var(--surface) 57%); }
.page-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.page-hero h1 { margin: 0; color: var(--navy-900); font-size: clamp(48px, 5vw, 72px); line-height: 1.05; letter-spacing: -.05em; }
.page-hero p { color: #617087; font-size: 21px; }
.content-section { padding-block: 82px; }
.content-section h2 { margin: 0 0 20px; color: var(--navy-900); font-size: 40px; letter-spacing: -.035em; }
.content-section p, .content-section li { color: #576b80; }
.content-section ul { display: grid; gap: 12px; }
.content-narrow { width: min(calc(100% - 48px), 850px); margin-inline: auto; }
.notice { padding: 20px 22px; border-left: 4px solid var(--teal-600); color: #45586d; background: var(--teal-100); }

.pilot-main { background: var(--surface); }
.pilot-section { padding-block: 82px 92px; }
.pilot-layout { display: grid; grid-template-columns: minmax(360px, .82fr) minmax(600px, 1.18fr); gap: clamp(54px, 7vw, 108px); align-items: start; }
.pilot-intro { padding-top: 18px; }
.pilot-intro h1 { max-width: 650px; margin: 0; color: var(--navy-900); font-size: clamp(48px, 5vw, 72px); line-height: 1.05; letter-spacing: -.05em; }
.pilot-intro .section-lead { max-width: 620px; }
.pilot-guidance, .pilot-next { max-width: 620px; margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--line); }
.pilot-guidance h2, .pilot-next h2 { margin: 0 0 10px; color: var(--navy-900); font-size: 22px; letter-spacing: -.015em; }
.pilot-guidance p, .pilot-next p { margin: 0; color: #52677b; }
.pilot-next p + p { margin-top: 16px; }
.pilot-next a, .pilot-contact-details a { color: var(--teal-700); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.pilot-form-card { padding: clamp(30px, 4vw, 52px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-lg); }
.pilot-form-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(32px, 3vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.pilot-form-heading p { margin: 10px 0 0; color: var(--muted); }
.pilot-form { margin-top: 32px; scroll-margin-top: 112px; }
.pilot-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 20px; }
.pilot-field { display: grid; align-content: start; gap: 8px; color: var(--navy-900); font-size: 15px; font-weight: 740; }
.pilot-field--full { grid-column: 1 / -1; }
.pilot-field b { color: var(--teal-700); }
.pilot-field input, .pilot-field select { width: 100%; min-height: 54px; padding: 0 14px; border: 1px solid #aebdc3; border-radius: 9px; color: var(--ink); background: var(--white); font-size: 16px; font-weight: 500; }
.pilot-field input:hover, .pilot-field select:hover { border-color: #789097; }
.pilot-field input:focus, .pilot-field select:focus { border-color: var(--teal-700); outline: 3px solid rgba(22, 143, 138, .19); outline-offset: 1px; }
.pilot-field select { padding-right: 38px; }
.pilot-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.pilot-data-notice { margin-top: 28px; padding: 17px 19px; display: grid; gap: 3px; border-left: 4px solid var(--teal-600); color: #45586d; background: var(--teal-100); font-size: 14px; }
.pilot-data-notice strong { color: var(--navy-900); font-size: 15px; }
.pilot-submit { width: 100%; margin-top: 24px; }
.pilot-prepared { margin-top: 20px; padding: 20px; display: grid; gap: 16px; border: 1px solid #b8dacc; border-radius: var(--radius-sm); background: var(--green-100); }
.pilot-prepared[hidden], .pilot-form-status[hidden] { display: none; }
.pilot-prepared .button { width: 100%; background: var(--white); }
.pilot-form-status { margin: 0; color: #285d51; font-size: 15px; }
.pilot-form-status--error { margin-top: 18px; padding: 14px 16px; border-left: 4px solid #a33b34; color: #702c27; background: #fff1f0; }
.pilot-form-status a { color: inherit; text-decoration: underline; }
.pilot-scope-note { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.pilot-contact-details { border-top: 1px solid var(--line); background: var(--white); }
.pilot-contact-details h2 { font-size: 34px; }

.legal-main { padding-block: 56px 88px; background: var(--surface); }
.legal-shell { width: min(calc(100% - 48px), 980px); margin-inline: auto; }
.legal-release-status { margin-bottom: 22px; padding: 18px 22px; display: grid; gap: 4px; border: 1px solid #e7c58d; border-radius: var(--radius-sm); color: #6e470b; background: var(--amber-100); }
.legal-release-status strong { color: #764b09; font-size: 18px; }
.legal-document { padding: clamp(34px, 6vw, 72px); overflow-wrap: anywhere; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.legal-document h1 { margin: 0 0 18px; color: var(--navy-900); font-size: clamp(40px, 6vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.legal-document h2 { margin: 58px 0 18px; padding-top: 8px; color: var(--navy-900); font-size: clamp(28px, 4vw, 36px); line-height: 1.18; letter-spacing: -.025em; }
.legal-document h3 { margin: 34px 0 12px; color: var(--navy-800); font-size: 22px; line-height: 1.3; }
.legal-document p, .legal-document li { color: #45586d; }
.legal-document p { margin: 0 0 18px; }
.legal-document ul, .legal-document ol { margin: 0 0 24px; padding-left: 28px; }
.legal-document li + li { margin-top: 9px; }
.legal-document a, .legal-back-link { color: var(--teal-700); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-document code { padding: .1em .35em; border-radius: 5px; color: var(--navy-900); background: #edf3f6; font-family: ui-monospace, "Cascadia Code", "SFMono-Regular", Consolas, monospace; font-size: .9em; }
.legal-document pre { margin: 24px 0; padding: 18px; overflow-x: auto; border-radius: 8px; background: var(--navy-950); }
.legal-document pre code { padding: 0; color: #fff; background: transparent; }
.legal-document blockquote { margin: 24px 0; padding: 20px 24px; border-left: 4px solid var(--teal-600); color: var(--navy-800); background: #f2f9f8; }
.legal-document blockquote p:last-child { margin-bottom: 0; }
.legal-document > p:nth-of-type(1) { margin-bottom: 28px; padding: 16px 18px; border-radius: 8px; color: var(--navy-900); background: #edf3f6; }
.legal-document hr { margin: 44px 0; border: 0; border-top: 1px solid var(--line); }
.legal-document :is(h1, h2, h3, h4, h5, h6), .legal-anchor { scroll-margin-top: 112px; }
.legal-anchor { display: block; }
.legal-table-scroll { max-width: 100%; margin: 24px 0 32px; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
.legal-table-scroll:focus-visible { outline-offset: 3px; }
.legal-document table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 15px; }
.legal-document th, .legal-document td { padding: 13px 15px; overflow-wrap: normal; word-break: normal; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-document th:first-child, .legal-document td:first-child { min-width: 135px; }
.legal-document th:last-child, .legal-document td:last-child { border-right: 0; }
.legal-document tbody tr:last-child td { border-bottom: 0; }
.legal-document th { color: var(--navy-900); background: #edf3f6; }

@media (max-width: 1160px) {
  .header-inner { grid-template-columns: 220px 1fr auto; }
  .desktop-nav { gap: 22px; }
  .hero-inner { min-height: 710px; grid-template-columns: minmax(370px,.72fr) minmax(560px,1.28fr); }
  .hero h1 { font-size: 57px; }
  .team-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .pricing-copy { grid-column: 1 / -1; }
  .included { align-self: stretch; }
  .security-band { grid-template-columns: 1fr 1fr; }
  .security-band strong { grid-column: 1 / -1; }
  .pilot-layout { grid-template-columns: minmax(330px, .75fr) minmax(520px, 1.25fr); gap: 48px; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 40px), var(--content)); }
  .header-inner { min-height: 74px; grid-template-columns: 1fr auto; }
  .wordmark { width: 188px; }
  .desktop-nav, .header-actions .button { display: none; }
  .header-actions { gap: 16px; }
  .mobile-menu-button { display: grid; }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 74px; padding: 12px 20px 22px; display: none; gap: 4px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); }
  .mobile-nav[data-open] { display: grid; }
  .mobile-nav a { padding: 13px 10px; color: var(--navy-900); }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding: 62px 0 72px; }
  .hero-inner::after { display: none; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(50px, 9vw, 68px); max-width: 760px; }
  .hero-copy > p { max-width: 720px; }
  .hero-media { padding-top: 12px; }
  .hero-line { display: none; }
  .workflow-grid, .team-grid, .pricing-grid, .page-hero__grid { grid-template-columns: 1fr; }
  .team-product-wrap { padding-left: 24px; }
  .team-copy { order: -1; }
  .security-band { grid-template-columns: 1fr 1fr; }
  .pricing-copy { grid-column: auto; }
  .faq-grid { grid-template-columns: 1fr; }
  .pilot-layout { grid-template-columns: 1fr; }
  .pilot-intro { padding-top: 0; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 32px), var(--content)); }
  .header-inner { gap: 10px; }
  .header-actions { gap: 10px; }
  .wordmark { width: 155px; }
  .header-signin { font-size: 16px; }
  .hero-inner { padding-top: 48px; gap: 30px; }
  .hero h1 { font-size: clamp(43px, 12vw, 58px); line-height: 1.06; }
  .hero-copy > p { margin-top: 20px; font-size: 20px; }
  .hero-actions { display: grid; margin-top: 28px; }
  .button--large { width: 100%; min-height: 60px; }
  .product-frame { border-radius: 12px; }
  .product-frame img { aspect-ratio: 4/3; object-position: top left; }
  .section { padding-block: 74px; }
  .section-title { font-size: 42px; }
  .section-lead { font-size: 18px; }
  .workflow-steps { grid-template-columns: 1fr; gap: 0; margin-block: 36px; }
  .workflow-steps::before { left: 24px; right: auto; top: 25px; bottom: 25px; width: 1px; height: auto; }
  .workflow-step { min-height: 62px; display: flex; align-items: center; gap: 14px; text-align: left; }
  .workflow-step span { flex: none; margin: 0; }
  .workflow-grid { gap: 28px; }
  .feature-item { padding-left: 52px; }
  .team-product-wrap { margin-inline: -16px; padding: 24px 0 24px 16px; }
  .team-product-wrap::before { right: 8%; }
  .team-panel { border-radius: 12px; }
  .team-table th:nth-child(2), .team-table td:nth-child(2) { display: none; }
  .team-panel__head { padding-inline: 18px; }
  .access-steps, .role-comparison { grid-template-columns: 1fr; }
  .security-band { margin-top: 48px; padding: 24px; grid-template-columns: 1fr; }
  .security-band strong { grid-column: auto; }
  .security-band span { padding: 10px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .plan-surface { padding-inline: 18px; }
  .plan-price { padding-inline: 8px; }
  .plan-price b { font-size: 45px; }
  .final-cta__inner { padding-block: 34px; grid-template-columns: 1fr; gap: 22px; }
  .final-cta .button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .page-hero { padding-block: 72px 54px; background: #fff; }
  .page-hero h1 { font-size: 48px; }
  .pilot-section { padding-block: 54px 64px; }
  .pilot-intro h1 { font-size: 48px; }
  .pilot-guidance, .pilot-next { margin-top: 32px; padding-top: 22px; }
  .pilot-form-card { padding: 28px 20px; border-radius: 14px; }
  .pilot-form-grid { grid-template-columns: 1fr; gap: 20px; }
  .pilot-field--full { grid-column: auto; }
  .legal-main { padding-block: 28px 52px; }
  .legal-shell { width: min(calc(100% - 24px), 980px); }
  .legal-document { padding: 28px 22px; border-radius: 12px; }
  .legal-document h1 { font-size: 38px; }
  .legal-document h2 { margin-top: 44px; font-size: 28px; }
  .legal-document h3 { font-size: 20px; }
}

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