:root {
  --navy: #131628;
  --navy-2: #141527;
  --navy-border: #272d51;
  --purple: #6f00ff;
  --purple-2: #7000ff;
  --purple-light: #9b6bff;
  --yellow: #f6d234;
  --orange: #ffaa00;
  --red: #ff3b3b;
  --white: #ffffff;
  --ink: #131628;
  --ink-2: #1f223c;
  --gray: #b2b2b2;
  --gray-2: #b8b7c2;
  --gray-3: #43434e;
  --gray-4: #6a6a75;
  --light: #efefef;
  --rule: #dfdfde;
  --font: 'Poppins', Arial, sans-serif;
  --pad-y: clamp(24px, 2.5vw, 32px);
  --pad-x: clamp(16px, 3.5vw, 45px);
  --wrap: 1076px;
}

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

html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: normal;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4, p, li, summary { overflow-wrap: break-word; }
.cons-card__title, .bonus h3, .industry p, .date-card__value, .pill { overflow-wrap: anywhere; }

.wrap { max-width: var(--wrap); margin: 0 auto; }

.eyebrow {
  color: var(--purple-light);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Botão principal */
.btn {
  display: block;
  width: 100%;
  border: 0;
  background: var(--yellow);
  color: #000;
  font-family: var(--font);
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 20px 32px;
  border-radius: 8px;
  overflow-wrap: break-word;
  cursor: pointer;
}
.btn:hover { background: #ffdd3c; }
.btn:focus-visible { outline: 3px solid var(--purple-light); outline-offset: 3px; }
.btn--fixed { display: inline-block; width: auto; min-width: 296px; max-width: 100%; }
@media (max-width: 480px) { .btn { padding: 18px 24px; font-size: 18px; } .btn--fixed { min-width: 0; width: 100%; } }

/* Barra superior */
.topbar {
  background: var(--navy);
  padding: 8px max(var(--pad-x), calc((100% - var(--wrap)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.topbar__left { display: flex; align-items: center; gap: 8px; flex: none; }
.topbar__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--red); flex: none; }
.topbar__right { font-weight: 900; text-align: right; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.topbar__muted { color: var(--gray); }
.topbar__timer { display: inline-flex; align-items: center; gap: 6px; }
.countdown { display: inline-flex; gap: 4px; }
.countdown__unit { display: inline-block; min-width: 34px; padding: 2px 6px; border-radius: 4px; background: rgba(255, 255, 255, 0.1); text-align: center; }
.countdown__unit small { font-size: 9px; font-weight: 700; opacity: 0.7; margin-left: 1px; }
@media (max-width: 720px) {
  .topbar { flex-direction: column; align-items: flex-start; padding: 8px 16px; }
  .topbar__right { text-align: left; justify-content: flex-start; }
}

/* Hero */
.hero {
  position: relative;
  background-color: var(--navy);
  padding: clamp(16px, 1.875vw, 24px) var(--pad-x);
  text-align: center;
  color: var(--white);
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  left: auto;
  width: 46.5%;
  background: url('../img/hero-bg.svg') right center / cover no-repeat;
  opacity: 0.25;
  pointer-events: none;
}
.hero > * { position: relative; }
.hero__eyebrow {
  margin: 0 auto;
  max-width: 836px;
  color: var(--orange);
  font-weight: 700;
  font-size: clamp(12px, 1.1vw, 14px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 8px auto 0;
  max-width: 960px;
  font-weight: 700;
  font-size: clamp(30px, 3.52vw, 45px);
  line-height: clamp(36px, 5.27vw, 67px);
  text-transform: uppercase;
}
.hero__sub {
  margin: 16px auto 0;
  max-width: 1008px;
  font-weight: 500;
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: clamp(20px, 2.1vw, 27px);
}
.hero__video {
  position: relative;
  max-width: 604px;
  margin: 16px auto 0;
  aspect-ratio: 16 / 9;
  background: #1c2040;
  overflow: hidden;
}
.hero__video img, .hero__video iframe { width: 100%; height: 100%; object-fit: cover; border: 0; }
.play {
  position: absolute;
  left: 50%; top: 50%;
  width: 72px; height: 72px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--purple);
  display: grid; place-items: center;
  box-shadow: 0 0 0 12px rgba(111, 0, 255, 0.25);
}
.play::after { content: ''; margin-left: 6px; border-style: solid; border-width: 14px 0 14px 24px; border-color: transparent transparent transparent #fff; }
.hero__cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  max-width: 680px;
  margin: 24px auto 0;
}
.hero__cta .btn { width: 100%; white-space: nowrap; }
.hero__proof { width: 100%; min-width: 0; }
.hero__proof-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; }
.stars { color: var(--orange); font-size: 18px; letter-spacing: 4px; line-height: 1; }
.hero__proof-top span:last-child { font-weight: 500; font-size: 14px; }
.hero__proof p { color: var(--gray); font-weight: 500; font-size: 14px; }

/* Seção genérica clara */
.section { padding: var(--pad-y) var(--pad-x); }
.section--dark { background: var(--navy); color: var(--white); }
.section--rule { border-bottom: 1px solid var(--gray-2); }

/* O que cobre */
.covers { display: flex; flex-wrap: wrap; gap: 24px; align-items: flex-start; justify-content: center; }
.covers__text { flex: 1 1 500px; min-width: 0; }
.covers h2 {
  font-weight: 700;
  font-size: clamp(32px, 5.625vw, 72px);
  line-height: clamp(32px, 5.625vw, 72px);
  text-transform: uppercase;
}
.check { display: flex; gap: 10px; align-items: center; margin-top: 10px; }
.check svg { flex: none; width: 16px; height: 16px; }
.check p { font-weight: 500; font-size: 18px; }
.mosaic {
  flex: 0 1 438px;
  width: 438px;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 200px 200px;
  gap: 8px;
}
.mosaic img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.mosaic img:nth-child(1), .mosaic img:nth-child(2) { grid-column: span 3; }
.mosaic img:nth-child(n+3) { grid-column: span 2; }

/* Gargalos */
.cons { display: flex; flex-wrap: wrap; gap: 31px; align-items: center; justify-content: center; }
.cons__left { flex: 1 1 520px; max-width: 625px; min-width: 0; }
.cons h2 {
  margin-top: 8px;
  color: var(--navy-2);
  font-weight: 700;
  font-size: clamp(32px, 5.625vw, 60px);
  line-height: clamp(38px, 5.625vw, 72px);
  text-transform: uppercase;
}
.cons h2 span { color: var(--purple); }
.cons__body { margin-top: 16px; color: #000; font-weight: 500; font-size: 18px; }
.cons__vids { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; }
.cons__vid { position: relative; width: calc((100% - 16px) / 2); aspect-ratio: 9 / 16; background: #1c2040; border-radius: 12px; overflow: hidden; }
.cons__vid img { width: 100%; height: 100%; object-fit: cover; }
.cons__vid .play { width: 48px; height: 48px; box-shadow: 0 0 0 8px rgba(57, 116, 255, 0.3); background: #3974ff; }
.cons__vid .play::after { border-width: 9px 0 9px 15px; margin-left: 4px; }
.cons__cards { flex: 1 1 320px; min-width: 0; }
.cons-card { border: 1px solid var(--purple-light); border-radius: 16px; padding: 24px; }
.cons-card + .cons-card { margin-top: 24px; }
.cons-card__num { font-weight: 700; font-size: 40px; line-height: 48px; }
.cons-card__title { margin-top: 8px; color: var(--purple); font-weight: 700; font-size: clamp(20px, 2vw, 24px); line-height: 1.3; text-transform: uppercase; }
.cons-card__body { margin-top: 16px; color: #000; font-weight: 500; font-size: clamp(14px, 1.4vw, 18px); }

/* Marquee */
.marquee { background: var(--white); padding: 16px 0; overflow: hidden; }
.marquee__track { display: flex; align-items: center; width: max-content; animation: marquee 28s linear infinite; }
.marquee__word {
  margin-right: 24px;
  font-weight: 700;
  font-size: clamp(40px, 6.25vw, 80px);
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px var(--ink);
}
.marquee__dot { display: block; margin-right: 24px; width: 40px; height: 40px; border-radius: 50%; background: var(--purple); flex: none; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* Apresentador */
.speaker { background: linear-gradient(to bottom, #9b6bff, #7000ff); padding: 32px var(--pad-x); color: var(--white); }
.speaker__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 40px; max-width: var(--wrap); margin: 0 auto; }
.speaker__img {
  flex: 1 1 400px;
  max-width: 530px;
  aspect-ratio: 530 / 670;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #5a2ac0;
}
.speaker__img img { width: 100%; height: 100%; object-fit: cover; }
.speaker__img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(133, 53, 255, 0) 40%, rgba(126, 34, 255, 1) 100%); }
.speaker__text { flex: 1 1 400px; max-width: 614px; }
.speaker__eyebrow { color: rgba(255, 255, 255, 0.85); margin-bottom: 8px; }
.speaker h2 {
  max-width: 558px;
  font-weight: 700;
  font-size: clamp(40px, 5.5vw, 70px);
  line-height: 1.15;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.speaker__bio { margin-top: 24px; font-weight: 400; font-size: 16px; line-height: 24px; }
.speaker__bio p + p { margin-top: 24px; }
.paper {
  max-width: 509px;
  margin: 40px auto 0;
  border-style: solid;
  border-width: 24px 33px 38px;
  border-image: url('../img/paper.svg') 23.5 32.5 41.5 32.5 fill stretch;
  padding: clamp(16px, 2vw, 24px) clamp(8px, 1vw, 12px);
  text-align: center;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 24px;
}
.paper p + p { margin-top: 24px; }
.paper strong { font-weight: 700; }
.paper__sign { margin-top: 24px; color: var(--purple-light); font-family: 'Brush Script MT', 'Segoe Script', cursive; font-style: italic; font-size: 38px; line-height: 39px; }

/* Para quem é + oferta */
.fit { display: flex; flex-wrap: wrap; gap: clamp(24px, 3.75vw, 48px); align-items: center; justify-content: center; }
.fit__text { flex: 1 1 500px; min-width: 0; }
.fit h2 {
  margin-top: 8px;
  font-weight: 700;
  font-size: clamp(32px, 5.47vw, 70px);
  line-height: clamp(38px, 5.625vw, 72px);
  text-transform: uppercase;
}
.fit__body { margin-top: 16px; color: var(--gray-2); font-weight: 500; font-size: 18px; }
.industries { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: center; margin-top: 16px; }
.industry { width: 200px; max-width: calc(50% - 8px); text-align: center; }
.industry svg { width: 32px; height: 32px; display: block; margin: 0 auto; color: var(--purple-light); }
.industry p { margin-top: 4px; font-weight: 400; font-size: 18px; line-height: 1.4; overflow-wrap: break-word; }

.offer {
  flex: 0 1 480px;
  min-width: 0;
  width: 100%;
  max-width: 408px;
  margin: 0 auto;
  background: var(--white);
  color: var(--ink);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
}
.offer__label { font-weight: 700; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--purple); }
.offer__price { margin-top: 8px; font-weight: 700; font-size: 64px; line-height: 1; }
.offer__plus { display: inline-block; margin-top: 10px; padding: 6px 16px; border-radius: 100px; background: rgba(112, 0, 255, 0.12); color: var(--purple); font-weight: 700; font-size: 13px; text-transform: uppercase; }
.offer__list { list-style: none; padding: 0; margin: 20px 0 0; text-align: left; display: grid; gap: 10px; font-weight: 500; font-size: 15px; }
.offer__list li { display: flex; gap: 10px; align-items: flex-start; }
.offer__list svg { flex: none; width: 16px; height: 16px; margin-top: 2px; }
.offer .btn { margin-top: 20px; }
.offer__why { margin-top: 16px; color: var(--gray-3); font-size: 14px; line-height: 1.5; }
.offer__why strong { color: var(--ink); }

/* Data, local e ingresso */
.dates__head { max-width: 854px; margin: 0 auto; text-align: center; }
.dates__head h2 { font-weight: 700; font-size: clamp(32px, 3.75vw, 48px); line-height: clamp(38px, 4.92vw, 63px); text-transform: uppercase; }
.dates__head p { margin-top: 8px; color: var(--gray-2); font-weight: 500; font-size: 18px; }
.dates { display: flex; flex-wrap: wrap; gap: clamp(16px, 2.5vw, 32px); align-items: stretch; justify-content: center; max-width: var(--wrap); margin: var(--pad-y) auto 0; }
.date-card {
  position: relative;
  width: calc(25% - 24px);
  min-width: 177px;
  max-width: calc(50% - 8px);
  min-height: 179px;
  background: var(--navy-2);
  border: 2px solid var(--navy-border);
  border-radius: 16px;
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.date-card--open { background: var(--navy); border-color: var(--purple-2); box-shadow: 0 0 12px rgba(53, 5, 115, 0.13); }
.date-card__label { color: var(--gray-2); font-weight: 700; font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; }
.date-card__value { font-weight: 700; font-size: clamp(20px, 2vw, 24px); line-height: 1.3; text-transform: uppercase; max-width: 100%; }
.pill { display: inline-block; max-width: 100%; padding: 10px 16px; border: 1px solid transparent; border-radius: 100px; background: var(--navy-border); font-weight: 700; font-size: clamp(12px, 1.2vw, 16px); line-height: 1.25; text-transform: uppercase; white-space: nowrap; }
.pill--purple { background: var(--purple-2); }
.pill--outline { background: rgba(112, 0, 255, 0.3); border-color: var(--purple-2); color: #c9a7ff; }
.dates__map { max-width: var(--wrap); margin: var(--pad-y) auto 0; aspect-ratio: 21 / 9; border-radius: 16px; overflow: hidden; border: 2px solid var(--navy-border); background: var(--navy-2); }
@media (max-width: 720px) { .dates__map { aspect-ratio: 4 / 3; } }
.dates__map iframe { width: 100%; height: 100%; border: 0; display: block; }
.dates__address { margin-top: 12px; text-align: center; color: var(--gray-2); font-weight: 500; font-size: 16px; }
.dates__cta { text-align: center; margin-top: var(--pad-y); }

/* Garantia e bônus */
.gb { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; }
.gb__left { flex: 1 1 400px; min-width: 0; }
.gb h2 { margin-top: 8px; font-weight: 700; font-size: clamp(32px, 4.5vw, 60px); line-height: 1.15; text-transform: uppercase; }
.gb__left p { margin-top: 16px; font-weight: 500; font-size: 18px; color: #000; }
.guarantee { margin-top: 24px; border: 2px dashed var(--purple-light); border-radius: 16px; padding: 24px; }
.guarantee strong { display: block; color: var(--purple); font-size: 20px; text-transform: uppercase; }
.guarantee p { margin-top: 8px; font-size: 16px; font-weight: 400; line-height: 1.55; color: var(--gray-3); }
.gb__right { flex: 1 1 400px; min-width: 0; }
.bonus { display: flex; gap: 16px; align-items: flex-start; border: 1px solid var(--purple-light); border-radius: 16px; padding: 20px 24px; }
.bonus > div { min-width: 0; }
.bonus + .bonus { margin-top: 16px; }
.bonus__num { flex: none; font-weight: 700; font-size: 32px; line-height: 1; color: var(--purple); }
.bonus h3 { font-weight: 700; font-size: 20px; text-transform: uppercase; }
.bonus p { margin-top: 6px; color: #000; font-weight: 500; font-size: 16px; line-height: 1.5; }

/* Depoimentos */
.reviews { background: var(--light); padding: clamp(56px, 7vw, 80px) 20px; }
.reviews__head { text-align: center; max-width: 760px; margin: 0 auto; }
.reviews__head h2 { margin: 12px auto 0; max-width: 24ch; color: var(--navy-2); font-weight: 700; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.05; text-transform: uppercase; }
.reviews__head p { margin: 16px auto 0; max-width: 52ch; color: #3a3a44; font-size: clamp(1rem, 1.3vw, 1.1rem); line-height: 1.6; }
.reviews__grid { display: flex; flex-wrap: wrap; gap: 22px; max-width: var(--wrap); margin: 32px auto 0; }
.tcard { flex: 1 1 300px; min-width: 0; background: var(--white); border: 1px solid rgba(20, 21, 39, 0.1); border-radius: 16px; padding: 28px 26px; box-shadow: 0 10px 30px -22px rgba(20, 21, 39, 0.4); }
.tcard__stars { color: var(--purple-2); font-size: 16px; letter-spacing: 2px; line-height: 1; }
.tcard p { margin: 14px 0; color: var(--navy-2); font-size: 1.01rem; line-height: 1.55; }
.tcard__foot { border-top: 1px solid rgba(20, 21, 39, 0.1); padding-top: 14px; }
.tcard__name { font-weight: 700; font-size: 1rem; color: var(--navy-2); }
.tcard__meta { font-size: 0.82rem; color: var(--gray-4); }

/* FAQ */
.faq { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; }
.faq__left { flex: 1 1 320px; max-width: 463px; }
.faq h2 { margin-top: 8px; font-weight: 700; font-size: clamp(36px, 5vw, 60px); line-height: 1.2; text-transform: uppercase; }
.faq__left .btn { margin-top: 40px; }
.faq__list { flex: 1 1 400px; min-width: 0; color: var(--navy-2); }
.faq__list details { border-bottom: 1px solid var(--rule); }
.faq__list summary { display: flex; align-items: center; gap: 20px; list-style: none; cursor: pointer; min-height: 77px; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary span:first-child { flex: 1 1 0; font-weight: 500; font-size: 18px; }
.faq__list summary span:last-child { flex: none; font-weight: 400; font-size: 24px; line-height: 1; }
.faq__list details[open] summary span:last-child { transform: rotate(45deg); }
.faq__list summary:focus-visible { outline: 3px solid var(--purple-light); outline-offset: 2px; }
.faq__answer { padding: 0 0 22px; color: var(--gray-3); font-size: 16px; line-height: 1.6; }

/* CTA final */

/* Rodapé */
.footer { padding: 40px var(--pad-x); background: #090b18; font-size: 13px; line-height: 1.6; color: var(--gray-4); text-align: center; }
.footer p { max-width: 900px; margin: 0 auto 12px; }
.footer a { color: var(--gray); }
.footer__disclaimer { font-size: 12px; line-height: 1.7; color: #8b8b96; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 16px; background: rgba(9, 11, 24, 0.85); }
.modal[data-open="true"] { display: flex; }
.modal__box { position: relative; width: 100%; max-width: 480px; padding: 32px 28px; border-radius: 16px; background: var(--white); color: var(--ink); }
.modal__close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #eef0f7; font-size: 20px; cursor: pointer; }
.modal__close:focus-visible { outline: 3px solid var(--purple-light); outline-offset: 2px; }
.modal__box h3 { font-weight: 700; font-size: 22px; text-transform: uppercase; }
.modal__box .modal__lead { margin: 8px 0 20px; font-size: 15px; color: var(--gray-3); line-height: 1.5; }
.field { display: grid; gap: 6px; margin-bottom: 16px; }
.field label { font-size: 14px; font-weight: 700; }
.field input { padding: 14px; border: 2px solid #dfe2ee; border-radius: 10px; font-family: var(--font); font-size: 16px; }
.field input:focus { outline: 0; border-color: var(--purple-light); box-shadow: 0 0 0 3px rgba(155, 107, 255, 0.35); }
.field input[aria-invalid="true"] { border-color: var(--red); }
.field__error { display: none; font-size: 13px; color: var(--red); }
.field__error[data-show="true"] { display: block; }
.modal__box .btn { white-space: normal; }
.modal__legal { margin-top: 14px; font-size: 12px; color: var(--gray-4); line-height: 1.5; }
