@font-face { font-family: Montserrat; font-style: normal; font-weight: 600 900; font-display: swap; src: url("../fonts/montserrat-variable.woff2") format("woff2"); }
@font-face { font-family: Poppins; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/poppins-400.woff2") format("woff2"); }
@font-face { font-family: Poppins; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/poppins-600.woff2") format("woff2"); }
@font-face { font-family: Poppins; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/poppins-700.woff2") format("woff2"); }

:root {
  --ink: #352a22;
  --purple: #214a32;
  --purple-dark: #173423;
  --violet: #702f3b;
  --wine: #702f3b;
  --wine-dark: #173423;
  --wine-soft: #efe4cf;
  --gold: #c08a35;
  --green: #2f7d4b;
  --green-dark: #1f5b35;
  --cream: #fbf6e8;
  --muted: #6e6254;
  --line: #ddceb2;
  --white: #fff;
  --shadow: 0 20px 60px rgba(53, 42, 34, .16);
  --rosewood: #214a32;
  --display: Montserrat, Arial, sans-serif;
  --body: Poppins, Arial, sans-serif;
  --section: clamp(58px, 7vw, 92px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.15rem, 10vw, 4.1rem); margin-bottom: 1.25rem; }
h1 em { color: var(--green-dark); font-style: normal; }
h2 { font-size: clamp(1.9rem, 8vw, 3.3rem); margin-bottom: 1rem; }
h3 { font-size: 1.35rem; }
.wrap { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.narrow { max-width: 820px; }
section { padding: 72px 0; }
.section-dark { color: var(--white); background: radial-gradient(circle at 88% 8%, rgba(192,138,53,.18) 0, transparent 34%), linear-gradient(150deg, #214a32, #173423); }
.section-purple, .section-wine { color: var(--white); background: linear-gradient(150deg, #2b5b3e 0%, #173423 100%); }
.section-light { background: var(--cream); }
.urgency {
  position: relative;
  z-index: 20;
  padding: 9px 12px;
  color: #fff;
  background: linear-gradient(90deg, #9f0712, #d61f31, #9f0712);
  text-align: center;
  font-weight: 800;
  font-size: .79rem;
  letter-spacing: .02em;
}
.urgency p { margin: 0; }
.eyebrow, .kicker {
  display: block;
  margin-bottom: .9rem;
  color: var(--purple);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.kicker-light { color: #e7cf9f; }
.center { text-align: center; }
.hero { padding-top: 52px; overflow: hidden; }
.hero.section-dark {
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(192,138,53,.24) 0, transparent 36%),
    radial-gradient(circle at 8% 78%, rgba(47,125,75,.14) 0, transparent 38%),
    linear-gradient(145deg, #fbf6e8, #efe4cf);
}
.hero-inner { max-width: 920px; text-align: center; }
.hero-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(33,74,50,.22);
  border-radius: 999px;
  color: #36523f;
  background: rgba(255,252,242,.78);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero h1 { max-width: 900px; margin-inline: auto; text-align: center; }
.hero h1 em {
  display: block;
  max-width: 900px;
  margin-inline: auto;
  color: var(--green-dark);
  font-size: clamp(1.8rem, 4.1vw, 3rem);
  line-height: 1.08;
  text-shadow: none;
}
.hero h1 > span {
  display: block;
  max-width: 720px;
  margin: 16px auto 0;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -.018em;
}
.hero h1 em .hero-headline-primary,
.hero h1 em .hero-headline-continuation {
  display: block;
  max-width: none;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.hero h1 em .hero-headline-primary { color: var(--ink); }
.hero h1 em .hero-headline-continuation { color: var(--green-dark); }
.lead { max-width: 780px; margin-inline: auto; color: var(--muted); font-size: 1.06rem; text-align: center; }
.inline-price { color: var(--wine); white-space: nowrap; }
.hero-checks {
  display: grid;
  gap: 10px;
  max-width: 34em;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.hero-checks li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink); font-weight: 600; }
.hero-checks li::before {
  content: "✓";
  display: grid;
  place-items: center;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  margin-top: 2px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(47,125,75,.14);
  font-size: .72rem;
  font-weight: 900;
}
.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 9px 0 var(--green-dark), 0 18px 30px rgba(0, 0, 0, .2);
  font-size: .95rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease;
}
.cta:active { transform: translateY(4px); box-shadow: 0 5px 0 var(--green-dark); }
.hero-cta { max-width: 560px; margin: 30px auto 0; }
.delivery { margin: 20px 0 0; color: var(--muted); text-align: center; font-size: .9rem; }
.delivery span { display: inline-flex; align-items: center; gap: 5px; font-weight: 800; white-space: nowrap; }
.delivery img { display: inline-block; width: 21px; height: 21px; object-fit: contain; }
.hero-product {
  width: min(620px, 100%);
  margin: -4px auto 40px;
  border-radius: 28px;
}
.hero-delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: clamp(.66rem, 3vw, .86rem);
  white-space: nowrap;
}
.hero-delivery .plain {
  display: inline;
  font-weight: 400;
  line-height: 18px;
}
.hero-delivery span { line-height: 18px; }
.hero-delivery img { width: 18px; height: 18px; }
.student-proof {
  width: 100%;
  margin: 24px auto 0;
  text-align: center;
}
.student-proof img {
  width: clamp(150px, 44vw, 245px);
  margin: 0 auto 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: none;
}
.student-proof p {
  width: fit-content;
  margin: 0 auto;
  padding: 8px 15px;
  border: 1px solid rgba(33,74,50,.22);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255,252,242,.76);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}
.trust-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.trust-row span {
  padding: 7px 11px;
  border: 1px solid rgba(33,74,50,.18);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,252,242,.68);
  font-size: .72rem;
  font-weight: 800;
}

/* Hero V3 compartilhada: mantém a mesma composição na página V2. */
#hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 var(--section);
  color: var(--ink);
  background:
    radial-gradient(760px 440px at 88% 8%, rgba(192,138,53,.24), transparent 36%),
    radial-gradient(620px 390px at 8% 78%, rgba(47,125,75,.14), transparent 38%),
    linear-gradient(145deg, #fbf6e8, #efe4cf);
  text-align: center;
}
#hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .3;
  background-image:
    linear-gradient(rgba(33,74,50,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33,74,50,.04) 1px, transparent 1px);
  background-size: 38px 38px;
}
.hero-wrap { position: relative; z-index: 1; font-family: var(--body); }
.hero-pill {
  display: inline-flex;
  margin-bottom: 21px;
  padding: 9px 20px;
  border: 1px solid rgba(33,74,50,.22);
  border-radius: 999px;
  color: #36523f;
  background: rgba(255,252,242,.78);
  box-shadow: 0 8px 20px rgba(53,42,34,.1);
  font: 800 .84rem/1.2 var(--display);
}
.hero-title {
  max-width: 18em;
  margin: 0 auto 17px;
  color: var(--ink);
  font: 750 clamp(1.8rem,4.2vw,3.15rem)/1.12 var(--display);
  letter-spacing: -.035em;
}
.hero-title .hl { color: var(--green-dark); font-weight: 900; }
.hero-lead {
  max-width: 42em;
  margin: 0 auto 26px;
  color: var(--muted);
  font: 700 clamp(.98rem,2vw,1.14rem)/1.55 var(--display);
}
.hero-figure { max-width: 550px; margin: 0 auto 22px; overflow: hidden; border-radius: 22px; }
.hero-figure img { width: 100%; border-radius: 22px; }
.hero-desc { max-width: 42em; margin: 0 auto 24px; color: var(--muted); }
.checks { display: grid; gap: 10px; max-width: 34em; margin: 0 auto 30px; padding: 0; list-style: none; text-align: left; }
.checks li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink); font-weight: 600; }
.checks li::before {
  content: "✓";
  display: grid;
  place-items: center;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  margin-top: 2px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(47,125,75,.14);
  font-size: .72rem;
  font-weight: 900;
}
#hero .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 34px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 14px 32px rgba(31,102,56,.3);
  font: 900 .96rem/1.2 var(--display);
  letter-spacing: .035em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
#hero .btn:hover { filter: brightness(1.04); transform: translateY(-2px); }
#hero .hero-cta { max-width: 560px; margin: 30px auto 0; font-family: var(--display); text-transform: uppercase; }
#hero .delivery { margin: 20px 0 0; color: var(--muted); }
.section-intro { color: var(--muted); }
.center-title { max-width: 900px; margin-inline: auto; text-align: center; }
.showcase { overflow: hidden; }
.showcase .center-title { margin-bottom: 40px; }
.marquee {
  width: 100%;
  overflow: hidden;
  padding: 8px 0 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: marquee-left 30s linear infinite;
  will-change: transform;
}
.marquee-reverse .marquee-track { animation-name: marquee-right; }
.marquee img {
  width: clamp(300px, 86vw, 520px);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(67,40,24,.18);
}
.bonus-carousels { margin-top: 44px; }
@keyframes marquee-left { to { transform: translateX(calc(-50% - 7px)); } }
@keyframes marquee-right { from { transform: translateX(calc(-50% - 7px)); } to { transform: translateX(0); } }
.slider {
  display: flex;
  gap: 14px;
  margin: 28px -16px 0;
  padding: 5px 16px 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.slider::-webkit-scrollbar { display: none; }
.slider img {
  flex: 0 0 76%;
  max-width: 300px;
  border-radius: 16px;
  box-shadow: var(--shadow);
  scroll-snap-align: center;
}
.swipe-hint { margin: 0; color: var(--muted); text-align: center; font-size: .8rem; }
.section-statement { margin-bottom: 30px; font-size: clamp(2.15rem, 9vw, 4rem); text-align: center; }
.card-grid { display: grid; gap: 14px; }
.card-grid article {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
}
.card-grid article > span { color: #e7cf9f; font-size: 2rem; font-weight: 900; opacity: .82; }
.card-grid h3 { margin: 12px 0 8px; text-transform: uppercase; }
.card-grid p { margin-bottom: 0; color: #efe7d8; }
.before-after-image { width: min(780px, 100%); margin: 28px auto; border-radius: 18px; box-shadow: var(--shadow); }
.compare-grid { display: grid; gap: 16px; }
.compare-card {
  position: relative;
  padding: 32px 20px 22px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(62, 38, 23, .16);
}
.compare-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
}
.compare-card h3 {
  position: relative;
  z-index: 1;
  margin: -8px -4px 22px;
  padding: 15px 16px;
  border-radius: 13px;
  color: #fff;
  box-shadow: 0 10px 22px rgba(62,38,23,.16);
  font-size: 1.38rem;
  letter-spacing: -.02em;
  text-align: left;
}
.compare-card ul, .check-list, .price-card ul { list-style: none; padding: 0; margin: 0; }
.compare-card li, .check-list li, .price-card li { position: relative; padding: 10px 0 10px 38px; border-bottom: 1px solid var(--line); }
.compare-card li {
  display: flex;
  align-items: center;
  min-height: 62px;
  margin-bottom: 9px;
  padding: 18px 18px 18px 52px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 13px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 6px 15px rgba(62,40,24,.035);
}
.compare-card li:last-child { border-bottom: 1px solid rgba(255,255,255,.72); }
.compare-card li:last-child, .price-card li:last-child { border-bottom: 0; }
.compare-card li::before {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 1000;
}
.check-list li::before, .price-card li::before { position: absolute; left: 0; font-weight: 900; }
.before { border: 1px solid #c89b80; background: linear-gradient(145deg, #fffaf2, #f3dfcf); }
.before::before { background: linear-gradient(90deg, #8b4937, #ba7151); }
.before h3 { background: linear-gradient(120deg, #6f382d, #955440); }
.before li { border-color: rgba(163,84,70,.13); }
.before li::before { content: "×"; color: #9b4d3e; }
.after { border: 1px solid #9ab89f; background: linear-gradient(145deg, #f8fcf8, #e1ede3); }
.after::before { background: linear-gradient(90deg, var(--green-dark), var(--green)); }
.after h3 { background: linear-gradient(120deg, var(--green-dark), var(--green)); }
.after li { border-color: rgba(61,118,74,.13); }
.after li::before, .check-list li::before, .price-card li::before { content: "✓"; color: var(--green); }
.open-book-image { width: min(600px, 100%); margin: 32px auto 0; border-radius: 18px; box-shadow: var(--shadow); }
.summary-note {
  margin: 34px auto 18px;
  color: var(--ink);
  text-align: center;
  font-size: clamp(1.05rem, 2.4vw, 1.3rem);
  font-weight: 800;
}
.summary-pages {
  display: grid;
  gap: 18px;
  width: min(1120px, 100%);
  margin: 0 auto 28px;
  align-items: start;
}
.summary-pages figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.summary-pages img { width: 100%; height: auto; }
@media (min-width: 840px) {
  .summary-pages { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.cta-center { margin: 30px auto 0; max-width: 440px; }
.included-stack { max-width: 820px; text-align: center; }
.included-stack h2 { max-width: 760px; margin-inline: auto; }
.devices-image { width: min(620px, 100%); margin: 28px auto; border-radius: 18px; box-shadow: 0 24px 55px rgba(0,0,0,.35); }
.product-cover {
  width: min(330px, 82vw);
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 24px 35px rgba(0,0,0,.3));
}
.included-stack .check-list {
  display: block;
  max-width: 620px;
  margin: 0 auto;
  text-align: left;
}
.included-stack .check-list li {
  display: block;
  min-height: 0;
  padding: 13px 0 13px 38px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  font-weight: 800;
  line-height: 1.42;
}
.included-stack .check-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.included-stack .check-list li::before {
  display: block;
  top: 13px;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #fff4d6;
  background: transparent;
  box-shadow: none;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.42;
  transform: none;
}
.included-delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  color: #fff;
}
.included-delivery .plain {
  display: inline;
  font-weight: 400;
  line-height: 21px;
}
.included-delivery span { line-height: 21px; }
.check-list li { border-color: rgba(255,255,255,.13); }
.included-grid img { width: 100%; max-width: 520px; margin: auto; }
.bonuses .center-title {
  max-width: 760px;
  margin-bottom: 12px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2rem, 6vw, 3.35rem);
  font-weight: 800;
}
.bonus-subtitle {
  margin-bottom: 14px;
  color: var(--muted);
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
}
.bonus-banner, .offer-alert {
  width: fit-content;
  margin: 0 auto 34px;
  padding: 11px 20px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(90deg, #55252e, var(--wine));
  box-shadow: 0 10px 24px rgba(112, 47, 59, .24);
  font-weight: 1000;
  letter-spacing: .04em;
  text-align: center;
}
.bonus-grid { display: grid; gap: 20px; }
.bonus-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(53, 42, 34, .12);
}
.bonus-grid article > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: linear-gradient(180deg, var(--cream), var(--wine-soft));
}
.bonus-grid article > div { padding: 21px 20px 20px; }
.bonus-grid small {
  display: block;
  width: fit-content;
  margin-bottom: 13px;
  padding: 7px 13px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #5b2631, #82404d);
  box-shadow: 0 7px 16px rgba(112, 47, 59, .22);
  font-size: .92rem;
  font-weight: 1000;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.bonus-grid h3 { margin: 0 0 8px; color: var(--ink); font-size: 1.28rem; }
.bonus-grid p { margin: 0; color: var(--muted); line-height: 1.58; }
.bonus-grid .bonus-value {
  margin-top: 18px;
  padding: 11px 10px;
  border: 1px solid #d8c69f;
  border-radius: 10px;
  color: #5f513f;
  background: #fffaf0;
  text-align: center;
  font-weight: 800;
}
.bonus-value strong { color: var(--green); font-size: .95rem; }
.offer { color: var(--ink); background: linear-gradient(180deg, var(--cream), #fff); text-align: center; }
.offer-alert {
  width: min(620px, 100%);
  margin-bottom: 34px;
  padding: 18px 16px;
  color: #fff;
  background: linear-gradient(90deg, #9f0712, #d61f31);
  box-shadow: 0 10px 24px rgba(159,7,18,.28);
  font-size: clamp(.88rem, 3.5vw, 1.15rem);
}
.offer-alert p { margin: 0; }
.countdown { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 16px; }
.countdown div { display: grid; width: 82px; padding: 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 12px; background: rgba(55,18,28,.3); }
.countdown strong { font-size: 2rem; line-height: 1; }
.countdown span { font-size: .67rem; text-transform: uppercase; }
.pricing-grid { display: grid; align-items: start; gap: 22px; margin-top: 36px; color: var(--ink); text-align: left; }
.price-card {
  position: relative;
  padding: 28px 22px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0,0,0,.25);
}
.price-card.featured {
  color: #fff;
  border: 3px solid var(--gold);
  background: radial-gradient(circle at 50% 0, #315f43 0, #214a32 48%, #173423 100%);
  box-shadow: 0 30px 80px rgba(23,52,35,.3);
}
.popular {
  margin: -28px -22px 24px;
  padding: 16px 12px;
  border-radius: 16px 16px 0 0;
  color: #fff;
  background: linear-gradient(180deg, var(--green), var(--green-dark));
  box-shadow: 0 0 32px rgba(47,125,75,.34), 0 10px 24px rgba(31,91,53,.28);
  font-size: 1.08rem;
  text-align: center;
  font-weight: 1000;
  letter-spacing: .075em;
  text-shadow: 0 2px 4px rgba(0,0,0,.28);
}
.price-card h3 { margin-bottom: 7px; font-size: 2rem; }
.last-chance { color: var(--violet); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.featured .last-chance {
  width: fit-content;
  margin: 0 auto 20px;
  padding: 9px 12px;
  border: 1px solid #a86772;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(90deg, #9f0712, #d61f31);
  text-align: center;
}
.featured h3 { margin-bottom: 14px; color: #fff; font-size: clamp(2rem, 9vw, 2.75rem); text-align: center; }
.included-badge {
  width: fit-content;
  margin: 0 auto 18px;
  padding: 9px 13px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(180deg, var(--green), var(--green-dark));
  font-size: .83rem;
  font-weight: 1000;
  text-align: center;
}
.package-mockup {
  width: min(520px, 100%) !important;
  margin: 4px auto 12px !important;
  filter: drop-shadow(0 20px 28px rgba(0,0,0,.35));
}
.content-badge {
  width: fit-content;
  margin: 6px auto 20px;
  padding: 7px 12px;
  border: 1px solid #9ab89f;
  border-radius: 10px;
  color: var(--green-dark);
  background: #eef7f0;
  font-size: .78rem;
  font-weight: 1000;
  letter-spacing: .03em;
}
.plan-detail { color: var(--muted); }
.old-price { margin: 20px 0 0; color: var(--muted); text-decoration: line-through; }
.current-price { margin: 0; color: var(--purple); font-size: 1.5rem; font-weight: 800; }
.current-price strong { font-size: 3.55rem; }
.featured ul { display: block; margin-top: 0; }
.featured li {
  min-height: 0;
  padding: 11px 4px 11px 36px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  line-height: 1.42;
}
.featured li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.featured li::before {
  display: block;
  top: 11px;
  left: 4px;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #fff4d6;
  background: transparent;
  box-shadow: none;
  font-size: .82rem;
  line-height: 1;
  transform: none;
}
.featured li strong {
  color: #fff4d6;
  font-weight: 900;
}
.featured li:nth-child(n + 2):nth-child(-n + 5)::before {
  content: "🎁";
  top: 9px;
  color: inherit;
  font-size: .94rem;
}
.featured .old-price {
  color: #e8dcc7;
  font-size: 1.05rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}
.featured .old-price s {
  margin-inline: 5px;
  color: #fff;
  font-size: 1.48rem;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 1.25px;
}
.price-anchor {
  margin: 20px 0 0;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 900;
  text-align: center;
}
.price-anchor s {
  margin-inline: 5px;
  text-decoration-color: #fff;
  text-decoration-thickness: 2px;
}
.plan-payment {
  display: grid;
  justify-items: center;
  gap: 7px;
  margin: 20px auto 8px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  text-align: center;
}
.plan-payment strong {
  padding: 7px 16px;
  border-radius: 999px;
  color: var(--ink);
  background: #d7ad5c;
  font-size: .86rem;
  letter-spacing: .03em;
}
.featured .current-price { color: #f2c96e; font-size: 1.8rem; text-align: center; text-shadow: 0 0 20px rgba(192,138,53,.3); }
.featured .current-price strong { font-size: 4.15rem; }
.payment-terms { margin: 0 0 12px; color: #fff; text-align: center; }
.price-saving {
  width: fit-content;
  margin: 0 auto 20px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(31, 91, 53, .92);
  font-size: .9rem;
  font-weight: 900;
  text-align: center;
}
.price-card li[data-slot="oferta.1.7.item"],
.price-card li[data-slot="oferta.2.7.item"] { display: none; }
.checkout { margin: 20px 0 16px; }
.price-card > img:not(.basic-cover) { width: 230px; margin: auto; }
.featured > img:not(.package-mockup) { opacity: .5; }
.basic-plan > p[data-slot="oferta.1.destaque"] {
  width: fit-content;
  margin: 0 auto 10px;
  padding: 7px 12px;
  border: 1px solid rgba(57,115,67,.28);
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(57,115,67,.08);
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .055em;
  text-align: center;
  text-transform: uppercase;
}
.basic-plan > p[data-slot="oferta.1.urgencia"] {
  max-width: 40ch;
  margin: 0 auto 16px;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.basic-plan h3 {
  max-width: 15ch;
  margin: 0 auto 18px;
  color: var(--ink);
  font-size: clamp(1.85rem, 7vw, 2.35rem);
  text-align: center;
}
.basic-plan > p[data-slot="oferta.1.subhead"] {
  max-width: 38ch;
  margin: 0 auto 20px;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.5;
  text-align: center;
}
.basic-plan .basic-cover {
  width: min(250px, 100%);
  margin: 0 auto 22px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(75,48,32,.16);
}
.basic-plan ul {
  display: grid;
  gap: 0;
  margin: 0;
}
.basic-plan li {
  min-height: 0;
  padding: 11px 4px 11px 28px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 1.4;
}
.basic-plan li:last-child { border-bottom: 0; }
.basic-plan li::before {
  display: block;
  top: 11px;
  left: 3px;
  width: auto;
  height: auto;
  border-radius: 0;
  color: var(--green);
  background: transparent;
  box-shadow: none;
  font-size: .78rem;
  line-height: 1.4;
  transform: none;
}
.basic-plan li strong { color: var(--green-dark); }
.basic-plan .excluded {
  color: #aaa2aa;
  text-decoration: line-through;
  text-decoration-color: rgba(170,162,170,.48);
}
.basic-plan .excluded strong { color: inherit; }
.basic-plan .excluded::before { content: "×"; color: #aa5548; font-size: 1.35rem; }
.basic-plan .old-price { margin: 0; text-align: center; }
.basic-plan .current-price {
  margin: 20px 0 4px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--green);
  line-height: 1;
  text-align: center;
  text-shadow: none;
}
.basic-plan .current-price strong { font-size: clamp(3.2rem, 12vw, 3.8rem); letter-spacing: -.05em; }
.basic-plan .basic-cta {
  width: 100%;
  min-height: 58px;
  margin: 18px 0 10px;
  color: #fff;
  background: linear-gradient(180deg, var(--green), var(--green-dark));
  box-shadow: 0 9px 0 #154628, 0 18px 30px rgba(31,91,53,.25);
}
.guarantee-stack {
  max-width: 820px;
  text-align: center;
}
.guarantee-stack > img { width: min(300px, 72vw); margin: 0 auto 6px; }
.guarantee-stack h2 { margin: 0 auto 14px; }
.guarantee-stack > div > p { max-width: 740px; margin: 0 auto; color: var(--muted); }
.hotmart-secure {
  display: grid;
  gap: 2px;
  width: min(390px, 100%);
  margin: 28px auto 0;
  padding: 14px 20px;
  border: 1px solid #78957e;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #214a32, #173423);
  box-shadow: 0 14px 30px rgba(23,52,35,.22);
  font-size: .82rem;
  font-weight: 1000;
  letter-spacing: .025em;
}
.hotmart-secure strong { color: #e7cf9f; font-size: 1.02rem; }
.steps-grid { display: grid; gap: 14px; padding: 0; list-style: none; }
.steps-grid li { padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.07); }
.steps-grid span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--green-dark); background: #efe4cf; font-weight: 900; }
.steps-grid h3 { margin: 18px 0 6px; }
.steps-grid p { margin: 0; color: #e9e2d5; }
.steps-cta { margin-top: 32px; }
details { margin-bottom: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
summary { position: relative; padding: 18px 48px 18px 18px; cursor: pointer; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 18px; top: 12px; color: var(--purple); font-size: 1.6rem; }
details[open] summary::after { content: "−"; }
details p { padding: 0 18px 18px; margin: 0; color: var(--muted); }
footer { padding: 42px 0; color: var(--muted); background: #e8dcc7; text-align: center; font-size: .75rem; }
footer p { margin-bottom: 8px; }
.disclaimer { max-width: 760px; margin-inline: auto; }

@media (min-width: 720px) {
  section { padding: 96px 0; }
  .wrap { width: min(1120px, calc(100% - 64px)); }
  .hero-grid, .included-grid { grid-template-columns: 1.05fr .95fr; align-items: center; }
  .hero-product { margin: 0 auto; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-five article:last-child { grid-column: 1 / -1; max-width: 540px; justify-self: center; }
  .compare-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .bonus-grid { grid-template-columns: repeat(2, 1fr); }
  .single-price { grid-template-columns: minmax(0, 650px); justify-content: center; }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
  .slider img { flex-basis: 30%; }
  footer { padding-bottom: 42px; }
}

@media (min-width: 1040px) {
  .hero { min-height: 800px; display: grid; align-items: center; }
  .card-grid { grid-template-columns: repeat(4, 1fr); }
  .benefits-five { grid-template-columns: repeat(5, 1fr); }
  .benefits-five article:last-child { grid-column: auto; max-width: none; }
  .bonus-grid { grid-template-columns: repeat(3, 1fr); }
  .bonus-grid article > div { padding: 16px; }
  .bonus-grid h3 { font-size: 1.08rem; }
}

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