/* ============================================================
   "O Tomate que Faz Parte" — Variação B (Vivo)
   Layout + componentes por seção + responsivo
   ============================================================ */

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--teal-deep);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 4px; }

/* ---------- Helpers ---------- */
.container { max-width: var(--container); margin: 0 auto; }
.container--narrow { max-width: 880px; }
.section { padding: 80px var(--pad-x) 110px; position: relative; }
.lime { color: var(--lime); }

/* eyebrow / label */
.eyebrow {
  font-family: var(--font-label);
  font-size: 12px; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase;
  display: inline-block;
}
.eyebrow--tomato { color: var(--tomato); }
.eyebrow--amber { color: var(--amber); }

/* section heading */
.h2 {
  font-family: var(--font-title);
  font-weight: 700; font-size: 60px; line-height: 1.04;
  letter-spacing: -0.035em; margin: 20px 0 0;
}
.h2--teal { color: var(--teal-deep); }
.h2--cream { color: var(--cream); }
.italic-accent {
  font-family: var(--font-italic); font-style: italic; font-weight: 500;
  display: inline-block;
}
.italic-accent--tomato { color: var(--tomato); }
.italic-accent--lime { color: var(--lime); }
.italic-accent--cream { color: var(--cream); }
.italic-accent--sm { font-size: 0.72em; }

.head--center { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.head__sub {
  margin: 22px 0 0; font-size: 18px; line-height: 1.6;
  color: var(--teal); opacity: 0.82;
}

/* ---------- Buttons / links ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 800; text-decoration: none;
  border-radius: var(--r-btn); cursor: pointer; border: none;
  transition: transform .15s cubic-bezier(.2,.9,.3,1.2),
              box-shadow .15s ease, background-color .15s ease;
}
.btn svg { transition: transform .15s ease; }
.btn:hover svg { transform: translateX(3px); }
.btn:active { transform: translateY(4px); }

.btn--cream { background: var(--cream); color: var(--tomato); font-size: 17px; padding: 20px 28px; }
.btn--tomato { background: var(--tomato); color: var(--cream); font-size: 16px; padding: 18px 26px; border-radius: var(--r-btn-sm); }
.btn--tomato:hover { background: #d8565a; }

.btn--stack-teal { box-shadow: var(--shadow-stack-teal); }
.btn--stack-teal:hover { box-shadow: 0 11px 0 0 var(--teal-deep), 0 20px 34px -16px rgba(0,0,0,.45); transform: translateY(2px); }
.btn--stack-teal:active { box-shadow: 0 6px 0 0 var(--teal-deep), 0 12px 24px -14px rgba(0,0,0,.45); }

.btn--stack-tomato { box-shadow: var(--shadow-stack-tomato); }
.btn--stack-tomato:hover { box-shadow: 0 7px 0 -2px var(--tomato-deep), 0 16px 26px -10px rgba(0,0,0,.4); transform: translateY(2px); }
.btn--stack-tomato:active { box-shadow: 0 4px 0 -2px var(--tomato-deep), 0 10px 18px -10px rgba(0,0,0,.4); }

.pill-btn {
  background: var(--tomato); color: var(--cream);
  padding: 10px 18px; border-radius: var(--r-pill);
  font-weight: 700; text-decoration: none; font-size: 13px; letter-spacing: 0.02em;
  transition: background-color .15s ease, transform .15s ease;
}
.pill-btn:hover { background: #d8565a; transform: translateY(-1px); }
.pill-btn:active { transform: translateY(1px); }

.link-underline {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 14px; text-decoration: none;
  color: var(--cream); padding: 18px 4px;
  border-bottom: 2px solid rgba(250,243,227,0.5);
  transition: border-color .15s ease, opacity .15s ease;
}
.link-underline:hover { border-bottom-color: var(--cream); }
.link-underline--light { border: none; text-decoration: underline; text-underline-offset: 4px; opacity: 0.95; }
.link-underline--light:hover { opacity: 1; }

/* ============================================================
   STICKY BAR
   ============================================================ */
.sticky-bar {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 14px var(--pad-x);
  background: var(--teal-deep); color: var(--cream);
  font-size: 13px; border-bottom: 1px solid rgba(250,243,227,0.12);
}
.sticky-bar p { margin: 0; }
.sticky-bar__left { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.sticky-bar__right { display: flex; align-items: center; gap: 18px; }
.sticky-bar strong { font-weight: 700; }
.sticky-bar .muted { opacity: 0.72; }
.dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--amber); box-shadow: 0 0 0 4px rgba(240,169,58,0.22);
  flex-shrink: 0;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
  background: var(--tomato); color: var(--cream);
  padding: 70px var(--pad-x) 90px;
}
.hero__circle { position: absolute; border-radius: 50%; pointer-events: none; }
.hero__circle--a { right: -160px; top: -160px; width: 620px; height: 620px; background: var(--tomato-bright); opacity: 0.2; }
.hero__circle--b { left: -120px; bottom: -180px; width: 460px; height: 460px; background: var(--tomato-deep); opacity: 0.3; }

