:root {
  --bg: #05050a;
  --bg-soft: #0c0b16;
  --card: #0d0b1b;
  --lavender: #9c8cff;
  --lavender-light: #c4bbff;
  --violet: #7058ff;
  --text: #f8f7ff;
  --muted: #b8b5ca;
  --line: rgba(156, 140, 255, .38);
  --radius: 18px;
  --container: 1120px;
}

* { box-sizing: border-box; }

html {
  margin: 0;
  padding: 0;
  /* A rolagem dos CTAs é controlada pelo JavaScript para evitar conflitos. */
  scroll-behavior: auto;
  background: var(--bg);
}

body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.modal-open { overflow: hidden; }

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

button, input { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

a { color: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: .75rem 1rem;
  background: #fff;
  color: #111;
  border-radius: 0 0 8px 8px;
}

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

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
  position: relative;
}

.narrow { max-width: 900px; }

.section {
  position: relative;
  padding: 110px 0;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 { line-height: 1.12; }

h1 {
  max-width: 1100px;
  margin: 0 auto 20px;
  font-size: clamp(2rem, 3.2vw, 2.5rem);
  letter-spacing: -.04em;
  font-weight: 900;
}

h2 {
  margin-bottom: 44px;
  text-align: center;
  font-size: clamp(1.7rem, 3.5vw, 2.8rem);
  letter-spacing: -.035em;
  font-weight: 800;
}

h1 span, h2 span { color: var(--lavender); }

.hero h1 .hero-line,
.title-line {
  display: block;
  color: var(--text);
  white-space: nowrap;
}

.hero h1 strong,
.title-line.accent,
.title-line .accent { color: var(--lavender); }

.eyebrow {
  margin-bottom: 16px;
  color: var(--lavender-light);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.hero .eyebrow { font-size: .92rem; }

.centered { text-align: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 24px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  background: linear-gradient(135deg, #d5ceff 0%, #8a75ff 100%);
  box-shadow: 0 0 8px rgba(167, 147, 255, .8), 0 0 28px rgba(90, 64, 255, .35);
  color: #11101a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.btn:hover, .btn:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 0 12px rgba(195, 183, 255, .95), 0 10px 34px rgba(90, 64, 255, .42);
}

.center-btn { display: flex; width: max-content; margin: 52px auto 0; }

.hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding-top: 80px;
  text-align: center;
  isolation: isolate;
}

.hero::before,
.hero::after,
.final-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.hero::before {
  width: 500px;
  height: 500px;
  top: -210px;
  right: 8%;
  background: rgba(67, 38, 237, .36);
}

.hero::after {
  width: 300px;
  height: 300px;
  left: -220px;
  bottom: 0;
  background: rgba(95, 71, 255, .22);
}

.hero-copy {
  max-width: 820px;
  margin: 0 auto 36px;
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.video-cover {
  position: relative;
  display: block;
  width: min(100%, 860px);
  aspect-ratio: 16 / 9;
  margin: 0 auto 34px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;
  background: #000;
  box-shadow: 0 32px 80px rgba(0,0,0,.65), 0 0 50px rgba(97, 73, 255, .2);
  cursor: pointer;
  transition: transform .35s ease, border-color .35s ease;
}

.video-cover:hover { transform: scale(1.01); border-color: var(--lavender); }

.video-cover img { width: 100%; height: 100%; object-fit: cover; }

.play-pulse {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  background: rgba(7,6,14,.7);
  box-shadow: 0 0 0 14px rgba(156,140,255,.13);
  color: #fff;
  font-size: 1.35rem;
}

.problems { padding-top: 80px; }

.tag-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.problem-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(18,15,38,.82), rgba(4,4,10,.96));
  color: #e3e0ee;
  font-size: .9rem;
  text-decoration: none;
}

.problem-tag i { flex: 0 0 auto; color: var(--lavender); }

.white-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px rgba(255,255,255,.42);
}

