/* ===== FONTS ===== */
@font-face {
  font-family: 'Iskra';
  src: url('fonts/Iskra-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Iskra';
  src: url('fonts/IskraW01-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ===== VARIABLES ===== */
:root {
  --laranja: #FE8802;
  --navy: #022D53;
  --teal: #02B1BA;
  --creme: #FFF5EA;
  --creme-base: #F7F3EC;
  --branco: #FFFFFF;
  --texto: #333333;
  --sombra: 0 4px 16px rgba(0,0,0,0.06);
  --radius: 16px;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: 'Iskra', sans-serif;
  font-size: 17.6px;
  line-height: 1.5;
  color: var(--texto);
  background-color: var(--creme-base);
  overflow-x: hidden;
}
img { max-width: 100%; width: auto; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ol, ul { list-style: none; }

/* ===== CONTAINER ===== */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 768px) { .container { padding: 0 16px; } }

/* ===== SECTIONS ===== */
.secao { padding: 96px 0; }
.secao--branco { background: var(--branco); }
.secao--creme { background: var(--creme); }
.secao--navy { background: var(--navy); }
.secao--momentum { padding: 120px 0; }
@media (max-width: 768px) {
  .secao { padding: 64px 0; }
  .secao--momentum { padding: 80px 0; }
}

/* ===== SECTION HEADER / KICKER / TYPOGRAPHY ===== */
.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
}
.kicker {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 20px;
}
.section-title {
  font-size: 48px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  margin: 0 0 24px;
}
@media (max-width: 1024px) { .section-title { font-size: 36px; } }
@media (max-width: 640px) { .section-title { font-size: 28px; } }
.section-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: var(--texto);
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto;
}
h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 24px;
}
h2 {
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 24px;
}
h2.white { color: var(--branco); }
p { margin-bottom: 16px; }
p:last-child { margin-bottom: 0; }