.hero__nav {
  position: relative; display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 56px; max-width: var(--container); margin-left: auto; margin-right: auto;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.brand__mark {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--cream); color: var(--tomato);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-label); font-weight: 800; font-size: 22px;
}
.brand__logo { height: 40px; width: auto; display: block; }
.brand__name { font-weight: 800; font-size: 18px; }
.brand__sub { opacity: 0.6; font-weight: 500; }
.hero__links { display: flex; gap: 30px; font-size: 14px; font-weight: 600; }
.hero__links a { text-decoration: none; opacity: 0.9; transition: opacity .15s ease; }
.hero__links a:hover { opacity: 1; }

.hero__grid {
  position: relative; display: grid;
  grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center;
}
.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px; background: rgba(250,243,227,0.16); border-radius: var(--r-pill);
  font-family: var(--font-label); font-size: 12px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.eyebrow-pill__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }

.hero__title {
  font-family: var(--font-title); font-weight: 800;
  font-size: 80px; line-height: 1; letter-spacing: -0.04em;
  margin: 24px 0 0; max-width: 11ch;
}
.hero__sub {
  max-width: 520px; font-size: 19px; line-height: 1.55; opacity: 0.92;
  margin: 28px 0 0;
}
.hero__sub strong { font-weight: 800; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 38px; }
.hero__seals {
  margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em; opacity: 0.85;
}
.hero__seals .sep { opacity: 0.5; }

.hero__art { display: flex; justify-content: center; align-items: flex-start; }
.book { position: relative; filter: drop-shadow(0 30px 45px rgba(15,40,30,0.35)); }
.book__img { width: 470px; max-width: 100%; height: auto; }
.book__seal {
  position: absolute; display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-label); font-weight: 800; font-size: 12px;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.book__seal--approved {
  right: 6px; bottom: 38px;
  background: var(--cream); color: var(--tomato);
  padding: 10px 14px; border-radius: var(--r-pill);
  box-shadow: 0 12px 24px -10px rgba(0,0,0,0.35);
}

/* ============================================================
   O QUE VEM JUNTO
   ============================================================ */
.included { background: var(--cream); }
.included__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.inc-card {
  padding: 22px; background: var(--cream-soft);
  border: 1.5px solid var(--line); border-radius: var(--r-card);
  display: flex; flex-direction: column; gap: 14px; min-height: 200px;
}
.inc-card__num {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-label); font-weight: 800; font-size: 18px;
  color: var(--cream);
}
.inc-card__label {
  font-family: var(--font-label); font-weight: 700; font-size: 17px;
  line-height: 1.2; color: var(--teal-deep); white-space: pre-line;
}
.inc-card__detail {
  font-size: 13px; color: var(--teal); opacity: 0.72; line-height: 1.5; margin-top: auto;
}
.inc-card__check { margin-top: 2px; }

/* Kit Família */
.kit {
  position: relative; overflow: hidden;
  margin-top: 52px; padding: 36px;
  background: var(--teal-deep); color: var(--cream); border-radius: var(--r-card-lg);
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: center;
}
.kit__glow { position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; border-radius: 50%; background: var(--tomato); opacity: 0.25; filter: blur(40px); }
.kit__copy { position: relative; }
.kit__badge {
  display: inline-flex; padding: 6px 12px; background: var(--lime); color: var(--teal-deep);
  border-radius: var(--r-pill); font-size: 11px; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase;
}
.kit__title {
  font-family: var(--font-title); font-weight: 700; font-size: 40px; line-height: 1.05;
  letter-spacing: -0.025em; margin: 18px 0 0;
}
.kit__text { margin-top: 14px; font-size: 15px; line-height: 1.6; opacity: 0.85; }
.kit__action { position: relative; display: flex; flex-direction: column; gap: 14px; align-items: flex-end; }
.kit__note { font-size: 12px; opacity: 0.7; }

