/* =========================================================
   Método T.I.T.A — landing page
   Paleta extraída dos ativos oficiais da marca:
   rosa #FE67CC · verde #40F99B · navy #141C43 / #283681
   ========================================================= */

:root {
  --navy: #141c43;
  --navy-deep: #0d1330;
  --navy-mid: #1c2557;
  --navy-light: #283681;
  --pink: #fe67cc;
  --pink-deep: #e23aa8;
  --pink-kicker: #b8247f; /* variante AA para texto pequeno em fundo claro */
  --pink-soft: #ffd7f0;
  --mint: #40f99b;
  --mint-deep: #14b96b;
  --cream: #fff4fb;
  --white: #ffffff;
  --ink: #141c43;
  --ink-soft: #4d5680;
  --radius: 18px;
  --shadow-sm: 0 2px 12px rgba(20, 28, 67, 0.08);
  --shadow-md: 0 6px 24px rgba(20, 28, 67, 0.12);
  --shadow-lg: 0 12px 40px rgba(20, 28, 67, 0.18);
  --max: 1100px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: "Fredoka", "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.18;
  margin: 0;
  letter-spacing: -0.01em;
}

p {
  margin: 0;
}

/* height:auto é obrigatório: sem ele o atributo height do HTML vence e estica a imagem */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

.wrap-sm {
  max-width: 640px;
}

.wrap-md {
  max-width: 820px;
}

/* ---------- superfícies ---------- */

.s-dark {
  background: var(--navy);
  color: var(--cream);
}

.s-gradient {
  background: linear-gradient(160deg, var(--navy-light) 0%, var(--navy) 55%, var(--navy-deep) 100%);
  color: var(--cream);
}

.s-cream {
  background: var(--cream);
  color: var(--ink);
}

.s-white {
  background: var(--white);
  color: var(--ink);
}

.sec {
  padding: 60px 0;
  position: relative;
}

@media (min-width: 768px) {
  .sec {
    padding: 84px 0;
  }
}

/* onda entre seções — mesmo recurso da LP de referência */
.wave {
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  overflow: hidden;
  pointer-events: none;
}

.wave > i {
  position: absolute;
  left: -5%;
  right: -5%;
  height: 80px;
  display: block;
}

.wave-top {
  top: 0;
}

.wave-top > i {
  top: 0;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.wave-bottom {
  bottom: 0;
}

.wave-bottom > i {
  bottom: 0;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.fill-cream > i {
  background: var(--cream);
}

.fill-white > i {
  background: var(--white);
}

.pad-wave {
  padding-top: 96px;
}

.pad-wave-b {
  padding-bottom: 96px;
}

/* ---------- tipografia utilitária ---------- */

.kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pink-kicker);
  margin-bottom: 12px;
}

.s-dark .kicker,
.s-gradient .kicker {
  color: var(--mint);
}

.h2 {
  font-size: clamp(24px, 5.2vw, 34px);
}

.lead {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
}

.s-dark .lead,
.s-gradient .lead {
  color: rgba(255, 244, 251, 0.78);
}

.center {
  text-align: center;
}

.pink {
  color: var(--pink);
}

.pink-deep {
  color: var(--pink-deep);
}

.mint {
  color: var(--mint);
}

.script {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 1.35em;
  line-height: 1;
}

.mt-6 {
  margin-top: 24px;
}

.mt-8 {
  margin-top: 32px;
}

.mt-10 {
  margin-top: 40px;
}

/* ---------- pular para o conteúdo ---------- */

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 200;
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
  background: var(--mint);
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: top 0.15s ease;
}

.skip-link:focus {
  top: 0;
}

/* ---------- topbar ---------- */

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--navy-deep);
  color: var(--mint);
  text-align: center;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.35;
}

/* ---------- botão ---------- */

.cta {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 17px 22px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #d42e97 0%, #a81f74 100%);
  color: #fff;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(226, 58, 168, 0.36);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(226, 58, 168, 0.5);
}

.cta:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 3px;
}

.cta b {
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.cta span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.93);
  margin-top: 3px;
}

.cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  animation: shimmer 3.2s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}

.cta-pulse {
  animation: pulseShadow 2.6s ease-in-out infinite;
}

@keyframes pulseShadow {
  0%,
  100% {
    box-shadow: 0 8px 24px rgba(226, 58, 168, 0.36);
  }
  50% {
    box-shadow: 0 8px 34px rgba(226, 58, 168, 0.6);
  }
}

/* ---------- faixa antes/depois (marquee) ---------- */

.marquee {
  overflow: hidden;
  padding: 6px 0 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.marquee:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: -3px;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: slide 46s linear infinite;
}

