/* LP de conversao Pack Master Fornecedores */

:root {
  --bg: #050508;
  --bg-soft: #0b0b10;
  --bg-card: #11111a;
  --text: #f4f4f5;
  --muted: #a1a1aa;
  --line: rgba(255, 255, 255, 0.09);
  --accent: #e11d48;
  --accent-soft: rgba(225, 29, 72, 0.3);
  --gold: #e8c547;
  --gold-soft: rgba(232, 197, 71, 0.14);
  --profit: #34d399;
  --profit-soft: rgba(52, 211, 153, 0.12);
  --cta-green: #22c55e;
  --cta-green-mid: #16a34a;
  --brasil-verde: #009b3a;
  --brasil-amarelo: #ffdf00;
  --brasil-azul: #002776;
  --white: #fff;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --radius: 14px;
  --radius-lg: 22px;
}

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

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  .page-decor__orb {
    animation: none !important;
    opacity: 0.25;
  }
}

body {
  margin: 0;
  position: relative;
  font-family: "Outfit", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(225, 29, 72, 0.12), transparent 55%),
    radial-gradient(circle at 85% 40%, var(--gold-soft), transparent 42%),
    radial-gradient(circle at 5% 60%, var(--profit-soft), transparent 38%),
    radial-gradient(circle at 10% -20%, rgba(13, 21, 40, 0.75), transparent 45%),
    var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.page-decor {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.page-decor__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
  animation: orbDrift 18s ease-in-out infinite;
}
.page-decor__orb--1 {
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  top: -8%;
  right: -10%;
  background: radial-gradient(circle, rgba(225, 29, 72, 0.35), transparent 70%);
  animation-delay: 0s;
}
.page-decor__orb--2 {
  width: min(320px, 45vw);
  height: min(320px, 45vw);
  bottom: 15%;
  left: -8%;
  background: radial-gradient(circle, rgba(232, 197, 71, 0.22), transparent 70%);
  animation-delay: -6s;
}
.page-decor__orb--3 {
  width: min(280px, 40vw);
  height: min(280px, 40vw);
  top: 42%;
  right: 5%;
  background: radial-gradient(circle, rgba(52, 211, 153, 0.2), transparent 70%);
  animation-delay: -12s;
}
@keyframes orbDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(12px, -18px) scale(1.05); }
  66% { transform: translate(-10px, 10px) scale(0.96); }
}

main,
.footer {
  position: relative;
  z-index: 1;
}

.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }

