:root {
  --paper: #fff8ec;
  --paper-deep: #f5ead7;
  --white: #fffdf8;
  --ink: #122448;
  --muted: #667086;
  --coral: #f05d4e;
  --coral-dark: #d9473d;
  --yellow: #f7c84a;
  --mint: #bfe6d0;
  --line: rgba(18, 36, 72, 0.13);
  --shadow: 0 24px 70px -38px rgba(18, 36, 72, 0.42);
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 6%, rgba(247, 200, 74, 0.18), transparent 24rem),
    radial-gradient(circle at 94% 26%, rgba(191, 230, 208, 0.28), transparent 28rem),
    var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", system-ui, sans-serif;
}

button, input { font: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.home-header,
.home-hero,
.trust-explainer,
.visual-story,
.difference-section,
.closing-section,
.trust-mini,
.home-footer {
  width: min(calc(100% - 40px), 1280px);
  margin-inline: auto;
}

.home-header {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.home-brand img { width: 46px; height: 46px; object-fit: contain; }
.home-brand span { display: grid; gap: 2px; }
.home-brand strong { font-size: 20px; line-height: 1; letter-spacing: 0.15em; }
.home-brand small { color: var(--muted); font-size: 11px; font-weight: 700; }

.home-nav { display: flex; align-items: center; gap: 14px; position: relative; }
.nav-how,
.nav-primary {
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.nav-how { padding: 10px 8px; }
.nav-how:hover { color: var(--coral-dark); }
.nav-primary {
  padding: 12px 18px;
  color: white;
  background: var(--coral);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 12px 26px -18px rgba(217, 71, 61, 0.9);
}
.nav-primary:hover { background: var(--coral-dark); }
.home-menu-button {
  width: 42px;
  height: 42px;
  display: none;
  place-content: center;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}
.home-menu-button span { width: 17px; height: 2px; margin: 2px auto; display: block; background: var(--ink); }
.home-menu {
  position: absolute;
  z-index: 20;
  top: 52px;
  right: 0;
  min-width: 240px;
  padding: 10px;
  display: grid;
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.home-menu a { padding: 11px 12px; text-decoration: none; border-radius: 10px; }
.home-menu a:hover { background: var(--paper); }
.home-menu .home-menu-try { margin-top: 5px; color: white; background: var(--coral); }

.home-hero {
  min-height: 720px;
  padding-block: 56px 50px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(510px, 1.05fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}
.eyebrow {
  margin-bottom: 18px;
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow span { margin-right: 7px; color: var(--coral); font-size: 9px; }
.hero-copy { position: relative; z-index: 3; }
.hero-copy h1 {
  margin-bottom: 22px;
  max-width: 720px;
  font-size: clamp(54px, 5.8vw, 82px);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.hero-copy h1 em,
.section-heading h2 em,
.difference-copy h2 em { color: var(--coral); font-weight: inherit; font-style: normal; }
.hero-lead { max-width: 620px; margin-bottom: 14px; color: #46536d; font-size: clamp(17px, 1.55vw, 20px); line-height: 1.56; }
.hero-proof { margin-bottom: 22px; color: var(--ink); font-size: 15px; line-height: 1.45; }
.hero-proof strong { color: var(--coral-dark); }
.hero-examples { margin-bottom: 22px; display: flex; flex-wrap: wrap; gap: 7px; }
.hero-examples button {
  min-height: 36px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #46536d;
  background: rgba(255, 253, 248, 0.6);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}
.hero-examples svg { width: 15px; height: 15px; flex: 0 0 auto; fill: none; stroke: var(--coral); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.hero-examples button:hover { border-color: rgba(240, 93, 78, 0.48); transform: translateY(-1px); }
.hero-examples button.is-active { color: var(--coral-dark); background: #fff2e9; border-color: rgba(240, 93, 78, 0.48); }
.hero-examples button:focus-visible { outline: 3px solid rgba(240, 93, 78, 0.24); outline-offset: 2px; }
.hero-actions { width: min(100%, 550px); display: grid; gap: 9px; }
.hero-free { margin: 0; display: flex; justify-content: center; gap: 6px; line-height: 1.25; }
.hero-free strong { color: var(--coral-dark); font-size: 14px; }
.hero-free span { color: var(--muted); font-size: 11px; }
.home-button {
  min-height: 54px;
  padding: 15px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: white;
  background: var(--coral);
  border-radius: 12px;
  box-shadow: 0 14px 32px -18px rgba(217, 71, 61, 0.85);
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}
.home-button:hover { background: var(--coral-dark); transform: translateY(-2px); }
.whatsapp-cta {
  width: 100%;
  min-height: 72px;
  padding: 10px 14px;
  justify-content: flex-start;
  gap: 13px;
  text-align: left;
  background: linear-gradient(105deg, #ed5147, #ff6c52);
  border: 1px solid rgba(217, 71, 61, 0.36);
  border-radius: 16px;
  box-shadow: 0 20px 34px -20px rgba(217, 71, 61, 0.9);
}
.whatsapp-cta-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
}
.whatsapp-cta-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-cta-copy { min-width: 0; display: grid; gap: 2px; flex: 1; }
.whatsapp-cta-copy strong { font-size: 17px; line-height: 1.15; }
.whatsapp-cta-copy small { color: rgba(255, 255, 255, 0.82); font-size: 11px; font-weight: 650; line-height: 1.3; }
.whatsapp-cta-arrow { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; font-size: 24px; }
.hero-quiz-link { color: var(--ink); font-size: 14px; font-weight: 800; text-underline-offset: 5px; }
.hero-quiz-link:hover { color: var(--coral-dark); }

.hero-visual { min-height: 610px; position: relative; display: flex; align-items: center; justify-content: flex-end; }
.hero-mascot {
  width: clamp(330px, 29vw, 420px);
  height: auto;
  position: absolute;
  z-index: 2;
  left: -27%;
  bottom: 0;
  filter: drop-shadow(0 24px 24px rgba(18, 36, 72, 0.14));
  pointer-events: none;
}
.hero-example {
  width: min(100%, 500px);
  min-height: 590px;
  overflow: hidden;
  color: var(--ink);
  background: #f5f1e8;
  border: 1px solid rgba(18, 36, 72, 0.12);
  border-radius: 24px;
  box-shadow: 0 32px 70px -38px rgba(18, 36, 72, 0.55);
}
.example-appbar { min-height: 74px; padding: 12px 18px; display: grid; grid-template-columns: auto 42px 1fr auto; gap: 10px; align-items: center; color: white; background: #14766f; }
.example-appbar img { width: 42px; height: 42px; object-fit: contain; background: white; border-radius: 50%; }
.example-appbar p { margin: 0; display: grid; }
.example-appbar strong { font-size: 15px; }
.example-appbar small { color: rgba(255,255,255,0.78); font-size: 10px; }
.example-back { font-size: 34px; font-weight: 300; line-height: 1; }
.example-more { letter-spacing: 0.08em; }
.example-topline { padding: 13px 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.example-topline span { color: var(--coral-dark); font-size: 10px; font-weight: 850; letter-spacing: 0.14em; }
.example-topline small { color: var(--muted); font-size: 10px; }
.chat-stack { padding: 13px 18px 18px; display: grid; gap: 11px; transition: opacity 150ms ease, transform 150ms ease; }
.chat-stack.is-changing { opacity: 0.34; transform: translateY(3px); }
.chat-bubble { width: 82%; padding: 11px 13px; border-radius: 15px; box-shadow: 0 5px 14px -12px rgba(18,36,72,0.8); }
.chat-bubble span { display: flex; align-items: center; gap: 5px; margin-bottom: 5px; font-size: 11px; font-weight: 850; }
.chat-bubble p { margin: 0; font-size: 13px; line-height: 1.43; }
.chat-user { justify-self: end; color: var(--ink); background: #d9f2e5; border-bottom-right-radius: 5px; }
.chat-sunny { color: var(--ink); background: white; border-bottom-left-radius: 5px; }
.chat-sunny span { color: var(--coral-dark); }
.chat-sunny i { color: var(--yellow); font-style: normal; }
.plan-preview {
  margin-top: 2px;
  padding: 16px;
  color: var(--ink);
  background: white;
  border: 1px solid rgba(18, 36, 72, 0.1);
  border-radius: 15px;
  box-shadow: 0 12px 24px -22px rgba(18,36,72,0.65);
}
.plan-preview small { display: block; color: var(--coral-dark); font-size: 9px; font-weight: 850; letter-spacing: 0.11em; }
.plan-preview > strong { display: block; margin: 4px 0 10px; font-size: 17px; line-height: 1.25; }
.plan-checks { margin: 0 0 10px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; list-style: none; }
.plan-checks li { min-width: 0; padding: 8px 6px; display: grid; justify-items: center; gap: 4px; text-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; }
.plan-checks li span { width: 21px; height: 21px; display: grid; place-items: center; color: white; background: #31b477; border-radius: 50%; font-size: 11px; font-weight: 900; }
.plan-checks b { font-size: 9px; line-height: 1.25; }
.plan-preview p { margin: 0 0 12px; color: #566078; font-size: 11px; line-height: 1.4; }
.example-approval { min-height: 42px; display: grid; place-items: center; color: white; background: var(--coral); border-radius: 10px; font-size: 13px; font-weight: 850; }

@media (min-width: 881px) {
  .plan-preview > small,
  .plan-preview > strong,
  .plan-checks,
  .plan-preview > p { margin-left: 88px; }
}

.trust-explainer {
  margin-bottom: 82px;
  padding: clamp(16px, 2.4vw, 28px);
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: var(--shadow);
}
.trust-explainer-art { margin: 0; position: relative; overflow: hidden; border-radius: 20px; background: #f6eadc; }
.trust-explainer-art img { width: 100%; height: auto; display: block; aspect-ratio: 3 / 2; object-fit: cover; }
.trust-explainer-art figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 11px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(18, 36, 72, 0.08);
  border-radius: 999px;
  box-shadow: 0 12px 28px -20px rgba(18, 36, 72, 0.6);
  font-size: 10px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.trust-explainer-copy .eyebrow { margin-bottom: 9px; }
.trust-explainer-copy > h2 { margin-bottom: 24px; max-width: 650px; font-size: clamp(28px, 3.2vw, 43px); line-height: 1.08; letter-spacing: -0.045em; }
.trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.trust-grid article { min-width: 0; padding: 14px; display: grid; grid-template-columns: 36px 1fr; gap: 10px; align-items: start; border: 1px solid rgba(18, 36, 72, 0.08); border-radius: 16px; background: rgba(255, 255, 255, 0.72); }
.trust-grid article > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; background: #fff0df; font-size: 17px; }
.trust-grid article:nth-child(2) > span { background: #fff4cc; }
.trust-grid article:nth-child(3) > span { background: #e7f5ff; }
.trust-grid article:nth-child(4) > span { background: #e7f7ef; }
.trust-grid h3 { margin: 0 0 4px; font-size: 13px; line-height: 1.25; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.data-details-link {
  margin-top: 15px;
  padding: 3px 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(18, 36, 72, 0.32);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.data-details-link:hover { color: var(--coral-dark); border-color: currentColor; }
.data-details-link:focus-visible { outline: 3px solid rgba(240, 93, 78, 0.24); outline-offset: 4px; }

.difference-copy h2,
.trust-section h2,
.closing-section h2 {
  margin-bottom: 20px;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 850;
  line-height: 1.07;
  letter-spacing: -0.045em;
}
.visual-story { margin-block: 0 88px; }
[data-landing-variant="1"] [data-landing-variant-only="2"],
[data-landing-variant="2"] [data-landing-variant-only="1"] { display: none; }
.visual-story-scroll {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.visual-story picture,
.visual-story img { width: 100%; display: block; }
.visual-story img { height: auto; }
.visual-story-scroll:focus-visible { outline: 4px solid rgba(240, 93, 78, 0.24); outline-offset: 4px; }
.visual-story-hint { display: none; }

.difference-section {
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  overflow: hidden;
  color: white;
  background: var(--ink);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.difference-art { min-width: 0; display: block; overflow: hidden; border-radius: 18px; }
.difference-art img { width: 100%; height: auto; display: block; }
.difference-copy { padding: clamp(20px, 3vw, 42px) clamp(16px, 3vw, 36px) clamp(20px, 3vw, 42px) 0; }
.difference-copy .eyebrow { color: var(--yellow); }
.difference-copy > p:not(.eyebrow, .difference-rhythm) { margin: 0; max-width: 520px; color: #c4cada; font-size: 17px; line-height: 1.65; }
.difference-rhythm { margin: 25px 0 0; display: flex; flex-wrap: wrap; gap: 7px; color: white; font-size: 13px; font-weight: 800; }
.difference-rhythm span,
.difference-rhythm strong { padding: 8px 11px; border: 1px solid rgba(255,255,255,0.14); border-radius: 999px; background: rgba(255,255,255,0.07); }
.difference-rhythm strong { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }

.text-button { padding: 0; color: var(--ink); background: none; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; }

.closing-section { margin-bottom: 34px; padding: 74px 30px; text-align: center; border: 1px solid var(--line); border-radius: 26px; background: rgba(255, 253, 248, 0.7); }
.closing-sun { width: 64px; height: 64px; margin: 0 auto 20px; display: grid; place-items: center; color: white; background: var(--coral); border-radius: 50%; font-size: 32px; }
.closing-section > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }

.trust-mini {
  margin-bottom: 40px;
  padding: 22px 4px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-mini .eyebrow { margin-bottom: 5px; font-size: 9px; }
.trust-mini h2 { margin: 0; font-size: clamp(18px, 2vw, 22px); line-height: 1.2; letter-spacing: -0.02em; }
.trust-mini > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; text-align: right; }
.trust-mini a { color: var(--coral-dark); font-weight: 750; }
.trust-mini .text-button { margin-left: 8px; color: var(--muted); font-size: 12px; }

.home-footer { padding-block: 26px 40px; display: grid; grid-template-columns: 1fr auto auto; gap: 24px; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.home-footer p { margin: 0; }
.home-footer a { text-underline-offset: 3px; }
.footer-brand img { width: 38px; height: 38px; }
.footer-brand strong { font-size: 16px; }

.privacy-dialog { width: min(calc(100% - 32px), 580px); padding: 34px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.privacy-dialog::backdrop { background: rgba(18, 36, 72, 0.56); backdrop-filter: blur(4px); }
.privacy-dialog h2 { margin-bottom: 16px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.privacy-dialog p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.privacy-dialog h3 { margin: 18px 0 4px; font-size: 15px; }
.privacy-dialog a { color: var(--coral-dark); font-weight: 800; }
.dialog-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 500ms ease, transform 500ms ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 880px) {
  .home-hero { grid-template-columns: 1fr; padding-top: 54px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-proof { margin-inline: auto; }
  .hero-examples, .hero-actions { justify-content: center; }
  .hero-visual { width: min(100%, 680px); min-height: 610px; margin-inline: auto; }
  .hero-example { width: min(82%, 500px); margin-left: auto; }
  .hero-mascot { left: 0; }
  .trust-explainer { grid-template-columns: 1fr; }
  .trust-explainer-art { max-height: 420px; }
  .difference-section { grid-template-columns: 1fr; }
  .home-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .home-header, .home-hero, .trust-explainer, .difference-section, .closing-section, .trust-mini, .home-footer { width: min(calc(100% - 28px), 1280px); }
  .home-header { min-height: 72px; }
  .home-brand small { display: none; }
  .home-brand img { width: 40px; height: 40px; }
  .nav-how, .nav-primary { display: none; }
  .home-menu-button { display: grid; }
  .home-hero { min-height: 0; padding-block: 34px 44px; display: block; position: relative; }
  .hero-copy { position: relative; z-index: 3; text-align: left; }
  .hero-copy h1 { max-width: 100%; margin-bottom: 15px; font-size: clamp(38px, 10.8vw, 44px); line-height: 0.96; }
  .hero-copy h1 br { display: none; }
  .hero-lead { max-width: 55%; margin-inline: 0; margin-bottom: 11px; font-size: 13px; line-height: 1.45; }
  .hero-proof { max-width: 57%; margin-inline: 0; margin-bottom: 22px; font-size: 12px; line-height: 1.4; }
  .hero-actions { display: grid; gap: 9px; }
  .hero-cta { width: 100%; min-height: 66px; padding: 8px 12px; }
  .whatsapp-cta-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .whatsapp-cta-copy strong { font-size: 16px; }
  .whatsapp-cta-copy small { font-size: 10px; }
  .hero-free { justify-self: center; text-align: center; }
  .hero-examples { width: 100%; margin-top: 6px; justify-content: flex-start; }
  .hero-visual { width: 210px; min-height: 270px; margin: 0; position: absolute; z-index: 1; top: 190px; right: -4px; display: block; }
  .hero-example { width: 500px; min-height: 590px; margin: 0; position: absolute; top: 0; right: 0; border-radius: 24px; transform: scale(0.39); transform-origin: top right; }
  .hero-mascot { width: 148px; left: 8px; bottom: -6px; }
  .trust-explainer { margin-bottom: 64px; padding: 12px; gap: 20px; border-radius: 22px; }
  .trust-explainer-art { border-radius: 15px; }
  .trust-explainer-art figcaption { right: 8px; bottom: 8px; }
  .trust-explainer-copy { padding: 0 5px 8px; }
  .trust-explainer-copy > h2 { margin-bottom: 18px; font-size: 29px; }
  .trust-grid { grid-template-columns: 1fr; gap: 8px; }
  .trust-grid article { padding: 12px; }
  .visual-story { width: 100%; margin-bottom: 64px; }
  .visual-story-scroll { overflow-x: auto; border-radius: 0; scroll-snap-type: x proximity; scrollbar-width: thin; }
  .visual-story picture { width: 500px; max-width: none; scroll-snap-align: start; }
  .visual-story img { width: 500px; max-width: none; }
  .visual-story-hint { width: calc(100% - 28px); margin: 10px auto 0; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
  .difference-section { padding: 10px; border-radius: 20px; }
  .difference-art { border-radius: 13px; }
  .difference-copy { padding: 24px 12px 28px; }
  .difference-copy h2, .closing-section h2 { font-size: 38px; }
  .closing-section { padding: 56px 20px; }
  .trust-mini { padding: 18px 0; grid-template-columns: 1fr; gap: 9px; }
  .trust-mini h2 { font-size: 18px; }
  .trust-mini > p { font-size: 12px; text-align: left; }
  .trust-mini .text-button { margin-left: 6px; }
  .home-footer { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
