:root {
  color-scheme: light;
  --paper: #f4f5f2;
  --paper-deep: #e9ebe7;
  --white: #ffffff;
  --ink: #101214;
  --muted: #606469;
  --soft: #8a8e92;
  --line: #cfd2ce;
  --soft-line: rgba(16, 18, 20, 0.1);
  --red: #e5484d;
  --red-dark: #bc2f34;
  --green: #14755b;
  --dark: #17191b;
  --display: "Arial Narrow", "Aptos Narrow", "Roboto Condensed", "Helvetica Neue", system-ui, sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }

html {
  min-width: 280px;
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  min-width: 280px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(rgba(16, 18, 20, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 18, 20, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 32px 32px;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, summary { font: inherit; }

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 9px 14px;
  transform: translateY(-150%);
  color: var(--white);
  background: var(--ink);
  font-weight: 750;
  text-decoration: none;
}

.skip-link:focus { transform: translateY(0); }

.shell,
.nav-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 245, 242, 0.94);
  backdrop-filter: blur(16px);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(20px, 4vw, 54px);
  align-items: center;
  min-height: 76px;
}

.wordmark {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.42rem;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1;
  text-decoration: none;
}

.wordmark-mark { color: var(--red); }

.wordmark-icon {
  display: grid;
  gap: 2px;
  width: 17px;
}

.wordmark-icon i {
  display: block;
  height: 3px;
  background: var(--ink);
}

.wordmark-icon i:nth-child(2) { width: 12px; background: var(--red); }
.wordmark-icon i:nth-child(3) { width: 7px; }

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px clamp(15px, 2.5vw, 30px);
  align-items: center;
  justify-content: flex-end;
}

.site-nav a {
  position: relative;
  padding-block: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
  text-decoration: none;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--red);
  content: "";
  transition: transform 160ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--ink); }
.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 7px 14px;
  border: 1px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

.nav-cta:hover { color: var(--ink); background: transparent; }

.eyebrow {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow-light { color: rgba(255, 255, 255, 0.62); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(20, 117, 91, 0.12); }

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

h1 { font-size: clamp(4rem, 8.3vw, 7.75rem); }
h2 { font-size: clamp(2.9rem, 6vw, 5.6rem); }
h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.02; }

.lede {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.6vw, 1.28rem);
  line-height: 1.55;
}

.hero { padding: clamp(74px, 10vw, 140px) 0 clamp(70px, 9vw, 116px); }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(450px, 1.08fr);
  gap: clamp(48px, 7vw, 94px);
  align-items: center;
}

.hero-copy h1 { margin: 17px 0 27px; }
.hero-copy h1 span { color: var(--red); }
.hero-copy .lede { max-width: 560px; }

.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.button {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 11px 18px;
  border: 1px solid var(--ink);
  font-size: 0.88rem;
  font-weight: 820;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease, background 160ms ease;
}

.button:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); }
.button-primary { border-color: var(--red-dark); color: var(--white); background: var(--red-dark); }
.button-quiet { background: transparent; }
.button-light { border-color: var(--white); color: var(--dark); background: var(--white); }
.button-light:hover { box-shadow: 5px 5px 0 var(--red); }

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 23px;
  margin: 26px 0 0;
  padding: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  list-style: none;
  text-transform: uppercase;
}

.trust-line li::before { margin-right: 8px; color: var(--green); content: "●"; }

.capture-stage { position: relative; margin: 0; padding: 30px 0 0 28px; }

.capture-stage::before,
.capture-stage::after {
  position: absolute;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-color: var(--red);
  content: "";
}

.capture-stage::before { top: 13px; left: 10px; border-top: 2px solid var(--red); border-left: 2px solid var(--red); }
.capture-stage::after { right: -17px; bottom: 38px; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red); }

.capture-label {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.63rem;
  letter-spacing: 0.09em;
}

.capture-label-top { margin: 0 8px 9px 0; }

.capture-frame {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  padding: 9px;
  border: 1px solid var(--ink);
  background: var(--white);
  box-shadow: 17px 17px 0 var(--paper-deep), 18px 18px 0 var(--ink);
}

.frame-rail {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-right: 0;
  background: var(--paper);
}

.frame-rail span {
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--soft);
  font-family: var(--mono);
  font-size: 0.58rem;
  writing-mode: vertical-rl;
}

.frame-rail span:last-child { border-bottom: 0; }

.frame-window { position: relative; overflow: hidden; border: 1px solid var(--line); background: #e9eaeb; }
.frame-window img { width: 100%; height: 100%; aspect-ratio: 1.6; object-fit: cover; object-position: top; }

.scan-line {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--red);
  box-shadow: 0 0 16px rgba(229, 72, 77, 0.7);
  animation: scan-capture 3.8s cubic-bezier(0.2, 0.7, 0.3, 1) 0.5s both;
}