/* Faixa de oferta + preço + cronômetro Sticky no topo — vermelho para chamar atenção */
.offer-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(92deg, #9b0f1a 0%, #dc2626 38%, #b91c1c 72%, #7f1219 100%);
  border-bottom: 1px solid rgba(254, 226, 226, 0.35);
  box-shadow: 0 4px 28px rgba(185, 28, 28, 0.45);
  animation: offerBarPulse 2.8s ease-in-out infinite;
}
@keyframes offerBarPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(185, 28, 28, 0.35); }
  50% { box-shadow: 0 6px 26px rgba(254, 202, 202, 0.22); }
}
.offer-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
  padding: 0.5rem 0;
  min-height: 46px;
}
.offer-bar__tag {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fef2f2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
.offer-bar__deal {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  white-space: nowrap;
}
.offer-bar__old {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: line-through;
}
.offer-bar__price {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.offer-bar__sep {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.35);
  display: none;
}
@media (min-width: 720px) {
  .offer-bar__sep {
    display: block;
  }
}
.offer-bar__ends {
  font-size: 0.78rem;
  color: rgba(255, 247, 237, 0.92);
  font-weight: 600;
  white-space: nowrap;
}
.offer-bar__countdown {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  font-variant-numeric: tabular-nums;
}
.cd-unit {
  display: inline-flex;
  align-items: baseline;
  gap: 0.08rem;
  background: rgba(0, 0, 0, 0.22);
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.cd-num {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fef3c7;
  min-width: 1.35rem;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.cd-lbl {
  font-size: 0.62rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-transform: lowercase;
}
.cd-sep {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: 0.85rem;
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal--stagger > * { opacity: 0; transform: translateY(18px); }
.reveal.is-visible.reveal--stagger > * { animation: fadeUp .6s var(--ease) forwards; }
.reveal.is-visible.reveal--stagger > *:nth-child(1){animation-delay:.05s}
.reveal.is-visible.reveal--stagger > *:nth-child(2){animation-delay:.14s}
.reveal.is-visible.reveal--stagger > *:nth-child(3){animation-delay:.23s}
.reveal.is-visible.reveal--stagger > *:nth-child(4){animation-delay:.32s}
.reveal.is-visible.reveal--stagger > *:nth-child(5){animation-delay:.4s}
.reveal.is-visible.reveal--stagger > *:nth-child(6){animation-delay:.48s}
@keyframes fadeUp { to { opacity: 1; transform: translateY(0);} }

/* Hero — texto acima, vídeo central, CTA abaixo */
.hero { padding: 4.2rem 0 3.2rem; }
.hero__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.75rem;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}
.hero__intro {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
}
#video { scroll-margin-top: 5.5rem; }
.hero__eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .12em; font-weight: 600; font-size: .78rem; margin: 0 0 .8rem; }
.hero__title { font-size: clamp(1.9rem, 5vw, 3.1rem); line-height: 1.08; margin: 0 0 1rem; letter-spacing: -0.02em; }
.hero__subtitle { color: var(--muted); max-width: 48ch; margin: 0 auto; }
.hero__cta {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  border-radius: 12px;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--white); color: #111; box-shadow: 0 8px 28px rgba(255,255,255,.15);}
/* CTA verde — sólido e discreto (sem “botão 3D”) */
.btn--convert {
  background: var(--cta-green-mid);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 6px 20px rgba(22, 163, 74, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.btn--convert:hover {
  background: var(--cta-green);
  box-shadow: 0 8px 26px rgba(22, 163, 74, 0.42);
  transform: translateY(-2px);
}
.btn--outline,.btn--ghost { border: 1px solid rgba(255,255,255,.2); color: var(--text); background: transparent; }
.btn--outline:hover,.btn--ghost:hover{ background: rgba(255,255,255,.06);}
.btn--lg { padding: 0.95rem 1.75rem; font-size: 1rem; }

.link-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: var(--profit);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.link-cta:hover {
  color: #6ee7b7;
  border-bottom-color: rgba(110, 231, 183, 0.45);
}
.link-cta--after-block {
  margin-top: 1.1rem;
}
/* Hero — notebook com VSL (bloco central) */
.hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(760px, 100%);
}
.hero .laptop--hero {
  width: 100%;
  max-width: min(720px, 100%);
  margin: 0 auto;
}
.hero .laptop__lid {
  padding: 12px 10px 8px;
  border-radius: 14px 14px 5px 5px;
}
.hero .laptop__bezel {
  margin-top: 12px;
  padding: 8px;
  border-radius: 9px;
}
.hero .video-inset__play {
  width: 64px;
  height: 64px;
  z-index: 5;
}
.hero .video-inset__play-triangle {
  border-width: 10px 0 10px 16px;
}
.video-inset__poster--hero {
  background-color: #1a1a1a;
  background-image:
    url("../images/hero-video-poster.png"),
    url("https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}
/* Troque a capa principal em images/hero-video-poster.png (seu mock do notebook) */
.video-inset--hero .video-inset__offer-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  padding: 0.45rem 1.15rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff;
  background: var(--cta-green-mid);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.video-inset--hero .video-inset__offer-btn:hover {
  background: var(--cta-green);
  transform: translateX(-50%) translateY(-2px);
}
.video-inset.is-playing .video-inset__offer-btn {
  opacity: 0;
  pointer-events: none;
}

.proofbar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}
.proofbar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  padding: 1rem 0 1.1rem;
}
.proofbar__grid div {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  text-align: center;
}
.proofbar strong {
  font-size: 1.15rem;
  color: var(--gold);
}
.proofbar span {
  color: var(--muted);
  font-size: 0.86rem;
}

/* Notebook / VSL (hero) */
.laptop {
  width: 100%;
  max-width: min(880px, 100%);
  margin: 0 auto;
}
.laptop__lid {
  background: linear-gradient(165deg, #4a4a52 0%, #2d2d33 35%, #1f1f24 100%);
  border-radius: 16px 16px 6px 6px;
  padding: 14px 12px 10px;
  box-shadow:
    0 3px 0 rgba(0, 0, 0, 0.45),
    0 28px 56px rgba(0, 0, 0, 0.55);
  position: relative;
}
.laptop__camera {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #121214;
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.15);
}
.laptop__bezel {
  margin-top: 14px;
  background: #08080a;
  border-radius: 10px;
  padding: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}
.video-inset {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
}
.video-inset__poster {
  position: absolute;
  inset: 0;
  background-color: #111;
  background-image: url("https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  transition: opacity 0.45s var(--ease), transform 0.5s var(--ease);
}
.video-inset:not(.is-playing) .video-inset__poster:hover {
  transform: scale(1.03);
}
.video-inset.is-playing .video-inset__poster {
  opacity: 0;
  pointer-events: none;
}
.video-inset__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border: none;
  border-radius: 50%;
  background: var(--white);
  cursor: pointer;
  z-index: 2;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.45);
  transition: transform 0.3s var(--ease);
}
.video-inset__play:hover {
  transform: translate(-50%, -50%) scale(1.06);
}
.video-inset.is-playing .video-inset__play {
  display: none;
}
.video-inset__play-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #111;
  margin-left: 4px;
}
.video-inset__embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--ease);
}
.video-inset.is-playing .video-inset__embed {
  opacity: 1;
  pointer-events: auto;
}
.laptop__base {
  height: 16px;
  margin: 0 auto;
  width: 92%;
  max-width: 820px;
  background: linear-gradient(180deg, #323238, #1c1c22);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.42);
  display: flex;
  justify-content: center;
  padding-top: 4px;
}
.laptop__trackpad {
  width: 22%;
  height: 5px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
}
.section { padding: 3.5rem 0; }
.section--tight { padding: 2.35rem 0; }
.section--tightest { padding: 1.85rem 0; }
.section--dark { background: linear-gradient(180deg, rgba(255,255,255,.02), transparent); }
.section__head { margin-bottom: 1.3rem; }
.section__head h2 { margin:0 0 .45rem; font-size: clamp(1.45rem, 3.4vw, 2rem); letter-spacing: -.01em; }
.section__head p { margin:0; color: var(--muted); }

.inline-code {
  font-size: 0.88em;
  padding: 0.12rem 0.4rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 500;
}

/* Galeria fornecedores (vídeo + foto) */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}
.gallery-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.gallery-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
}
.gallery-card__media {
  aspect-ratio: 4 / 5;
  background: linear-gradient(145deg, #16161c, #0a0a0d);
  position: relative;
  overflow: hidden;
}
.gallery-card__media--img {
  display: block;
}
.gallery-card__video,
.gallery-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}

