:root {
  --cream: #f0f8ff;
  --cream-2: #e0f2fe;
  --cream-3: #bae6fd;
  --paper: #ffffff;
  --paper-soft: #f8fafc;
  --navy: #0369a1;
  --navy-deep: #075985;
  --ink: #0f172a;
  --muted: #64748b;
  --teal: #0284c7;
  --coral: #0ea5e9;
  --gold: #38bdf8;
  --cta: #1fa75c;
  --cta-hover: #16894a;
  --green-glow: rgba(31, 167, 92, .35);
  --font: "Poppins", system-ui, sans-serif;
  --r-sm: 14px;
  --r: 22px;
  --r-lg: 34px;
  --pill: 999px;
  --sh-sm: 0 2px 8px rgba(34, 55, 71, .08);
  --sh: 0 10px 30px -12px rgba(34, 55, 71, .22);
  --sh-lg: 0 28px 60px -22px rgba(34, 55, 71, .32);
  --sh-card: 0 14px 34px -16px rgba(34, 55, 71, .28);
  --maxw: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.offerbar {
  background: var(--teal);
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: .04em;
  font-size: 15px;
  padding: 11px 16px;
  position: relative;
  z-index: 60;
}

.hero {
  background: linear-gradient(180deg, var(--paper-soft) 0%, var(--cream) 100%);
  padding: 50px 0 60px;
  overflow: hidden;
}
.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.hero-copy { width: 100%; max-width: 760px; margin: 0 auto; }
.kicker {
  color: var(--teal);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 14px;
}
.hero h1 {
  font-size: clamp(31px, 4.4vw, 52px);
  line-height: 1.12;
  font-weight: 600;
  margin: 16px auto 20px;
  max-width: 20ch;
  text-wrap: balance;
}
.lead {
  font-size: clamp(17px, 1.6vw, 20px);
  color: var(--ink);
  max-width: 58ch;
  margin: 0 auto 24px;
}
.hero-vsl {
  width: min(100%, 360px);
  aspect-ratio: 9 / 16;
  margin: 0 auto 34px;
  overflow: hidden;
  background: #000;
  border: 4px solid var(--teal);
  border-radius: var(--r-sm);
  box-shadow: 0 18px 42px -18px rgba(3, 105, 161, .52);
}
.hero-vsl iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.hero-mockup {
  width: min(100%, 700px);
  margin: 0 auto 28px;
}
.hero-mockup img {
  width: min(100%, 620px);
  margin: 0 auto;
  filter: drop-shadow(0 34px 48px rgba(34, 55, 71, .24));
}
.material-carousel {
  width: 100%;
  max-width: 100vw;
  margin: -18px auto 40px;
  position: relative;
}
.material-carousel-viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  padding: 30px 0;
}
.material-carousel-track {
  display: flex;
  gap: 24px;
  width: max-content;
  padding: 0 24px 0 0;
  align-items: center;
  animation: marquee 35s linear infinite !important;
}
.material-slide {
  flex: 0 0 clamp(240px, 32vw, 320px);
  width: clamp(240px, 32vw, 320px);
  height: auto;
  border-radius: 20px;
  filter: drop-shadow(0 18px 32px rgba(34, 55, 71, .15));
  transition: transform 0.4s ease;
}
.hl {
  color: var(--coral);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.hero-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 22px;
  max-width: 760px;
  text-align: left;
}
.hero-list li,
.blist li,
.recv-list li,
.bonus-card li,
.plan li,
.step-card li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-weight: 600;
}
.check {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--cta);
  box-shadow: 0 4px 10px -3px var(--green-glow);
  margin-top: 2px;
  position: relative;
}
.check::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  left: 7px;
  top: 7px;
}
.delivery {
  color: var(--muted);
  font-size: 14.5px;
  margin-top: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 700;
  font-size: clamp(17px, 2.2vw, 22px);
  line-height: 1.15;
  text-align: center;
  padding: 20px 38px;
  border: none;
  border-radius: var(--pill);
  cursor: pointer;
  background: var(--cta);
  color: #fff;
  box-shadow: 0 12px 26px -10px var(--green-glow), inset 0 -3px 0 rgba(0, 0, 0, .13);
  transition: transform .18s cubic-bezier(.3, 1.4, .5, 1), box-shadow .18s, filter .18s;
  max-width: 100%;
}
.btn:hover {
  transform: translateY(-3px) scale(1.015);
  filter: brightness(1.05);
  box-shadow: 0 20px 38px -12px var(--green-glow), inset 0 -3px 0 rgba(0, 0, 0, .13);
}
.btn--lg { padding: 24px 46px; }
.btn--block { display: flex; width: 100%; }
.btn--ghost {
  background: var(--paper);
  color: var(--navy);
  box-shadow: inset 0 0 0 2.5px var(--navy);
}
.btn--ghost:hover { background: var(--navy); color: #fff; }
.btn-pulse { animation: pulse 2.6s ease-in-out infinite; }
.arr { font-size: 1.15em; }

.sec { padding: 78px 0; position: relative; }
.sec--cream2 { background: var(--cream-2); }
.sec-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 46px;
}
.sec-head h2 {
  font-size: clamp(27px, 3.4vw, 42px);
  line-height: 1.18;
  font-weight: 600;
  text-wrap: balance;
}
.sec-head p {
  color: var(--muted);
  margin-top: 14px;
  font-size: 18px;
}

.marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.marquee-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: marquee 34s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.gal-card {
  flex: 0 0 auto;
  width: clamp(240px, 26vw, 330px);
  background: var(--paper);
  border-radius: var(--r);
  box-shadow: var(--sh-card);
  overflow: hidden;
  border: 1px solid rgba(34, 55, 71, .06);
  transition: transform .25s, box-shadow .25s;
}
.gal-card:hover { transform: translateY(-6px) scale(1.02); box-shadow: var(--sh-lg); }

.feat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.feat-card,
.whom-card,
.step-card {
  background: var(--paper);
  border-radius: var(--r);
  padding: 30px 26px;
  box-shadow: var(--sh-card);
  border: 1px solid rgba(34, 55, 71, .05);
  transition: transform .2s, box-shadow .2s;
}
.feat-card { text-align: center; }
.feat-card:hover,
.whom-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.feat-ico {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  background: rgba(77, 101, 112, .12);
  color: var(--teal);
  font-weight: 800;
}
.feat-card h3,
.whom-card h3,
.step-card h3 { font-size: 20px; font-weight: 600; margin-bottom: 9px; line-height: 1.25; }
.feat-card p,
.whom-card p,
.step-card p,
.bonus-card .desc,
.receive-card .txt { color: var(--muted); font-size: 15.5px; }
.feat-close,
.center-cta,
.plans-close {
  text-align: center;
  margin-top: 42px;
}
.feat-close p,
.plans-close {
  color: var(--muted);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.benefit-block {
  background: linear-gradient(155deg, var(--navy) 0%, var(--navy-deep) 100%);
  border-radius: var(--r-lg);
  padding: clamp(36px, 5vw, 68px);
  color: #fff;
  box-shadow: var(--sh-lg);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.benefit-block::before,
.benefit-block::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, .18), transparent 70%);
}
.benefit-block::before { top: -120px; right: -90px; }
.benefit-block::after { bottom: -130px; left: -80px; }
.benefit-block h2 {
  color: #fff;
  font-size: clamp(24px, 3.2vw, 38px);
  line-height: 1.18;
  font-weight: 600;
  max-width: 25ch;
  margin: 0 auto;
  position: relative;
}
.blist {
  list-style: none;
  padding: 0;
  margin: 34px auto 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 38px;
  max-width: 880px;
  position: relative;
  text-align: left;
}
.blist li {
  background: rgba(255, 255, 255, .06);
  padding: 16px 20px;
  border-radius: var(--r-sm);
}
.blist li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: 56%;
  margin: 0 auto;
}