/* ============================================================
   FOLHEIE AQUI DENTRO
   ============================================================ */
.preview { background: var(--lime-bg); }
.preview__head { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.preview__head .h2 { font-size: 64px; }
.preview__text { font-size: 17px; line-height: 1.65; color: var(--teal-deep); opacity: 0.88; }
.preview__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.preview__cell {
  position: relative; aspect-ratio: 1 / 1; border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow-card);
}
.preview__cell img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   QUATRO PASSOS
   ============================================================ */
.steps { background: var(--cream); padding-top: 50px; }
.steps .head--center { max-width: 720px; margin-bottom: 64px; }
.steps__list { display: flex; flex-direction: column; gap: 16px; }
.step {
  display: grid; grid-template-columns: 120px 1fr 280px; gap: 32px; align-items: center;
  padding: 40px; border-radius: var(--r-card-lg); position: relative; overflow: hidden;
}
.step__num {
  width: 100px; height: 100px; border-radius: 28px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-label); font-weight: 800; font-size: 56px; line-height: 1;
  background: rgba(250,243,227,0.16);
}
.step__num--ink { background: rgba(15,40,30,0.12); }
.step__eyebrow {
  font-family: var(--font-label); font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; font-weight: 700; opacity: 0.78;
}
.step__title { font-family: var(--font-title); font-weight: 700; font-size: 34px; letter-spacing: -0.02em; margin: 8px 0; }
.step__body { margin: 0; font-size: 16px; line-height: 1.55; opacity: 0.92; max-width: 520px; }
.step__img img { width: 100%; height: auto; border-radius: 16px; background: var(--cream); }

/* ============================================================
   O UNIVERSO
   ============================================================ */
.universe { background: var(--teal-deep); color: var(--cream); padding-top: 120px; padding-bottom: 120px; overflow: hidden; }
.universe__circle { position: absolute; right: -15%; top: 20%; width: 500px; height: 500px; border-radius: 50%; background: var(--teal-mid); opacity: 0.5; pointer-events: none; }
.universe .container { position: relative; }
.universe__head { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 56px; }
.universe__head .h2 { font-size: 68px; line-height: 1; }
.universe__text { font-size: 18px; line-height: 1.6; opacity: 0.88; margin: 0; }
.universe__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.uni-card {
  padding: 28px; border-radius: var(--r-card-lg); min-height: 200px;
  display: flex; flex-direction: column; gap: 12px; color: var(--cream);
}
.uni-card--tomato { background: linear-gradient(135deg, var(--tomato), var(--tomato-deep)); }
.uni-card--amber { background: linear-gradient(135deg, var(--amber), var(--amber-deep)); color: var(--teal-deep); }
.uni-card--ghost { background: rgba(250,243,227,0.06); border: 1px solid rgba(250,243,227,0.16); }
.uni-card--teal { background: linear-gradient(135deg, var(--teal-mid), var(--teal)); }
.uni-card__tag {
  align-self: flex-start;
  font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 6px 10px; background: rgba(0,0,0,0.18); border-radius: var(--r-pill);
}
.uni-card--amber .uni-card__tag { background: rgba(15,40,30,0.18); }
.uni-card__title { font-family: var(--font-title); font-weight: 700; font-size: 28px; line-height: 1.1; letter-spacing: -0.02em; margin: 6px 0 0; }
.uni-card__body { margin: 0; font-size: 14px; line-height: 1.55; opacity: 0.9; }

/* ============================================================
   PARA PAIS
   ============================================================ */