.tag-cta {
  background: linear-gradient(135deg, #ded9ff, #9684ff);
  color: #0b0917;
  font-weight: 900;
  text-transform: uppercase;
}

.tag-cta i { color: #0b0917; }

.solution {
  isolation: isolate;
  padding-top: 65px;
  padding-bottom: 65px;
}

.solution::after,
.benefits::after,
.differences::after,
.faq::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 380px;
  height: 700px;
  border-radius: 50%;
  background: rgba(69, 40, 224, .2);
  filter: blur(90px);
  pointer-events: none;
}

.solution::after { right: -260px; top: 0; }

.split {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 60px;
  align-items: center;
}

.solution .container { width: min(calc(100% - 40px), var(--container)); }

.solution-copy h2, .conversion-copy h2 {
  margin-bottom: 24px;
  text-align: left;
  font-size: clamp(2.15rem, 3.2vw, 2.55rem);
}

.conversion-copy h2 {
  font-size: clamp(2.15rem, 3.2vw, 2.55rem);
}

.conversion-copy > p:last-of-type { margin-bottom: 34px; }

.solution-copy p, .conversion-copy p { color: var(--muted); }

.solution-copy > p { max-width: 620px; }

.solution-copy .btn { margin-top: 12px; }

.solution-visual {
  width: 138%;
  margin: 0;
  position: relative;
  justify-self: end;
  transform: translateX(7%);
}

.solution-visual::after {
  content: "";
  position: absolute;
  inset: 20% 8% 0;
  z-index: -1;
  border-radius: 50%;
  background: rgba(128, 103, 255, .32);
  filter: blur(60px);
}

.solution-visual img { width: 100%; filter: drop-shadow(0 25px 45px rgba(0,0,0,.55)); }

.benefits::after { left: -300px; top: 10%; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 220px;
  padding: 25px 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-bottom: 3px solid var(--lavender);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(22,17,62,.95), rgba(3,3,8,.98) 70%);
  transition: transform .3s ease, border-color .3s ease;
}

.feature-card:hover { transform: translateY(-7px); border-color: var(--lavender); }

.feature-card::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  right: -55px;
  top: -55px;
  border-radius: 50%;
  background: rgba(112,88,255,.22);
  filter: blur(20px);
}

.feature-card > i { margin-bottom: 28px; color: #fff; font-size: 1.55rem; }

.feature-card h3 { margin-bottom: 10px; font-size: 1.08rem; }

.feature-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }

.how-it-works {
  overflow: hidden;
  background-color: #afbee2;
  background-image: url("assets/background-como-funciona.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #0b0918;
}

.how-it-works .container { max-width: 860px; }

.how-it-works h2 { color: #fff; text-shadow: 0 2px 10px rgba(57,28,157,.3); }

.circuit-lines {
  display: none;
}

.steps { margin: 0; padding: 0; list-style: none; }

.steps li { display: flex; align-items: center; gap: 22px; margin-bottom: 16px; }

.steps li > span { width: 68px; font-size: clamp(2.2rem, 5vw, 3.7rem); line-height: 1; font-weight: 900; }

.steps p { margin: 0; font-size: 1.05rem; }

.steps small { display: block; font-size: .78rem; font-weight: 500; }

.btn-light { display: flex; width: max-content; margin: 42px auto 0; background: #fff; color: #171125; box-shadow: 0 8px 25px rgba(64,41,163,.25); }

.differences::after { right: -270px; top: 0; }

.tag-grid.compact .problem-tag {
  min-height: 90px;
  padding: 24px 28px;
  font-size: .92rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.testimonials h2 { margin-bottom: 82px; }

.testimonials {
  background-image:
    radial-gradient(ellipse 42% 62% at -8% 55%, rgba(83, 56, 255, .24), transparent 72%),
    radial-gradient(ellipse 38% 54% at 108% 22%, rgba(69, 43, 220, .18), transparent 72%);
}

.testimonial-card {
  position: relative;
  padding: 58px 24px 26px;
  border-radius: 20px;
  background: linear-gradient(150deg, #dcd7ff, #a99bff);
  box-shadow: 0 0 35px rgba(110, 87, 255, .16);
  color: #151125;
  text-align: center;
  min-height: 235px;
}

.testimonial-card.featured { transform: none; }

.testimonial-card img {
  position: absolute;
  width: 86px;
  height: 86px;
  top: -43px;
  left: 50%;
  padding: 0;
  transform: translateX(-50%);
  border: 3px solid #9b89ff;
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.testimonial-card p { font-size: .82rem; line-height: 1.55; }

.testimonial-card strong { font-size: .75rem; }

.stars { color: #5d41e8; letter-spacing: 3px; }

.conversion {
  padding-top: 55px;
  padding-bottom: 70px;
  overflow: hidden;
  background-image:
    radial-gradient(ellipse 44% 66% at 104% 48%, rgba(94, 68, 255, .24), transparent 70%),
    radial-gradient(ellipse 30% 46% at -8% 88%, rgba(56, 37, 190, .16), transparent 72%);
}

.conversion-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 30px;
}

.conversion-visual {
  width: 135%;
  margin: 0;
  transform: translateX(-8%);
}

.conversion-visual img { width: 100%; filter: drop-shadow(0 0 32px rgba(118,93,255,.35)); }

.faq::after { left: -290px; top: -40px; }

.faq {
  background-image:
    radial-gradient(ellipse 38% 58% at -8% 38%, rgba(76, 49, 235, .22), transparent 72%),
    radial-gradient(ellipse 34% 46% at 106% 84%, rgba(91, 66, 255, .17), transparent 72%);
}

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

.accordion details {
  border: 1px solid #8875ff;
  border-radius: 12px;
  background: rgba(29, 24, 54, .82);
  transition: background .2s ease;
}

.accordion details[open] { background: rgba(48, 40, 87, .9); }

.accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  list-style: none;
  font-size: .9rem;
  cursor: pointer;
}

.accordion summary::-webkit-details-marker { display: none; }

.accordion summary i { color: var(--lavender); transition: transform .2s ease; }

.accordion details[open] summary i { transform: rotate(180deg); }

.accordion details p { margin: 0; padding: 0 20px 18px; color: var(--muted); font-size: .88rem; }

.final-cta {
  padding-top: 80px;
  text-align: center;
  isolation: isolate;
  background-image:
    radial-gradient(ellipse 44% 58% at 50% 112%, rgba(91, 65, 255, .31), transparent 72%),
    radial-gradient(ellipse 28% 40% at 102% 20%, rgba(66, 43, 210, .16), transparent 72%);
}
.final-cta { overflow: hidden; }

.final-cta::before { width: 520px; height: 300px; left: 50%; bottom: -200px; transform: translateX(-50%); background: rgba(84,57,255,.35); }

.final-cta h2 { margin-bottom: 20px; }

.final-cta h2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.final-cta p { color: var(--muted); }

.final-cta .container > p {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
}

.checkmark {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 25px;
  place-items: center;
  border-radius: 50%;
  background: #7dcc35;
  box-shadow: 0 0 25px rgba(125,204,53,.35);
  color: #fff;
  font-size: 1.7rem;
}

footer { margin: 0; padding: 16px 20px; background: #9e91ff; color: #3a316b; text-align: center; font-size: .7rem; }

footer p { margin: 0; }

.modal {
  width: min(calc(100% - 32px), 720px);
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #0d0b18;
  box-shadow: 0 30px 100px rgba(0,0,0,.8), 0 0 40px rgba(112,88,255,.28);
  color: var(--text);
}

.modal::backdrop { background: rgba(1,1,5,.86); backdrop-filter: blur(8px); }

.modal-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #171329;
  color: #fff;
  cursor: pointer;
}

.modal-body { padding: 40px; }

.modal-body h2 { margin-bottom: 14px; text-align: left; }

.demo-player { overflow: hidden; margin: 24px 0; border: 1px solid var(--line); border-radius: 15px; background: #000; }

.demo-player img { width: 100%; }

.demo-player p { margin: 0; padding: 12px 16px; color: var(--muted); font-size: .8rem; text-align: center; }

.access-form { display: block; }

.form-intro { margin-bottom: 24px; }

.form-intro > p { margin-bottom: 4px; color: var(--muted); }

.access-form .eyebrow { color: var(--lavender-light); }

.form-fields { display: grid; gap: 13px; }

.form-field { display: grid; gap: 7px; color: #eceaf6; font-size: .82rem; font-weight: 700; }

.access-form input[type="text"],
.access-form input[type="email"],
.access-form input[type="tel"],
.access-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: 0;
  background: #151126;
  color: #fff;
}

.access-form textarea { min-height: 112px; resize: vertical; }

.access-form input:focus,
.access-form textarea:focus { border-color: var(--lavender); box-shadow: 0 0 0 3px rgba(156,140,255,.15); }

.access-form .invalid { border-color: #ff7070 !important; }

.field-error { min-height: 16px; color: #ff9c9c; font-size: .7rem; font-weight: 500; }

.consent-field { display: flex; align-items: flex-start; gap: 10px; color: #dedbea; cursor: pointer; }

.consent-field input { width: 18px; height: 18px; flex: 0 0 18px; margin: 3px 0 0; accent-color: var(--violet); }

.consent-field span { font-size: .78rem; line-height: 1.5; }

.consent-error { margin-top: -10px; }

.website-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.form-submit { width: 100%; margin-top: 4px; border: 0; }

.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }

.form-status { min-height: 22px; margin: 0; color: #ff9c9c; text-align: center; font-size: .8rem; }

.form-success { padding: 20px 0 5px; text-align: center; }

.form-success[hidden], [data-form-content][hidden] { display: none; }

.form-success .success-icon { display: grid; width: 62px; height: 62px; margin: 0 auto 20px; place-items: center; border-radius: 50%; background: #7dcc35; box-shadow: 0 0 25px rgba(125,204,53,.35); color: #fff; font-size: 1.5rem; }

.form-success h2 { margin-bottom: 14px; text-align: center; }

.form-success p { margin: 0 auto 24px; color: var(--muted); }

.whatsapp-button { width: 100%; background: #25d366; box-shadow: 0 0 10px rgba(37,211,102,.48), 0 10px 28px rgba(37,211,102,.2); color: #07150c; }

.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .section { padding: 85px 0; }
  .tag-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .conversion-grid { grid-template-columns: 1fr; }
  .solution-copy { order: 1; }
  .solution-visual { order: 2; width: 100%; max-width: 680px; margin-inline: auto; transform: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .conversion-copy { text-align: center; }
  .conversion-copy h2 { text-align: center; }
  .conversion-visual { width: 100%; max-width: 620px; margin: 0 auto; transform: none; }
  .hero h1 .hero-line, .title-line { white-space: normal; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  h1 { font-size: 2.25rem; }
  h2 { margin-bottom: 32px; font-size: 1.8rem; }
  .hero { min-height: auto; padding-top: 74px; }
  .hero-copy { font-size: .98rem; }
  .play-pulse { width: 56px; height: 56px; }
  .tag-grid, .feature-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .testimonial-grid { gap: 58px; }
  .testimonial-card.featured { transform: none; }
  .steps li { align-items: flex-start; gap: 12px; }
  .steps li > span { width: 54px; font-size: 2.4rem; }
  .steps p { font-size: .9rem; }
  .modal-body { padding: 34px 20px 24px; }
  .btn { width: 100%; }
  .center-btn, .btn-light { width: 100%; }
  .desktop-break { display: none; }
}

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