:root {
  --ink: #0a0b0d;
  --paper: #ffffff;
  --muted: #6e7178;
  --line: #dedede;
  --green: #248c3d;
  --green-dark: #14652a;
  --red: #9c2119;
  --gold: #ffb000;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}
a { color: inherit; }
[hidden] { display: none !important; }
.front-delayed, .up1-delayed, .up2-delayed { display: none; }

.container { width: min(100% - 32px, 1040px); margin-inline: auto; }
.narrow { width: min(100% - 28px, 760px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.today-header {
  height: 62px;
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  align-items: center;
}
.today-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.today-logo { display: flex; align-items: center; gap: 7px; font-weight: 900; letter-spacing: -.8px; font-size: 23px; }
.today-sun { width: 25px; height: 14px; border: 5px solid #f15a24; border-bottom: 0; border-radius: 28px 28px 0 0; }
.today-links { display: flex; gap: clamp(20px, 7vw, 74px); font-size: 11px; color: #383838; }
.search-icon { width: 18px; height: 18px; border: 2px solid #222; border-radius: 50%; position: relative; }
.search-icon::after { content: ""; position: absolute; width: 7px; border-top: 2px solid #222; transform: rotate(45deg); right: -5px; bottom: -2px; }

.front-main { text-align: center; padding: 38px 0 12px; }
.front-main h1 { font-size: clamp(24px, 4vw, 39px); line-height: 1.15; max-width: 900px; margin: 0 auto 28px; letter-spacing: -.7px; }
.video-frame { width: min(100%, 400px); margin: 0 auto; background: #000; }
.press-strip { padding: 38px 0 26px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 11px; color: #111; }
.press-strip small { font-family: Georgia, serif; font-style: italic; font-weight: 700; margin-right: 10px; }
.press-logo { font-weight: 900; font-size: 17px; letter-spacing: -1px; }
.press-strip img { display: block; width: min(100%, 750px); height: auto; object-fit: contain; }

.front-cta-wrap { padding: 8px 0 34px; }
.primary-cta {
  display: block;
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 17px 22px;
  border-radius: 6px;
  background: linear-gradient(#35a550, #237e38);
  box-shadow: 0 5px 0 #165a28, 0 10px 22px rgba(21, 92, 42, .24);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .15px;
}
.primary-cta:hover { filter: brightness(1.06); transform: translateY(-1px); }
.microcopy { font-size: 12px; color: #5e6369; text-align: center; margin: 14px 0 0; }

.comments { background: #f4f4f4; border-top: 1px solid #e0e0e0; padding: 36px 0 56px; }
.comments h2 { font-size: 24px; margin: 0 0 22px; }
.comment { display: grid; grid-template-columns: 46px 1fr; gap: 12px; margin: 0 0 20px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 800; background: linear-gradient(145deg, #314b68, #9a5f58); overflow: hidden; position: relative; }
.avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.avatar span { position: relative; z-index: 1; }
/* quando a img carrega, o span da letra fica escondido */
.avatar:has(img) span { display: none; }
.comment-name { font-weight: 800; font-size: 14px; margin-bottom: 2px; }
.comment-text { font-size: 14px; color: #17191b; }
.comment-meta { margin-top: 5px; color: #225da8; font-size: 12px; }
.reply { margin-top: 14px; border-left: 3px solid #ddd; padding-left: 13px; }

/* Front Soda Slim: identidade própria, uma oferta digital, sem quiz. */
.front-page { background: #f8fbf8; }
.brand-header { background: #fff; border-bottom: 1px solid #dce9df; }
.brand-nav { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-mark { font-size: 26px; font-weight: 900; letter-spacing: -1.2px; color: #123c2a; }
.brand-mark span { color: #20a557; }
.brand-tag { color: #587063; font-size: 13px; }
.front-page .front-main { padding: 42px 0 70px; }
.front-eyebrow { color: #23844d; font-weight: 800; letter-spacing: 2px; font-size: 12px; margin: 0 0 13px; }
.front-page .front-main h1 { max-width: 720px; margin-bottom: 14px; }
.front-subtitle { max-width: 620px; margin: 0 auto 27px; color: #537064; font-size: 17px; }
.front-page .video-frame { border-radius: 12px; overflow: hidden; box-shadow: 0 18px 42px rgba(7, 47, 27, .18); }
.video-note { margin: 18px auto 0; color: #60776b; font-size: 13px; }
.front-page .front-cta-wrap { padding: 26px 0 0; }
.app-offer { width: min(100%, 520px); margin: 0 auto 22px; border: 1px solid #b7ddc2; border-radius: 15px; background: #fff; box-shadow: 0 10px 25px rgba(16, 70, 34, .08); padding: 18px 24px; text-align: center; }
.app-offer .offer-label { display: block; color: #237a48; font-weight: 800; font-size: 11px; letter-spacing: 1.5px; }
.app-offer strong { display: block; font-size: 21px; color: #113c29; margin-top: 5px; }
.app-offer .offer-price { display: block; font-size: 38px; line-height: 1.3; font-weight: 900; color: #198a43; }
.app-offer p { color: #526e5c; font-size: 13px; margin: 4px 0 0; }
.press-disclosure { margin: -16px auto 28px; padding: 0 14px; color: #6d7a70; font-size: 11px; line-height: 1.4; text-align: center; }
@media (max-width: 600px) { .brand-tag { display: none; } .front-page .front-main { padding: 26px 0 45px; } .front-subtitle { font-size: 15px; } }

.dark-page { min-height: 100vh; color: #fff; background: #020303; }
.warning-bar { background: #a42218; color: #fff; text-align: center; font-size: clamp(16px, 2.5vw, 26px); font-weight: 900; padding: 14px 12px; }
.warning-copy { text-align: center; padding: 28px 0 18px; }
.warning-copy p { margin: 2px 0; font-size: clamp(14px, 2.2vw, 20px); }
.warning-copy .important { color: #ff3d5c; font-weight: 900; margin-top: 18px; }
.warning-copy h1 { font-size: clamp(22px, 4vw, 38px); line-height: 1.15; margin: 8px 0 0; }

.upsell-video { width: min(100%, 400px); margin: 16px auto 38px; border: 1px solid #a8a8a8; background: #000; }
.offer-actions { width: min(100% - 28px, 650px); margin: 0 auto; padding-bottom: 54px; text-align: center; }
.decline { display: inline-block; margin-top: 24px; color: #bfc3c7; font-size: 12px; text-decoration: underline; }
.decline:hover { color: #fff; }

.progress-head { background: linear-gradient(105deg, #9723b0, #d04c68); padding: 25px 18px; }
.progress-track { height: 18px; width: min(100%, 470px); margin: 0 auto; background: #e9e9e9; border-radius: 20px; overflow: hidden; box-shadow: inset 0 1px 3px #777; position: relative; }
.progress-fill { height: 100%; width: 89%; background: repeating-linear-gradient(120deg, #ef7d21 0 20px, #df4d27 20px 40px); position: relative; }
.progress-fill::after { content: "89%"; position: absolute; right: 6px; top: 0; bottom: 0; display: grid; place-items: center; color: #111; font-size: 11px; font-weight: 900; padding: 0 6px; background: rgba(255,255,255,.92); border-radius: 10px; }
.hand { font-size: 54px; text-align: center; margin-top: 28px; filter: grayscale(1) brightness(4); }
.gold-kicker { color: var(--gold); font-weight: 900; text-align: center; font-size: 13px; margin-top: 9px; }
.green-text { color: #35d174; }

.long-offer { background: #020403; color: #fff; min-height: 100vh; padding-bottom: 55px; }
.completion { background: #0d3826; padding: 8px 0 9px; }
.completion-title { text-align: center; color: #fff; font-weight: 900; font-size: 15px; margin-bottom: 8px; }
.completion-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; }
.completion-track { height: 16px; background: #e7efeb; border-radius: 2px; overflow: hidden; }
.completion-track span { display: block; width: 89%; height: 100%; background: #d32323; font-size: 9px; text-align: right; padding-right: 4px; }
.completion-row strong { font-size: 12px; }
.sales-copy { padding: 30px 0 0; text-align: center; font-family: Arial, Helvetica, sans-serif; }
.sales-copy h1 { color: #ffdf49; font-size: clamp(20px, 3vw, 30px); margin: 0 0 24px; }
.sales-copy h2 { font-size: clamp(22px, 3.7vw, 36px); margin: 28px 0 14px; }
.sales-copy p { max-width: 860px; margin: 13px auto; font-size: clamp(14px, 1.9vw, 18px); }
.sales-copy .lead { font-size: clamp(16px, 2.2vw, 21px); }
.product-visual { width: min(100%, 520px); margin: 22px auto; padding: 22px; border-radius: 9px; background: linear-gradient(145deg, #f5efe2, #fff); color: #2e2a21; }
.product-visual .bottle { width: 78px; height: 126px; margin: 0 auto 12px; border: 4px solid #d3c7a7; border-radius: 8px 8px 18px 18px; background: linear-gradient(#776029 0 24px, #e9dec1 24px); }
.product-visual strong { display: block; font-family: Georgia, serif; font-size: 22px; }
.benefits { list-style: none; padding: 0; width: min(100%, 660px); margin: 23px auto; text-align: left; }
.benefits li { margin: 11px 0; padding-left: 28px; position: relative; }
.benefits li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; display: grid; place-items: center; background: #36b64e; color: #fff; font-weight: 900; border-radius: 2px; }
.price { color: #7cff78; font-size: clamp(34px, 7vw, 63px); font-weight: 900; margin: 4px 0; }
.guarantee { margin: 28px auto; font-size: 18px; font-weight: 800; }
.soft-box { max-width: 760px; margin: 24px auto; padding: 20px; background: #effff4; color: #122018; border-radius: 6px; text-align: left; }
.soft-box li { margin: 7px 0; }

.thankyou { min-height: 100vh; background: #f5f7f8; display: grid; place-items: center; padding: 28px; }
.thankyou-card { width: min(100%, 670px); background: #fff; border: 1px solid #e2e4e7; box-shadow: 0 18px 60px rgba(16, 35, 28, .12); border-radius: 16px; padding: 42px 32px; text-align: center; }
.checkmark { width: 72px; height: 72px; margin: 0 auto 20px; border-radius: 50%; background: #1fa84c; color: #fff; display: grid; place-items: center; font-size: 40px; font-weight: 900; }
.thankyou h1 { font-size: clamp(28px, 5vw, 45px); margin: 0 0 12px; }
.thankyou p { color: #555c63; }

@media (max-width: 620px) {
  .today-links { display: none; }
  .today-header { height: 54px; }
  .front-main { padding-top: 28px; }
  .comments { padding-top: 28px; }
  .warning-copy { padding-top: 22px; }
  .completion-title { font-size: 12px; }
  .sales-copy { padding-top: 23px; }
}

/* ============================================================
   Ajustes para fidelidade aos prints dos upsells
   ============================================================ */

/* warning bar: "ATTENTION" em amarelo no meio do texto branco */
.warn-yellow { color: #ffec64; }

/* vídeo horizontal 16:9 (usado nos UPs 1 e 2 conforme prints) */
.video-16-9 { width: min(100% - 24px, 720px); margin: 16px auto 32px; }
.video-16-9 vturb-smartplayer { max-width: 720px; }

/* CTA em capitalize (visual dos prints dos UPs) */
.cta-capitalize { text-transform: none !important; letter-spacing: 0 !important; }

/* pulse no CTA verde para chamar atenção sem gritar */
.cta-pulse { animation: cta-pulse 2.4s ease-in-out infinite; }
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 5px 0 #165a28, 0 10px 22px rgba(21, 92, 42, .24); transform: translateY(0); }
  50%      { box-shadow: 0 5px 0 #165a28, 0 14px 36px rgba(53, 165, 80, .55); transform: translateY(-2px); }
}
@media (prefers-reduced-motion: reduce) { .cta-pulse { animation: none; } }

/* fade-in dos blocos ao carregar */
.fade-in { animation: fade-in .55s ease-out both; }
.fade-in + .fade-in { animation-delay: .1s; }
.fade-in + .fade-in + .fade-in { animation-delay: .2s; }
.fade-in + .fade-in + .fade-in + .fade-in { animation-delay: .3s; }
@keyframes fade-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) { .fade-in { animation: none; } }

/* listras animadas na barra 89% roxa do UP2 */
.progress-stripes {
  background: repeating-linear-gradient(120deg, #ef7d21 0 20px, #df4d27 20px 40px);
  background-size: 40px 100%;
  animation: stripes-move 1.2s linear infinite;
}
@keyframes stripes-move { from { background-position: 0 0; } to { background-position: 40px 0; } }
@media (prefers-reduced-motion: reduce) { .progress-stripes { animation: none; } }

/* barra 86% do UP3 com listras animadas + "Only one step left" à esquerda + 86% à direita */
.completion-track {
  position: relative;
  overflow: hidden;
}
.completion-stripes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 86%;
  height: 100%;
  background: repeating-linear-gradient(120deg, #ef2b1b 0 18px, #c31d10 18px 36px);
  background-size: 36px 100%;
  animation: stripes-move-red 1.4s linear infinite;
  padding: 0 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}
.completion-stripes em { font-style: normal; }
.completion-stripes b { font-weight: 800; }
@keyframes stripes-move-red { from { background-position: 0 0; } to { background-position: 36px 0; } }
@media (prefers-reduced-motion: reduce) { .completion-stripes { animation: none; } }

/* UP3 — refinos tipográficos e blocos conforme print */
.long-offer .attention-line {
  text-align: center;
  font-size: clamp(18px, 3vw, 26px);
  margin: 24px auto 18px;
  color: #fff;
}
.attention-red { color: #ff4141; font-weight: 800; }
.long-offer .attention-line .warn { color: #ffb000; margin-right: 4px; }

.long-offer .sagging-word { text-align: center; margin: 22px auto 8px; font-size: clamp(16px, 2vw, 18px); }

.up3-figure {
  width: min(100%, 520px);
  margin: 20px auto 22px;
  padding: 0;
}
.up3-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.up3-figure.ebook-img, .up3-figure .ebook-img { max-width: 280px; margin-inline: auto; }
/* Fallback visual quando o asset ainda não foi enviado */
.up3-figure .img-fallback {
  width: 100%;
  min-height: 220px;
  border: 1px dashed #4b5b52;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #8ea79c;
  font-size: 13px;
  text-align: center;
  padding: 24px 18px;
  background: rgba(255,255,255,.02);
}
.up3-figure .img-fallback strong { display: block; color: #cfe0d6; font-size: 14px; margin-bottom: 6px; }

/* box verde claro do UP3 (If nothing is done, you'll notice) */
.long-offer .soft-box {
  background: #e9f7ec;
  color: #14401f;
  border-radius: 10px;
  padding: 18px 22px;
  text-align: center;
  max-width: 460px;
  margin: 22px auto;
}
.long-offer .soft-box strong { color: #1b5c30; display: block; margin-bottom: 8px; font-size: 16px; }
.long-offer .soft-box ul { list-style: none; padding: 0; margin: 0; }
.long-offer .soft-box li { margin: 4px 0; }
.long-offer .soft-box li::marker { content: ""; }

/* checks e bullets no UP3 */
.long-offer .checks { list-style: none; padding: 0; max-width: 620px; margin: 18px auto 26px; }
.long-offer .checks li { margin: 8px 0; padding-left: 4px; text-align: left; }
.long-offer .checks .check { margin-right: 6px; }

.long-offer .bullet-list { list-style: disc; padding-left: 22px; max-width: 620px; margin: 12px auto 22px; text-align: left; }
.long-offer .bullet-list li { margin: 6px 0; }

/* linha "for just $17" com destaque verde suave */
.price-line { text-align: center; font-size: clamp(20px, 3vw, 26px); margin: 14px 0; }
.price-green { color: #35d174; font-weight: 800; }

/* guarantee box e urgência */
.guarantee-box { text-align: center; margin: 28px auto; max-width: 620px; }
.guarantee-title { font-size: 20px; font-weight: 800; margin-bottom: 8px; }

.urgency-title { text-align: center; font-size: clamp(18px, 2.2vw, 22px); margin-top: 28px; }
