@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: #173523;
  --purple: #2f6d46;
  --purple-dark: #10251a;
  --violet: #477b54;
  --wine: #1e5c39;
  --wine-dark: #10251a;
  --wine-soft: #e7eddf;
  --gold: #c99a3d;
  --green: #35c85a;
  --green-dark: #19963c;
  --cream: #f7f3e8;
  --muted: #536158;
  --line: #d9dfd2;
  --white: #fff;
  --shadow: 0 20px 60px rgba(16, 37, 26, .14);
  --rosewood: #2f6d46;
  --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: var(--body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html, body { overflow-x: clip; max-width: 100%; overscroll-behavior-x: none; }
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: #a86470; 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(240,182,178,.16) 0, transparent 34%), linear-gradient(150deg, #6a5146, #49372f); }
.section-purple, .section-wine { color: var(--white); background: linear-gradient(150deg, #6a5146 0%, #49372f 100%); }
.section-light { background: var(--cream); }
.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: #f0c8c3; }
.center { text-align: center; }
.hero { padding-top: 52px; overflow: hidden; }
.hero.section-dark {
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(238,187,190,.34) 0, transparent 36%),
    radial-gradient(circle at 8% 78%, rgba(191,207,188,.28) 0, transparent 38%),
    linear-gradient(145deg, #f6ede5, #e8d6c7);
}
.hero-inner { max-width: 920px; text-align: center; }
.hero-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(105,82,72,.2);
  border-radius: 999px;
  color: #6e5a51;
  background: rgba(255,250,246,.72);
  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: #a86470;
  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: #4d4038; }
.hero h1 em .hero-headline-continuation { color: #a86470; }
.lead { max-width: 780px; margin-inline: auto; color: #675950; font-size: 1.06rem; text-align: center; }
.inline-price { color: #a86470; 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: #a86470;
  box-shadow: 0 0 0 4px rgba(168,100,112,.13);
  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: #675950; 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(105,82,72,.2);
  border-radius: 999px;
  color: #4d4038;
  background: rgba(255,250,246,.7);
  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(105,82,72,.18);
  border-radius: 999px;
  color: #675950;
  background: rgba(255,250,246,.62);
  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(238,187,190,.34), transparent 36%),
    radial-gradient(620px 390px at 8% 78%, rgba(191,207,188,.28), transparent 38%),
    linear-gradient(145deg, #f6ede5, #e8d6c7);
  text-align: center;
}
#hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .3;
  background-image:
    linear-gradient(rgba(168,100,112,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168,100,112,.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(105,82,72,.2);
  border-radius: 999px;
  color: #6e5a51;
  background: rgba(255,250,246,.72);
  box-shadow: 0 8px 20px rgba(73,55,47,.1);
  font: 800 .84rem/1.2 var(--display);
}
.hero-title {
  max-width: 18em;
  margin: 0 auto 17px;
  color: #4d4038;
  font: 750 clamp(1.8rem,4.2vw,3.15rem)/1.12 var(--display);
  letter-spacing: -.035em;
}
.hero-title .hl { color: #a86470; font-weight: 900; }
.hero-lead {
  max-width: 42em;
  margin: 0 auto 26px;
  color: #675950;
  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: #675950; }
.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: #493a33; 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: #a86470;
  box-shadow: 0 0 0 4px rgba(168,100,112,.13);
  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: #675950; }
.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: #f0c8c3; font-size: 2rem; font-weight: 900; opacity: .72; }
.card-grid h3 { margin: 12px 0 8px; text-transform: uppercase; }
.card-grid p { margin-bottom: 0; color: #f1e7e0; }
.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 #d6a397; background: linear-gradient(145deg, #fffaf6, #f7dfd5); }
.before::before { background: linear-gradient(90deg, #8c4136, #c87061); }
.before h3 { background: linear-gradient(120deg, #76362e, #aa5448); }
.before li { border-color: rgba(163,84,70,.13); }
.before li::before { content: "×"; color: #ad5145; }
.after { border: 1px solid #9cc6a4; background: linear-gradient(145deg, #f8fcf8, #e3f0e5); }
.after::before { background: linear-gradient(90deg, #20ad45, #45d657); }
.after h3 { background: linear-gradient(120deg, #20ad45, #45d657); }
.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); }
.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: #75645b;
  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, #bc0a1a, #e11d2e);
  box-shadow: 0 10px 24px rgba(193, 10, 28, .24);
  font-weight: 1000;
  letter-spacing: .04em;
  text-align: center;
}
.bonus-grid { display: grid; gap: 20px; }
.bonus-grid article {
  overflow: hidden;
  border: 1px solid #eadfd7;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(73, 58, 51, .12);
}
.bonus-grid article > img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}
.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, #ad5865, #c77f87);
  box-shadow: 0 7px 16px rgba(173, 88, 101, .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 #ead8e8;
  border-radius: 10px;
  color: #6a5146;
  background: #fcf5fd;
  text-align: center;
  font-weight: 800;
}
.bonus-value strong { color: var(--green); font-size: .95rem; }
.offer { color: var(--ink); background: linear-gradient(180deg, #f6ede5, #fff); text-align: center; }
.offer-alert {
  width: min(620px, 100%);
  margin-bottom: 34px;
  padding: 18px 16px;
  color: #fff;
  background: linear-gradient(90deg, #ad0815, #dc2435);
  box-shadow: 0 10px 24px rgba(173,8,21,.25);
  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(95,0,8,.28); }
.countdown strong { font-size: 2rem; line-height: 1; }
.countdown span { font-size: .67rem; text-transform: uppercase; }
.pricing-grid { display: grid; 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 #45d657;
  background: radial-gradient(circle at 50% 0, #806458 0, #60493f 48%, #42312a 100%);
  box-shadow: 0 30px 80px rgba(71,48,39,.28);
}
.popular {
  margin: -28px -22px 24px;
  padding: 16px 12px;
  border-radius: 16px 16px 0 0;
  color: #fff;
  background: linear-gradient(180deg, #45d657, #20ad45);
  box-shadow: 0 0 32px rgba(69,214,87,.42), 0 10px 24px rgba(32,173,69,.30);
  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 #d99383;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(90deg, #ad0815, #dc2435);
  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, #45d657, #20ad45);
  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 #8be99a;
  border-radius: 10px;
  color: #168536;
  background: #effff1;
  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 + 7)::before {
  content: "🎁";
  top: 9px;
  color: inherit;
  font-size: .94rem;
}
.featured .old-price {
  color: #f1ddd3;
  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: #dc8b79;
  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: #493a33;
  background: #f4bf58;
  font-size: .86rem;
  letter-spacing: .03em;
}
.featured .current-price { color: var(--green); font-size: 1.8rem; text-align: center; text-shadow: 0 0 20px rgba(69,214,87,.32); }
.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(55, 94, 47, .9);
  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 #168536, 0 18px 30px rgba(32,173,69,.22);
}
.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 #9e7a80;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #536655, #765862);
  box-shadow: 0 14px 30px rgba(65,75,65,.2);
  font-size: .82rem;
  font-weight: 1000;
  letter-spacing: .025em;
}
.hotmart-secure strong { color: #f4d3d0; 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(--purple); background: #f7e7de; font-weight: 900; }
.steps-grid h3 { margin: 18px 0 6px; }
.steps-grid p { margin: 0; color: #e7dbd3; }
.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: #75645b; background: #e8d6c7; 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(4, 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; }
}

/* Identidade Mapa da Kombucha sobre a estrutura C002. */
.product-bar {
  position: relative;
  z-index: 20;
  padding: 9px 14px;
  color: #fff;
  background: linear-gradient(90deg, #bd0716, #e11f31);
  text-align: center;
  font: 900 .8rem/1.35 var(--display);
  letter-spacing: .02em;
}
.product-bar p { margin: 0; }

.section-dark {
  background:
    radial-gradient(circle at 88% 8%, rgba(201,154,61,.18) 0, transparent 34%),
    linear-gradient(150deg, #1e5c39, #10251a);
}
.section-purple,
.section-wine { background: linear-gradient(150deg, #1e5c39 0%, #10251a 100%); }

#hero {
  background:
    radial-gradient(760px 440px at 88% 8%, rgba(201,154,61,.27), transparent 38%),
    radial-gradient(620px 390px at 8% 78%, rgba(71,123,84,.22), transparent 40%),
    linear-gradient(145deg, #f7f3e8, #e6e1c9);
}
#hero::after {
  opacity: .36;
  background-image:
    linear-gradient(rgba(23,53,35,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,53,35,.045) 1px, transparent 1px);
}
.hero-pill {
  color: #173523;
  border-color: rgba(23,53,35,.2);
  background: rgba(255,253,247,.82);
  box-shadow: 0 8px 20px rgba(16,37,26,.1);
}
.hero-title { color: #173523; }
.hero-title .hl { color: #1e5c39; }
.hero-lead,
.hero-desc,
.delivery { color: #536158; }
.checks li { color: #173523; }
.checks li::before {
  background: #1e5c39;
  box-shadow: 0 0 0 4px rgba(30,92,57,.13);
}
.hero-figure { max-width: 620px; overflow: visible; }
.hero-figure img { filter: drop-shadow(0 24px 36px rgba(16,37,26,.2)); }

.proof-circles {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 12px;
}
.student-proof .proof-circles img {
  width: 56px;
  height: 56px;
  margin: 0 0 0 -10px;
  padding: 0;
  border: 3px solid #f7f3e8;
  border-radius: 50%;
  background: #e6e1c9;
  box-shadow: 0 6px 16px rgba(16,37,26,.14);
  filter: none;
  object-fit: cover;
}
.student-proof .proof-circles img:first-child { margin-left: 0; }
.student-proof > p {
  border-color: rgba(23,53,35,.16);
  color: #173523;
  background: rgba(255,253,247,.88);
}

.card-grid article > span { color: #f1d99e; }
.card-grid p { color: #e7efe7; }
.before {
  border-color: #d6a397;
  background: linear-gradient(145deg, #fffaf6, #f3dfd3);
}
.after {
  border-color: #99c6a3;
  background: linear-gradient(145deg, #f8fcf8, #dfeee1);
}
.after::before,
.after h3 { background: linear-gradient(120deg, #1e5c39, #35c85a); }
.after li::before,
.check-list li::before,
.price-card li::before { color: #35c85a; }

.bonus-banner {
  background: linear-gradient(90deg, #a9472e, #d06a3f);
  box-shadow: 0 10px 24px rgba(169,71,46,.24);
}
.bonus-grid-six article > img {
  aspect-ratio: 1 / 1.18;
  object-fit: contain;
  padding: 16px 16px 0;
  background: linear-gradient(180deg, #f1eee1, #fff);
}
.bonus-grid small { background: linear-gradient(135deg, #1e5c39, #477b54); }
.bonus-grid .bonus-value {
  border-color: #d7e5d8;
  color: #173523;
  background: #f1f8ef;
}

.offer {
  background:
    radial-gradient(circle at 50% 0, rgba(201,154,61,.13), transparent 36%),
    linear-gradient(180deg, #e7eddf, #fff);
}
.offer-kicker {
  width: fit-content;
  margin: 0 auto 22px;
  padding: 9px 16px;
  border: 1px solid rgba(30,92,57,.22);
  border-radius: 999px;
  color: #1e5c39;
  background: rgba(255,255,255,.72);
  font: 900 .78rem/1.3 var(--display);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.offer-facts {
  width: min(760px, 100%);
  margin-bottom: 36px;
  padding: 22px 18px 20px;
}
.offer-facts > p {
  font-size: clamp(.95rem, 3vw, 1.2rem);
  letter-spacing: .035em;
}
.offer-facts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}
.offer-facts-grid > div {
  display: grid;
  min-width: 0;
  min-height: 78px;
  place-content: center;
  padding: 10px 8px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 13px;
  background: rgba(108,0,12,.22);
}
.offer-facts-grid strong {
  color: #fff;
  font-size: clamp(1.08rem, 4vw, 1.55rem);
  line-height: 1.05;
  white-space: nowrap;
}
.offer-facts-grid span {
  margin-top: 5px;
  color: #fff;
  font-size: clamp(.54rem, 1.8vw, .68rem);
  font-weight: 900;
  line-height: 1.2;
}
.offer-facts-grid > b { color: #fff; font-size: 1.2rem; }
.price-card.featured {
  border-color: #35c85a;
  background:
    radial-gradient(circle at 50% 0, #477b54 0, #1e5c39 48%, #10251a 100%);
  box-shadow: 0 30px 80px rgba(16,37,26,.28);
}
.featured h3 {
  max-width: 13ch;
  margin-inline: auto;
}
.popular,
.included-badge { background: linear-gradient(180deg, #35c85a, #19963c); }
.content-badge {
  border-color: #8de0a0;
  color: #146b2f;
  background: #effff1;
}
.plan-payment strong { color: #173523; background: #e6b85f; }
.featured .current-price { color: #61e47b; }
.basic-plan > p[data-slot="oferta.1.destaque"] { color: #1e5c39; }
.hotmart-secure {
  border-color: #477b54;
  background: linear-gradient(135deg, #2f6d46, #173523);
}
.hotmart-secure strong { color: #f1d99e; }
.steps-grid span { color: #173523; background: #e8d8a8; }
summary::after { color: #1e5c39; }
footer { color: #536158; background: #e6e1c9; }

@media (min-width: 720px) {
  .bonus-grid-six { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .student-proof .proof-circles img { width: 48px; height: 48px; }
  .offer-facts { padding-inline: 12px; }
  .offer-facts-grid { gap: 5px; }
  .offer-facts-grid > div { min-height: 72px; padding-inline: 4px; }
  .offer-facts-grid > b { font-size: .9rem; }
}

@media (min-width: 1040px) {
  .bonus-grid-six { grid-template-columns: repeat(3, 1fr); }
  .bonus-grid-six article > div { padding: 20px; }
  .bonus-grid-six h3 { font-size: 1.18rem; }
}