/* ===== BUTTONS ===== */
.btn-cta {
  display: inline-block;
  background-color: var(--laranja);
  color: var(--branco);
  border-radius: 32px;
  padding: 20px 36px;
  font-family: 'Iskra', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
}
.btn-cta:hover { background-color: #E87500; transform: translateY(-2px); }
.btn-cta--large { font-size: 18px; padding: 24px 48px; }
.btn-wrap { text-align: center; margin-top: 40px; }
@media (max-width: 480px) {
  .btn-cta--large { font-size: 16px; padding: 20px 28px; }
}

/* ===== LOGO / HEADER ===== */
.site-header {
  background: var(--branco);
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid rgba(2,45,83,0.07);
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.logo-icon { width: 48px; height: 48px; flex-shrink: 0; }
.logo-text { font-size: 18px; font-weight: 700; letter-spacing: 0.5px; line-height: 1.2; }
.logo-teal { color: var(--teal); }
.logo-orange { color: var(--laranja); }

/* ===== ALERTA TOPO ===== */
.alerta-topo {
  position: sticky;
  top: 0;
  background: #10B981;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px;
  font-family: 'Iskra', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.3px;
  z-index: 999;
}
.alerta-topo strong { font-weight: 800; }
@media (max-width: 480px) {
  .alerta-topo { font-size: 14px; padding: 12px 16px; }
}

/* ===== HERO ===== */
.hero {
  background: var(--branco);
  padding: 56px 0 72px;
}
.hero__inner { text-align: center; }
.hero h1 { max-width: 780px; margin: 0 auto 24px; }
.hero .kicker { margin-bottom: 16px; }
.hero__video {
  max-width: 800px;
  margin: 0 auto 40px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  aspect-ratio: 16/9;
  position: relative;
  background: #000;
}
.hero__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 768px) { .hero { padding: 40px 0 48px; } }

/* ===== ALERTA ASSISTA ===== */
.alerta-assista {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FEF3C7;
  color: #78350F;
  border: 2px solid #F59E0B;
  border-radius: 12px;
  padding: 14px 22px;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
  margin: 0 auto 32px;
}
.alerta-assista::before {
  content: "⚠️";
  font-size: 20px;
}

/* ===== MICRO COPY ===== */
.micro-copy {
  color: #666;
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}

/* ===== YOUTUBE EMBED ===== */
.yt-wrap {
  position: relative;
  aspect-ratio: 16/9;
  cursor: pointer;
  background: #000;
  border-radius: var(--radius);
  overflow: hidden;
}
.yt-wrap img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.3s; }
.yt-wrap:hover img { opacity: 0.8; }
.yt-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
}
.yt-play-circle {
  width: 76px;
  height: 76px;
  background: rgba(254,136,2,0.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
.yt-wrap:hover .yt-play-circle { transform: scale(1.08); }
.yt-play-circle::after {
  content: '';
  border: 14px solid transparent;
  border-left: 22px solid white;
  margin-left: 5px;
}
.yt-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: var(--radius);
}

/* ===== CARDS TEAL (O que você recebe) ===== */
.incluido-grid {
  display: grid;
  gap: 24px;
  margin-bottom: 40px;
}
.incluido-grid--2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.incluido-card {
  background: var(--teal);
  border-radius: var(--radius);
  padding: 32px 28px;
  color: var(--branco);
  display: flex;
  flex-direction: column;
}
.incluido-card__icon { margin-bottom: 20px; }
.incluido-card h3 { color: var(--branco); font-size: 20px; margin-bottom: 12px; }
.incluido-card p { color: rgba(255,255,255,0.9); font-size: 16px; line-height: 1.6; margin: 0; }
@media (max-width: 640px) {
  .incluido-grid--2 { grid-template-columns: 1fr; }
}

/* ===== STACK DE VALOR ===== */
.stack-valor {
  position: relative;
  background: var(--creme);
  border: 3px solid var(--laranja);
  border-radius: var(--radius);
  padding: 48px 40px 40px;
  max-width: 640px;
  margin: 48px auto;
}
.selo-desconto {
  position: absolute;
  top: -24px;
  right: -20px;
  background: var(--laranja);
  color: white;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(12deg);
  box-shadow: 0 8px 24px rgba(254, 136, 2, 0.35);
}
.selo-desconto strong { font-size: 28px; font-weight: 800; line-height: 1; }
.selo-desconto span { font-size: 14px; font-weight: 700; letter-spacing: 1px; }
.item-stack {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 16px;
  color: #333;
}
.item-label { flex: 1; padding-right: 16px; }
.item-valor { font-weight: 600; color: var(--navy); white-space: nowrap; }
.stack-valor hr {
  border: none;
  border-top: 1.5px solid rgba(2,45,83,0.15);
  margin: 8px 0;
}
.valor-total-riscado {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 18px;
  color: #666;
}
.riscado {
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: #DC2626;
}
.preco-final {
  margin-top: 16px;
  text-align: center;
  padding-top: 20px;
  border-top: 2px dashed var(--laranja);
}
.preco-final .label {
  display: block;
  font-size: 12px;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 8px;
}
.preco-gigante {
  display: block;
  font-size: 72px;
  font-weight: 800;
  color: var(--laranja);
  line-height: 1;
}
.stack-obs {
  text-align: center;
  max-width: 640px;
  margin: 20px auto 0;
  font-size: 14px;
  color: #666;
}
@media (max-width: 768px) {
  .selo-desconto { width: 72px; height: 72px; top: -16px; right: -10px; }
  .selo-desconto strong { font-size: 22px; }
  .preco-gigante { font-size: 56px; }
}
@media (max-width: 480px) {
  .stack-valor { padding: 40px 24px 32px; }
  .item-stack { flex-direction: column; gap: 4px; }
}

/* ===== OBJEÇÃO ===== */
.objecao {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.objecao h2 {
  font-size: clamp(28px, 4vw, 40px);
  color: var(--navy);
  margin-bottom: 32px;
}
.resposta-curta {
  font-size: 22px;
  color: var(--navy);
  margin-bottom: 20px;
  line-height: 1.5;
}
.contexto {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 32px;
}
.frase-destaque {
  font-size: 22px;
  font-weight: 600;
  color: var(--laranja);
  font-style: italic;
  border-left: 4px solid var(--laranja);
  padding: 16px 24px;
  margin: 0 auto;
  max-width: 560px;
  text-align: left;
}

/* ===== TIMELINE (Como funciona) ===== */
.timeline-passos {
  list-style: none;
  padding: 0;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}
.timeline-passos::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: var(--teal);
  opacity: 0.3;
}
.timeline-passos li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 16px 0;
}
.timeline-passos .numero {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--teal);
  color: white;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 0 0 4px #FFFFFF;
}
.timeline-passos li.destaque .numero {
  background: var(--laranja);
  transform: scale(1.1);
}
.timeline-passos li.destaque p {
  font-size: 18px;
  font-weight: 600;
  color: var(--navy);
}
.timeline-passos p {
  margin: 12px 0 0;
  font-size: 16px;
  color: var(--texto);
  line-height: 1.5;
}

/* ===== CTA FINAL ===== */
.cta-final-section {
  text-align: center;
  padding: 80px 0;
}
.cta-final-section h2 {
  color: var(--branco);
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: 8px;
}
.cta-final-section .sub {
  color: rgba(255,255,255,0.8);
  font-size: 20px;
  margin-bottom: 40px;
}
.link-secundario {
  display: block;
  color: rgba(255,255,255,0.45);
  font-size: 14px;
  text-align: center;
  margin-top: 24px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.link-secundario:hover { color: rgba(255,255,255,0.75); }
@media (max-width: 480px) { .cta-final-section { padding: 56px 0; } }

/* ===== FOOTER ===== */
footer {
  background: var(--creme-base);
  padding: 56px 24px;
  text-align: center;
}
.footer-logo { margin-bottom: 28px; display: flex; justify-content: center; }
.footer-pagamentos { max-width: 280px; margin: 0 auto 28px; }
.footer-disclaimer {
  font-size: 13px;
  color: #888;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}