/* pausar no hover só onde existe mouse de verdade */
@media (hover: hover) and (pointer: fine) {
  .marquee:hover .marquee-track {
    animation-play-state: paused;
  }
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.marquee-card {
  flex: 0 0 auto;
  margin-right: 14px;
  width: 236px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--navy-mid);
}

.marquee-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (min-width: 768px) {
  .marquee-card {
    width: 330px;
  }
}

@media (min-width: 1200px) {
  .marquee-card {
    width: 380px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
  .marquee {
    overflow-x: auto;
  }
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto -20%;
  height: 70%;
  background: radial-gradient(60% 60% at 50% 40%, rgba(254, 103, 204, 0.22), transparent 70%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  gap: 8px;
  align-items: end;
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 24px;
  }
}

.hero-logo {
  width: 178px;
  margin: 26px auto 6px;
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .hero-copy {
    text-align: left;
  }
  .hero-logo {
    width: 210px;
    margin-left: 0;
  }
}

.hero-copy {
  text-align: center;
  padding-bottom: 34px;
}

.hero h1 {
  font-size: clamp(27px, 6.4vw, 42px);
  color: var(--white);
  margin-bottom: 14px;
}

.hero-sub {
  font-family: "Fredoka", sans-serif;
  font-size: clamp(16px, 3.4vw, 19px);
  font-weight: 500;
  color: var(--mint);
  margin-bottom: 14px;
}

/* A foto é um recorte com fundo transparente. Ela fica DENTRO de um disco, ancorada
   na base — assim nunca sobra ar acima da cabeça nem a transição corta o tronco. */
.hero-img {
  position: relative;
  align-self: end;
  justify-self: center;
  width: 100%;
  max-width: 340px;
  margin-top: 18px;
}

.hero-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 118%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(254, 103, 204, 0.3), rgba(254, 103, 204, 0) 66%);
}

/* O arquivo original é um painel navy com a base cortada reta na cintura.
   O mask dissolve essa base no fundo do hero — sem corte visível e sem a foto
   parecer um cartão flutuando. Nada de drop-shadow: ela desenharia o retângulo. */
.hero-img img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-mask-image: linear-gradient(to bottom, #000 74%, transparent 99%);
  mask-image: linear-gradient(to bottom, #000 74%, transparent 99%);
}

@media (min-width: 900px) {
  .hero-img {
    max-width: 420px;
    margin-top: 0;
  }
}

.price-block {
  margin: 22px 0 20px;
}

.price-from {
  font-size: 13px;
  color: rgba(255, 244, 251, 0.62);
}

.price-big {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: clamp(38px, 9vw, 52px);
  line-height: 1;
  color: var(--mint);
  margin: 2px 0;
}

.price-big small {
  font-size: 0.46em;
  vertical-align: super;
}

.price-note {
  font-size: 13px;
  color: rgba(255, 244, 251, 0.7);
}

.bonus-box {
  max-width: 420px;
  margin: 18px auto 0;
  padding: 12px 16px;
  border-radius: 14px;
  font-size: 13.5px;
  line-height: 1.5;
  background: rgba(64, 249, 155, 0.1);
  border: 1px solid rgba(64, 249, 155, 0.3);
  color: rgba(255, 244, 251, 0.92);
}

@media (min-width: 900px) {
  .bonus-box,
  .cta {
    margin-left: 0;
  }
}

/* ---------- galeria antes/depois ---------- */

.ad-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 700px) {
  .ad-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.ad-card {
  margin: 0;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.ad-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ad-card figcaption {
  padding: 14px 16px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-soft);
  text-align: center;
}

/* nas seções navy as imagens já têm fundo navy queimado — deixa flutuar */
.s-dark .ad-card,
.s-gradient .ad-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.s-dark .ad-card figcaption,
.s-gradient .ad-card figcaption {
  color: rgba(255, 244, 251, 0.72);
}

.ad-legend {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.tag-antes {
  background: var(--pink);
  color: var(--navy);
}

.tag-depois {
  background: var(--mint);
  color: var(--navy);
}

/* ---------- cards de dor ---------- */

.pain {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--white);
  border-radius: 16px;
  padding: 16px 18px;
  border-left: 4px solid var(--pink);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease;
}

.pain:hover {
  transform: translateX(4px);
}

.pain-ico {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-size: 18px;
  background: rgba(254, 103, 204, 0.12);
}

.pain p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.pain strong {
  color: var(--ink);
}

.stack {
  display: grid;
  gap: 12px;
}

/* ---------- pilares ---------- */

.pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 420px) {
  .pillars {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .pillars {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pillar {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 20px 16px;
  text-align: center;
}

.pillar-ico {
  width: 46px;
  height: 46px;
  margin: 0 auto 12px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 22px;
  background: linear-gradient(135deg, var(--pink), var(--pink-deep));
}

.pillar h3 {
  font-size: 17px;
  color: var(--white);
  margin-bottom: 6px;
}

.pillar p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 244, 251, 0.66);
}

/* variante dos pilares para as seções claras */
.pillar-light {
  background: var(--cream);
  border-color: rgba(20, 28, 67, 0.08);
}

.pillar-light h3 {
  color: var(--ink);
}

.pillar-light p {
  color: var(--ink-soft);
}

/* ---------- módulos ---------- */

.mods {
  display: grid;
  gap: 12px;
}

@media (min-width: 768px) {
  .mods {
    grid-template-columns: 1fr 1fr;
  }
}

.mod {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 17px 18px;
  transition: background 0.2s ease;
}

.mod:hover {
  background: rgba(255, 255, 255, 0.1);
}

.mod-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.mod-num {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--mint);
  color: var(--navy);
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.mod h3 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
}

