:root{
  --bg: #000000;
  --panel: rgba(255,255,255,.06);
  --line: rgba(255,255,255,.12);
  --text: #eaf0ff;
  --muted: rgba(234,240,255,.78);

  --accent: #7c3aed;
  --accent2:#22c55e;
  --hot: #f97316;

  --shadow: 0 18px 48px rgba(0,0,0,.48);
  --radius: 18px;
  --radius2: 26px;

  --container: 620px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  background: var(--bg);
  color: var(--text);
  overflow-x:hidden;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }

.container{
  width:min(var(--container), calc(100% - 28px));
  margin-inline:auto;
}

/* ===== HERO (igual ao print) ===== */
.hero{
  padding: 18px 0 22px;
  background: radial-gradient(900px 600px at 100% 0%, rgba(0, 0, 0, 0), transparent 100%);
}

.heroCard{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  overflow:hidden;
  background: rgba(0, 0, 0, 0);
  box-shadow: var(--shadow);
}

.heroMedia{
  height: 320px;
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center 10%; /* sobe a imagem */
  position: relative;
}

.heroMedia::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(420px 220px at 50% 60%, rgba(255,255,255,.26), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.70));
}

.heroContent{
  padding: 16px 16px 18px;
  text-align:center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(7,10,18,.98) 70%);
}

/* badge ping */
.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(0, 0, 0, 0.06);
  font-weight: 900;
  margin: 2px auto 12px;
}