.urgency {
  background: linear-gradient(120deg, var(--teal) 0%, var(--coral) 100%);
  color: #fff;
  text-align: center;
  padding: 60px 0;
  box-shadow: var(--sh);
  position: relative;
  overflow: hidden;
}
.urgency::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, .05) 0 22px, transparent 22px 44px);
}
.urgency .wrap { position: relative; z-index: 1; }
.urgency h2 {
  color: #fff;
  font-size: clamp(24px, 3.6vw, 40px);
  line-height: 1.18;
  font-weight: 600;
  max-width: 22ch;
  margin: 0 auto 14px;
}
.urgency p { font-size: 18px; opacity: .95; margin-bottom: 30px; }
.urgency .btn { background: #fff; color: var(--teal); }
.urgency .btn:hover { background: var(--navy); color: #fff; }

.whom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.whom-card .check {
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
}
.whom-card .check::after { left: 10px; top: 11px; width: 13px; height: 7px; }

.receive-card {
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: clamp(30px, 4vw, 56px);
  box-shadow: var(--sh-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(34, 55, 71, .05);
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
}
.receive-card .art { width: 100%; max-width: 480px; margin-bottom: 8px; }
.receive-card .art img { filter: drop-shadow(0 24px 40px rgba(34, 55, 71, .26)); }
.receive-card .sub {
  color: var(--navy);
  font-weight: 700;
  margin: 4px 0 6px;
  font-size: clamp(19px, 2.4vw, 24px);
}
.recv-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 30px;
  text-align: left;
  max-width: 720px;
}
.recv-list li { color: var(--navy); font-size: 16px; }
.recv-list li:last-child:nth-child(odd) { grid-column: 1 / -1; }

.bonus-tease { text-align: center; margin-bottom: 28px; }
.bonus-tease .t1 {
  font-weight: 700;
  color: var(--teal);
  letter-spacing: .12em;
  font-size: 16px;
}
.bonus-tease .t2 {
  font-weight: 800;
  color: var(--navy);
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1;
  margin: 4px 0 10px;
}
.bonus-tease .t3 { color: var(--muted); font-size: 18px; }
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
.bonus-card {
  background: var(--paper);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-card);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform .22s, box-shadow .22s;
}
.bonus-card::after {
  content: "";
  position: absolute;
  inset: 6px;
  pointer-events: none;
  border: 2.6px dashed rgba(31, 167, 92, .82);
  border-radius: calc(var(--r-lg) - 6px);
}
.bonus-card:hover { transform: translateY(-8px); box-shadow: var(--sh-lg); }
.bonus-card .top {
  background: linear-gradient(180deg, #fff, var(--paper-soft));
  padding: 24px 22px 6px;
}
.bonus-card .top img {
  max-height: 230px;
  width: auto;
  margin: 0 auto;
  filter: drop-shadow(0 16px 26px rgba(34, 55, 71, .24));
}
.bonus-card .top .bonus-video-image {
  max-height: 260px;
  max-width: 108%;
}
.bonus-card .body {
  padding: 24px 24px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bonus-card h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}
.bonus-card ul,
.plan ul,
.step-card ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 20px;
  display: grid;
  gap: 9px;
}
.bonus-card li,
.plan li,
.step-card li {
  color: var(--navy);
  font-size: 15px;
}
.value-tag {
  margin-top: auto;
  color: var(--teal);
  font-weight: 800;
}
.value-tag s {
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
}

.plans-grid {
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 30px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
}
.plan {
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: 38px 34px;
  box-shadow: var(--sh-card);
  border: 1.5px solid rgba(34, 55, 71, .08);
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}
.plan h3 {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.plan-sub {
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
  margin: 4px 0 16px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.plan .art { text-align: center; margin: 8px 0 16px; }
.plan .art img {
  max-height: 225px;
  width: auto;
  margin: 0 auto;
  filter: drop-shadow(0 16px 26px rgba(34, 55, 71, .2));
}
.plan li { text-align: left; }
.plan li.is-unavailable {
  color: #dc2626;
}
.xmark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border: 2px solid #dc2626;
  border-radius: 50%;
  color: #dc2626;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.unavailable-copy {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.plan--feature {
  border: 2.5px solid var(--cta);
  background: linear-gradient(180deg, #ffffff 0%, #f3fbf6 100%);
  box-shadow: 0 36px 70px -24px rgba(31, 167, 92, .5);
  transform: scale(1.04);
  z-index: 3;
  padding-top: 46px;
}
.plan--feature::before {
  content: "MAIS VENDIDO";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cta);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  padding: 11px 30px;
  border-radius: var(--pill);
  white-space: nowrap;
  box-shadow: 0 14px 26px -8px var(--green-glow);
  letter-spacing: .04em;
}
.mini-urg {
  display: inline-flex;
  align-self: center;
  background: rgba(14, 165, 233, .1);
  color: var(--teal);
  font-weight: 700;
  font-size: 12.5px;
  padding: 6px 14px;
  border-radius: var(--pill);
  margin-bottom: 14px;
  text-transform: uppercase;
}
.social-arrow { text-align: center; margin: 18px 0 8px; }
.social-arrow .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--navy);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 11px 16px;
  border-radius: 18px;
}
.social-arrow .pill b { color: var(--gold); font-size: 16px; }
.price-old { color: var(--muted); font-size: 15px; text-align: center; }
.price-old s { color: var(--teal); }
.price-prefix {
  margin: 10px 0 -2px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.price-now {
  font-weight: 800;
  color: var(--cta);
  font-size: clamp(42px, 6vw, 60px);
  line-height: 1;
  margin: 4px 0;
  text-align: center;
}
.price-inst { color: var(--muted); font-size: 15px; margin-bottom: 18px; text-align: center; }
.pay-seals { color: var(--muted); font-size: 13.5px; margin-top: 16px; }
.basic-upsell-note {
  margin: 18px 0 0;
  padding: 12px 14px;
  color: #9f1239;
  background: #fff1f2;
  border: 1px solid #fecdd3;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.video-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 300px));
  justify-content: center;
  gap: 24px;
  max-width: 680px;
  margin: 0 auto 46px;
}
.video-proof {
  overflow: hidden;
  background: var(--paper);
  border: 4px solid var(--teal);
  border-radius: var(--r-sm);
  box-shadow: 0 16px 34px -16px rgba(3, 105, 161, .5);
}
.video-proof iframe {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
  background: #000;
}
.testi-shell { max-width: 760px; margin: 0 auto; }
.testi-viewport { overflow: hidden; border-radius: var(--r-lg); }
.testi-track { display: flex; transition: transform .5s cubic-bezier(.5, 0, .2, 1); }
.testi-card { flex: 0 0 100%; padding: 6px; }
.testi-inner {
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: clamp(28px, 4vw, 46px);
  box-shadow: var(--sh-card);
  text-align: center;
  border: 1px solid rgba(34, 55, 71, .05);
}
.stars { color: var(--gold); letter-spacing: 4px; font-size: 24px; margin-bottom: 20px; }
.testi-quote {
  font-size: clamp(18px, 2.4vw, 23px);
  color: var(--navy);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 22px;
}
.testi-author { font-weight: 700; color: var(--navy); font-size: 18px; }
.testi-ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 26px;
}
.navbtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: #fff;
  color: var(--navy);
  box-shadow: var(--sh);
  font-size: 32px;
  line-height: 1;
}
.dots-nav { display: flex; gap: 8px; }
.dots-nav button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: var(--cream-3);
  cursor: pointer;
}
.dots-nav button.active { background: var(--teal); }

