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

/* ── HEADER ── */
.site-header {
  width: 100%;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  padding: 14px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.logo-text {
  font-size: 20px;
  font-weight: 800;
  color: #1a1a3a;
  letter-spacing: -0.5px;
}
.logo-text::before {
  content: "📚";
  margin-right: 8px;
}
@media (max-width: 480px) {
  .logo-text { font-size: 17px; }
  .site-header { padding: 12px 16px; }
}

/* ── CTA MICROCOPY ── */
.cta-microcopy {
  font-size: 13px;
  color: #666;
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .cta-microcopy { font-size: 12px; gap: 8px; }
}

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1e293b;
  background: #fff;
}

img { max-width: 100%; display: block; }

a { text-decoration: none; color: inherit; }

/* ── UTILIDADES ── */
.container { max-width: 640px; margin: 0 auto; padding: 0 20px; }
.container--wide { max-width: 900px; margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }

/* ── BOTÃO CTA ── */
.btn {
  display: block;
  width: 100%;
  background: #f97316;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  text-align: center;
  padding: 18px 24px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(249,115,22,0.35);
  letter-spacing: 0.01em;
}
.btn:hover { background: #ea580c; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(249,115,22,0.45); }
.btn:active { background: #c2410c; transform: translateY(0); }

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 60%, #3b82f6 100%);
  color: #fff;
  padding: 48px 20px 52px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 220px; height: 220px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  pointer-events: none;
}
.hero__badge {
  display: inline-block;
  background: #f97316;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 9999px;
  margin-bottom: 16px;
}
.hero__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
}
.hero__sub {
  font-size: 1.05rem;
  color: #bfdbfe;
  line-height: 1.65;
  margin-bottom: 10px;
}
.hero__emotion {
  font-size: 0.95rem;
  color: #93c5fd;
  font-style: italic;
  margin-bottom: 6px;
}
.hero__break {
  font-size: 0.9rem;
  color: #93c5fd;
  font-style: italic;
  margin-bottom: 24px;
}
.hero__urgency {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #FEF3C7;
  border: 2px solid #F59E0B;
  color: #92400E;
  font-size: clamp(14px, 3vw, 17px);
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 9999px;
  margin-bottom: 24px;
}
.hero__price-wrapper { margin-bottom: 20px; }
.hero__price-from {
  font-size: 0.9rem;
  color: #93c5fd;
  text-decoration: line-through;
  margin-bottom: 4px;
}
.hero__price {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}
.hero__price-note {
  font-size: 0.8rem;
  color: #93c5fd;
  margin-bottom: 20px;
}
.hero__social {
  font-size: 0.85rem;
  color: #86efac;
  font-weight: 600;
  margin-top: 12px;
}

/* ── TRUST BAR ── */
.trust-bar {
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
  padding: 12px 20px;
}
.trust-bar__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  list-style: none;
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
}