.mod p {
  font-size: 13.2px;
  line-height: 1.6;
  color: rgba(255, 244, 251, 0.66);
}

/* variante dos módulos para as seções claras */
.mod-light {
  background: var(--cream);
  border-color: rgba(20, 28, 67, 0.08);
}

.mod-light:hover {
  background: #fff0f9;
}

.mod-light h3 {
  color: var(--ink);
}

.mod-light p {
  color: var(--ink-soft);
}

/* ---------- bônus ---------- */

.bonus {
  background: linear-gradient(135deg, rgba(254, 103, 204, 0.16), rgba(64, 249, 155, 0.08));
  border: 1px solid rgba(254, 103, 204, 0.32);
  border-radius: 15px;
  padding: 17px 18px;
}

.bonus .mod-num {
  background: linear-gradient(135deg, var(--pink), var(--pink-deep));
  color: #fff;
}

.bonus h3 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.bonus p {
  font-size: 13.2px;
  line-height: 1.6;
  color: var(--ink-soft);
}

.chip {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 9px;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: var(--mint);
  color: var(--navy);
  vertical-align: middle;
}

.bonus-price {
  margin-top: 10px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--pink-deep);
}

.bonus-price s {
  color: var(--ink-soft);
  opacity: 0.88;
  font-weight: 500;
  margin-right: 6px;
}

/* ---------- oferta ---------- */

.offer {
  position: relative;
  border-radius: 22px;
  padding: 30px 22px 26px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  border: 2px solid var(--mint);
}

@media (min-width: 768px) {
  .offer {
    padding: 34px 30px 30px;
  }
}

.offer-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--pink);
  color: var(--navy);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 999px;
  white-space: nowrap;
}

.offer h2 {
  font-size: clamp(19px, 4.2vw, 23px);
  color: var(--white);
  text-align: center;
  margin: 12px 0 20px;
  line-height: 1.35;
}

.checklist {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}

.checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 244, 251, 0.1);
  font-size: 14.2px;
  color: rgba(255, 244, 251, 0.95);
}

.checklist li:last-child {
  border-bottom: none;
}

.checklist .tick {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  background: rgba(64, 249, 155, 0.16);
  color: var(--mint);
}

.checklist .is-bonus .tick {
  background: var(--pink);
  color: #fff;
}

.checklist .is-bonus span:last-child {
  color: var(--mint);
  font-weight: 700;
}

.value-box {
  margin-top: 20px;
  padding: 15px;
  border-radius: 13px;
  text-align: center;
  background: rgba(254, 103, 204, 0.1);
  border: 1px dashed rgba(64, 249, 155, 0.45);
}

.value-box p {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 244, 251, 0.85);
}

.offer-price {
  text-align: center;
  margin: 22px 0 20px;
}

.offer-price .up {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 244, 251, 0.7);
  margin-bottom: 4px;
}

.guarantee {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 20px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 244, 251, 0.06);
}

.guarantee img {
  width: 54px;
  flex: 0 0 auto;
  /* o selo original é navy escuro; nas seções navy precisa virar claro */
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.guarantee p {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 244, 251, 0.9);
}

.pay-icons {
  margin: 18px auto 0;
  max-width: 280px;
  padding: 9px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
}

/* ---------- garantia (bloco claro) ---------- */

/* ---------- sobre ---------- */