@keyframes scan-capture {
  0% { transform: translateY(0); opacity: 0; }
  8% { opacity: 1; }
  84% { opacity: 1; }
  100% { transform: translateY(410px); opacity: 0; }
}

.capture-stage figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 16px 0 0 47px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.proof-strip { border-block: 1px solid var(--ink); background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: grid; gap: 2px; padding: 28px clamp(18px, 3vw, 36px); border-right: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { font-family: var(--display); font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -0.06em; line-height: 1; }
.proof-grid span { color: var(--muted); font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.05em; text-transform: uppercase; }

.section { padding: clamp(80px, 11vw, 148px) 0; }
.section-heading { margin-bottom: clamp(42px, 7vw, 78px); }

.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr); gap: clamp(40px, 8vw, 112px); align-items: end; }
.split-heading h2 { margin-top: 15px; }
.split-heading > p { margin: 0; color: var(--muted); font-size: 1.05rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.benefit-card { position: relative; min-height: 380px; padding: clamp(25px, 3vw, 38px); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: rgba(255, 255, 255, 0.72); }
.benefit-card:nth-child(2) { transform: translateY(22px); background: var(--white); }
.benefit-card:nth-child(3) { transform: translateY(44px); }
.card-mark { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 56px; border: 1px solid var(--ink); color: var(--red); font-size: 1.4rem; }
.card-label { margin: 0 0 12px; color: var(--red-dark); font-family: var(--mono); font-size: 0.65rem; font-weight: 750; letter-spacing: 0.1em; text-transform: uppercase; }
.benefit-card h3 { max-width: 310px; }
.benefit-card > p:last-child { margin: 20px 0 0; color: var(--muted); }

.workflow-section { border-block: 1px solid var(--ink); background: var(--white); }
.workflow-shell { display: grid; grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr); gap: clamp(55px, 10vw, 140px); }
.workflow-intro { align-self: start; }
.workflow-intro h2 { margin: 15px 0 26px; }
.workflow-intro > p:not(.eyebrow) { max-width: 390px; margin: 0 0 27px; color: var(--muted); }
.text-link { display: inline-flex; gap: 18px; align-items: center; color: var(--ink); font-size: 0.9rem; font-weight: 800; text-decoration-color: var(--red); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.text-link:hover { color: var(--red-dark); }

.workflow-list { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.workflow-list li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.step-number { color: var(--red); font-family: var(--mono); font-size: 0.76rem; font-weight: 800; }
.workflow-list h3 { font-size: clamp(1.75rem, 3vw, 2.55rem); }
.workflow-list p { max-width: 560px; margin: 12px 0 0; color: var(--muted); }

.privacy-section { overflow: hidden; color: var(--white); background: var(--dark); }
.privacy-grid { display: grid; grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr); gap: clamp(50px, 10vw, 145px); align-items: center; }
.privacy-stamp { position: relative; display: grid; width: min(100%, 430px); aspect-ratio: 1; place-content: center; border: 1px solid rgba(255, 255, 255, 0.22); color: var(--white); font-family: var(--display); font-size: clamp(3.6rem, 7vw, 6.3rem); font-weight: 900; letter-spacing: -0.08em; line-height: 0.74; text-align: center; transform: rotate(-2deg); }
.privacy-stamp::before,
.privacy-stamp::after { position: absolute; width: 54px; height: 54px; border-color: var(--red); content: ""; }
.privacy-stamp::before { top: -12px; left: -12px; border-top: 3px solid var(--red); border-left: 3px solid var(--red); }
.privacy-stamp::after { right: -12px; bottom: -12px; border-right: 3px solid var(--red); border-bottom: 3px solid var(--red); }
.privacy-stamp span:nth-child(2) { color: var(--red); font-size: 0.36em; line-height: 1.2; letter-spacing: 0.08em; }
.privacy-copy h2 { margin: 16px 0 27px; }
.privacy-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255, 255, 255, 0.68); font-size: 1.07rem; }
.privacy-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 25px; margin: 34px 0 38px; padding: 0; list-style: none; }
.privacy-list li { padding: 13px 0; border-top: 1px solid rgba(255, 255, 255, 0.16); font-size: 0.84rem; font-weight: 750; }
.privacy-list li::before { margin-right: 9px; color: var(--red); content: "×"; }