.guarantee {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 50px;
  align-items: center;
}
.seal { display: grid; place-items: center; }
.seal-medal {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, var(--paper) 0 58%, var(--gold) 58% 72%, var(--coral) 72% 100%);
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: var(--sh-lg), inset 0 0 0 8px rgba(255, 255, 255, .5);
  position: relative;
}
.seal-medal::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  border: 3px dashed rgba(255, 255, 255, .7);
}
.seal-medal .inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  box-shadow: var(--sh);
  z-index: 1;
}
.seal-medal .big { font-weight: 800; font-size: 42px; line-height: .9; color: var(--gold); }
.seal-medal small { font-weight: 700; font-size: 12px; letter-spacing: .12em; }
.guarantee h2 { font-size: clamp(24px, 3vw, 34px); line-height: 1.2; font-weight: 600; margin-bottom: 18px; }
.guarantee p { margin-bottom: 12px; }
.gl { list-style: none; padding: 0; margin: 8px 0 16px; display: grid; gap: 8px; }
.gl li { padding-left: 22px; position: relative; }
.gl li::before { content: "•"; position: absolute; left: 4px; color: var(--teal); font-weight: 700; }
.emph { font-weight: 700; color: var(--navy); font-size: 19px; }
.stack { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0; }
.stack span {
  background: var(--cream-2);
  color: var(--navy);
  font-weight: 700;
  padding: 8px 18px;
  border-radius: var(--pill);
  font-size: 15px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  counter-reset: step;
}
.step-num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-bottom: 16px;
}
.step-card ul { margin-bottom: 0; }
.step-card li { font-size: 14.5px; }