.about-card {
  background: var(--white);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

/* proporção fixa + recorte no topo: a foto preenche a coluna em qualquer altura,
   sem deixar faixa vazia acima da cabeça */
.about-photo {
  background: linear-gradient(160deg, var(--navy-light), var(--navy));
  overflow: hidden;
}

.about-photo img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 12%;
}

@media (min-width: 820px) {
  .about-photo img {
    aspect-ratio: auto;
    object-position: 50% 15%;
  }
}

.about-body {
  padding: 24px 22px 28px;
}

@media (min-width: 820px) {
  .about-card {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    align-items: stretch;
  }
  .about-body {
    padding: 34px 32px;
    align-self: center;
  }
}

.about-body p {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 12px;
}

.about-body strong {
  color: var(--ink);
}

/* ---------- faq ---------- */

.faq-item {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
}

.faq-q::after {
  content: "+";
  flex: 0 0 auto;
  font-family: "Fredoka", sans-serif;
  font-size: 22px;
  line-height: 1;
  color: var(--pink-deep);
  transition: transform 0.3s ease;
}

.faq-item.open .faq-q::after {
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.32s ease, visibility 0s linear 0.32s;
}

.faq-item.open .faq-a {
  visibility: visible;
  transition: max-height 0.32s ease, visibility 0s linear 0s;
}

.faq-a p {
  padding: 0 18px 16px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink-soft);
}

/* ---------- rodapé ---------- */

.foot {
  background: var(--navy-deep);
  padding: 34px 0 96px;
  text-align: center;
}

@media (min-width: 768px) {
  .foot {
    padding-bottom: 34px;
  }
}

.foot img {
  width: 130px;
  margin: 0 auto 16px;
  opacity: 0.75;
}

.foot p,
.foot a {
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 244, 251, 0.64);
}

/* ---------- CTA fixo mobile ---------- */

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  background: rgba(13, 19, 48, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.35);
  transform: translateY(110%);
  transition: transform 0.3s ease;
}

.sticky-cta.show {
  transform: translateY(0);
}

/* enquanto escondida não pode receber foco de teclado */
.sticky-cta[hidden] {
  display: none;
}

@media (min-width: 768px) {
  .sticky-cta {
    display: none;
  }
}

.sticky-price {
  flex: 0 0 auto;
}

.sticky-price b {
  display: block;
  font-family: "Fredoka", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: var(--mint);
}

.sticky-price span {
  font-size: 10px;
  color: rgba(255, 244, 251, 0.55);
}

.sticky-cta .cta {
  flex: 1;
  max-width: none;
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  animation: none;
}

.sticky-cta .cta::after {
  display: none;
}

.sticky-cta .cta b {
  font-size: 14.5px;
}

/* ---------- reveal ---------- */

/* só esconde se o JS estiver vivo para revelar de volta (js/app.js marca .js no <html>) */
.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.js .reveal.on {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .cta::after,
  .cta-pulse {
    animation: none;
  }
  html {
    scroll-behavior: auto;
  }
}


/* ---------- lista de argumentos do hero ---------- */

.hero-bullets {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  text-align: left;
  max-width: 460px;
  margin-inline: auto;
}

@media (min-width: 900px) {
  .hero-bullets {
    margin-inline: 0;
  }
}

.hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 244, 251, 0.86);
}

.hero-bullets .tick {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  background: rgba(64, 249, 155, 0.18);
  color: var(--mint);
}

.hero-bullets strong {
  color: #fff;
}

/* ---------- apostila ---------- */

.apostila-grid {
  display: grid;
  gap: 26px;
  align-items: center;
}

@media (min-width: 860px) {
  .apostila-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
  }
}

.apostila-mockup {
  position: relative;
  justify-self: center;
  max-width: 320px;
}

.apostila-mockup img {
  width: 100%;
  filter: drop-shadow(0 16px 32px rgba(20, 28, 67, 0.28));
}

.apostila-selo {
  width: 96px;
  margin-bottom: 14px;
}

.caps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.caps li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-soft);
}

.caps b {
  flex: 0 0 auto;
  min-width: 22px;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  color: var(--pink-kicker);
}

.caps span {
  color: var(--ink-soft);
}

.caps strong {
  color: var(--ink);
  font-weight: 600;
}

/* tira de páginas internas */
.paginas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (min-width: 640px) {
  .paginas {
    grid-template-columns: repeat(3, 1fr);
  }
}

.paginas img {
  width: 100%;
  aspect-ratio: 596 / 843;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(20, 28, 67, 0.14);
  border: 1px solid rgba(20, 28, 67, 0.07);
}

.selo-inline {
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  margin: 0 4px;
}