.limits-section { background: var(--paper-deep); }
.limits-grid { display: grid; grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr); gap: clamp(50px, 10vw, 140px); }
.limits-grid h2 { max-width: 540px; margin-top: 15px; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.limit-list { border-top: 1px solid var(--ink); }
.limit-list p { display: grid; grid-template-columns: minmax(130px, 0.4fr) minmax(0, 1fr); gap: 25px; margin: 0; padding: 27px 0; border-bottom: 1px solid var(--line); }
.limit-list strong { font-size: 0.87rem; }
.limit-list span { color: var(--muted); }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1.42fr); gap: clamp(50px, 10vw, 140px); }
.faq-grid h2 { margin-top: 15px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 48px 26px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 25px; right: 2px; color: var(--red); font-family: var(--mono); font-size: 1.2rem; content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; margin: -5px 0 28px; color: var(--muted); }

.final-cta { padding: clamp(65px, 9vw, 110px) 0; border-block: 1px solid var(--ink); background: var(--red); }
.final-cta-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr); gap: 50px; align-items: end; }
.final-cta .eyebrow { color: rgba(16, 18, 20, 0.68); }
.final-cta h2 { margin-top: 14px; }
.final-cta-action { justify-self: end; max-width: 430px; }
.final-cta-action p { margin: 0 0 22px; color: rgba(16, 18, 20, 0.74); font-weight: 620; }
.final-cta .button-primary { border-color: var(--ink); color: var(--white); background: var(--ink); }
.final-cta .button-primary:hover { box-shadow: 5px 5px 0 var(--white); }
.final-cta .button-primary:focus-visible { outline-color: var(--white); }

.site-footer { color: var(--white); background: var(--dark); }
.footer-main { display: grid; grid-template-columns: 1.6fr 0.7fr 0.7fr; gap: 50px; padding: 65px 0; }
.footer-wordmark { color: var(--white); font-size: 1.8rem; }
.footer-main > div:first-child p { margin: 19px 0 0; color: rgba(255, 255, 255, 0.56); }
.footer-column { display: grid; align-content: start; gap: 9px; }
.footer-column strong { margin-bottom: 7px; color: rgba(255, 255, 255, 0.42); font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-column a { width: max-content; color: rgba(255, 255, 255, 0.74); font-size: 0.86rem; text-decoration: none; }
.footer-column a:hover { color: var(--red); }
.footer-base { display: flex; justify-content: space-between; gap: 20px; padding: 21px 0 26px; border-top: 1px solid rgba(255, 255, 255, 0.13); color: rgba(255, 255, 255, 0.42); font-family: var(--mono); font-size: 0.61rem; letter-spacing: 0.04em; text-transform: uppercase; }

/* Support and policy pages */
.page-intro { padding: clamp(80px, 11vw, 140px) 0 clamp(60px, 8vw, 105px); border-bottom: 1px solid var(--ink); }
.page-intro-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr); gap: clamp(45px, 9vw, 130px); align-items: end; }
.page-intro h1 { margin-top: 15px; font-size: clamp(4rem, 8vw, 7rem); }
.page-intro .lede { max-width: 510px; }
.policy-date { margin: 22px 0 0; color: var(--soft); font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.05em; text-transform: uppercase; }

.support-layout { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: clamp(48px, 9vw, 126px); padding: clamp(70px, 10vw, 130px) 0; }
.support-index { position: sticky; top: 112px; align-self: start; display: grid; gap: 8px; }
.index-label { margin: 0 0 12px; color: var(--soft); font-family: var(--mono); font-size: 0.64rem; font-weight: 750; letter-spacing: 0.1em; text-transform: uppercase; }
.support-index > a { padding: 7px 0; color: var(--muted); font-size: 0.84rem; font-weight: 720; text-decoration: none; }
.support-index > a:hover { color: var(--red-dark); }
.version-ticket { display: grid; gap: 1px; margin-top: 25px; padding: 18px; border: 1px solid var(--ink); background: var(--white); box-shadow: 5px 5px 0 var(--paper-deep); }
.version-ticket span,
.version-ticket small { color: var(--soft); font-family: var(--mono); font-size: 0.6rem; text-transform: uppercase; }
.version-ticket strong { margin-block: 3px; font-family: var(--display); font-size: 2.2rem; letter-spacing: -0.06em; line-height: 1; }

.article { width: min(100%, 760px); }
.article section + section { margin-top: clamp(65px, 9vw, 104px); }
.article h2,
.policy-layout h2 { margin-top: 13px; font-size: clamp(2.35rem, 4vw, 3.8rem); }
.article > section > p:not(.eyebrow),
.policy-layout p,
.policy-layout li { color: var(--muted); }
.article > section > p:not(.eyebrow) { margin: 19px 0 0; }
.article strong,
.policy-layout strong { color: var(--ink); }
.article code,
.policy-layout code { padding: 2px 5px; background: var(--paper-deep); font-family: var(--mono); font-size: 0.88em; }