.faq {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
.faq-item {
  background: var(--paper);
  border-radius: var(--r);
  box-shadow: var(--sh-sm);
  border: 1px solid rgba(34, 55, 71, .06);
  overflow: hidden;
}
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--font);
  font-weight: 700;
  color: var(--navy);
  font-size: 18px;
}
.tog {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--cream-2);
  display: grid;
  place-items: center;
  transition: transform .3s, background .25s, color .25s;
}
.faq-item.open .tog { transform: rotate(45deg); background: var(--teal); color: #fff; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.faq-a p { padding: 0 26px 24px; color: var(--ink); font-size: 16.5px; }
.faq-item.open .faq-a { max-height: 220px; }

.footer {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, .7);
  padding: 52px 0;
  text-align: center;
  font-size: 13.5px;
  line-height: 1.7;
}
.footer .wrap { max-width: 820px; }
.footer p { margin-bottom: 14px; }
.footer .cr { color: #fff; font-weight: 700; font-size: 16px; }

body.modal-open { overflow: hidden; }
.offer-modal[hidden] { display: none; }
.offer-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: rgba(15, 23, 42, .78);
  backdrop-filter: blur(3px);
}
.offer-modal-dialog {
  position: relative;
  width: min(100%, 520px);
  max-height: calc(100dvh - 24px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 28px 18px 18px;
  background: var(--paper);
  border: 2px solid var(--cta);
  border-radius: 10px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .38);
}
.offer-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: var(--ink);
  background: var(--cream-2);
  border: 0;
  border-radius: 50%;
  font: inherit;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}
