* { box-sizing: border-box; }

:root {
  --bg: #060b12;
  --surface: #0b131d;
  --surface-2: #0f1a27;
  --surface-3: #132131;
  --ink: #f3f7fb;
  --muted: #9cabb9;
  --accent: #46b8f5;
  --accent-2: #8ad9ff;
  --border: rgba(214, 235, 253, .16);
  --border-strong: rgba(214, 235, 253, .28);
  --success: #79e6b1;
  --radius-lg: 28px;
  --radius-md: 18px;
  --font-display: 'VT323', ui-monospace, monospace;
  --font-pixel: 'Silkscreen', ui-monospace, monospace;
  --font-body: 'Geist', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: 'Geist Mono', ui-monospace, monospace;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% -4%, rgba(70, 184, 245, .13), transparent 27rem),
    radial-gradient(circle at 92% 18%, rgba(70, 184, 245, .07), transparent 24rem),
    var(--bg);
  font-family: var(--font-body);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent-2); outline-offset: 4px; }

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 48px;
}

.topbar {
  min-height: 70px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 10px 12px 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  width: fit-content;
}
.logo-mark { display: block; flex: none; }
.brand span { display: grid; line-height: 1.08; }
.brand strong {
  font-family: var(--font-display);
  font-size: 1.72rem;
  font-weight: 400;
  letter-spacing: .01em;
}
.brand small { color: var(--muted); font-size: .72rem; }
.topbar nav { display: flex; align-items: center; gap: 24px; }
.topbar nav a {
  color: var(--muted);
  font-size: .88rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s ease;
}
.topbar nav a:hover { color: var(--ink); }
.topbar-cta {
  justify-self: end;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 17px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  font-size: .86rem;
  font-weight: 650;
  text-decoration: none;
}

.hero,
.trust-bar,
.audience-strip,
.section,
.demo-section,
.story-section,
.extensions,
.faq,
.final-cta {
  margin: 18px 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(11, 19, 29, .74);
  box-shadow: 0 24px 90px rgba(0,0,0,.22);
}

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: clamp(32px, 5vw, 70px);
  padding: clamp(34px, 6vw, 76px);
  overflow: hidden;
  position: relative;
}
.hero::after {
  content: '';
  position: absolute;
  width: 340px;
  height: 340px;
  right: -180px;
  top: -190px;
  border-radius: 999px;
  background: rgba(70,184,245,.18);
  filter: blur(50px);
  pointer-events: none;
}
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow {
  display: inline-block;
  color: var(--accent-2);
  font-family: var(--font-pixel);
  font-size: .75rem;
  line-height: 1.5;
  letter-spacing: .06em;
  text-transform: uppercase;
}
h1, h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .9;
  text-wrap: balance;
}
h1 {
  margin-top: 14px;
  font-size: clamp(4.5rem, 8.7vw, 7.5rem);
}
h1 em { color: var(--accent); font-style: normal; }
/* Typewriter elegante: il testo occupa già lo spazio finale, quindi nulla salta. */
h1[data-typewriter] .tw-line { color: inherit; }
h1[data-typewriter] em.tw-line { color: var(--accent); }
h1[data-typewriter] .tw-word {
  display: inline-block;
  white-space: nowrap;
}
h1[data-typewriter] .tw-char {
  position: relative;
  opacity: 0;
  filter: blur(2px);
  transition: opacity .1s ease-out, filter .12s ease-out;
}
h1[data-typewriter] .tw-char.is-visible {
  opacity: 1;
  filter: blur(0);
}
h1[data-typewriter] .tw-char.tw-current::after {
  content: '';
  position: absolute;
  top: .12em;
  right: -.06em;
  width: 2px;
  height: .68em;
  border-radius: 2px;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(70,184,245,.6);
  animation: blink .65s steps(1) infinite;
  pointer-events: none;
}
.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;
}
h2 { font-size: clamp(3.1rem, 5.8vw, 5.1rem); }
h3 { margin: 0; line-height: 1.18; }
@keyframes blink { 50% { opacity: 0; } }

.hero-lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: #d4dde6;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.55;
  text-wrap: pretty;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.primary-cta,