.guide-steps { margin: 29px 0 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.guide-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.guide-steps li > span { color: var(--red); font-family: var(--mono); font-size: 0.7rem; font-weight: 800; }
.guide-steps p { margin: 0; color: var(--muted); }
.guide-steps a,
.policy-layout a { color: var(--red-dark); font-weight: 720; text-underline-offset: 3px; }

.answer-list { margin-top: 27px; border-top: 1px solid var(--ink); }
.answer-list p { display: grid; grid-template-columns: minmax(140px, 0.42fr) minmax(0, 1fr); gap: 25px; margin: 0; padding: 25px 0; border-bottom: 1px solid var(--line); }
.answer-list span { color: var(--muted); }
.contact-card { padding: clamp(28px, 5vw, 50px); border: 1px solid var(--ink); background: var(--white); box-shadow: 8px 8px 0 var(--paper-deep); }
.contact-card .button { margin-top: 26px; }

.policy-shell { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: clamp(48px, 9vw, 126px); padding: clamp(70px, 10vw, 130px) 0; }
.policy-summary { position: sticky; top: 112px; align-self: start; display: grid; padding: 20px; border: 1px solid var(--ink); background: var(--dark); color: var(--white); box-shadow: 6px 6px 0 var(--red); }
.policy-summary .index-label { color: rgba(255, 255, 255, 0.44); }
.policy-summary strong { margin-bottom: 12px; font-family: var(--display); font-size: 1.55rem; letter-spacing: -0.04em; }
.policy-summary span { padding: 8px 0; border-top: 1px solid rgba(255, 255, 255, 0.13); color: rgba(255, 255, 255, 0.72); font-size: 0.78rem; }
.policy-summary span::before { margin-right: 8px; color: var(--red); content: "×"; }
.policy-layout { width: min(100%, 760px); }
.policy-lead { margin: 0 !important; color: var(--ink) !important; font-size: clamp(1.22rem, 2vw, 1.52rem); font-weight: 620; line-height: 1.48; }
.policy-layout h2 { margin-top: clamp(56px, 8vw, 86px); }
.policy-layout p { margin: 19px 0 0; }
.policy-layout ul { margin: 23px 0 0; padding-left: 1.2rem; }
.policy-layout li + li { margin-top: 11px; }

@media (max-width: 980px) {
  .nav-shell { grid-template-columns: auto 1fr auto; gap: 20px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .capture-stage { width: min(760px, 100%); }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; }
  .benefit-card:nth-child(2),
  .benefit-card:nth-child(3) { transform: none; }
  .card-mark { margin-bottom: 38px; }
  .workflow-shell,
  .privacy-grid,
  .limits-grid,
  .faq-grid { gap: 60px; }
  .footer-main { grid-template-columns: 1.3fr 0.7fr 0.7fr; }
}

@media (max-width: 760px) {
  .shell,
  .nav-shell { width: min(100% - 32px, 640px); }
  .nav-shell { display: flex; min-height: 68px; }
  .site-nav { display: none; }
  .nav-cta { margin-left: auto; }
  h1 { font-size: clamp(3.65rem, 17vw, 5.4rem); }
  h2 { font-size: clamp(2.65rem, 13vw, 4.3rem); }
  .hero { padding-top: 72px; }
  .hero-grid { gap: 50px; }
  .capture-stage { padding: 22px 0 0 12px; }
  .capture-frame { grid-template-columns: 32px minmax(0, 1fr); padding: 6px; box-shadow: 10px 10px 0 var(--paper-deep), 11px 11px 0 var(--ink); }
  .capture-stage figcaption { margin-left: 33px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .split-heading,
  .workflow-shell,
  .privacy-grid,
  .limits-grid,
  .faq-grid,
  .final-cta-grid,
  .page-intro-grid,
  .support-layout,
  .policy-shell { grid-template-columns: 1fr; }
  .split-heading,
  .workflow-shell,
  .privacy-grid,
  .limits-grid,
  .faq-grid,
  .final-cta-grid,
  .page-intro-grid { gap: 38px; }
  .privacy-stamp { width: min(340px, 90%); }
  .limit-list p,
  .answer-list p { grid-template-columns: 1fr; gap: 8px; }
  .final-cta-action { justify-self: start; }
  .support-index,
  .policy-summary { position: static; width: min(100%, 420px); }
  .support-index { display: none; }
  .policy-shell { gap: 56px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 470px) {
  .wordmark-icon { display: none; }
  .nav-cta { padding-inline: 11px; font-size: 0.75rem; }
  .capture-stage figcaption { display: grid; gap: 4px; }
  .capture-stage::after { right: -5px; }
  .privacy-list { grid-template-columns: 1fr; }
  .workflow-list li { grid-template-columns: 44px 1fr; gap: 14px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > div:first-child { grid-column: auto; }
  .footer-base { flex-direction: column; gap: 7px; }
}

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