/* Capa sobre o vídeo — scrim semitransparente para o frame aparecer */
.gallery-card__cover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  background:
    linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.18) 50%, rgba(0,0,0,0.08) 100%);
  cursor: pointer;
  transition: opacity 0.35s ease;
  z-index: 2;
}
.gallery-card__cover--brasil {
  background:
    linear-gradient(to top, rgba(0,30,10,0.75) 0%, rgba(0,20,50,0.2) 50%, transparent 100%);
}
/* Label do produto via data-attr */
.gallery-card__cover::after {
  content: attr(data-label);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
/* Ícone de play */
.gallery-card__play {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(6px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.gallery-card__cover:hover .gallery-card__play {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.6);
  transform: scale(1.08);
}
.gallery-card__play::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent rgba(255,255,255,0.9);
}
/* Esconde o cover quando o vídeo está tocando */
.gallery-card__cover.is-playing {
  opacity: 0;
  pointer-events: none;
}
.gallery-card__title {
  margin: 0;
  padding: 0.85rem 1rem 0.25rem;
  font-size: 1rem;
  font-weight: 700;
}
.gallery-card__cap {
  margin: 0;
  padding: 0 1rem 1rem;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}
.gallery-card__file {
  color: var(--gold);
  font-weight: 600;
  word-break: break-all;
}

/* Seção Brasil — mesma base escura da página; identidade fica no card */
.section--brasil-panel {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 3.5rem;
  background: transparent;
}
/* Eyebrow de ponte entre hero e card */
.brasil-panel__intro {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: clamp(0.82rem, 1.5vw, 0.95rem);
  color: var(--muted);
  letter-spacing: 0.02em;
}

/* Brilho verde suave no topo da seção — anuncia o card sem chocar */
.section--brasil-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% -10%, rgba(0, 155, 58, 0.08), transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(0, 39, 118, 0.06), transparent 55%);
  pointer-events: none;
}
.section--brasil-panel .container {
  position: relative;
  z-index: 1;
}
.brasil-board {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
  /* Fundo sólido opaco — evita vazar o listrado da seção (efeito “textura”) */
  background: #0d2420;
  border: 1px solid rgba(255, 223, 0, 0.18);
  box-shadow:
    0 0 0 1px rgba(0, 155, 58, 0.12),
    0 4px 0 rgba(255, 223, 0, 0.14),
    0 32px 80px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(0, 100, 40, 0.08);
}
.brasil-board__stripe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  
  z-index: 2;
}
.brasil-board__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  padding: 1.1rem 1.35rem 1rem 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b1d1a;
}
.brasil-board__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.brasil-board__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fefce8;
  background: rgba(0, 155, 58, 0.45);
  border: 1px solid rgba(255, 223, 0, 0.35);
}
.brasil-board__tag--soft {
  background: rgba(255, 255, 255, 0.06);
  font-weight: 700;
  letter-spacing: 0.08em;
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(254, 252, 232, 0.9);
}
.brasil-board__kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(253, 224, 71, 0.9);
  letter-spacing: 0.06em;
}
.brasil-board__core {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.75rem 2rem;
  padding: 1.5rem 1.35rem 1.35rem 1.6rem;
  align-items: start;
}
.brasil-board__copy-wrap {
  position: relative;
  min-width: 0;
}
.brasil-board__year-watermark {
  position: absolute;
  right: -0.15rem;
  top: -1.25rem;
  margin: 0;
  font-size: clamp(4.5rem, 22vw, 9rem);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: rgba(253, 224, 71, 0.07);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.brasil-board__copy {
  position: relative;
  z-index: 1;
}
.brasil-board__year-label {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(204, 251, 241, 0.85);
  letter-spacing: 0.02em;
}
.brasil-board__year-num {
  display: inline-block;
  margin-right: 0.15rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fef08a;
  letter-spacing: -0.03em;
  vertical-align: -0.12em;
}
.brasil-board__copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.45rem, 3.6vw, 2.05rem);
  line-height: 1.14;
  letter-spacing: -0.025em;
  color: #f0fdf4;
  font-weight: 800;
}
.brasil-board__accent-text {
  color: #fde047;
}
.brasil-board__lead {
  margin: 0 0 1.25rem;
  max-width: 48ch;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(236, 253, 245, 0.88);
}
.brasil-board__lead strong {
  color: #fef08a;
  font-weight: 700;
}
.brasil-board__lead em {
  color: #a5f3fc;
  font-style: normal;
  font-weight: 600;
}
.brasil-board__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.35rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: var(--cta-green-mid);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 28px rgba(22, 163, 74, 0.35);
  transition: transform 0.2s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.brasil-board__cta:hover {
  background: var(--cta-green);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(22, 163, 74, 0.42);
}
.brasil-board__photo {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
  transform: rotate(-1.25deg);
  background: #0c0c10;
}
.brasil-board__photo img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 260px;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}
.brasil-board__highlights {
  list-style: none;
  margin: 0;
  padding: 1rem 1.35rem 1.5rem 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  background: #0b1d1a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.brasil-board__highlight {
  display: flex;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #102420;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease);
}
.brasil-board__highlight:hover {
  background: #132b27;
  border-color: rgba(253, 224, 71, 0.22);
}
.brasil-board__hl-num {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(253, 224, 71, 0.85);
  line-height: 1.4;
}
.brasil-board__highlight strong {
  display: block;
  font-size: 0.88rem;
  color: #fef9c3;
  margin-bottom: 0.25rem;
}
.brasil-board__highlight p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(204, 251, 241, 0.82);
}
.brasil-board__highlight em {
  color: #a5f3fc;
  font-style: normal;
  font-weight: 600;
}

