:root {
  --paper: #f7f6f1;
  --white: #fff;
  --ink: #101820;
  --body: #4a5262;
  --muted: #667085;
  --faint: #8a93a0;
  --blue: #3457f1;
  --blue-hover: #2440c8;
  --blue-pale: #e9eeff;
  --blue-line: #d6defa;
  --line: #e4e4de;
  --night: #0c1118;
  --code: #0e1420;
  --max: 1160px;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --display: "Newsreader", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: "Geist", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue); text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { background: var(--blue-pale); }

.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;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 10px 14px;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.announcement {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 7px 16px;
  border-bottom: 1px solid var(--line);
  background: #f1efe8;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .01em;
  text-align: center;
}
.announcement a { color: var(--ink); font-weight: 500; }
.announcement a:hover { color: var(--blue); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(228, 228, 222, .72);
  background: rgba(247, 246, 241, .88);
  backdrop-filter: blur(16px);
}
.nav-shell {
  display: flex;
  align-items: center;
  gap: 32px;
  width: min(100%, calc(var(--max) + 48px));
  height: 72px;
  margin: 0 auto;
  padding: 0 24px;
}
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.brand:hover { color: var(--ink); }
.logo-mark { display: inline-flex; width: 22px; height: 22px; align-items: center; justify-content: center; flex: 0 0 auto; border-radius: 6px; background: var(--blue); }
.logo-mark > span { width: 8px; height: 8px; border-radius: 2px; background: #fff; transform: rotate(45deg); }
.site-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.site-nav > a:not(.button) { color: #3a4250; font-size: 14px; transition: color .18s ease; }
.site-nav > a:not(.button):hover { color: var(--ink); }
.menu-toggle { display: none; width: 42px; height: 42px; margin-left: auto; padding: 0; border: 0; border-radius: 8px; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(3.25px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-3.25px) rotate(-45deg); }

.section-shell { width: min(100%, calc(var(--max) + 48px)); margin: 0 auto; padding-right: 24px; padding-left: 24px; }
.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: 72px; align-items: center; padding-top: 116px; padding-bottom: 108px; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.hero h1 { max-width: 600px; margin: 0 0 26px; font-family: var(--display); font-size: clamp(56px, 6vw, 78px); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.hero-lede { max-width: 500px; margin: 0 0 34px; color: var(--body); font-size: 17px; line-height: 1.6; text-wrap: pretty; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button-row.centered { justify-content: center; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 25px; border: 1px solid transparent; border-radius: 99px; font-size: 14.5px; font-weight: 500; line-height: 1; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover { background: var(--blue); color: #fff; }
.button-secondary { border-color: #dddfe4; background: #fff; color: var(--ink); }
.button-secondary:hover { border-color: var(--blue); color: var(--blue); }
.button-small { min-height: 38px; padding: 9px 18px; border-radius: 99px; font-size: 13.5px; }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: var(--blue-pale); color: var(--ink); }
.button-dark-outline { border-color: #313b4d; color: #e8ecf6; }
.button-dark-outline:hover { border-color: #5b76f5; color: #9fb2ff; }
.button-cta-outline { border-color: rgba(255,255,255,.42); color: #fff; }
.button-cta-outline:hover { border-color: #fff; color: #fff; }
.hero-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; }

.transform-card { padding: 24px 26px; border: 1px solid rgba(228,228,222,.88); border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: 0 22px 70px rgba(16,24,32,.055); }
.card-kicker-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; color: var(--faint); font-family: var(--mono); font-size: 10.5px; letter-spacing: .07em; text-transform: uppercase; }
.pill { display: inline-flex; align-items: center; width: fit-content; padding: 3px 10px; border-radius: 99px; font-family: var(--mono); font-size: 10.5px; line-height: 1.5; white-space: nowrap; }
.pill-blue { background: var(--blue-pale); color: var(--blue); }
.transform-grid { display: grid; grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr); gap: 12px; align-items: stretch; }
.source-column, .answer-column { display: flex; min-width: 0; flex-direction: column; gap: 10px; }
.mini-label { margin: 0 0 2px; font-family: var(--mono); font-size: 9.5px; letter-spacing: .07em; line-height: 1.35; text-transform: uppercase; }
.mini-label-red { color: #b4231f; }
.mini-label-green { color: #1a7a3e; }
.source-doc { position: relative; overflow: hidden; padding: 11px 12px; border: 1px solid var(--line); border-radius: 9px; background: #fafaf7; }
.source-doc-one { transform: rotate(-1.3deg); }
.source-doc-two { transform: rotate(1deg); }
.source-doc-three { transform: rotate(-.7deg); }
.doc-title { display: flex; align-items: baseline; justify-content: space-between; gap: 6px; margin-bottom: 8px; }
.doc-title strong { overflow: hidden; font-size: 10.5px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.doc-title span { color: var(--faint); font-family: var(--mono); font-size: 8px; white-space: nowrap; }
.prose-bars { display: flex; flex-direction: column; gap: 4px; }
.prose-bars i { width: 100%; height: 4px; border-radius: 3px; background: #e0e1da; }
.prose-bars i:nth-child(2) { width: 86%; }
.prose-bars i:nth-child(3) { width: 93%; }
.prose-bars i:nth-child(4) { width: 64%; }
.prose-bars-two i:nth-child(1) { width: 78%; }
.prose-bars-two i:nth-child(2) { width: 95%; }
.prose-bars-two i:nth-child(3) { width: 70%; }
.prose-bars-two i:nth-child(4) { width: 88%; }
.prose-bars-three i:nth-child(1) { width: 91%; }
.prose-bars-three i:nth-child(2) { width: 68%; }
.prose-bars-three i:nth-child(3) { width: 84%; }
.prose-bars-three i:nth-child(4) { width: 76%; }
.scan-line { position: absolute; top: 0; right: 0; left: 0; height: 30px; opacity: 0; background: linear-gradient(180deg, transparent, rgba(52,87,241,.16), transparent); }
.scan-one { animation: scan-one 10s linear infinite; }
.scan-two { animation: scan-two 10s linear infinite; }
.scan-three { animation: scan-three 10s linear infinite; }
.pipeline { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 9px; }
.pipeline-line { position: absolute; top: 50%; right: -6px; left: -6px; border-top: 1px dashed var(--blue-line); }
.flow-dot { position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; opacity: 0; border-radius: 99px; background: var(--blue); animation: flow 2.2s linear infinite; }
.flow-two { animation-delay: .75s; }
.flow-three { animation-delay: 1.5s; }
.pipeline-mark { position: relative; width: 40px; height: 40px; border-radius: 11px; animation: glow 2.2s ease-out infinite; }
.pipeline-mark > span { width: 13px; height: 13px; border-radius: 3px; }
.pipeline-copy { position: relative; padding: 0 2px; background: #fff; color: var(--muted); font-family: var(--mono); font-size: 8.5px; line-height: 1.5; text-align: center; }
.answer-card { display: flex; overflow: hidden; flex: 1; flex-direction: column; border: 1px solid #232b3a; border-radius: 11px; background: var(--code); }
.answer-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 11px; border-bottom: 1px solid #1c2433; color: #8a93a6; font-family: var(--mono); font-size: 9px; }
.status { display: flex; align-items: center; gap: 5px; }
.status i, .delivery i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #1a9e55; }
.answer-body { display: flex; padding: 12px 11px; flex-direction: column; gap: 8px; color: #c6cedd; font-family: var(--mono); font-size: 9px; }
.answer-row { display: flex; align-items: center; justify-content: space-between; gap: 5px; }
.answer-row > span { color: #8a93a6; }
.answer-row b { font-weight: 400; white-space: nowrap; }
.answer-row b[class^="value-"] { padding: 2px 5px; border-radius: 5px; background: #1a2231; }
.value-blue { color: #93a8ff; }
.value-amber { color: #f1b96b; }
.value-green { color: #a7f3d0; }
.source-link { color: #93a8ff; border-bottom: 1px dotted #3b475e; }
.row-one { animation: row-one 10s linear infinite; }
.row-two { animation: row-two 10s linear infinite; }
.row-three { animation: row-three 10s linear infinite; }
.row-four { animation: row-four 10s linear infinite; }
.row-five { animation: row-five 10s linear infinite; }
.row-six { animation: row-six 10s linear infinite; }
.cursor { width: 7px; height: 12px; background: var(--blue); animation: blink 1.1s steps(1) infinite; }

.content-section { padding-top: 108px; padding-bottom: 108px; }
.content-section h2, .change-layout h2, .dark-section h2, .trust-card h2 { max-width: 780px; margin: 0 0 24px; font-family: var(--display); font-size: clamp(40px, 4.4vw, 54px); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; text-wrap: pretty; }
.section-lede { max-width: 610px; margin: 0 0 52px; color: var(--body); font-size: 16px; line-height: 1.65; text-wrap: pretty; }
.card-grid { display: grid; gap: 20px; }
.three-up { grid-template-columns: repeat(3, 1fr); }
.two-up { grid-template-columns: repeat(2, 1fr); }
.four-up { grid-template-columns: repeat(4, 1fr); }
.problem-card { min-height: 180px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.72); }
.card-number { display: block; margin-bottom: 14px; color: var(--blue); font-family: var(--mono); font-size: 12px; }
.problem-card h3, .capability-card h3 { margin: 0 0 10px; font-size: 20px; font-weight: 600; letter-spacing: -.01em; }
.problem-card p, .capability-card p, .use-case-grid p, .workflow-step p, .trust-grid p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.capabilities { margin-top: 46px; }
.capability-card { min-height: 200px; padding: 32px; border: 1px solid var(--blue-line); border-radius: 18px; background: rgba(233,238,255,.72); }
.capability-card p { max-width: 480px; margin-bottom: 20px; color: #3a4250; }
.capability-card code { display: inline-block; padding: 5px 10px; border: 1px solid var(--blue-line); border-radius: 6px; background: #fff; color: var(--blue); font-family: var(--mono); font-size: 12px; }

.dark-section { background: var(--night); color: #e8ecf6; }
.api-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; padding-top: 116px; padding-bottom: 116px; }
.eyebrow-light { color: #93a8ff; }
.api-copy h2 { color: #fff; }
.api-copy > p:not(.eyebrow) { max-width: 470px; margin: 0 0 32px; color: #9ba4b5; font-size: 16.5px; line-height: 1.65; }
.code-card { overflow: hidden; min-width: 0; border: 1px solid #232b3a; border-radius: 16px; background: var(--code); }
.code-tabs { display: flex; overflow-x: auto; gap: 4px; padding: 10px 12px 0; border-bottom: 1px solid #1c2433; scrollbar-width: none; }
.code-tabs button { padding: 10px 12px; border: 0; border-bottom: 2px solid transparent; border-radius: 8px 8px 0 0; background: none; color: #8a93a6; font-size: 12px; font-weight: 500; white-space: nowrap; cursor: pointer; }
.code-tabs button.active { border-bottom-color: var(--blue); background: #1a2231; color: #e8ecf6; }
.code-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px; border-bottom: 1px solid #1c2433; }
.language-tabs { display: flex; gap: 4px; }
.language-tabs button, .copy-button { padding: 4px 10px; border: 1px solid transparent; border-radius: 6px; background: transparent; color: #8a93a6; font-family: var(--mono); font-size: 10px; cursor: pointer; }
.language-tabs button.active { border-color: #2a3345; background: #1a2231; color: #e8ecf6; }
.copy-button { border-color: #2a3345; }
.copy-button:hover { border-color: #3b475e; color: #e8ecf6; }
.code-output { min-height: 312px; margin: 0; padding: 20px; overflow: auto; color: #c6cedd; font-family: var(--mono); font-size: 11.5px; line-height: 1.7; tab-size: 2; }

.workflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding-top: 108px; padding-bottom: 108px; }
.workflow-step { padding-top: 22px; border-top: 2px solid #c9cfdd; }
.workflow-step.active { border-top-color: var(--blue); }
.workflow-step > span { display: block; margin-bottom: 12px; color: var(--muted); font-family: var(--mono); font-size: 12px; }
.workflow-step.active > span { color: var(--blue); }
.workflow-step h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.01em; }
.use-case-grid { margin-top: 42px; }
.use-case-grid article { min-height: 132px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.72); transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.use-case-grid article:hover { border-color: var(--blue); background: #fff; transform: translateY(-2px); }
.use-case-grid h3 { margin: 0 0 8px; font-size: 16px; font-weight: 600; letter-spacing: -.01em; }
.use-case-grid p { font-size: 13.5px; line-height: 1.55; }

.change-band { border-top: 1px solid var(--blue-line); border-bottom: 1px solid var(--blue-line); background: var(--blue-pale); }
.change-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; padding-top: 116px; padding-bottom: 116px; }
.change-layout .section-lede { margin-bottom: 0; color: #3a4250; }
.change-card { overflow: hidden; border: 1px solid var(--blue-line); border-radius: 20px; background: #fff; box-shadow: 0 20px 60px rgba(52,87,241,.08); }
.change-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 20px; border-bottom: 1px solid #edeff4; }
.change-card-head > code { color: var(--muted); font-family: var(--mono); font-size: 12px; }
.change-card-body { padding: 20px; }
.change-card-body h3 { margin: 0 0 18px; font-size: 16px; letter-spacing: -.01em; }
.change-card dl { display: grid; grid-template-columns: 138px minmax(0, 1fr); gap: 11px 16px; margin: 0; font-size: 13.5px; }
.change-card dt { color: var(--muted); }
.change-card dd { min-width: 0; margin: 0; }
.change-card dd code { font-family: var(--mono); font-size: 12px; }
.change-card dd a { overflow-wrap: anywhere; }
.value-old, .value-new { padding: 2px 8px; border-radius: 5px; }
.value-old { background: #fdecec; color: #b4231f; text-decoration: line-through; }
.value-new { background: #e7f5ec; color: #1a7a3e; }
.delivery { display: flex; align-items: center; gap: 7px; }

.dimension-list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.dimension-list span { padding: 9px 18px; border: 1px solid var(--line); border-radius: 99px; background: #fff; color: #3a4250; font-size: 14px; }
.text-link { font-size: 14.5px; font-weight: 500; }
.text-link:hover { color: var(--blue-hover); }
.trust-section { padding-top: 12px; padding-bottom: 96px; }
.trust-card { padding: clamp(36px, 6vw, 68px); border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.78); }
.trust-card h2 { max-width: 670px; margin-bottom: 40px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 32px; }
.trust-grid article { display: flex; gap: 12px; align-items: flex-start; }
.trust-grid article > i { width: 7px; height: 7px; margin-top: 7px; flex: 0 0 auto; border-radius: 2px; background: var(--blue); transform: rotate(45deg); }
.trust-grid h3 { margin: 0 0 4px; font-size: 15px; letter-spacing: -.01em; }
.trust-grid p { font-size: 13.5px; line-height: 1.55; }

.final-cta { background: var(--ink); color: #fff; }
.cta-inner { max-width: 930px; margin: 0 auto; padding: 128px 24px; text-align: center; }
.cta-inner .eyebrow { margin-bottom: 18px; color: #d6defa; }
.cta-inner h2 { margin: 0 0 22px; font-family: var(--display); font-size: clamp(44px, 5.2vw, 64px); font-weight: 400; letter-spacing: -.04em; line-height: 1; text-wrap: pretty; }
.cta-inner > p:not(.eyebrow) { max-width: 590px; margin: 0 auto 36px; color: #d6defa; font-size: 17px; line-height: 1.65; }
.site-footer { background: var(--ink); color: #8a93a6; }
.footer-shell { width: min(100%, calc(var(--max) + 48px)); margin: 0 auto; padding: 64px 24px 40px; }
.footer-top { display: flex; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.footer-brand { height: fit-content; color: #fff; font-size: 16px; }
.footer-brand:hover { color: #fff; }
.footer-brand .logo-mark { width: 20px; height: 20px; border-radius: 5px; }
.footer-brand .logo-mark > span { width: 7px; height: 7px; }
.footer-links { display: flex; gap: clamp(36px, 6vw, 72px); }
.footer-links > div { display: flex; min-width: 110px; flex-direction: column; gap: 10px; }
.footer-links h3 { margin: 0 0 3px; color: #5b6474; font-size: 11px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.footer-links a, .footer-links span { color: #b9c0ce; font-size: 13.5px; }
.footer-links span { color: #707989; }
.footer-links a:hover { color: #fff; }
.footer-bottom { margin: 0; padding-top: 24px; border-top: 1px solid #1e2735; color: #5b6474; font-size: 13px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in-view { opacity: 1; transform: none; }

@keyframes scan-one { 0%,4%{opacity:0;transform:translateY(-12px)}7%{opacity:1}20%{opacity:1;transform:translateY(66px)}23%,100%{opacity:0;transform:translateY(66px)} }
@keyframes scan-two { 0%,24%{opacity:0;transform:translateY(-12px)}27%{opacity:1}40%{opacity:1;transform:translateY(66px)}43%,100%{opacity:0;transform:translateY(66px)} }
@keyframes scan-three { 0%,44%{opacity:0;transform:translateY(-12px)}47%{opacity:1}60%{opacity:1;transform:translateY(66px)}63%,100%{opacity:0;transform:translateY(66px)} }
@keyframes flow { 0%{transform:translate(-40px,-50%);opacity:0}15%{opacity:1}85%{opacity:1}100%{transform:translate(40px,-50%);opacity:0} }
@keyframes glow { 0%,100%{box-shadow:0 0 0 0 rgba(52,87,241,.35)}60%{box-shadow:0 0 0 14px rgba(52,87,241,0)} }
@keyframes blink { 0%,49%{opacity:1}50%,100%{opacity:0} }
@keyframes row-one { 0%,20%{opacity:0;transform:translateX(-8px)}25%,94%{opacity:1;transform:none}99%,100%{opacity:0} }
@keyframes row-two { 0%,28%{opacity:0;transform:translateX(-8px)}33%,94%{opacity:1;transform:none}99%,100%{opacity:0} }
@keyframes row-three { 0%,40%{opacity:0;transform:translateX(-8px)}45%,94%{opacity:1;transform:none}99%,100%{opacity:0} }
@keyframes row-four { 0%,48%{opacity:0;transform:translateX(-8px)}53%,94%{opacity:1;transform:none}99%,100%{opacity:0} }
@keyframes row-five { 0%,60%{opacity:0;transform:translateX(-8px)}65%,94%{opacity:1;transform:none}99%,100%{opacity:0} }
@keyframes row-six { 0%,66%{opacity:0;transform:translateX(-8px)}71%,94%{opacity:1;transform:none}99%,100%{opacity:0} }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 720px; }
  .four-up { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 840px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; margin: 0; padding: 10px 24px 20px; border-bottom: 1px solid var(--line); background: rgba(247,246,241,.98); box-shadow: 0 16px 30px rgba(16,24,32,.08); }
  .site-nav.open { display: flex; flex-direction: column; }
  .site-nav > a:not(.button) { padding: 12px 0; }
  .site-nav .button { margin-top: 8px; }
  .three-up { grid-template-columns: 1fr; }
  .two-up, .api-layout, .change-layout { grid-template-columns: 1fr; }
  .problem-card { min-height: auto; }
  .workflow { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .announcement { flex-direction: column; gap: 2px; }
  .nav-shell { height: 60px; padding: 0 18px; }
  .site-nav { top: 60px; padding-right: 18px; padding-left: 18px; }
  .section-shell { padding-right: 18px; padding-left: 18px; }
  .hero { gap: 44px; padding-top: 62px; padding-bottom: 56px; }
  .hero h1 { font-size: clamp(44px, 14vw, 60px); }
  .hero-lede { font-size: 17px; }
  .transform-card { padding: 18px 14px; }
  .transform-grid { grid-template-columns: 1fr; }
  .pipeline { min-height: 72px; transform: rotate(90deg); }
  .pipeline-copy { transform: rotate(-90deg); }
  .source-doc { padding: 12px 14px; }
  .doc-title strong { font-size: 12px; }
  .doc-title span { font-size: 9px; }
  .answer-body, .answer-head { font-size: 10.5px; }
  .content-section { padding-top: 70px; padding-bottom: 70px; }
  .content-section h2, .change-layout h2, .dark-section h2, .trust-card h2 { font-size: 33px; }
  .four-up, .two-up, .trust-grid { grid-template-columns: 1fr; }
  .capabilities { margin-top: 36px; }
  .api-layout, .change-layout { gap: 42px; padding-top: 72px; padding-bottom: 72px; }
  .code-toolbar { align-items: flex-start; }
  .language-tabs { flex-wrap: wrap; }
  .code-output { min-height: 340px; padding: 16px; font-size: 10.5px; }
  .workflow { padding-top: 70px; padding-bottom: 70px; }
  .change-card dl { grid-template-columns: 1fr; gap: 5px; }
  .change-card dd { margin-bottom: 7px; }
  .trust-section { padding-bottom: 72px; }
  .trust-card { padding: 30px 22px; }
  .cta-inner { padding: 82px 18px; }
  .footer-top, .footer-links { flex-direction: column; }
  .footer-links { gap: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
  .scan-line, .flow-dot { display: none; }
}