.badge__ping{
  width:10px; height:10px;
  border-radius:999px;
  background: var(--accent2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  animation: ping 1.3s infinite;
}
@keyframes ping{
  0%{ box-shadow: 0 0 0 0 rgba(34,197,94,.45); }
  100%{ box-shadow: 0 0 0 12px rgba(0, 0, 0, 0); }
}

/* chips */
.chipsRow{
  display:flex;
  justify-content:center;
  gap:10px;
  margin: 0 auto 10px;
  flex-wrap:wrap;
}
.chip{
  padding: 8px 12px;
  border-radius:999px;
  font-size:.92rem;
  font-weight: 900;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
}
.chip--live{
  background: rgba(249,115,22,.16);
  border-color: rgba(249,115,22,.26);
}
.chip--muted{
  opacity:.9;
}

/* title */
.heroTitle{
  margin: 8px 0 12px;
  font-size: 2.05rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.accent{ color: var(--accent); }
.accent2{ color: var(--accent2); }

.heroLead{
  margin: 0 auto 14px;
  max-width: 52ch;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

/* CTA */
.heroCTA{
  display:grid;
  gap: 10px;
  place-items:center;
  margin: 10px 0 8px;
}

.btn{
  border:1px solid transparent;
  border-radius: 14px;
  padding: 14px 16px;
  font-weight: 950;
  letter-spacing:.4px;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  transition: transform .12s ease, filter .2s ease, background .2s ease;
  user-select:none;
}
.btn:active{ transform: translateY(1px) scale(.99); }

.btn--wide{ width:100%; max-width: 520px; }

.btn--primary{
  background: linear-gradient(#ff8800, #ff8800);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(249,115,11,.18);
}
.btn--primary:hover{ filter: brightness(1.05); }

.btn--ghost{
  background: rgba(0, 255, 34, 0.06);
  border-color: var(--line);
  color: var(--text);
}

.btn--whatsapp{
  background: linear-gradient(#ff8800, #ff8800);
  color: #ffffff;
}

.btn__icon{ font-size:1.1rem; }

.trust{
  list-style:none;
  padding:0;
  margin: 10px 0 0;
  display:grid;
  gap: 8px;
  justify-items:center;
  color: rgba(234,240,255,.86);
  font-weight: 900;
}

/* ===== SECTIONS ===== */
.section{ padding: 26px 0; }
.section__head{
  text-align:center;
}
.section__head h2{
  margin:0 0 10px;
  font-size: 1.7rem;
  letter-spacing:-.02em;
}
.section__head p{
  margin:0 auto;
  max-width: 60ch;
  color: var(--muted);
  line-height:1.5;
  font-weight:700;
}

.section__cta{
  margin-top: 14px;
  display:grid;
  place-items:center;
}

/* Fix “faixa preta” — fundo consistente */
#beneficios, #provas{
  background: rgba(7,10,18,.98);
}

/* ===== BENEFITS ===== */
.benefits{
  margin-top: 14px;
  display:grid;
  gap: 12px;
}
.benefit{
  width:100%;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 14px;
  display:flex;
  gap: 12px;
  align-items:center;
  cursor:pointer;
  text-align:left;
}
.benefit__icon{ font-size:1.35rem; }
.benefit__text strong{
  display:block;
  font-weight: 950;
  margin-bottom:2px;
}
.benefit__text span{
  color: var(--muted);
  font-weight: 750;
  font-size:.95rem;
}

/* ===== CAROUSEL (auto, contínuo) ===== */
.section--dark{
  background: rgba(7,10,18,.98);
}

.carousel{
  margin-top: 14px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  overflow:hidden;
  box-shadow: var(--shadow);
}

.carousel__viewport{
  overflow:hidden;
  padding: 14px;
}

.carousel__track{
  display:flex;
  gap: 12px;
  will-change: transform;
  transform: translateX(0);
}

.proof{
  flex: 0 0 190px;
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
}
.proof img{
  width:100%;
  height: 280px;
  object-fit: cover;
}

.carousel__bottom{
  padding: 14px;
  border-top: 1px solid var(--line);
  display:grid;
  place-items:center;
}

/* ===== FOOTER ===== */
.footer{
  padding: 18px 0 88px;
  background: rgba(7,10,18,.98);
}
.footer__inner{
  display:flex;
  justify-content:center;
  font-weight: 850;
  color: rgba(234,240,255,.78);
}

/* ===== NOTIFY (com X) ===== */
.notifyArea{
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 999;
  pointer-events:none;
}
.notifyStack{
  width: min(360px, calc(100vw - 24px));
  display:flex;
  flex-direction:column;
  gap: 10px;
}

.toast{
  pointer-events:auto;
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(10,14,26,.82);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 44px rgba(0,0,0,.35);

  transform: translateX(-24px);
  opacity:0;
  animation: toastIn .55s ease forwards;
}
@keyframes toastIn{ to{ transform: translateX(0); opacity:1; } }

.toast__avatar{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.12);
}
.toast__meta{
  display:grid;
  gap:2px;
  min-width:0;
}
.toast__title{
  font-weight: 950;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.toast__desc{
  font-weight: 800;
  font-size: .92rem;
  color: rgba(234,240,255,.72);
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.toast__dot{
  width:10px; height:10px;
  border-radius:999px;
  background: var(--accent2);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.12);
  margin-left: 6px;
}

.toast__close{
  margin-left:auto;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255,255,255,.06);
  color: rgba(234,240,255,.92);
  cursor:pointer;
  font-weight: 950;
}
.toast__close:hover{ background: rgba(255,255,255,.10); }

/* ===== MODAL ===== */
.modal{
  position: fixed;
  inset: 0;
  z-index: 1200;
  display:none;
}
.modal.is-open{ display:block; }

.modal__backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.62);
}

.modal__panel{
  position: relative;
  width: min(560px, calc(100% - 28px));
  margin: 8vh auto 0;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(10,14,26,.92);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.modal__panel--wide{
  width: min(820px, calc(100% - 28px));
}

.modal__head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 14px;
  border-bottom: 1px solid var(--line);
}

.iconBtn{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--text);
  cursor:pointer;
  display:grid;
  place-items:center;
  font-weight: 950;
}
.iconBtn:hover{ background: rgba(255,255,255,.10); }

.modal__body{ padding: 14px; }

.steps{
  margin:0;
  padding-left: 18px;
  font-weight: 800;
  line-height: 1.6;
  color: rgba(234,240,255,.86);
}

.modal__cta{
  margin-top: 14px;
  display:grid;
  place-items:center;
}

/* ===== Responsive (bem fiel ao print) ===== */
@media (max-width: 420px){
  .heroMedia{ height: 280px; background-position: center 8%; }
  .heroTitle{ font-size: 1.85rem; }
  .proof{ flex-basis: 170px; }
  .proof img{ height: 260px; }
}