.parents { background: var(--cream-soft); }
.parents__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.parents__text { margin-top: 22px; font-size: 17px; line-height: 1.65; color: var(--teal-deep); opacity: 0.82; }
.parents__mini { margin-top: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.parents__mini li { padding: 16px 18px; background: var(--cream); border: 1.5px solid var(--line); border-radius: var(--r-btn-sm); }
.parents__mini-t { font-family: var(--font-title); font-weight: 700; font-size: 17px; color: var(--teal-deep); }
.parents__mini-b { margin-top: 4px; font-size: 13px; color: var(--teal); opacity: 0.72; }

.parents__art { position: relative; }
.parents__photo {
  width: 100%; max-width: 520px; 
  overflow: hidden; margin: 0 auto;
}
.parents__photo img { width: 100%; height: 100%; object-fit: cover; }
.badge { position: absolute; }
.badge__big { font-family: var(--font-label); font-weight: 800; line-height: 1; }
.badge__text { font-size: 13px; line-height: 1.45; }
.badge--90 {
  top: 24px; right: -28px; max-width: 220px; transform: rotate(4deg);
  background: var(--tomato); color: var(--cream);
  padding: 22px; border-radius: var(--r-card);
  box-shadow: 0 14px 0 -3px var(--tomato-deep), 0 20px 30px -10px rgba(0,0,0,0.3);
}
.badge--90 .badge__big { font-size: 48px; }
.badge--90 .badge__text { display: block; margin-top: 6px; opacity: 0.95; }
.badge--nps {
  bottom: 40px; right: -8px; transform: rotate(-3deg);
  display: flex; align-items: center; gap: 12px; white-space: nowrap;
  background: var(--gold); color: var(--teal-deep);
  padding: 18px; border-radius: var(--r-btn);
  box-shadow: 0 14px 0 -3px var(--amber-deep), 0 20px 30px -10px rgba(0,0,0,0.3);
}
.badge__big--sm { font-size: 28px; }
.badge--nps .badge__text { font-size: 11px; font-weight: 600; opacity: 0.85; max-width: 110px; white-space: normal; }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.testimonials { background: var(--cream); }
.testimonials .h2 { max-width: 740px; margin-left: auto; margin-right: auto; font-size: 56px; }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tcard {
  margin: 0; padding: 30px; border-radius: var(--r-card-lg);
  display: flex; flex-direction: column; gap: 20px; min-height: 320px; color: var(--cream);
}
.tcard--tomato { background: var(--tomato); }
.tcard--amber { background: var(--amber); color: var(--teal-deep); }
.tcard--teal { background: var(--teal); }
.tcard__quote-mark { font-family: var(--font-label); font-weight: 800; font-size: 72px; line-height: 0.6; opacity: 0.8; }
.tcard blockquote { margin: 0; font-family: var(--font-label); font-weight: 500; font-size: 21px; line-height: 1.35; letter-spacing: -0.015em; }
.tcard figcaption { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.tcard__avatar {
  width: 40px; height: 40px; border-radius: 50%; background: rgba(250,243,227,0.18);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-label); font-weight: 700; font-size: 16px;
}
.tcard--amber .tcard__avatar { background: rgba(15,40,30,0.12); }
.tcard__who { font-weight: 800; font-size: 14px; }
.tcard__role { font-size: 12px; opacity: 0.78; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--cream-soft); padding-bottom: 50px; }
.faq .head--center { margin-bottom: 40px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item__btn {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: transparent; border: none; padding: 22px 0; cursor: pointer; text-align: left;
  color: var(--teal-deep);
  font-family: var(--font-title); font-weight: 600; font-size: 22px; letter-spacing: -0.01em;
}
.faq-item__icon {
  width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--teal-deep);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: transform .2s ease;
}
.faq-item[data-open="true"] .faq-item__icon { transform: rotate(45deg); }
.faq-item__panel {
  overflow: hidden; max-height: 0; transition: max-height .28s ease, opacity .2s ease; opacity: 0;
}
.faq-item[data-open="true"] .faq-item__panel { opacity: 1; }
.faq-item__panel-inner {
  padding: 0 0 22px; color: var(--teal-deep); opacity: 0.78;
  font-size: 16px; line-height: 1.65; max-width: 760px;
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.final-cta { background: var(--tomato); color: var(--cream); text-align: center; overflow: hidden; padding-bottom: 90px; }
.final-cta__circle { position: absolute; border-radius: 50%; pointer-events: none; }
.final-cta__circle--a { left: -10%; bottom: -20%; width: 480px; height: 480px; background: var(--tomato-bright); opacity: 0.2; }
.final-cta__circle--b { right: -10%; top: -30%; width: 480px; height: 480px; background: var(--tomato-bright); opacity: 0.2; }
.final-cta__inner { position: relative; }
.edition-seal {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1.5px solid var(--cream); color: var(--cream);
  border-radius: var(--r-pill); padding: 8px 16px;
  font-family: var(--font-label); font-size: 12px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
}
.final-cta__title {
  font-family: var(--font-title); font-weight: 700; font-size: 80px; line-height: 0.98;
  letter-spacing: -0.04em; margin: 28px auto 0; max-width: 900px;
}
.final-cta__text { margin: 28px auto 0; max-width: 580px; font-size: 18px; line-height: 1.6; opacity: 0.92; }
.final-cta__actions { margin-top: 44px; display: inline-flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: center; }
.final-cta__seals {
  margin-top: 28px; display: flex; gap: 22px; justify-content: center; flex-wrap: wrap;
  font-size: 13px; opacity: 0.82;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--teal-deep); color: var(--cream); padding: 28px var(--pad-x); }
.footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.footer__brand { display: flex; align-items: center; gap: 14px; }
.brand__mark--footer { width: 36px; height: 36px; border-radius: 10px; color: var(--teal); font-size: 20px; }
.brand__logo--footer { height: 36px; }
.footer__name { font-weight: 700; font-size: 15px; }
.footer__meta { font-size: 12px; opacity: 0.6; }
.footer__links { display: flex; gap: 28px; font-size: 13px; }
.footer__links a { text-decoration: none; opacity: 0.7; transition: opacity .15s ease; }
.footer__links a:hover { opacity: 1; }
.footer__legal {
  margin-top: 24px; padding-top: 20px;
  border-top: 1px solid rgba(250,243,227,0.14);
  font-size: 12px; opacity: 0.55; text-align: center;
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1024px) {
  .section { padding: 64px 40px 84px; }
  .hero { padding: 48px 40px 72px; }
  .hero__title { font-size: 64px; }
  .h2, .preview__head .h2, .universe__head .h2, .testimonials .h2, .final-cta__title { font-size: 52px; }
  .final-cta__title { font-size: 60px; }

  .included__grid { grid-template-columns: repeat(2, 1fr); }
  .universe__grid { grid-template-columns: repeat(2, 1fr); }
  .uni-card { grid-column: auto !important; }
  .testimonials__grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
}

@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .hero__art { order: 2; }
  .hero__links { display: none; }
  .preview__head { grid-template-columns: 1fr; gap: 24px; }
  .universe__head { grid-template-columns: 1fr; gap: 24px; }
  .kit { grid-template-columns: 1fr; gap: 24px; }
  .kit__action { align-items: flex-start; }
  .parents__grid { grid-template-columns: 1fr; gap: 72px; }
  .parents__art { max-width: 460px; margin: 0 auto; width: 100%; }
  .preview__grid { grid-template-columns: repeat(2, 1fr); }

  .step { grid-template-columns: 80px 1fr; }
  .step__img { grid-column: 1 / -1; }
  .step__img img { max-width: 360px; }
  .step__num { width: 72px; height: 72px; font-size: 40px; border-radius: 22px; }
}

@media (max-width: 600px) {
  :root { --pad-x: 20px; }
  .section { padding: 52px 20px 68px; }
  .hero { padding: 32px 20px 56px; }
  .hero__nav { margin-bottom: 40px; }
  .hero__title { font-size: 46px; }
  .h2, .preview__head .h2, .universe__head .h2, .testimonials .h2 { font-size: 40px; }
  .final-cta__title { font-size: 44px; }
  .kit__title { font-size: 30px; }
  .universe__head .h2 { font-size: 44px; }

  /* Logo centralizada + nome embaixo */
  .hero__nav { justify-content: center; }
  .brand { flex-direction: column; gap: 8px; text-align: center; }

  /* Selos do hero empilhados, sem separadores soltos */
  .hero__seals { flex-direction: column; align-items: flex-start; gap: 8px; }
  .hero__seals .sep { display: none; }

  .sticky-bar__left { display: none; }
  .sticky-bar { justify-content: space-between; }

  .included__grid { grid-template-columns: 1fr; }
  .preview__grid { grid-template-columns: 1fr; }
  .universe__grid { grid-template-columns: 1fr; }
  .parents__mini { grid-template-columns: 1fr; }

  .book__img { width: 320px; }
  .badge--90 { right: 0; top: 8px; padding: 16px; max-width: 170px; }
  .badge--90 .badge__big { font-size: 36px; }
  .badge--nps { right: 0; bottom: 16px; padding: 14px; }

  .step { grid-template-columns: 1fr; gap: 16px; padding: 28px; }
  .step__num { width: 60px; height: 60px; font-size: 32px; }

  .footer__inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .footer__links { flex-wrap: wrap; gap: 16px 24px; }
}

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