.pain-grid,
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.pain-grid--2,
.testimonials__grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.card { background: var(--bg-card); border:1px solid var(--line); border-radius: var(--radius); padding:1.25rem; transition: transform .3s var(--ease), border-color .3s var(--ease); }
.card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.18); }
.card h3 { margin:0 0 .35rem; font-size:1.05rem; }
.card p { margin:0; color: var(--muted); }
.card span { display:block; margin-top:.8rem; color:#d4d4d8; font-size:.88rem; }


/* Checklist */
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 760px;
}

.checklist li {
  position: relative;
  padding: 1rem 0 1rem 2.25rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity .5s var(--ease), transform .5s var(--ease), color .3s;
}
.reveal.is-visible.checklist li { opacity:1; transform: translateX(0); }
.reveal.is-visible.checklist li:nth-child(1){transition-delay:.05s}
.reveal.is-visible.checklist li:nth-child(2){transition-delay:.13s}
.reveal.is-visible.checklist li:nth-child(3){transition-delay:.21s}
.reveal.is-visible.checklist li:nth-child(4){transition-delay:.29s}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.75rem;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.checklist li:hover {
  color: var(--text);
}

/* ─── Seção de oferta ─── */

/* Linha 1: O que recebe + Bônus lado a lado */
.offer__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto 1.75rem;
}

