:root {
  color-scheme: light;
  --brand-deep: #1e3a8a;
  --brand: #2e56ea;
  --brand-soft: #e9edff;
  --accent: #e95d0b;
  --accent-hover: #c94f08;
  --ink: #20242b;
  --body: #4b5563;
  --muted: #6b7280;
  --line: #dfe3eb;
  --surface: #ffffff;
  --surface-soft: #f4f6fa;
  --surface-dark: #22262d;
  --radius-card: 16px;
  --radius-control: 8px;
  --shadow-blue: 0 24px 60px rgba(16, 39, 102, .2);
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 88px; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font: 400 16px/1.6 "Space Grotesk", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}
.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: 12px;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--ink);
  color: white;
  padding: 10px 16px;
  border-radius: var(--radius-control);
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  background: var(--brand);
  transform: rotate(45deg);
}
.brand-mark span { width: 8px; height: 8px; background: var(--surface); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 19px; letter-spacing: -.03em; }
.brand-copy small {
  margin-top: 5px;
  color: var(--muted);
  font: 500 8px/1 "JetBrains Mono", monospace;
  letter-spacing: .22em;
}
.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 600;
}
.nav-links > a:not(.button) { min-height: 44px; display: inline-flex; align-items: center; }
.nav-links > a:not(.button):hover { color: var(--brand); }
.nav-login { padding-left: 24px; border-left: 1px solid var(--line); }
.menu-button { display: none; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: var(--radius-control);
  background: var(--accent);
  color: white;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(233, 93, 11, .18);
  transition: transform .2s ease, background .2s ease;
  border: 0;
  cursor: pointer;
}
.button:hover { background: var(--accent-hover); transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 14px; }
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--brand);
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}
.text-link-light { color: white; }
.hero {
  min-height: calc(100dvh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--brand-deep);
  color: white;
}
.hero-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
  padding-block: clamp(56px, 8vh, 92px);
}
.hero-copy { max-width: 600px; }
.eyebrow {
  margin: 0 0 22px;
  color: #cbd6ff;
  font: 500 12px/1.2 "JetBrains Mono", monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font-size: clamp(45px, 5.1vw, 76px);
  line-height: .98;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.hero-summary {
  max-width: 600px;
  margin: 26px 0 0;
  color: #dce3ff;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.55;
}
.hero-actions { display: flex; gap: 22px; align-items: center; margin-top: 34px; flex-wrap: wrap; }
.demo-expectation {
  margin: 16px 0 0;
  color: #cbd6ff;
  font: 500 12px/1.5 "JetBrains Mono", monospace;
}
.hero-media {
  margin: 0;
  aspect-ratio: 3 / 4;
  max-height: 680px;
  overflow: hidden;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-blue);
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.evidence { background: var(--surface); border-bottom: 1px solid var(--line); }
.evidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.evidence p {
  margin: 0;
  padding: 28px 32px;
  border-left: 1px solid var(--line);
}
.evidence p:last-child { border-right: 1px solid var(--line); }
.evidence strong, .evidence span { display: block; }
.evidence strong { font-size: 15px; }
.evidence span { margin-top: 4px; color: var(--body); font-size: 14px; }
.section { padding-block: clamp(80px, 10vw, 136px); }
.section-heading { max-width: 900px; margin-bottom: 54px; }
.section-heading.compact { max-width: 720px; }
.section-heading h2, .human-grid h2, .principles h2, .security h2, .faq h2, .closing h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.03;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.section-heading p, .human-grid > div > p, .principles-intro > p:last-child, .faq-grid > div > p {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--body);
  font-size: 18px;
}
.platform { background: var(--surface); }
.data-spine {
  display: grid;
  grid-template-columns: minmax(290px, .8fr) 110px minmax(0, 1.55fr);
  align-items: center;
}
.employee-event {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: 0 18px 44px rgba(30, 58, 138, .08);
}
.employee-avatar {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-weight: 700;
}
.mono-label, .product-code {
  margin: 0 0 9px;
  color: var(--brand);
  font: 500 11px/1.2 "JetBrains Mono", monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.employee-event h3, .impact-grid h3, .product-layout h3, .principles-list h3, .pricing-grid h3 {
  margin: 0;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.employee-event dl { display: grid; gap: 7px; margin: 20px 0 0; font-size: 13px; }
.employee-event dl div { display: flex; gap: 12px; }
.employee-event dt { min-width: 76px; color: var(--muted); }
.employee-event dd { margin: 0; font-family: "JetBrains Mono", monospace; font-size: 12px; }
.spine-line { height: 2px; background: var(--brand); position: relative; }
.spine-line::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--brand);
  border-right: 2px solid var(--brand);
  transform: translateY(-50%) rotate(45deg);
}
.impact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.impact-grid article {
  min-height: 180px;
  padding: 24px;
  border-radius: var(--radius-card);
  background: var(--surface-soft);
  border: 1px solid transparent;
}
.impact-grid article:hover { border-color: #b9c6ff; }
.impact-grid span { color: var(--brand); font: 500 12px "JetBrains Mono", monospace; }
.impact-grid h3 { margin-top: 24px; font-size: 19px; }
.impact-grid p, .product-layout p, .principles-list p, .pricing-grid p { margin: 9px 0 0; color: var(--body); }
.products { background: var(--surface-soft); }
.product-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.product-layout article { border-radius: var(--radius-card); }
.product-feature {
  min-height: 520px;
  padding: clamp(34px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--brand-deep);
  color: white;
}
.product-feature .product-code, .product-feature p { color: #cbd6ff; }
.product-feature h3 { max-width: 520px; font-size: clamp(32px, 4vw, 52px); }
.product-feature > p:not(.product-code) { max-width: 560px; font-size: 18px; }
.product-feature .text-link { margin-top: 30px; align-self: flex-start; color: white; }
.product-stack { display: grid; gap: 18px; }
.product-stack article { padding: 34px; background: var(--surface); border: 1px solid var(--line); }
.product-stack h3 { font-size: 26px; }
.product-personal {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
  padding: 42px;
  background: #e9edff;
}
.product-personal h3 { max-width: 620px; font-size: 32px; }
.product-personal > p { font-size: 18px; }
.product-future {
  grid-column: 1 / -1;
  display: flex;
  gap: 44px;
  align-items: flex-start;
  padding: 26px 42px;
  border: 1px dashed #aeb8c8;
}
.product-future .product-code { min-width: 110px; margin-top: 4px; color: var(--accent); }
.human-section { background: var(--surface); }
.human-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 8vw, 130px); }
.operations-list { margin: 0; padding: 0; list-style: none; counter-reset: operation; }
.operations-list li {
  counter-increment: operation;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
}
.operations-list li::before {
  content: counter(operation, decimal-leading-zero);
  color: var(--brand);
  font: 500 12px/1.7 "JetBrains Mono", monospace;
}
.principles { background: var(--surface-soft); }
.principles-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(56px, 9vw, 150px); }
.principles-intro .eyebrow { color: var(--brand); }
.principles-list { display: grid; gap: 28px; }
.principles-list article { display: grid; grid-template-columns: 88px 1fr; gap: 20px; }
.principles-list strong { padding-top: 3px; color: var(--brand); font: 500 11px/1.4 "JetBrains Mono", monospace; letter-spacing: .06em; }
.principles-list h3 { font-size: 22px; }
.security { background: var(--surface-dark); color: white; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 130px); align-items: start; }
.security-grid > div > p { max-width: 620px; margin: 22px 0 30px; color: #cdd2dc; font-size: 18px; }
.security-facts { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); }
.security-facts div { padding: 26px; border-left: 1px solid #4d535e; border-bottom: 1px solid #4d535e; }
.security-facts dt { color: #9fafee; font: 500 12px "JetBrains Mono", monospace; text-transform: uppercase; letter-spacing: .1em; }
.security-facts dd { margin: 12px 0 0; color: #f4f6fa; }
.pricing { background: var(--surface); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius-card); overflow: hidden; }
.pricing-grid article { min-height: 250px; padding: 30px; border-right: 1px solid var(--line); }
.pricing-grid article:last-child { border-right: 0; }
.pricing-grid h3 { font-size: 20px; }
.price { margin-top: 34px !important; color: var(--ink) !important; font-size: 28px; font-weight: 700; letter-spacing: -.04em; }
.price span { display: block; margin-bottom: 2px; color: var(--muted); font: 400 12px "JetBrains Mono", monospace; letter-spacing: .04em; }
.pricing-featured { background: var(--brand-deep); color: white; }
.pricing-featured p { color: #dce3ff; }
.pricing-featured .price { color: white !important; }
.faq { background: var(--surface-soft); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 8vw, 130px); }
details { border-bottom: 1px solid var(--line); }
summary {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
summary span { color: var(--accent); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 720px; margin: -4px 44px 25px 0; color: var(--body); }
.resource-callout { padding-block: 48px; border-top: 1px solid var(--line); background: var(--surface); }
.resource-callout-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.resource-callout h2 { margin: 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.08; letter-spacing: -.035em; }
.resource-callout p:not(.product-code) { max-width: 660px; margin: 10px 0 0; color: var(--body); }
.demo-section { background: var(--brand-deep); color: white; }
.demo-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(560px, 1.2fr);
  gap: clamp(52px, 8vw, 120px);
  align-items: start;
}
.demo-copy { position: sticky; top: 112px; }
.demo-copy .eyebrow { color: #cbd6ff; }
.demo-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: 1.03;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.demo-copy > p:not(.eyebrow):not(.demo-fallback) { margin: 24px 0 0; color: #dce3ff; font-size: 18px; }
.demo-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.demo-copy li { padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.demo-copy li::before { content: "✓"; margin-right: 12px; color: #ffb17e; font-weight: 700; }
.demo-fallback { margin: 28px 0 0; color: #dce3ff; }
.demo-fallback a { color: white; border-bottom: 1px solid currentColor; font-weight: 700; }
.demo-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: var(--radius-card);
  background: var(--surface);
  color: var(--ink);
}
.form-field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label, .form-consent { font-size: 14px; font-weight: 700; }
.form-field label span { color: var(--muted); font-weight: 400; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #aeb6c4;
  border-radius: var(--radius-control);
  background: var(--surface);
  color: var(--ink);
  font: inherit;
}
.form-field textarea { min-height: 112px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  border-color: var(--brand);
  outline: 3px solid rgba(46, 86, 234, .2);
  outline-offset: 1px;
}
.demo-form.was-validated :is(input, select, textarea):invalid { border-color: #b42318; }
.form-consent { display: flex; align-items: flex-start; gap: 11px; color: var(--body); font-weight: 400; }
.form-consent input { width: 20px; height: 20px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--brand); }
.form-consent a { color: var(--brand); text-decoration: underline; }
.form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form-status { flex: 1 1 240px; margin: 0; color: var(--body); font-size: 14px; }
.form-status[data-state="success"] { color: #067647; font-weight: 700; }
.form-status[data-state="error"] { color: #b42318; font-weight: 700; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.closing { padding-block: clamp(80px, 9vw, 120px); background: var(--brand-deep); color: white; text-align: center; }
.closing-inner { display: grid; justify-items: center; }
.closing h2 { max-width: 850px; }
.closing p { margin: 20px 0 30px; color: #dce3ff; font-size: 18px; }
.footer { padding: 64px 0 24px; background: #1d2026; color: #e6e8ec; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 48px; }
.brand-inverse .brand-copy small { color: #aeb4c0; }
.footer-brand p { margin: 22px 0 0; color: #aeb4c0; }
.footer h2 { margin: 0 0 14px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a:not(.brand) { min-height: 38px; color: #bfc4cd; }
.footer-grid a:hover { color: white; }
.footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #3f444d;
  color: #8f96a3;
  font: 400 11px "JetBrains Mono", monospace;
}
.legal { max-width: 820px; padding-block: 56px 96px; }
.legal > .brand { margin-bottom: 64px; }
.legal h1 { margin: 0 0 20px; font-size: clamp(42px, 7vw, 68px); line-height: 1; letter-spacing: -.05em; }
.legal h2 { margin: 42px 0 10px; font-size: 24px; letter-spacing: -.025em; }
.legal p { color: var(--body); font-size: 17px; }
.resource-back { margin-left: auto; }
.resource-page { max-width: 980px; padding-block: 72px 120px; }
.resource-hero { max-width: 850px; }
.resource-hero .eyebrow { color: var(--brand); }
.resource-hero h1 { margin: 0; font-size: clamp(46px, 7vw, 82px); line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
.resource-hero > p:not(.eyebrow) { max-width: 720px; margin: 24px 0 0; color: var(--body); font-size: 19px; }
.print-button { margin-top: 30px; }
.checklist { margin: 76px 0 0; padding: 0; list-style: none; counter-reset: checklist; }
.checklist li {
  counter-increment: checklist;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.checklist li::before { content: counter(checklist, decimal-leading-zero); color: var(--brand); font: 500 22px/1.2 "JetBrains Mono", monospace; }
.checklist h2 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
.checklist p { max-width: 720px; margin: 8px 0 0; color: var(--body); }
.checklist-result { margin-top: 60px; padding: clamp(30px, 5vw, 54px); background: var(--brand-deep); color: white; border-radius: var(--radius-card); }
.checklist-result h2 { margin: 0 0 22px; font-size: 32px; }
.checklist-result p { color: #dce3ff; }
.checklist-result .button { margin-top: 20px; }

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --ink: #f4f6fa;
    --body: #c6ccd6;
    --muted: #aeb4c0;
    --line: #3d4450;
    --surface: #1d2026;
    --surface-soft: #252a32;
    --surface-dark: #171a1f;
    --brand-soft: #26366f;
  }
  .site-header { background: rgba(29, 32, 38, .96); }
  .brand-mark span { background: #f4f6fa; }
  .product-personal { background: #26366f; }
  .product-stack article, .employee-event { background: #20252d; }
  .product-future { border-color: #5e6672; }
  .pricing-featured { background: #172d6f; }
  .form-field input, .form-field select, .form-field textarea { border-color: #697383; }
  .form-consent a { color: #9fafee; }
  .form-status[data-state="success"] { color: #6ce9a6; }
  .form-status[data-state="error"] { color: #fda29b; }
}

@media (max-width: 1080px) {
  .nav-links { gap: 16px; }
  .nav-links > a:nth-child(3), .nav-links > a:nth-child(4) { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .data-spine { grid-template-columns: 1fr; gap: 28px; }
  .spine-line { width: 2px; height: 48px; margin-left: 52px; }
  .spine-line::after { top: auto; bottom: -1px; left: 50%; transform: translateX(-50%) rotate(135deg); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid article { border-bottom: 1px solid var(--line); }
  .pricing-grid article:nth-child(2) { border-right: 0; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .nav { min-height: 64px; }
  .menu-button {
    width: 44px;
    height: 44px;
    margin-left: auto;
    display: grid;
    align-content: center;
    gap: 7px;
    padding: 11px;
    border: 0;
    border-radius: var(--radius-control);
    background: transparent;
  }
  .menu-button span:not(.sr-only) { height: 2px; background: var(--ink); }
  .nav-links {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px 16px 22px;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
  }
  .nav-links[data-open="true"] { display: flex; }
  .nav-links > a, .nav-links > a:nth-child(3), .nav-links > a:nth-child(4) { display: flex; min-height: 48px; }
  .nav-login { padding-left: 0; border-left: 0; }
  .nav-links .button { margin-top: 8px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 52px; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-summary { max-width: 36ch; }
  .hero-media { aspect-ratio: 4 / 3; max-height: none; }
  .evidence-grid { grid-template-columns: 1fr; }
  .evidence p, .evidence p:last-child { padding: 22px 0; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding-block: 76px; }
  .impact-grid, .product-layout, .product-personal, .human-grid, .principles-grid, .security-grid, .faq-grid, .demo-layout { grid-template-columns: 1fr; }
  .demo-copy { position: static; }
  .product-feature { min-height: 420px; }
  .product-personal { gap: 18px; padding: 30px; }
  .product-future { flex-direction: column; gap: 6px; padding: 28px; }
  .security-facts { margin-top: 16px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-grid article, .pricing-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .resource-callout-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 460px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: center; }
  .impact-grid, .security-facts { grid-template-columns: 1fr; }
  .demo-form { grid-template-columns: 1fr; padding: 24px 20px; }
  .form-field-wide { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .impact-grid article { min-height: 0; }
  .security-facts div { border-right: 1px solid #4d535e; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { gap: 8px; align-items: flex-start; flex-direction: column; }
  .checklist li { grid-template-columns: 48px 1fr; gap: 14px; }
}

@media print {
  .site-header, .print-button, .footer, .checklist-result .button { display: none !important; }
  :root { color-scheme: light; --ink: #20242b; --body: #4b5563; --line: #dfe3eb; --surface: #fff; }
  body { background: #fff; color: #20242b; }
  .resource-page { max-width: none; padding: 0; }
  .resource-hero h1 { font-size: 46px; }
  .checklist { margin-top: 34px; }
  .checklist li { break-inside: avoid; padding: 16px 0; }
  .checklist-result { break-inside: avoid; background: #fff; color: #20242b; border: 2px solid #1e3a8a; }
  .checklist-result p { color: #4b5563; }
}

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

.consent-banner {
  position: fixed;
  z-index: 1000;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(calc(100% - 48px), 920px);
  margin-inline: auto;
  padding: 22px 24px;
  color: #f4f6fa;
  background: #171a1f;
  border: 1px solid #3d4450;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(12, 16, 24, .28);
}

.consent-banner[hidden] { display: none; }
.consent-copy { max-width: 620px; }
.consent-copy strong { display: block; margin-bottom: 6px; font-size: 1rem; }
.consent-copy p { margin: 0; color: #c6ccd6; font-size: .92rem; line-height: 1.55; }
.consent-copy a { color: #c7d2fe; text-underline-offset: 3px; }
.consent-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.consent-actions .button { white-space: nowrap; }
.consent-actions .button-secondary { color: #f4f6fa; background: transparent; border-color: #697383; }
.consent-actions .button-secondary:hover { background: #252a32; }
.privacy-preferences {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.privacy-preferences:focus-visible { outline: 3px solid #9fafee; outline-offset: 4px; border-radius: 2px; }

@media (max-width: 700px) {
  .consent-banner { align-items: stretch; flex-direction: column; gap: 18px; padding: 20px; }
  .consent-actions { flex-direction: column-reverse; }
  .consent-actions .button { width: 100%; }
}