/* ── SEÇÕES COMUNS ── */
.section { padding: 52px 20px; }
.section--alt { background: #f0f9ff; }
.section--dark { background: linear-gradient(135deg, #1e3a8a, #1d4ed8); color: #fff; }
.section--green { background: #22c55e; color: #fff; }
.section--amber { background: #fffbeb; }
.section--gray { background: #f8fafc; }

.section__label {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f97316;
  margin-bottom: 8px;
}
.section--dark .section__label { color: #93c5fd; }
.section--green .section__label { color: #dcfce7; }

.section__title {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.25;
  color: #1e3a8a;
  margin-bottom: 12px;
}
.section--dark .section__title { color: #fff; }
.section--green .section__title { color: #fff; }

.section__sub {
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 24px;
}
.section--dark .section__sub { color: #bfdbfe; }

/* ── CONEXÃO ── */
.conn__text { font-size: 1rem; color: #475569; line-height: 1.7; margin-bottom: 8px; }

.check-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 20px 0; }
.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #15803d;
}
.check-list li span.icon { font-size: 1.1rem; }

.impact-box {
  background: #fff7ed;
  border-left: 4px solid #f97316;
  border-radius: 12px;
  padding: 18px 20px;
  margin-top: 24px;
}
.impact-box p {
  font-size: 1.05rem;
  font-weight: 700;
  color: #c2410c;
  font-style: italic;
  line-height: 1.5;
}

/* ── SITUAÇÃO REAL ── */
.situation-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 20px 0; }
.situation-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.95rem;
  color: #1e40af;
}
.situation-list li .dot { color: #93c5fd; font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }

/* ── BENEFÍCIOS ── */
.benefit-grid { display: flex; flex-direction: column; gap: 12px; }
.benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid #e0f2fe;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}
.benefit-card .emoji { font-size: 1.6rem; flex-shrink: 0; margin-top: 2px; }
.benefit-card p { font-size: 0.95rem; font-weight: 600; color: #334155; line-height: 1.4; }
.benefit-card p strong { color: #15803d; }

/* ── COMO FUNCIONA ── */
.steps { display: flex; flex-direction: column; gap: 14px; }
.step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 16px;
}
.step__num {
  width: 40px; height: 40px;
  background: #f97316;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0;
}
.step__title { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 2px; }
.step__desc { font-size: 0.875rem; color: #bfdbfe; line-height: 1.5; }

/* ── CONTEÚDO ── */
.content-grid { display: flex; flex-direction: column; gap: 12px; }
.content-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.content-card .emoji { font-size: 1.6rem; flex-shrink: 0; }
.content-card__title { font-size: 0.95rem; font-weight: 700; color: #1e3a8a; margin-bottom: 2px; }
.content-card__desc { font-size: 0.85rem; color: #64748b; line-height: 1.45; }

.bonus-box {
  background: linear-gradient(135deg, #f97316, #fb923c);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  margin-top: 16px;
  box-shadow: 0 4px 20px rgba(249,115,22,0.3);
}
.bonus-box__label {
  display: inline-block;
  background: rgba(255,255,255,0.25);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 14px;
  border-radius: 9999px;
  margin-bottom: 8px;
}
.bonus-box__title { font-size: 1.1rem; font-weight: 800; color: #fff; margin-bottom: 6px; }
.bonus-box__desc { font-size: 0.875rem; color: #fed7aa; line-height: 1.5; }

/* ── WHATSAPP ── */
.wpp-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wpp-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0,0,0,0.14);
  border: 1px solid rgba(0,0,0,0.08);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #000;
}
.wpp-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #075e54;
}
.wpp-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.wpp-name { font-size: 0.9rem; font-weight: 700; color: #fff; }
.wpp-status { font-size: 0.72rem; color: #b2dfdb; }
.wpp-body { background: #e5ddd5; padding: 12px 10px; display: flex; flex-direction: column; gap: 6px; min-height: 120px; }
.wpp-msg {
  max-width: 82%;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 0.875rem;
  line-height: 1.4;
  position: relative;
  word-break: break-word;
}
.wpp-msg--in { background: #fff; align-self: flex-start; border-bottom-left-radius: 3px; color: #111; }
.wpp-msg--out { background: #dcf8c6; align-self: flex-end; border-bottom-right-radius: 3px; color: #111; }
.wpp-msg__time { font-size: 0.65rem; color: #94a3b8; margin-top: 2px; text-align: right; }

/* ── DEPOIMENTOS — carrossel novo ── */
.depoimentos-carrossel {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 8px;
  box-sizing: border-box;
}
.depoimentos-track {
  display: flex;
  transition: transform 0.4s ease;
  width: 100%;
}
.depoimento-slide {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.depoimento-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.depoimento-stars { font-size: 18px; }
.depoimento-texto {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  margin: 0;
  font-style: italic;
}
.depoimento-autor {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  border-top: 1px solid #f1f5f9;
  padding-top: 14px;
}
.depoimento-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}
.depoimento-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.depoimento-nome { font-weight: 700; font-size: 15px; color: #1a1a3a; }
.depoimento-local { font-size: 13px; color: #666; }
.depoimento-subtitulo { font-size: 13px; color: #888; font-style: italic; }

.depoimentos-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.depoimentos-dots .dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #d0d0d0;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  padding: 0;
}
.depoimentos-dots .dot.active {
  background: #ff6b1a;
  width: 24px;
  border-radius: 5px;
}

.depoimentos-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.95);
  border: none;
  width: 40px; height: 40px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 10;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e3a8a;
  font-weight: bold;
  transition: background 0.2s, transform 0.15s;
}
.depoimentos-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.depoimentos-arrow.prev { left: 4px; }
.depoimentos-arrow.next { right: 4px; }

@media (min-width: 768px) {
  .depoimentos-carrossel { max-width: 640px; }
  .depoimento-card { padding: 32px 28px; }
  .depoimento-texto { font-size: 16px; }
  .depoimentos-arrow { width: 44px; height: 44px; }
  .depoimentos-arrow.prev { left: -8px; }
  .depoimentos-arrow.next { right: -8px; }
}
@media (max-width: 480px) {
  .depoimento-card { padding: 20px 16px; }
  .depoimento-texto { font-size: 14px; line-height: 1.55; }
  .depoimentos-arrow { width: 34px; height: 34px; font-size: 16px; }
}

/* ── BENEFÍCIOS EDUCACIONAIS ── */
.edu-grid { display: flex; flex-direction: column; gap: 10px; }
.edu-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #d1fae5;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
.edu-card .emoji { font-size: 1.4rem; flex-shrink: 0; }
.edu-card p { font-size: 0.9rem; font-weight: 600; color: #334155; }

/* ── OBJEÇÕES ── */
.obj-list { display: flex; flex-direction: column; gap: 10px; margin: 20px 0; }
.obj-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff1f2;
  border: 1px solid #fecdd3;
  border-radius: 12px;
  padding: 14px 16px;
}
.obj-item .x { color: #f87171; font-size: 1rem; font-weight: 800; flex-shrink: 0; }
.obj-item p { font-size: 0.95rem; color: #374151; }
.obj-close { font-size: 1rem; font-weight: 700; color: #15803d; margin-top: 8px; }

/* ── OFERTA ── */
.offer-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.2);
  margin-bottom: 16px;
}
.offer-card__from { font-size: 0.9rem; color: #94a3b8; text-decoration: line-through; margin-bottom: 4px; }
.offer-card__price { font-size: 3.5rem; font-weight: 900; color: #1e3a8a; line-height: 1; margin-bottom: 8px; }
.offer-card__economy {
  display: inline-block;
  background: #d1fae5;
  color: #065f46;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 9999px;
  margin-bottom: 20px;
}
.offer-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; text-align: left; }
.offer-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.9rem; font-weight: 600; color: #374151; }
.offer-list li .chk { color: #22c55e; font-size: 1rem; margin-top: 1px; flex-shrink: 0; }
.offer-card__meta { font-size: 0.75rem; color: #94a3b8; margin-top: 10px; }

/* ── GARANTIA ── */
.guarantee__icon {
  width: 72px; height: 72px;
  background: #f0fdf4;
  border: 2px solid #bbf7d0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 2rem;
}
.guarantee__title { font-size: 1.5rem; font-weight: 900; color: #1e3a8a; margin-bottom: 10px; }
.guarantee__text { font-size: 1rem; color: #475569; line-height: 1.6; max-width: 420px; margin: 0 auto; }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
details {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e3a8a;
  cursor: pointer;
  list-style: none;
  gap: 12px;
}
details summary::-webkit-details-marker { display: none; }
details summary .arrow { font-size: 1.2rem; transition: transform 0.2s; flex-shrink: 0; color: #60a5fa; }
details[open] summary .arrow { transform: rotate(45deg); }
.faq-answer { padding: 0 18px 16px; font-size: 0.9rem; color: #475569; line-height: 1.6; border-top: 1px solid #f1f5f9; padding-top: 12px; }

/* ── CTA FINAL ── */
.cta-final__text { font-size: 1rem; color: #dcfce7; margin-bottom: 24px; line-height: 1.6; }
.cta-final .btn { background: #fff; color: #16a34a; font-size: 1.1rem; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.cta-final .btn:hover { background: #f0fdf4; }
.cta-final__sub { font-size: 0.8rem; color: #bbf7d0; margin-top: 12px; }

/* ── FOOTER ── */
footer { background: #1F2937; color: #D1D5DB; padding: 32px 20px; text-align: center; }
.footer__brand { color: #fff; font-weight: 600; font-size: 18px; margin-bottom: 8px; }
.footer__copy { font-size: 14px; color: #9CA3AF; margin-bottom: 16px; }
.footer__links { font-size: 14px; margin-bottom: 10px; display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 8px; }
.footer__links a { color: #9CA3AF; text-decoration: underline; }
.footer__links a:hover { color: #fff; }
.footer__sep { color: #6B7280; }
.footer__support { font-size: 12px; color: #6B7280; margin-bottom: 6px; }
.footer__cpf { font-size: 12px; color: #6B7280; font-style: italic; margin-bottom: 12px; }
.footer__disclaimer { font-size: 11px; color: #6B7280; line-height: 1.5; max-width: 600px; margin: 0 auto; }

/* C6 — Esconder badge Replit */
div[class*="replit"],
[id*="replit-badge"],
[class*="madewith"],
.replit-badge,
iframe[src*="replit.com/badge"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ── STICKY CTA (mobile) ── */
.sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 998;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  padding: 12px 16px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.10);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta__price { flex-shrink: 0; line-height: 1.2; }
.sticky-cta__from { font-size: 0.7rem; color: #94a3b8; text-decoration: line-through; }
.sticky-cta__val { font-size: 1.3rem; font-weight: 900; color: #1e3a8a; }
.sticky-cta .btn { flex: 1; font-size: 0.95rem; padding: 14px 16px; border-radius: 9999px; }

/* ── SOCIAL PROOF COUNTER ── */
.social-counter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  color: #86efac;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 9999px;
  margin-top: 14px;
}

/* ── CAPA ANIMADA ── */
.capa-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.capa-img {
  width: 100%;
  max-width: 320px;
  border-radius: 20px;
  animation: flutuar 4s ease-in-out infinite;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

@keyframes flutuar {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

.capa-container::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );
  top: 0;
  left: -200px;
  animation: brilho 3s infinite;
}

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

/* ── MOBILE MELHORIAS ── */
@media (max-width: 640px) {
  body { padding-bottom: 72px; }

  .section { padding: 36px 16px; }

  .hero {
    padding: 32px 16px 40px;
  }

  .hero__title {
    font-size: clamp(1.55rem, 6vw, 2rem);
    line-height: 1.2;
  }

  .hero__sub {
    font-size: 0.97rem;
  }

  .hero__break {
    font-size: 0.85rem;
  }

  .hero__urgency {
    font-size: 0.82rem;
    padding: 6px 12px;
    text-align: center;
  }

  .trust-bar__list {
    gap: 6px 12px;
    font-size: 0.75rem;
  }

  .section__title {
    font-size: 1.4rem;
  }

  .section__sub {
    font-size: 0.9rem;
  }

  .testimonial {
    flex: 0 0 88vw;
    padding: 14px;
  }

  .testimonial__text {
    font-size: 0.88rem;
  }

  .btn {
    font-size: 1rem;
    padding: 16px 20px;
  }

  details summary {
    font-size: 0.88rem;
    padding: 14px 14px;
  }

  .faq-answer {
    font-size: 0.85rem;
  }

  .offer-card__price {
    font-size: 2.8rem;
  }

  footer {
    padding: 24px 16px;
  }
}

@media (min-width: 641px) {
  .sticky-cta { display: none; }
  .hero__title { font-size: 2.6rem; }
  .section__title { font-size: 2rem; }
  .wpp-wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
  .benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
  .content-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
  .edu-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero__gif { width: 220px; }
  .book-card { width: 170px; }
  .print-slide { width: 300px; }
}

/* ══════════════════════════════════════
   CARROSSEL — Veja por dentro da apostila
══════════════════════════════════════ */

.carrossel-prints {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.carrossel-track {
  display: flex;
  transition: transform 0.4s ease;
  width: 100%;
}

.carrossel-slide {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
  box-sizing: border-box;
}

.carrossel-slide img {
  width: 100%;
  max-width: 420px;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  display: block;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}

.carrossel-slide p {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #333;
  max-width: 90%;
  padding: 0 12px;
  word-wrap: break-word;
}

.carrossel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.carrossel-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d0d0d0;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
}

.carrossel-dots .dot.active {
  background: #ff6b1a;
  width: 24px;
  border-radius: 5px;
}

.carrossel-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,0.92);
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e3a8a;
  font-weight: bold;
  transition: background 0.2s, transform 0.15s;
}
.carrossel-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.carrossel-arrow--prev { left: 4px; }
.carrossel-arrow--next { right: 4px; }

@media (min-width: 768px) {
  .carrossel-prints { max-width: 600px; }
  .carrossel-slide img { max-height: 600px; }
  .carrossel-slide p { font-size: 16px; }
  .carrossel-arrow { width: 44px; height: 44px; font-size: 1.3rem; }
  .carrossel-arrow--prev { left: -10px; }
  .carrossel-arrow--next { right: -10px; }
}

/* Testimonial subtitle */
.testimonial__subtitle {
  font-size: 0.72rem;
  color: #94a3b8;
  font-style: italic;
  margin-top: 2px;
}

/* Sticky CTA new button */
.sticky-cta__btn {
  background: #16A34A;
  color: white;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 22px;
  border-radius: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  min-height: 48px;
  transition: background 0.15s;
}
.sticky-cta__btn:hover { background: #15803d; }

/* ══════════════════════════════════════
   WHATSAPP FLOATING BUTTON
══════════════════════════════════════ */
.wpp-float {
  position: fixed;
  right: 16px;
  bottom: 96px; /* sobe acima da sticky cta no mobile */
  z-index: 1000;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease;
  text-decoration: none;
}
.wpp-float:hover { transform: scale(1.08); }
.wpp-float:active { transform: scale(0.95); }
.wpp-float svg { width: 30px; height: 30px; display: block; }

@media (min-width: 641px) {
  .wpp-float { bottom: 20px; width: 60px; height: 60px; }
}

/* ═══════════════════════════════════════
   LIVRO 3D ANIMADO — HERO
═══════════════════════════════════════ */

/* ── HERO LOTTIE ── */
.hero-lottie {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1080 / 950;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.hero-lottie dotlottie-player {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.15));
}

@media (max-width: 768px) {
  .hero-lottie {
    max-width: 320px;
    margin: 16px auto;
  }
}

@media (max-width: 480px) {
  .hero-lottie {
    max-width: 280px;
  }
}