.secondary-cta {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.primary-cta {
  color: #041019;
  background: var(--accent);
  box-shadow: 0 0 0 1px rgba(255,255,255,.18) inset, 0 16px 50px rgba(70,184,245,.2);
}
.secondary-cta {
  color: var(--ink);
  border: 1px solid var(--border-strong);
  background: rgba(255,255,255,.035);
}
.primary-cta:hover, .secondary-cta:hover, .topbar-cta:hover { transform: translateY(-2px); }
.hero-assurance {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 19px 0 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.5;
}
.hero-assurance span {
  width: 8px;
  height: 8px;
  flex: none;
  margin-top: .38rem;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 16px rgba(121,230,177,.6);
}
.hero-visual { align-self: stretch; min-height: 470px; }
.hero-visual figure {
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: 22px;
  background: var(--surface-2);
}
.hero-visual figure::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 22px;
  box-shadow: inset 0 -80px 90px rgba(4,10,16,.42);
  pointer-events: none;
}
.hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 55% center; }
.flow-badge {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 15px;
  background: rgba(4,10,16,.86);
  backdrop-filter: blur(14px);
  font-family: var(--font-mono);
  font-size: .72rem;
  color: #dce9f4;
}
.flow-badge b { color: var(--accent); }

.trust-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  background: var(--border);
  gap: 1px;
}
.trust-bar div { padding: 24px 26px; background: var(--surface); }
.trust-bar strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}
.trust-bar span { display: block; margin-top: 7px; color: var(--muted); font-size: .84rem; line-height: 1.4; }

.audience-strip {
  display: grid;
  grid-template-columns: .38fr 1.62fr;
  align-items: center;
  gap: 28px;
  padding: 25px 30px;
  background: rgba(70,184,245,.055);
}
.audience-strip p { margin: 0; color: #c8d3dd; font-size: 1.02rem; }

.section, .faq { padding: clamp(32px, 5vw, 60px); }
.section-heading { max-width: 760px; margin-bottom: 32px; }
.section-heading.compact { max-width: 820px; }
.section-heading h2 { margin-top: 12px; }
.section-heading > p { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface-2);
}
.step-card figure { height: 235px; margin: 0; overflow: hidden; background: #101923; }
.step-card figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.step-card:nth-child(2) figure img { object-position: center; }
.step-body { padding: 22px 22px 25px; }
.step-num { color: var(--accent-2); font-family: var(--font-pixel); font-size: .7rem; }
.step-body h3 { margin-top: 11px; font-size: 1.18rem; }
.step-body p { margin: 10px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.58; }
.product-card {
  height: 235px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  background: #f6f8fa;
  color: #14202b;
}
.product-card > img { width: 100%; height: 100%; object-fit: cover; }
.product-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 17px;
}
.product-card-copy span { color: #145b7e; font-family: var(--font-pixel); font-size: .5rem; }
.product-card-copy strong { margin-top: 8px; font-size: .85rem; line-height: 1.25; }
.product-card-copy small { margin-top: 7px; color: #4f5c66; font-size: .66rem; }
.product-card-copy i {
  width: fit-content;
  margin-top: 14px;
  border-radius: 999px;
  padding: 6px 8px;
  color: #0d5c80;
  background: #dceff8;
  font-size: .56rem;
  font-style: normal;
  font-weight: 700;
}

.demo-section {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
  padding: clamp(32px, 5vw, 60px);
}
.demo-copy h2 { margin-top: 12px; }
.demo-copy > p { color: var(--muted); max-width: 500px; }
.demo-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  font-size: .8rem;
}
.chat-demo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--border-strong);
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 10%, rgba(70,184,245,.1), transparent 14rem),
    #07101a;
}
.chat-head {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 4px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border);
}
.chat-head div { display: grid; }
.chat-head strong { font-size: .92rem; }
.chat-head span { color: var(--muted); font-size: .72rem; }
.msg {
  width: fit-content;
  max-width: 82%;
  margin: 0;
  border-radius: 16px;
  padding: 11px 14px;
  font-size: .88rem;
  line-height: 1.45;
}
.msg.me { align-self: flex-end; color: #04121b; background: var(--accent); border-bottom-right-radius: 5px; }
.msg.bot { align-self: flex-start; color: #dce6ee; background: #142433; border-bottom-left-radius: 5px; }
.msg.bot strong { color: var(--accent-2); }

.benefit-list { border-top: 1px solid var(--border); }
.benefit-list article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  padding: 27px 0;
  border-bottom: 1px solid var(--border);
}
.benefit-list article > span { color: var(--accent); font-family: var(--font-display); font-size: 2.4rem; line-height: 1; }
.benefit-list h3 { font-size: 1.18rem; }
.benefit-list p { margin: 7px 0 0; color: var(--muted); max-width: 760px; }

.story-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(32px, 5vw, 60px);
  background: linear-gradient(145deg, rgba(70,184,245,.07), rgba(11,19,29,.8) 45%);
}
.story-section h2 { margin-top: 12px; }
.story-copy > p { margin: 0 0 17px; color: #c6d2dc; font-size: 1.02rem; }
.story-proof {
  display: grid;
  gap: 3px;
  margin-top: 26px;
  padding: 20px 22px;
  border: 1px solid var(--border-strong);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}
.story-proof strong { color: var(--accent-2); }
.story-proof span { color: var(--muted); font-size: .9rem; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: var(--border); }
.feature-grid article { min-height: 155px; padding: 25px; background: var(--surface-2); }
.feature-grid h3 { font-size: 1.08rem; }
.feature-grid p { margin: 10px 0 0; color: var(--muted); font-size: .91rem; }

.extensions {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(32px, 5vw, 60px);
}
.extensions h2 { margin-top: 12px; }
.extensions > p { margin: 0; color: #c5d1dc; font-size: 1.04rem; }

.faq-list { border-top: 1px solid var(--border); }
details { border-bottom: 1px solid var(--border); }
summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-weight: 650;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; color: var(--accent); font-family: var(--font-mono); font-size: 1.45rem; font-weight: 400; }
details[open] summary::after { content: '−'; }
details p { max-width: 820px; margin: 0; padding: 0 0 24px; color: var(--muted); }

.final-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(45px, 8vw, 92px) clamp(25px, 6vw, 70px);
  background:
    radial-gradient(circle at 50% 105%, rgba(70,184,245,.22), transparent 24rem),
    var(--surface);
}
.final-cta .eyebrow { margin-top: 20px; }
.final-cta h2 { max-width: 820px; margin-top: 11px; }
.final-cta p { max-width: 680px; margin: 20px auto 26px; color: #c7d3dd; font-size: 1.06rem; }
.final-cta small { margin-top: 14px; color: var(--muted); }

.site-footer {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 12px 0;
  color: var(--muted);
  font-size: .83rem;
}
.footer-brand { display: inline-flex; align-items: center; gap: 9px; }
.footer-links { display: inline-flex; align-items: center; gap: 18px; }
.site-footer a { color: var(--accent-2); text-decoration: none; }

.cta-fixed {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  border-radius: 999px;
  background: var(--accent);
  color: #041019;
  box-shadow: 0 0 0 6px rgba(70,184,245,.11), 0 18px 55px rgba(0,0,0,.42);
  font-size: .88rem;
  font-weight: 750;
  white-space: nowrap;
  text-decoration: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform .2s ease, box-shadow .2s ease;
}
.cta-fixed:hover,
.cta-fixed:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 0 0 7px rgba(70,184,245,.14), 0 20px 60px rgba(0,0,0,.5);
}