/* Card: O que você recebe */
.receive-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  background: linear-gradient(160deg, rgba(255,255,255,.03) 0%, transparent 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* Badge unificado para ambos os cards — mesmo tamanho/forma, cores distintas */
.card-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 0.3rem 0.75rem;
  margin-bottom: 0.7rem;
}
.card-badge--members {
  color: #fff;
  background: linear-gradient(90deg, #e11d48, #7c3aed);
  box-shadow: 0 2px 8px rgba(225,29,72,0.3);
}
.card-badge--bonus {
  color: #1a0e00;
  background: linear-gradient(135deg, #f5c200 0%, #e8a800 40%, #ffd84d 65%, #c98b00 100%);
  border: 1.5px solid #7a5000;
  box-shadow: 0 2px 0 rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.3);
  text-shadow: 0 1px 0 rgba(255,220,80,0.5);
}
.receive-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  letter-spacing: -0.01em;
}
.receive-card__sub {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0 0 1.1rem;
}

/* Preview screenshot da área de membros */
.members-preview {
  margin: 0 0 1rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 8px 28px rgba(0,0,0,0.45);
  line-height: 0;
}
.members-preview img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* Prateleira de nichos estilo streaming */
.nicho-shelf {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
  margin-bottom: 1rem;
}
.nicho-shelf__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
.nicho-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.55rem 0.35rem;
  border-radius: 8px;
  color: rgba(255,255,255,0.9);
  line-height: 1.3;
  border: 1px solid rgba(167, 139, 250, 0.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  transition: transform .2s, filter .2s, border-color .2s;
}
.nicho-tile:hover {
  transform: scale(1.03);
  filter: brightness(1.08);
  border-color: rgba(167, 139, 250, 0.42);
}
/* Paleta homogênea (mesma família índigo/azul) */
.nicho-tile--a { background: linear-gradient(135deg, #1c2454, #121a43); }
.nicho-tile--b { background: linear-gradient(135deg, #1e295b, #17204d); }
.nicho-tile--c { background: linear-gradient(135deg, #202c62, #182355); }
.nicho-tile--d { background: linear-gradient(135deg, #1f2b5f, #162150); }
.nicho-tile--e { background: linear-gradient(135deg, #212e66, #19265a); }
.nicho-tile--f { background: linear-gradient(135deg, #1d2858, #151f49); }
.nicho-tile--g { background: linear-gradient(135deg, #22306a, #1a285c); }
.nicho-tile--h { background: linear-gradient(135deg, #1e2a5d, #16224e); }
.nicho-tile--i { background: linear-gradient(135deg, #243270, #1b2b61); }
.nicho-tile--j { background: linear-gradient(135deg, #202d64, #192556); }
.nicho-tile--k { background: linear-gradient(135deg, #1b2656, #141f48); }
.nicho-tile--l { background: linear-gradient(135deg, #1f2b60, #172251); }

.receive-card__footer {
  margin: 0;
  font-size: 0.75rem;
  color: var(--muted);
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  margin-top: auto;
}

/* Card: Bônus */
.bonus-card {
  border: 1px dashed rgba(255, 223, 0, 0.32);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  background: linear-gradient(160deg, rgba(255,210,0,0.05) 0%, transparent 65%);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bonus-card::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 120px;
  background: radial-gradient(ellipse, rgba(255,200,0,0.1), transparent 70%);
  pointer-events: none;
}
.bonus-card__head {
  margin-bottom: 1rem;
}
.bonus-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
  letter-spacing: -0.01em;
}
.bonus-card__img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 0 auto 1.25rem;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,0.55));
}
.bonus-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.bonus-card__item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.07);
}
.bonus-card__type {
  flex-shrink: 0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.45rem;
  border-radius: 5px;
}
.bonus-card__type--xlsx {
  background: rgba(34,197,94,0.18);
  color: #4ade80;
  border: 1px solid rgba(34,197,94,0.3);
}
.bonus-card__type--pdf {
  background: rgba(239,68,68,0.18);
  color: #f87171;
  border: 1px solid rgba(239,68,68,0.3);
}
.bonus-card__item div {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
.bonus-card__item strong {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text);
}
.bonus-card__item p {
  margin: 0;
  font-size: 0.73rem;
  color: var(--muted);
}

/* Linha 2: caixa de preço — mesma largura total dos dois cards acima */
.offer__price-row {
  max-width: 1080px;
  margin: 0 auto;
}
.offer__box {
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 2.4rem 2rem;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  position: relative;
  overflow: hidden;
}
.offer__box::before {
  content: "";
  position: absolute;
  inset: auto -20% -160px;
  height: 220px;
  background: radial-gradient(circle at center, var(--accent-soft), transparent 70%);
  pointer-events: none;
}
/* Layout interno da caixa de preço — info à esquerda, ação à direita */
.offer__box-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2.5rem;
  text-align: left;
}
.offer__box-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.offer__box-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  min-width: 260px;
}
.offer__tag { color: var(--accent); letter-spacing:.12em; text-transform:uppercase; font-weight:600; font-size:.74rem; margin:0 0 .25rem; }
.offer__box h2 { margin:.2rem 0 .4rem; font-size: clamp(1.4rem, 2.8vw, 1.9rem); }
.offer__desc { margin:0; color: var(--muted); font-size: 0.9rem; }
.offer__price { margin:0 0 1.25rem; }
.offer__price .old { display:block; color: var(--muted); text-decoration: line-through; font-size:.95rem; }
.offer__price strong { display:block; font-size: clamp(2rem, 5vw, 2.8rem); line-height:1; margin:.25rem 0; }
.offer__price .installments { display:block; color: var(--muted); font-size:.9rem; }
.offer__note { color: var(--muted); font-size:.82rem; margin: .9rem 0 0; }
.offer__cta {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.offer__trust {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
  margin: 1rem 0 0.25rem;
  font-size: 0.78rem;
  color: var(--muted);
  flex-wrap: wrap;
}
.offer__trust span {
  display: inline-flex;
  align-items: center;
  padding: 0.26rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

/* FAQ em boxes */
.faq__wrap {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.faq__wrap .section__head {
  margin-bottom: 2rem;
}
.faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  text-align: left;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.025), transparent);
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.faq-item:has(.accordion__trigger[aria-expanded="true"]) {
  border-color: rgba(255,255,255,0.18);
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent);
}
.accordion__trigger {
  width: 100%;
  text-align: left;
  padding: 1.1rem 1.25rem;
  background: none;
  border: none;
  color: var(--text);
  font-family: inherit;
  font-size: 0.97rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: color .25s;
}
.accordion__trigger::after {
  content: "+";
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--muted);
  transition: transform .35s var(--ease), color .25s;
}
.accordion__trigger[aria-expanded="true"]::after {
  transform: rotate(45deg);
  color: var(--accent);
}
.accordion__trigger:hover { color: var(--white); }
.accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .4s var(--ease);
}
.accordion__panel.is-open {
  grid-template-rows: 1fr;
}
.accordion__panel > p {
  margin: 0;
  overflow: hidden;
  padding: 0 1.25rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
  transition: padding .4s var(--ease);
}
.accordion__panel.is-open > p {
  padding: 0 1.25rem 1.1rem;
}

/* Aviso legal */
.legal-note .container {
  max-width: 1080px;
}
.legal-note__box {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 1.4rem 1.25rem;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
}
.legal-note__kicker {
  margin: 0 0 0.4rem;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f59e0b;
  font-weight: 700;
}
.legal-note__box h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
}
.legal-note__box h3 {
  margin: 1rem 0 0.5rem;
  font-size: 0.95rem;
}
.legal-note__box p {
  margin: 0 0 0.65rem;
  color: var(--muted);
  font-size: 0.9rem;
}
.legal-note__checks {
  margin: 0 0 0.85rem;
  padding-left: 1rem;
  color: var(--muted);
}
.legal-note__checks li {
  margin-bottom: 0.35rem;
  line-height: 1.5;
}

/* Footer */
.footer {
  padding: 2.2rem 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
  border-top: 1px solid var(--line);
}

/* Sticky CTA */
.cta-sticky {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  z-index: 90;
  padding: 0.78rem 1.35rem;
  background: var(--cta-green-mid);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: transform .5s var(--ease), opacity .5s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
  white-space: nowrap;
  max-width: min(calc(100vw - 2rem), 17rem);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.cta-sticky.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.cta-sticky:hover {
  transform: translateX(-50%) translateY(-2px);
  background: var(--cta-green);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
}

@media (max-width: 980px) {
  .pain-grid,
  .testimonials__grid,
  .proofbar__grid {
    grid-template-columns: 1fr 1fr;
  }
  .pain-grid--2,
  .testimonials__grid--2 {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brasil-board__core {
    grid-template-columns: 1fr;
  }
  .brasil-board__photo {
    order: -1;
    transform: rotate(0deg);
    max-width: 420px;
    margin: 0 auto;
  }
  .brasil-board__highlights {
    grid-template-columns: 1fr;
  }
  .hero .laptop--hero {
    max-width: min(520px, 100%);
  }
}
@media (max-width: 700px) {
  .hero {
    padding-top: 3.2rem;
  }
  .section--brasil-panel {
    padding: 2rem 0 2.25rem;
  }
  .brasil-board {
    border-radius: 16px;
  }
  .brasil-board__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .brasil-board__year-watermark {
    right: 0;
    top: -0.5rem;
    font-size: clamp(3.5rem, 28vw, 5.5rem);
  }
  .hero__stack {
    gap: 1.35rem;
  }
  .pain-grid,
  .testimonials__grid,
  .proofbar__grid,
  .pain-grid--2,
  .testimonials__grid--2,
  .gallery-grid,
  .faq__grid,
  .offer__split {
    grid-template-columns: 1fr;
  }
  .nicho-shelf__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .offer__box-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .offer__box-action {
    width: 100%;
    min-width: unset;
  }
  .laptop__lid {
    padding: 12px 10px 8px;
  }
  .video-inset__play {
    width: 60px;
    height: 60px;
  }
  .cta-sticky {
    bottom: 0.8rem;
    width: calc(100% - 1.2rem);
    text-align: center;
    white-space: normal;
  }
}
