:root {
  --paper: #f2efe8;
  --paper-soft: #f8f6f1;
  --ink: #101820;
  --muted: #5c6469;
  --line: #c9c6bd;
  --blue: #1558d6;
  --blue-dark: #0d3fa1;
  --green: #1d7358;
  --signal: #c9ff4a;
  --radius: 3px;
  --shell: min(1180px, calc(100vw - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img, svg { max-width: 100%; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%);
  background: var(--ink); color: white; padding: 10px 16px;
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
  transition: border-color .2s ease;
}
.site-header.scrolled, .site-header.solid { border-color: var(--line); }
.nav-wrap { height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand {
  display: inline-flex; align-items: center; gap: 11px; width: fit-content;
  font-size: 17px; font-weight: 750; letter-spacing: -.03em; text-decoration: none;
}
.brand > span:last-child span { color: var(--blue); }
.brand-mark {
  position: relative; display: grid; grid-template-columns: repeat(3, 4px); gap: 2px;
  align-items: end; width: 18px; height: 18px;
}
.brand-mark i { display: block; background: var(--blue); }
.brand-mark i:nth-child(1) { height: 8px; }
.brand-mark i:nth-child(2) { height: 18px; }
.brand-mark i:nth-child(3) { height: 12px; }
.desktop-nav { display: flex; gap: 32px; align-items: center; }
.desktop-nav a {
  color: #333b40; font-size: 14px; font-weight: 600; text-decoration: none;
}
.desktop-nav a:hover { color: var(--blue); }
.nav-cta {
  justify-self: end; display: inline-flex; gap: 24px; align-items: center;
  padding: 11px 14px; border: 1px solid var(--ink); font-size: 13px; font-weight: 700; text-decoration: none;
  transition: background .18s ease, color .18s ease;
}
.nav-cta:hover { background: var(--ink); color: white; }
.menu-button, .mobile-menu { display: none; }

.hero {
  min-height: 700px; padding-block: clamp(70px, 9vw, 128px) 86px;
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); gap: clamp(56px, 8vw, 120px);
  align-items: center;
}
.eyebrow {
  display: flex; align-items: center; gap: 9px; margin: 0 0 24px;
  color: #4e575c; font-size: 11px; font-weight: 750; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase;
}
.eyebrow > span { width: 23px; height: 1px; background: currentColor; }
.hero h1 {
  max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 6.3vw, 91px);
  font-weight: 400; line-height: .95; letter-spacing: -.057em;
}
.hero h1 em { color: var(--blue); font-weight: 400; }
.hero-intro {
  max-width: 630px; margin: 34px 0 0; color: #485157; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55;
}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px;
  border: 0; border-radius: 0; padding: 14px 18px; font-weight: 720; font-size: 14px;
  text-decoration: none; transition: background .18s ease, color .18s ease, transform .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: var(--blue-dark); }
.text-link {
  display: inline-flex; gap: 12px; align-items: center; padding-block: 6px;
  border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 700; text-decoration: none;
}
.text-link:hover { color: var(--blue); border-color: var(--blue); }
.hero-notes {
  display: flex; flex-wrap: wrap; gap: 13px 25px; margin: 32px 0 0; padding: 0; list-style: none;
  color: #687075; font-size: 12px; font-weight: 600;
}
.hero-notes li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }

.hero-studio {
  position: relative; min-height: 480px; background: var(--ink); color: white; overflow: hidden;
  box-shadow: 24px 24px 0 #d9d5ca;
}
.hero-studio::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 32px 32px;
}
.studio-label, .studio-footer {
  position: absolute; z-index: 2; left: 20px; right: 20px; display: flex; justify-content: space-between;
  color: #bac1c4; font: 700 9px/1 var(--sans); letter-spacing: .14em;
}
.studio-label { top: 20px; }
.studio-footer { bottom: 20px; }
.studio-grid { position: absolute; inset: 60px 28px 52px; }
.studio-node {
  position: absolute; z-index: 2; display: flex; flex-direction: column;
  border: 1px solid rgba(255,255,255,.38); background: rgba(16,24,32,.92); padding: 16px;
}
.studio-node small { color: var(--signal); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.studio-node strong { margin-top: auto; font-size: 14px; }
.studio-node span { color: #aeb6b9; font-size: 9px; }
.node-brief { left: 0; top: 12%; width: 48%; height: 122px; }
.node-build { right: 0; top: 38%; width: 55%; height: 150px; border-color: var(--blue); }
.node-demo { left: 4%; bottom: 0; width: 43%; height: 115px; }
.studio-line { position: absolute; z-index: 1; border-color: rgba(201,255,74,.65); border-style: dashed; }
.line-one { left: 42%; top: 25%; width: 39%; height: 27%; border-width: 0 1px 1px 0; }
.line-two { left: 24%; bottom: 19%; width: 55%; height: 21%; border-width: 1px 0 0 1px; }
.code-lines { margin: 22px 0 13px; display: grid; gap: 7px; }
.code-lines i { display: block; height: 3px; background: #697279; }
.code-lines i:nth-child(1) { width: 80%; background: var(--blue); }
.code-lines i:nth-child(2) { width: 55%; }
.code-lines i:nth-child(3) { width: 90%; }
.code-lines i:nth-child(4) { width: 42%; }
.signal { display: flex; align-items: end; gap: 6px; height: 38px; margin: 15px 0 7px; }
.signal i { width: 7px; background: var(--signal); }
.signal i:nth-child(1) { height: 12px; }
.signal i:nth-child(2) { height: 24px; }
.signal i:nth-child(3) { height: 17px; }
.signal i:nth-child(4) { height: 34px; }

.proof-strip { border-block: 1px solid var(--line); background: var(--paper-soft); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid p {
  margin: 0; min-height: 116px; padding: 28px 34px; border-right: 1px solid var(--line);
  color: #5b6367; font-size: 13px;
}
.proof-grid p:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 14px; }

.section { padding-block: clamp(88px, 11vw, 150px); scroll-margin-top: 70px; }
.section-heading { display: grid; grid-template-columns: .48fr 1.2fr .75fr; gap: 60px; align-items: start; margin-bottom: 70px; }
.section-heading .eyebrow { margin-top: 11px; }
.section-heading h2, .fit-heading h2, .assessment-copy h2 {
  margin: 0; font: 400 clamp(39px, 4.8vw, 68px)/1.03 var(--serif); letter-spacing: -.045em;
}
.section-heading > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 15px; }
.service-list { border-top: 1px solid var(--ink); }
.service-row {
  display: grid; grid-template-columns: 60px 1.15fr .8fr 120px; gap: 34px; align-items: center;
  min-height: 206px; padding: 34px 0; border-bottom: 1px solid var(--line);
}
.service-row:hover { background: rgba(255,255,255,.22); }
.service-number { align-self: start; color: #798084; font: 700 11px/1 var(--sans); }
.service-kicker { margin: 0 0 8px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-main h3 { margin: 0 0 14px; font: 400 clamp(29px, 3vw, 42px)/1 var(--serif); letter-spacing: -.035em; }
.service-main > p:last-child { max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; }
.service-row ul { margin: 0; padding: 0; list-style: none; color: #495156; font-size: 12px; line-height: 2; }
.service-row li::before { content: "—"; margin-right: 9px; color: #91989b; }
.service-row > a {
  align-self: end; justify-self: end; display: inline-flex; justify-content: space-between; width: 112px;
  border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 12px; font-weight: 750; text-decoration: none;
}
.service-row > a:hover { color: var(--blue); border-color: var(--blue); }
.integrity-note {
  max-width: 780px; margin: 38px 0 0 94px; padding-left: 18px; border-left: 2px solid var(--blue);
  color: var(--muted); font-size: 13px;
}
.integrity-note strong { color: var(--ink); }

.process-section { background: var(--ink); color: white; }
.section-heading.inverse { grid-template-columns: .48fr 1.3fr .65fr; }
.section-heading.inverse .eyebrow { color: #acb3b6; }
.section-heading.inverse h2 { max-width: 730px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid #546069; }
.process-grid li { min-height: 340px; padding: 22px 28px 28px; border-right: 1px solid #546069; display: flex; flex-direction: column; }
.process-grid li:first-child { border-left: 1px solid #546069; }
.process-grid > li > span { color: var(--signal); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.process-grid div { margin-top: auto; }
.process-grid h3 { margin: 0 0 12px; font: 400 25px/1.1 var(--serif); }
.process-grid p { margin: 0; color: #b8c0c4; font-size: 13px; }

.fit-section { display: grid; grid-template-columns: .78fr 1.35fr; gap: 10vw; }
.fit-heading .eyebrow { margin-bottom: 30px; }
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); }
.fit-grid > div { padding: 25px 28px 0 0; }
.fit-grid > div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.fit-symbol { display: block; margin-bottom: 72px; color: var(--blue); font-size: 28px; line-height: 1; }
.fit-grid h3 { margin: 0 0 25px; font: 400 25px/1.2 var(--serif); }
.fit-grid ul { margin: 0; padding: 0; list-style: none; }
.fit-grid li { position: relative; padding: 14px 0 14px 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.fit-grid li::before { content: "↳"; position: absolute; left: 0; color: var(--ink); }

.assessment-section { background: #e5e0d5; }
.assessment-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.assessment-copy { position: sticky; top: 120px; }
.assessment-copy > p:nth-of-type(2) { max-width: 420px; color: var(--muted); }
.contact-card { display: flex; align-items: center; gap: 12px; margin-top: 36px; padding-top: 24px; border-top: 1px solid #bbb6ab; }
.avatar, .admin-user > span {
  display: grid; place-items: center; width: 42px; height: 42px; background: var(--ink); color: white;
  font-size: 11px; font-weight: 800; letter-spacing: .06em;
}
.contact-card div { display: flex; flex-direction: column; }
.contact-card strong { font-size: 13px; }
.contact-card small { color: var(--muted); font-size: 11px; }
.online { margin-left: auto; color: var(--green); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.online i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.form-trust { margin: 25px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; line-height: 2; }
.form-trust li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }
.assessment-panel { position: relative; min-height: 640px; background: var(--paper-soft); padding: clamp(28px, 5vw, 58px); }
.progress-wrap > div:first-child { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.progress-track { position: relative; height: 2px; margin-top: 10px; background: #d8d3c9; }
.progress-track i { position: absolute; inset: 0 auto 0 0; width: 50%; background: var(--blue); transition: width .25s ease; }
.assessment-panel fieldset { margin: 44px 0 0; padding: 0; border: 0; }
.assessment-panel legend { margin: 0; padding: 0; font: 400 clamp(29px, 3vw, 38px)/1.1 var(--serif); letter-spacing: -.03em; }
.legend-note { margin: 9px 0 34px; color: var(--muted); font-size: 12px; }
.field { margin-bottom: 22px; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field label, .lead-actions label, .login-panel label {
  display: block; margin-bottom: 7px; color: #313a3e; font-size: 11px; font-weight: 750;
}
.field label small { color: #858b8e; font-weight: 500; }
input, select, textarea {
  width: 100%; border: 1px solid #bbb7ad; border-radius: 0; background: #fcfbf8; color: var(--ink);
  padding: 13px 14px; outline: none; transition: border-color .15s ease, box-shadow .15s ease;
}
input, select { height: 49px; }
textarea { resize: vertical; min-height: 125px; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(21,88,214,.12); }
input::placeholder, textarea::placeholder { color: #969b9e; }
.field-error { display: block; min-height: 17px; margin-top: 4px; color: #a42d2d; font-size: 10px; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #a42d2d; }
.form-next { width: 100%; margin-top: 9px; }
.consent { display: flex; gap: 11px; align-items: start; color: #4f575b; font-size: 11px; cursor: pointer; }
.consent input { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 1px; accent-color: var(--blue); }
.consent a { color: var(--blue); }
.consent-error { margin-left: 28px; }
.form-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 27px; }
.back-button { border: 0; background: none; color: var(--muted); font-size: 12px; font-weight: 700; }
.trap { position: absolute; left: -9999px; opacity: 0; }
.form-alert { margin-top: 20px; padding: 12px 14px; border-left: 3px solid #a42d2d; background: #f7e8e5; color: #812525; font-size: 12px; }
.form-success { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 520px; }
.success-mark { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 26px; background: var(--green); color: white; font-size: 20px; }
.form-success .eyebrow { color: var(--green); margin-bottom: 15px; }
.form-success h3 { max-width: 520px; margin: 0; font: 400 38px/1.1 var(--serif); }
.form-success h3 strong { color: var(--blue); }
.form-success p:not(.eyebrow) { max-width: 500px; color: var(--muted); }
.button-whatsapp { margin-top: 22px; background: var(--green); color: white; }
.form-success small { margin-top: 14px; color: var(--muted); }

.section-heading.compact { grid-template-columns: .48fr 1.4fr; }
.faq-list { width: min(850px, 100%); margin-left: auto; border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: flex; justify-content: space-between; gap: 25px; align-items: center;
  padding: 25px 0; list-style: none; font-weight: 650; cursor: pointer;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 690px; margin: -5px 0 26px; color: var(--muted); font-size: 14px; }

.site-footer { background: var(--ink); color: white; }
.footer-top { min-height: 290px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.footer-brand { color: white; font-size: 20px; }
.footer-top p { max-width: 370px; color: #abb3b7; font-size: 13px; }
.footer-cta {
  display: flex; justify-content: space-between; width: min(420px, 45vw); padding: 24px 0;
  border-bottom: 1px solid #828b90; font: 400 27px/1.1 var(--serif); text-decoration: none;
}
.footer-cta:hover { border-color: var(--signal); color: var(--signal); }
.footer-bottom {
  min-height: 72px; border-top: 1px solid #3c474e; display: flex; justify-content: space-between; align-items: center;
  color: #90999e; font-size: 10px;
}
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: white; }
.mobile-sticky-cta { display: none; }

.legal-main { max-width: 820px; padding-block: 90px 140px; }
.back-link { display: inline-block; margin-bottom: 70px; color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none; }
.legal-main h1 { max-width: 700px; margin: 0; font: 400 clamp(48px, 7vw, 78px)/.98 var(--serif); letter-spacing: -.05em; }
.legal-updated { margin: 20px 0 70px; color: var(--muted); font-size: 12px; }
.legal-main section { display: grid; grid-template-columns: 220px 1fr; gap: 40px; padding: 32px 0; border-top: 1px solid var(--line); }
.legal-main section h2 { margin: 0; font: 400 22px/1.2 var(--serif); }
.legal-main section p { margin: 0; color: var(--muted); font-size: 14px; }
.legal-main section a { color: var(--blue); }
.error-page { min-height: 100vh; display: grid; place-items: center; }
.error-page main { width: min(620px, calc(100% - 40px)); }
.error-page .brand { margin-bottom: 90px; }
.error-page h1 { margin: 0; font: 400 clamp(52px, 8vw, 88px)/1 var(--serif); }
.error-page main > p:not(.eyebrow) { color: var(--muted); margin-bottom: 30px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .desktop-nav, .nav-cta { display: none; }
  .nav-wrap { grid-template-columns: 1fr auto; }
  .menu-button {
    justify-self: end; display: grid; grid-template-columns: auto 20px; gap: 4px 10px;
    border: 0; background: none; padding: 8px 0; color: var(--ink); font-size: 12px; font-weight: 700;
  }
  .menu-button span { grid-row: 1 / 3; align-self: center; }
  .menu-button i { display: block; width: 20px; height: 1px; background: currentColor; }
  .mobile-menu {
    position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column;
    background: var(--paper); border-bottom: 1px solid var(--line); padding: 20px;
  }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 650; text-decoration: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 68px; padding-top: 72px; }
  .hero-copy { max-width: 700px; }
  .hero-studio { min-height: 520px; width: min(600px, 92%); margin-left: auto; }
  .section-heading, .section-heading.inverse { grid-template-columns: 1fr 2fr; gap: 35px; }
  .section-heading > p:last-child { grid-column: 2; }
  .service-row { grid-template-columns: 45px 1fr 150px; }
  .service-row ul { grid-column: 2; }
  .service-row > a { grid-column: 3; grid-row: 1 / 3; align-self: center; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li { min-height: 280px; border-bottom: 1px solid #546069; }
  .fit-section { grid-template-columns: 1fr; }
  .assessment-layout { grid-template-columns: 1fr; gap: 55px; }
  .assessment-copy { position: static; }
  .assessment-copy > p:nth-of-type(2) { max-width: 620px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 32px); }
  body { padding-bottom: 66px; }
  .nav-wrap { height: 67px; }
  .mobile-menu { top: 67px; }
  .hero { padding-block: 55px 70px; gap: 54px; }
  .hero h1 { font-size: clamp(48px, 15vw, 64px); }
  .hero-intro { margin-top: 25px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-top: 28px; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .hero-actions .text-link { width: fit-content; }
  .hero-notes { display: grid; gap: 7px; margin-top: 26px; }
  .hero-studio { min-height: 410px; width: calc(100% - 12px); box-shadow: 12px 12px 0 #d9d5ca; }
  .studio-grid { inset: 53px 18px 44px; }
  .node-brief { width: 57%; }
  .node-build { width: 60%; }
  .node-demo { width: 49%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid p { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); padding: 22px 0; }
  .proof-grid p:first-child { border-left: 0; }
  .section { padding-block: 84px; }
  .section-heading, .section-heading.inverse, .section-heading.compact { grid-template-columns: 1fr; gap: 15px; margin-bottom: 48px; }
  .section-heading .eyebrow { margin-top: 0; }
  .section-heading > p:last-child { grid-column: auto; margin-top: 7px; }
  .section-heading h2, .fit-heading h2, .assessment-copy h2 { font-size: 42px; }
  .service-row { grid-template-columns: 32px 1fr; gap: 15px; align-items: start; padding: 30px 0; }
  .service-main, .service-row ul, .service-row > a { grid-column: 2; }
  .service-row > a { grid-row: auto; justify-self: start; align-self: auto; margin-top: 12px; }
  .service-main h3 { font-size: 31px; }
  .integrity-note { margin-left: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 230px; border-left: 1px solid #546069; }
  .fit-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .fit-grid > div { padding-right: 0; }
  .fit-grid > div + div { margin-top: 55px; padding: 25px 0 0; border-left: 0; border-top: 1px solid var(--ink); }
  .fit-symbol { margin-bottom: 40px; }
  .assessment-panel { min-height: 0; margin-inline: -16px; padding: 30px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; gap: 16px; }
  .form-actions .button { width: 100%; justify-content: space-between; }
  .back-button { padding: 12px; }
  .form-success h3 { font-size: 31px; }
  .faq-list { margin: 0; }
  .faq-list summary { font-size: 14px; }
  .footer-top { min-height: 300px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .footer-cta { width: 100%; font-size: 24px; }
  .footer-bottom { min-height: 95px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 11px; }
  .mobile-sticky-cta {
    position: fixed; z-index: 35; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between;
    padding: 16px 18px calc(16px + env(safe-area-inset-bottom)); background: var(--blue); color: white;
    font-size: 13px; font-weight: 750; text-decoration: none;
  }
  .legal-page { padding-bottom: 0; }
  .legal-main { padding-block: 50px 90px; }
  .legal-main section { grid-template-columns: 1fr; gap: 12px; }
}

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