/* Neon distribuito: statico sui contenuti, più vivo solo sugli elementi attivi. */
.logo-mark {
  filter: drop-shadow(0 0 7px rgba(70,184,245,.42)) drop-shadow(0 0 18px rgba(70,184,245,.16));
}
.eyebrow,
.step-num,
.trust-bar strong,
.benefit-list article > span,
.site-footer a {
  text-shadow: 0 0 9px rgba(138,217,255,.5), 0 0 24px rgba(70,184,245,.2);
}
h1 em {
  text-shadow: 0 0 12px rgba(70,184,245,.58), 0 0 38px rgba(70,184,245,.28);
}
h2 {
  text-shadow: 0 0 26px rgba(70,184,245,.12);
}
.hero,
.trust-bar,
.audience-strip,
.section,
.demo-section,
.story-section,
.extensions,
.faq,
.final-cta {
  box-shadow:
    inset 0 1px 0 rgba(138,217,255,.055),
    0 24px 90px rgba(0,0,0,.24),
    0 0 36px rgba(70,184,245,.035);
}
.hero {
  border-color: rgba(138,217,255,.28);
  box-shadow:
    inset 0 1px 0 rgba(138,217,255,.1),
    0 28px 100px rgba(0,0,0,.3),
    0 0 62px rgba(70,184,245,.09);
}
.hero-visual figure,
.step-card,
.chat-demo,
.story-proof {
  box-shadow: inset 0 0 0 1px rgba(138,217,255,.045), 0 0 28px rgba(70,184,245,.055);
}
.flow-badge {
  border-color: rgba(138,217,255,.42);
  box-shadow: 0 0 0 1px rgba(70,184,245,.08), 0 0 24px rgba(70,184,245,.2), 0 14px 35px rgba(0,0,0,.4);
}
.flow-badge b,
.msg.bot strong,
.story-proof strong,
.chat-head span {
  text-shadow: 0 0 10px rgba(70,184,245,.52);
}
.step-card {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.msg.me {
  box-shadow: 0 0 18px rgba(70,184,245,.14);
}
.msg.bot {
  box-shadow: inset 0 0 0 1px rgba(138,217,255,.045);
}
.benefit-list article,
details {
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
details[open] {
  border-bottom-color: rgba(138,217,255,.34);
  box-shadow: inset 0 -1px 0 rgba(70,184,245,.13), 0 10px 34px rgba(70,184,245,.035);
}
details[open] summary {
  color: var(--accent-2);
  text-shadow: 0 0 14px rgba(70,184,245,.3);
}
.final-cta {
  border-color: rgba(138,217,255,.26);
  box-shadow: inset 0 1px 0 rgba(138,217,255,.1), 0 0 70px rgba(70,184,245,.09), 0 30px 90px rgba(0,0,0,.3);
}
.cta-fixed {
  animation: neon-breathe 3.8s ease-in-out infinite;
}
.hero-assurance span {
  animation: neon-status 2.8s ease-in-out infinite;
}
@keyframes neon-breathe {
  0%, 100% { box-shadow: 0 0 0 6px rgba(70,184,245,.1), 0 0 24px rgba(70,184,245,.24), 0 18px 55px rgba(0,0,0,.42); }
  50% { box-shadow: 0 0 0 8px rgba(70,184,245,.14), 0 0 38px rgba(70,184,245,.36), 0 18px 55px rgba(0,0,0,.42); }
}
@keyframes neon-status {
  0%, 100% { box-shadow: 0 0 12px rgba(121,230,177,.48); }
  50% { box-shadow: 0 0 22px rgba(121,230,177,.82); }
}
@media (hover: hover) {
  .step-card:hover {
    transform: translateY(-3px);
    border-color: rgba(138,217,255,.4);
    box-shadow: inset 0 0 0 1px rgba(138,217,255,.07), 0 0 35px rgba(70,184,245,.12), 0 22px 50px rgba(0,0,0,.24);
  }
  .benefit-list article:hover {
    border-bottom-color: rgba(138,217,255,.3);
    background: linear-gradient(90deg, rgba(70,184,245,.045), transparent 72%);
  }
}

/* Contenuto visibile senza JavaScript; le animazioni si attivano solo quando JS è pronto. */
.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 0; transform: translateY(16px); }
.js-ready .reveal.is-visible { opacity: 1; transform: none; transition: opacity .62s ease, transform .62s cubic-bezier(.2,.78,.2,1); }

@media (max-width: 900px) {
  .topbar { grid-template-columns: 1fr auto; }
  .topbar nav { display: none; }
  .hero, .demo-section, .story-section, .extensions { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 420px; }
  .steps { grid-template-columns: 1fr; }
  .step-card { display: grid; grid-template-columns: .82fr 1.18fr; }
  .step-card figure, .product-card { height: 100%; min-height: 260px; }
  .audience-strip { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 620px) {
  .page-shell { width: min(100% - 20px, 1180px); padding-top: 10px; }
  .topbar { min-height: 62px; padding: 6px 4px 12px; gap: 12px; }
  .brand small { display: none; }
  .topbar-cta { min-height: 42px; padding-inline: 13px; font-size: .76rem; }
  .hero,
  .section,
  .demo-section,
  .story-section,
  .extensions,
  .faq,
  .final-cta { border-radius: 22px; }
  .hero { gap: 30px; padding: 28px 22px 22px; }
  h1 { font-size: clamp(3.55rem, 16vw, 4.5rem); }
  h2 { font-size: clamp(2.85rem, 12.5vw, 3.65rem); }
  .hero-lead { margin-top: 20px; font-size: 1.03rem; }
  .cta-row { display: grid; }
  .primary-cta, .secondary-cta { width: 100%; }
  .hero-assurance { font-size: .8rem; }
  .hero-visual { min-height: 350px; }
  .hero-visual figure, .hero-visual figure::after { border-radius: 18px; }
  .flow-badge { left: 12px; right: 12px; bottom: 12px; gap: 6px; padding-inline: 9px; font-size: .7rem; }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-bar div { padding: 19px 21px; }
  .trust-bar strong { font-size: 2.15rem; }
  .audience-strip { padding: 22px; }
  .section, .demo-section, .story-section, .extensions, .faq { padding: 28px 22px; }
  .section-heading { margin-bottom: 25px; }
  .steps { gap: 13px; }
  .step-card { display: block; }
  .step-card figure, .product-card { height: 225px; min-height: 0; }
  .product-card { grid-template-columns: .92fr 1.08fr; }
  .chat-demo { padding: 15px; border-radius: 17px; }
  .msg { max-width: 92%; font-size: .82rem; }
  .benefit-list article { grid-template-columns: 48px 1fr; gap: 13px; }
  .benefit-list article > span { font-size: 2rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 0; }
  .final-cta { padding: 50px 22px; }
  .site-footer { align-items: flex-start; flex-direction: column; padding: 18px 5px 0; }
  .cta-fixed { left: auto; right: 14px; bottom: 14px; min-height: 48px; padding: 11px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .js-ready .reveal, .js-ready .reveal.is-visible { opacity: 1; transform: none; transition: none; }
  .primary-cta, .secondary-cta, .topbar-cta, .cta-fixed { transition: none; }
  .cta-fixed, .hero-assurance span { animation: none; }
}