.offer-modal-head { padding: 4px 24px 0; text-align: center; }
.offer-modal-kicker {
  margin-bottom: 6px;
  color: var(--cta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}
.offer-modal-head h2 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(21px, 6vw, 28px);
  line-height: 1.2;
}
.offer-modal-head > p:last-child {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.offer-modal-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 18px 0;
  text-align: center;
}
.offer-modal-price span { color: var(--muted); font-size: 14px; }
.offer-modal-price span s { color: #dc2626; }
.offer-modal-price strong {
  color: var(--cta);
  font-size: clamp(46px, 14vw, 66px);
  line-height: 1;
}
.offer-modal-price small { margin-top: 4px; color: var(--muted); font-size: 13px; }
.offer-modal-benefits {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e2e8f0;
}
.offer-modal-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 9px 2px;
  color: var(--ink);
  border-bottom: 1px solid #e2e8f0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.offer-modal-benefits .check {
  width: 20px;
  height: 20px;
  margin-top: 0;
}
.offer-modal-benefits .check::after {
  left: 5px;
  top: 5px;
  width: 8px;
  height: 5px;
}
.offer-modal-actions { display: grid; gap: 10px; margin-top: 18px; }
.offer-modal-actions .btn { padding: 15px 12px; font-size: 14px; }
.offer-modal-basic {
  display: block;
  padding: 13px 12px;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid #cbd5e1;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

#toast-compras {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 20px;
  color: #fff;
  background-color: #19a86d;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(25, 168, 109, .35);
  transform: translateY(calc(-100% - 40px));
  transition: transform .3s ease, opacity .3s ease;
  opacity: 0;
  pointer-events: none;
}
#toast-compras.show { transform: none; opacity: 1; }
#toast-compras * { font-family: var(--font); }
#toast-compras svg {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  padding: 5px;
  fill: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
}
#toast-compras .linha-1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 4px;
}
#toast-compras .nome {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
#toast-compras .tempo {
  margin: 0;
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  line-height: 1;
}
#toast-compras .pagamento {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 12px 26px -10px var(--green-glow), 0 0 0 0 rgba(31, 167, 92, .22), inset 0 -3px 0 rgba(0, 0, 0, .13); }
  50% { box-shadow: 0 16px 32px -10px var(--green-glow), 0 0 0 12px rgba(31, 167, 92, 0), inset 0 -3px 0 rgba(0, 0, 0, .13); }
}
@keyframes marquee {
  to { transform: translateX(-50%); }
}

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

@media (max-width: 980px) {
  .feat-grid,
  .whom-grid,
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .bonus-grid,
  .plans-grid,
  .guarantee { grid-template-columns: 1fr; }
  .bonus-grid,
  .plans-grid { max-width: 520px; margin-left: auto; margin-right: auto; }
  .plan--feature { transform: none; }
  .guarantee { text-align: center; }
  .stack { justify-content: center; }
}

@media (max-width: 680px) {
  .hero-vsl {
    width: min(78vw, 280px);
    margin-bottom: 28px;
    border-width: 3px;
  }
  .video-proof-grid {
    grid-template-columns: minmax(0, 1fr);
    justify-content: center;
    gap: 18px;
    width: min(100%, 280px);
    max-width: none;
    margin-bottom: 34px;
    padding: 0;
    overflow: visible;
  }
  .video-proof { border-width: 3px; border-radius: 10px; }
  #toast-compras {
    left: auto;
    right: 8px;
    top: 8px;
    width: min(68vw, 250px);
    gap: 8px;
    padding: 9px 11px;
    border-radius: 8px;
    justify-content: flex-start;
  }
  #toast-compras svg { width: 30px; height: 30px; padding: 4px; border-width: 2px; }
  #toast-compras .linha-1 { display: block; margin-bottom: 3px; }
  #toast-compras .nome { font-size: 13px; line-height: 1.15; }
  #toast-compras .tempo { margin-top: 2px; font-size: 11px; line-height: 1.15; }
  #toast-compras .pagamento { font-size: 12px; line-height: 1.2; }
  body { font-size: 17px; }
  .offerbar { font-size: 12.5px; }
  .hero { padding: 36px 0 46px; }
  .hero-mockup img,
  .material-carousel-frame {
    width: min(100%, 500px);
    border-radius: 24px;
  }
  .hero-list,
  .blist,
  .recv-list,
  .feat-grid,
  .whom-grid,
  .steps-grid { grid-template-columns: 1fr; }
  .blist li:last-child:nth-child(odd) { max-width: none; }
  .btn { width: 100%; padding-left: 22px; padding-right: 22px; }
  .sec { padding: 56px 0; }
  .gal-card { width: 250px; }
  .guarantee .gl li { text-align: left; }
  .seal-medal { width: 210px; height: 210px; }
  .seal-medal .inner { width: 132px; height: 132px; }
}
