:root {
  --geo-950: #0f2d22;
  --geo-900: #12382b;
  --geo-800: #174a37;
  --geo-700: #1f6245;
  --geo-600: #2f7a52;
  --geo-500: #3d8b5e;
  --geo-200: #cfe4d5;
  --geo-100: #e6f1e9;
  --geo-50: #f3f8f4;
  --earth-600: #a96f2c;
  --earth-500: #c58a3a;
  --amber-500: #e0a63a;
  --sand-100: #f3ede1;
  --ink: #12231b;
  --muted: #5c6c63;
  --blue: #1f6245;
  --blue-deep: #0f2d22;
  --blue-soft: #e6f1e9;
  --sky: #cfe4d5;
  --cream: #f3ede1;
  --paper: #faf8f2;
  --white: #ffffff;
  --gold: #e6a93a;
  --green: #2f7a52;
  --line: rgba(20, 38, 62, .14);
  --shadow: 0 24px 70px rgba(14, 42, 78, .13);
  --radius: 22px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img, video, picture, canvas, svg { max-width: 100%; }
img { display: block; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
  letter-spacing: -.035em;
}
h1 { margin-bottom: 24px; font-size: clamp(3rem, 6.6vw, 6.4rem); font-weight: 500; }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4.4vw, 4.35rem); font-weight: 500; }
h3 { line-height: 1.2; }
strong { font-weight: 750; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue-deep);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--narrow { max-width: 900px; }
.center { text-align: center; }
.section { padding: clamp(80px, 10vw, 140px) 0; }
.section--paper { background: var(--paper); }
.section--blue { color: var(--white); background: var(--blue-deep); }
.eyebrow {
  margin-bottom: 18px;
  color: #1f6245;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.section--blue .eyebrow, .hero .eyebrow { color: #cfe4d5; }
.difference .eyebrow { color: #cfe4d5; }
.section-lead { max-width: 720px; margin: 0 auto 44px; color: var(--muted); font-size: 1.1rem; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 70px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { max-width: 780px; margin-bottom: 0; }
.section-heading > p { margin-bottom: 5px; color: var(--muted); }
.section-heading--light > p { color: rgba(255,255,255,.72); }
.microcopy { margin: 14px 0 0; color: var(--muted); font-size: .82rem; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 10px 30px rgba(23, 60, 112, .2);
  font-size: .92rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.button:hover { background: var(--blue-deep); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(23,60,112,.26); }
.button--small { min-height: 42px; padding: 9px 19px; font-size: .82rem; }
.button--light { color: var(--blue-deep); background: var(--white); border-color: var(--white); }
.button--light:hover { color: var(--white); background: transparent; }
.button[aria-disabled="true"] { cursor: not-allowed; opacity: .62; transform: none; }

.sticky-offer {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  background: rgba(13, 42, 80, .94);
  box-shadow: 0 8px 30px rgba(13, 42, 80, .15);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.sticky-offer.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.sticky-offer__inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.sticky-offer p { display: flex; gap: 10px; align-items: baseline; margin: 0; }
.sticky-offer span { color: rgba(255,255,255,.68); font-size: .82rem; }

.hero { position: relative; min-height: 780px; overflow: hidden; color: var(--white); background: var(--blue-deep); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 73% 26%, rgba(99,174,236,.22), transparent 31%), linear-gradient(120deg, rgba(255,255,255,.03), transparent 42%); }
.hero__glow { position: absolute; width: 560px; height: 560px; right: -220px; bottom: -300px; border-radius: 50%; background: rgba(230,169,58,.15); filter: blur(20px); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(44px, 7vw, 100px); align-items: center; padding-top: clamp(80px, 10vw, 130px); padding-bottom: 70px; }
.hero__copy { max-width: 650px; }
.hero h1 em { color: #cfe4d5; font-weight: inherit; }
.hero__lead { max-width: 610px; margin-bottom: 30px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.hero__lead strong { color: var(--white); }
.trust-list { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; color: rgba(255,255,255,.82); font-size: .92rem; }
.trust-list span { display: inline-grid; width: 23px; height: 23px; margin-right: 7px; place-items: center; border-radius: 50%; color: var(--blue-deep); background: #cfe4d5; font-weight: 900; }
.hero__media { position: relative; width: min(100%, 390px); justify-self: center; }
.hero__video-label { margin: 0 0 12px; color: #b9dcf8; font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.video-frame { position: relative; aspect-ratio: 9 / 16; overflow: hidden; contain: layout paint; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: #081d38; box-shadow: 0 35px 80px rgba(0,0,0,.35); }
.video-frame wistia-player { display: block; width: 100%; height: 100%; }
wistia-player[media-id="nmrqagytxo"]:not(:defined) { display: block; aspect-ratio: 9 / 16; background: linear-gradient(110deg, #12382b 8%, #1f6245 18%, #12382b 33%); background-size: 200% 100%; animation: shimmer 1.7s linear infinite; }
.video-poster { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: var(--geo-950); cursor: pointer; }
.video-poster img { width: 100%; height: 100%; object-fit: cover; }
.video-poster span { position: absolute; top: 50%; left: 50%; display: grid; width: 66px; height: 66px; place-items: center; padding-left: 4px; border: 2px solid rgba(255,255,255,.85); border-radius: 50%; color: #fff; background: rgba(15,45,34,.82); box-shadow: 0 14px 35px rgba(0,0,0,.35); transform: translate(-50%,-50%); font-size: 1.45rem; }
.video-poster:hover span { background: var(--geo-700); }
.hero__microcopy { margin: 13px 0 0; color: rgba(255,255,255,.58); font-size: .79rem; }
.hero__proof { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); }
.hero__proof div { padding: 25px 0 32px; border-right: 1px solid rgba(255,255,255,.12); }
.hero__proof div:last-child { border-right: 0; padding-left: 32px; }
.hero__proof div:nth-child(2) { padding-left: 32px; }
.hero__proof strong, .hero__proof span { display: block; }
.hero__proof strong { font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }
.hero__proof span { color: rgba(255,255,255,.56); font-size: .78rem; }
@keyframes shimmer { to { background-position-x: -200%; } }

.roadmap__steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 44px 0; text-align: left; }
.roadmap__steps::before { content: ""; position: absolute; top: 30px; left: 15%; right: 15%; height: 1px; background: var(--line); }
.roadmap__steps article { position: relative; z-index: 1; padding: 0 24px; text-align: center; }
.roadmap__steps span { display: grid; width: 60px; height: 60px; margin: 0 auto 20px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); background: var(--white); font-size: .72rem; font-weight: 850; }
.roadmap__steps h3 { margin: 0 0 6px; font-family: Georgia, serif; font-size: 1.5rem; }
.roadmap__steps p { margin: 0; color: var(--muted); font-size: .9rem; }

.tabs { display: inline-flex; gap: 6px; padding: 5px; margin-bottom: 26px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); }
.tabs button { min-height: 44px; padding: 9px 19px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; cursor: pointer; font-weight: 750; }
.tabs button[aria-selected="true"] { color: var(--white); background: var(--blue); }
.sample-stage { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: center; padding: clamp(24px, 4vw, 56px); border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
.sample-stage__copy h3 { margin: 0 0 22px; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.sample-stage__copy ul { display: grid; gap: 12px; padding: 0; margin: 0 0 28px; list-style: none; color: var(--muted); }
.sample-stage__copy li::before { content: "✓"; margin-right: 10px; color: var(--green); font-weight: 900; }
.sample-kicker { margin-bottom: 10px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.text-button { padding: 5px 0; border: 0; border-bottom: 1px solid currentColor; color: var(--blue); background: transparent; cursor: pointer; font-weight: 800; }
.sample-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; perspective: 900px; }
.sample-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #eef3f8; box-shadow: 0 12px 30px rgba(14,42,78,.13); }
.sample-gallery figure:nth-child(even) { transform: translateY(18px); }
.sample-gallery img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-grid article { min-height: 270px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid span { color: #3374b6; font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.audience-grid h3 { margin: 72px 0 10px; font-family: Georgia, serif; font-size: 1.55rem; }
.audience-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.format-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.format-cards article { padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.format-cards strong { display: inline-block; margin-bottom: 35px; color: #cfe4d5; font-size: .72rem; letter-spacing: .14em; }
.format-cards h3 { margin-bottom: 9px; font-family: Georgia, serif; font-size: 1.9rem; }
.format-cards p { margin: 0; color: rgba(255,255,255,.66); }
.bonus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bonus-card { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.bonus-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: #1f6245; }
.bonus-card div { padding: 22px; }
.bonus-card h3 { margin: 0 0 8px; font-size: 1rem; }
.bonus-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .85rem; }

.testimonials { overflow: hidden; background: #f7f7f5; }
.testimonials h2 { max-width: 720px; margin-inline: auto; font-family: inherit; font-size: clamp(1.8rem, 3.6vw, 3.2rem); font-weight: 850; letter-spacing: -.03em; }
.testimonial-carousel { width: 100%; overflow: hidden; margin-top: 48px; padding: 12px 0 30px; }
.testimonial-track { display: flex; width: max-content; gap: 20px; animation: testimonial-scroll 80s linear infinite; }
.testimonial-carousel:hover .testimonial-track, .testimonial-carousel:focus-within .testimonial-track { animation-play-state: paused; }
.testimonial-card { width: min(310px, 78vw); flex: 0 0 auto; padding: 8px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 12px 30px rgba(14,42,78,.09); }
.testimonial-card img { width: 100%; border-radius: 15px; }
@keyframes testimonial-scroll { to { transform: translateX(calc(-50% - 10px)); } }

.pricing { background: var(--cream); }
.pricing__intro { max-width: 850px; margin: 0 auto 50px; }
.pricing__intro > p:last-child { color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; align-items: stretch; max-width: 900px; margin-inline: auto; }
#planos-opcoes { scroll-margin-top: 22vh; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 540px; padding: 34px; border: 1px solid rgba(20,38,62,.13); border-radius: 25px; background: var(--white); box-shadow: 0 18px 45px rgba(20,38,62,.08); }
.price-card--featured { color: var(--white); background: var(--blue-deep); transform: translateY(-12px); box-shadow: 0 28px 60px rgba(13,42,80,.24); }
.price-card__badge { align-self: flex-start; margin: -50px 0 20px; padding: 8px 14px; border-radius: 999px; color: var(--blue-deep); background: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-card__overline { margin-bottom: 10px; color: #3374b6; font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.price-card--featured .price-card__overline { color: #cfe4d5; }
.price-card h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 2rem; }
.price-card__count { min-height: 52px; margin-bottom: 28px; color: var(--muted); font-size: .9rem; }
.price-card--featured .price-card__count { color: rgba(255,255,255,.65); }
.price-card__regular { margin: 0; color: var(--muted); font-size: .82rem; }
.price-card--featured .price-card__regular { color: rgba(255,255,255,.55); }
.price-card__price { margin: 2px 0 0; font-family: Georgia, serif; font-size: 3.5rem; line-height: 1; letter-spacing: -.05em; }
.price-card__installment { margin: 10px 0 28px; color: var(--muted); font-size: .83rem; }
.price-card--featured .price-card__installment { color: rgba(255,255,255,.63); }
.price-card__access { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: -8px 0 24px; }
.price-card__access strong, .price-card__access span { display: grid; min-height: 40px; place-items: center; padding: 8px 10px; border: 1px solid rgba(27,74,126,.16); border-radius: 11px; color: var(--blue-deep); background: var(--blue-soft); text-align: center; font-size: .76rem; font-weight: 850; line-height: 1.15; }
.price-card--featured .price-card__access strong, .price-card--featured .price-card__access span { border-color: rgba(255,255,255,.18); color: var(--white); background: rgba(255,255,255,.1); }
.price-card ul { display: grid; gap: 11px; padding: 0; margin: 0 0 30px; list-style: none; font-size: .88rem; }
.price-card li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }
.price-card--featured li::before { color: #cfe4d5; }
.price-card .button { width: 100%; margin-top: auto; }
.price-card--featured .button { color: var(--blue-deep); background: var(--white); border-color: var(--white); }
.checkout-note { max-width: 680px; margin: 28px auto 0; padding: 14px 18px; border: 1px solid #a95b3a; border-radius: 12px; color: #733b23; background: #fff2e9; text-align: center; font-size: .87rem; }
.timer { max-width: 580px; margin: -20px auto 45px; padding: 13px 18px; border: 1px solid #997120; border-radius: 12px; background: #fff8db; text-align: center; font-weight: 750; }

.guarantee { padding-top: 90px; padding-bottom: 90px; }
.guarantee__box { display: grid; grid-template-columns: 170px 1fr; gap: 45px; align-items: center; max-width: 900px; }
.guarantee__box h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.guarantee__box p:last-child { max-width: 650px; margin-bottom: 0; color: var(--muted); }
.guarantee__seal { display: grid; width: 150px; height: 150px; place-content: center; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); text-align: center; box-shadow: inset 0 0 0 8px var(--white), inset 0 0 0 9px var(--blue); }
.guarantee__seal strong { font-family: Georgia, serif; font-size: 4rem; line-height: .8; }
.guarantee__seal span { margin-top: 7px; font-size: .73rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

.curriculum .tabs { margin-bottom: 32px; }
.curriculum-panel { display: grid; gap: 12px; }
.year-details { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.year-details summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; cursor: pointer; list-style: none; }
.year-details summary::-webkit-details-marker { display: none; }
.year-details summary::after { content: "+"; display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-soft); font-size: 1.3rem; }
.year-details[open] summary::after { content: "−"; }
.year-details__title strong, .year-details__title span { display: block; }
.year-details__title strong { font-size: 1rem; }
.year-details__title span { color: var(--muted); font-size: .82rem; }
.year-details__content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; padding: 5px 24px 28px; border-top: 1px solid var(--line); }
.curriculum-category { padding-top: 22px; }
.curriculum-category h3 { margin: 0 0 14px; color: var(--blue); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.curriculum-category ol { padding-left: 22px; margin: 0; color: var(--muted); font-size: .84rem; }
.curriculum-category li { margin-bottom: 7px; padding-left: 3px; }

.difference { color: var(--white); background: #12382b; }
.difference__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.difference__list { border-top: 1px solid rgba(255,255,255,.16); }
.difference__list article { display: grid; grid-template-columns: 50px 1fr; gap: 15px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.difference__list span { color: #cfe4d5; font-size: .72rem; font-weight: 850; }
.difference__list h3 { margin: 0 0 5px; }
.difference__list p { margin: 0; color: rgba(255,255,255,.62); }

.faq-list { display: grid; gap: 12px; margin-top: 45px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 780; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--blue); font-size: 1.5rem; font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { max-width: 730px; padding: 0 42px 22px 0; margin: 0; color: var(--muted); }

.footer { padding: 45px 0; color: var(--white); background: #081e3a; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer strong { font-family: Georgia, serif; font-size: 1.3rem; }
.footer p { margin: 5px 0 0; color: rgba(255,255,255,.55); font-size: .82rem; }
.footer a { color: #cfe4d5; font-size: .84rem; }

.toast { position: fixed; z-index: 300; right: 20px; bottom: 20px; max-width: 380px; padding: 14px 18px; border-radius: 12px; color: var(--white); background: var(--blue-deep); box-shadow: var(--shadow); font-size: .88rem; }

@media (max-width: 900px) {
  .section-heading, .hero__grid, .sample-stage, .difference__grid { grid-template-columns: 1fr; }
  .section-heading { gap: 22px; }
  .hero__grid { padding-top: 85px; }
  .hero__copy { max-width: 780px; }
  .hero__media { max-width: 760px; }
  .audience-grid, .bonus-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .price-card { min-height: 0; }
  .price-card--featured { margin-top: 15px; transform: none; }
  .year-details__content { grid-template-columns: 1fr; gap: 0; }
  .difference__grid { gap: 45px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.15rem, 11vw, 3.4rem); }
  .sticky-offer__inner { min-height: 62px; }
  .sticky-offer p { display: block; line-height: 1.2; }
  .sticky-offer p strong, .sticky-offer p span { display: block; }
  .sticky-offer span { margin-top: 3px; font-size: .72rem; }
  .hero { min-height: auto; }
  .hero__grid { gap: 42px; padding-top: 78px; padding-bottom: 48px; }
  .hero__lead { font-size: 1rem; }
  .hero__proof { grid-template-columns: 1fr 1fr; }
  .hero__proof div { padding: 20px 0; }
  .hero__proof div:nth-child(2) { padding-left: 20px; border-right: 0; }
  .hero__proof div:last-child { grid-column: 1/-1; padding: 18px 0 25px; border-top: 1px solid rgba(255,255,255,.12); }
  .roadmap__steps { grid-template-columns: 1fr; gap: 28px; }
  .roadmap__steps::before { top: 20px; bottom: 20px; left: 29px; right: auto; width: 1px; height: auto; }
  .roadmap__steps article { display: grid; grid-template-columns: 60px 1fr; column-gap: 18px; padding: 0; text-align: left; }
  .roadmap__steps span { grid-row: 1/3; margin: 0; }
  .roadmap__steps h3 { margin-top: 3px; }
  .sample-stage { padding: 22px; }
  .sample-gallery { gap: 8px; }
  .sample-gallery figure:nth-child(even) { transform: translateY(9px); }
  .audience-grid, .bonus-grid, .format-cards { grid-template-columns: 1fr; }
  .audience-grid article { min-height: 220px; }
  .audience-grid h3 { margin-top: 45px; }
  .testimonial-track { animation-duration: 100s; }
  .price-card { padding: 28px; }
  .guarantee__box { grid-template-columns: 1fr; gap: 28px; }
  .guarantee__seal { width: 125px; height: 125px; }
  .guarantee__seal strong { font-size: 3.4rem; }
  .tabs { display: grid; grid-template-columns: 1fr 1fr; width: 100%; border-radius: 17px; }
  .tabs button { padding-inline: 10px; border-radius: 12px; font-size: .82rem; }
  .year-details summary { padding: 17px; }
  .year-details__content { padding: 4px 17px 22px; }
  .footer__inner { align-items: flex-start; flex-direction: column; }
}

/* Componentes da edição comercial atual. */
.quick-facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 14px; }
.quick-facts span { padding: 5px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.76); font-size: .68rem; line-height: 1.2; }
.quick-facts strong { color: #fff; }
.annual-plan { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(32px,6vw,76px); align-items: center; margin: 0 0 76px; padding: clamp(24px,4vw,50px); border: 1px solid var(--line); border-radius: 28px; background: var(--paper); }
.annual-plan picture { display: block; min-width: 0; }
.annual-plan img { width: 100%; border-radius: 18px; box-shadow: var(--shadow); }
.annual-plan h2 { font-size: clamp(2rem,4vw,3.45rem); }
.annual-plan p:last-child { color: var(--muted); }
.bonus-mini-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; max-width: 850px; margin: 0 auto; }
.bonus-mini-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.bonus-mini-grid h3 { margin: 0 0 8px; font-family: Georgia,serif; font-size: 1.45rem; }
.bonus-mini-grid p { margin: 0; color: var(--muted); }
.price-card__protection { margin: 0 0 16px; color: rgba(255,255,255,.72); font-size: .76rem; text-align: center; }
.price-card:not(.price-card--featured) .price-card__protection { color: var(--muted); }
.payment-note { margin-top: 15px !important; color: var(--blue) !important; font-size: .8rem !important; font-weight: 750; }
.footer small { display: block; max-width: 520px; margin-top: 8px; color: rgba(255,255,255,.5); }
.carousel-controls [data-carousel-pause] { font-size: .82rem; }

@media (max-width: 760px) {
  .annual-plan { grid-template-columns: 1fr; margin-bottom: 54px; text-align: center; }
  .bonus-mini-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid article { min-height: 220px; }
}

@media (max-width: 620px) {
  .section { padding-block: 60px; }
  .hero__copy h1 { font-size: clamp(2.4rem,10.5vw,2.7rem); }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { min-height: auto; padding: 24px; }
  .audience-grid h3 { margin-top: 30px; }
  .annual-plan { padding: 20px; }
  .carousel-controls [data-carousel-pause] { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .testimonial-track { animation: none; }
  .testimonial-carousel { overflow-x: auto; }
}

/* Segunda rodada: uma vitrine de materiais reais, com menos aparência editorial. */
h1, h2 { text-wrap: balance; }
h1 { font-family: inherit; font-size: clamp(3rem, 5vw, 4rem); font-weight: 860; line-height: .98; }
h2 { font-family: inherit; font-size: clamp(2.25rem, 4vw, 3.25rem); font-weight: 820; line-height: 1.03; }
.roadmap h2, .pricing h2, .guarantee h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.section { padding: clamp(72px, 7vw, 96px) 0; }
[id] { scroll-margin-top: 82px; }
button, a { touch-action: manipulation; }

.hero { min-height: auto; }
.hero__grid {
  grid-template-areas: "copy media" "facts media";
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 34px clamp(48px, 7vw, 96px);
  padding-top: clamp(70px, 8vw, 104px);
  padding-bottom: 60px;
}
.hero__copy { grid-area: copy; align-self: end; }
.hero__copy h1 { max-width: 730px; margin-bottom: 22px; }
.hero__lead { max-width: 680px; margin-bottom: 13px; }
.hero__choice { max-width: 630px; margin: 0; color: rgba(255,255,255,.72); font-size: .95rem; }
.hero__choice strong { color: var(--white); }
.hero__media { grid-area: media; width: min(100%, 330px); }
.hero__facts { grid-area: facts; align-self: start; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: end; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.hero__price { margin: 0; color: rgba(255,255,255,.65); white-space: nowrap; font-size: .78rem; }
.hero__price strong { display: block; color: var(--white); font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; }
.hero__proof { display: none; }

.roadmap__steps { margin: 34px 0; }
.samples .section-heading { margin-bottom: 30px; }
.lesson-galleries { display: grid; grid-template-columns: minmax(0, 1fr); gap: 52px; min-width: 0; }
.samples { content-visibility: auto; contain-intrinsic-size: auto 1800px; }
.lesson-viewer { width: 100%; min-width: 0; max-width: 100%; padding: clamp(18px, 3vw, 32px); overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: 0 20px 55px rgba(14,42,78,.1); }
.lesson-viewer__header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.lesson-viewer__header h3 { margin: 2px 0 0; font-size: clamp(1.45rem, 2vw, 2rem); }
.lesson-viewer__header-details { display: flex; flex: 0 0 auto; flex-direction: column; align-items: flex-end; gap: 10px; }
.lesson-viewer__quantity, .lesson-viewer__meta { color: var(--muted); font-size: .78rem; }
.lesson-viewer__meta { margin: 0; color: var(--blue); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lesson-editable-badge { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: max-content; max-width: 100%; padding: 8px 14px; border: 1px solid rgba(16,45,82,.14); border-radius: 999px; color: #0f2d22; background: #f2b33d; box-shadow: 0 5px 14px rgba(16,45,82,.1); }
.lesson-editable-badge__icon { width: 17px; flex: 0 0 auto; font-size: 15px; line-height: 1; }
.lesson-editable-badge__content { display: flex; min-width: 0; align-items: baseline; gap: 6px; }
.lesson-editable-badge strong { font-size: 12px; font-weight: 900; letter-spacing: .05em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.lesson-editable-badge small { color: #0f2d22; font-size: 11px; font-weight: 700; line-height: 1; opacity: 1; white-space: nowrap; }
.samples__editable-note { max-width: 680px; margin: -12px auto 28px; color: var(--muted); font-size: .84rem; font-weight: 700; text-align: center; }
.samples__cta { margin-top: 38px; text-align: center; }
.lesson-viewer__stage { position: relative; width: 100%; min-width: 0; max-width: 100%; aspect-ratio: 16/9; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #f3f8f4; }
.lesson-viewer__main { position: absolute; inset: 0; display: block; width: 100%; min-width: 0; max-width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: transparent; cursor: zoom-in; }
.lesson-viewer__main picture { display: block; width: 100%; height: 100%; }
.lesson-viewer__main img { position: absolute; inset: 0; width: 100%; min-width: 0; max-width: 100%; height: 100%; object-fit: contain; }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: var(--white); background: rgba(13,42,80,.82); cursor: pointer; transform: translateY(-50%); }
.gallery-arrow--prev { left: 14px; }
.gallery-arrow--next { right: 14px; }
.lesson-viewer__caption { display: flex; justify-content: space-between; gap: 20px; margin: 13px 2px; color: var(--muted); font-size: .84rem; }
.lesson-viewer__caption p { margin: 0; }
.lesson-viewer__caption button { padding: 2px 8px; border: 0; border-radius: 999px; color: var(--blue); background: var(--blue-soft); cursor: pointer; font-size: .68rem; font-weight: 800; }
.lesson-viewer__caption span { flex: 0 0 auto; font-weight: 800; }
.lesson-viewer__thumbs { display: flex; gap: 9px; overflow-x: auto; padding: 4px 3px 10px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.lesson-viewer__thumbs button { width: 122px; flex: 0 0 auto; padding: 3px; overflow: hidden; border: 2px solid transparent; border-radius: 10px; background: #f3f8f4; cursor: pointer; scroll-snap-align: center; }
.lesson-viewer__thumbs button[aria-current="true"] { border-color: var(--blue); }
.lesson-viewer__thumbs img { width: 100%; aspect-ratio: 16/9; border-radius: 6px; object-fit: cover; }

.compact-heading { max-width: 720px; margin-bottom: 32px; }
.didactic { overflow: hidden; }
.didactic-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px; }
.didactic-strip article { min-width: 0; }
.didactic-strip button { width: 100%; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #eef3f8; box-shadow: 0 10px 25px rgba(14,42,78,.08); cursor: zoom-in; }
.didactic-strip picture { display: block; }
.didactic-strip img { width: 100%; aspect-ratio: 16/9; object-fit: contain; }
.didactic-strip p { display: flex; gap: 8px; margin: 11px 4px 0; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.didactic-strip p span { color: var(--blue); font-weight: 900; }

.curriculum-cta { margin-top: 30px; text-align: center; }
.bonuses-intro { padding-bottom: 42px; }
.product-core { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: center; margin-bottom: 70px; padding: 30px 34px; border-radius: 22px; color: var(--white); background: var(--blue-deep); }
.product-core h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.product-core .eyebrow { color: #cfe4d5; }
.product-core ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.78); }
.product-core li::before { content: "✓"; margin-right: 10px; color: #cfe4d5; font-weight: 900; }
.bonuses-intro .section-heading { margin-bottom: 0; }

.mindmaps { padding-top: 54px; background: var(--paper); }
.bonus-quantity { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px 7px 9px; margin: 15px 0 0; border: 1px solid rgba(31,91,153,.18); border-radius: 999px; color: var(--blue-deep); background: var(--blue-soft); font-size: .88rem; font-weight: 800; line-height: 1; }
.bonus-quantity strong { display: inline-flex; min-width: 58px; min-height: 34px; align-items: center; justify-content: center; padding-inline: 8px; border-radius: 999px; color: var(--white); background: var(--blue); font-size: 1.08rem; letter-spacing: -.02em; white-space: nowrap; }
.bonus-gallery--activities .bonus-quantity { background: var(--white); }
.manual-carousel { position: relative; }
.carousel-controls { display: flex; min-height: 46px; align-items: center; justify-content: flex-end; gap: 10px; margin-bottom: 18px; }
.carousel-controls > button, .lightbox__footer > button { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); background: var(--white); cursor: pointer; }
.carousel-controls > button:disabled { opacity: .35; cursor: default; }
.carousel-controls > p { min-width: 74px; margin: 0; color: var(--muted); font-size: .78rem; font-weight: 750; text-align: center; }
.carousel-dots { display: flex; max-width: 260px; gap: 0; overflow-x: auto; scrollbar-width: none; }
.carousel-dots::-webkit-scrollbar { display: none; }
.carousel-dots button { position: relative; width: 24px; height: 24px; flex: 0 0 auto; padding: 0; border: 0; background: transparent; cursor: pointer; }
.carousel-dots button::before { content: ""; position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: #b8c3d0; transform: translate(-50%,-50%); }
.carousel-dots button[aria-current="true"]::before { background: var(--blue); transform: translate(-50%,-50%) scale(1.35); }
.carousel-viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.carousel-viewport::-webkit-scrollbar { display: none; }
.carousel-track { display: flex; width: auto; gap: 16px; animation: none; }
.mindmap-card { flex: 0 0 calc((100% - 48px) / 4); scroll-snap-align: start; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.mindmap-card button { width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.mindmap-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.mindmap-card__footer { display: flex; align-items: center; justify-content: center; min-height: 52px; margin: 0; padding: 10px 12px; }
.mindmap-card__bonus-tag { display: inline-flex; align-items: center; justify-content: center; width: max-content; max-width: 100%; padding: 7px 14px; border-radius: 999px; color: #0f2d22; background: #f2b33d; box-shadow: 0 4px 12px rgba(16,45,82,.12); font-size: clamp(10px, 3vw, 12px); font-weight: 900; letter-spacing: .05em; line-height: 1; text-transform: uppercase; white-space: nowrap; }

.bonus-detail { padding-block: 72px; }
.bonus-detail--activities { background: #edf5fc; }
.bonus-detail__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.bonus-detail__grid--reverse { grid-template-columns: 1.22fr .78fr; }
.bonus-detail__grid--reverse .bonus-detail__copy { order: 2; }
.bonus-detail__copy h2 { font-size: clamp(2.1rem, 3.6vw, 3rem); }
.bonus-detail__copy > p:not(.eyebrow) { color: var(--muted); }
.bonus-detail__copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 20px; padding: 0; margin: 26px 0 0; list-style: none; font-size: .88rem; }
.bonus-detail__copy li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }
.bonus-preview { position: relative; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow); cursor: zoom-in; }
.bonus-preview img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.bonus-preview span { position: absolute; right: 14px; bottom: 14px; padding: 8px 12px; border-radius: 999px; color: var(--white); background: rgba(13,42,80,.9); font-size: .76rem; font-weight: 800; }

.testimonials { background: #f6f6f3; }
.testimonials h2 { margin-inline: 0; }
.testimonial-carousel { margin-top: 0; padding: 0; overflow: visible; }
.testimonial-track { width: auto; gap: 18px; animation: none; }
.testimonial-card { width: auto; flex: 0 0 calc((100% - 36px) / 3); padding: 8px; scroll-snap-align: start; }
.testimonial-card > button { width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; text-align: left; }
.testimonial-card__image { display: block; overflow: hidden; aspect-ratio: 1179/1960; border-radius: 15px; background: #e9eef4; }
.testimonial-card__image picture { display: block; width: 100%; height: 100%; }
.testimonial-card__image img { width: 100%; height: 100%; border-radius: 0; object-fit: cover; object-position: center bottom; }
.testimonial-card__label { display: block; padding: 11px 8px 6px; color: var(--muted); font-size: .78rem; font-weight: 750; }

.lightbox { width: min(1120px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 24px; overflow: auto; border: 0; border-radius: 22px; color: var(--ink); background: var(--white); box-shadow: 0 40px 100px rgba(0,0,0,.38); }
.lightbox::backdrop { background: rgba(5,20,40,.8); backdrop-filter: blur(8px); }
.lightbox__header { display: flex; align-items: start; justify-content: space-between; gap: 25px; margin-bottom: 18px; }
.lightbox__header h2 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.4rem); }
.lightbox__header .eyebrow { margin-bottom: 7px; }
.lightbox__header > button { width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--white); cursor: pointer; font-size: 1.6rem; }
.lightbox__stage { position: relative; display: grid; min-height: 240px; max-height: 68vh; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #f3f8f4; }
.lightbox__stage.is-loading::after { content: ""; position: absolute; right: 14px; bottom: 14px; width: 22px; height: 22px; border: 3px solid rgba(23,60,112,.2); border-top-color: var(--blue); border-radius: 50%; animation: lightbox-loading .8s linear infinite; }
@keyframes lightbox-loading { to { transform: rotate(1turn); } }
.lightbox__stage img { width: 100%; height: 100%; max-height: 68vh; object-fit: contain; }
.lightbox__stage--testimonial { width: min(440px, 100%); height: 68vh; margin-inline: auto; }
.lightbox__stage--testimonial img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.lightbox__footer { display: grid; grid-template-columns: 44px 1fr 44px; gap: 16px; align-items: center; margin-top: 15px; }
.lightbox__footer p { margin: 0; text-align: center; }
.lightbox__footer p span, .lightbox__footer p small { display: block; }
.lightbox__footer p small { margin-top: 2px; color: var(--muted); font-size: .72rem; }

@media (max-width: 900px) {
  .hero__grid { grid-template-areas: "copy media" "facts facts"; grid-template-columns: minmax(0, 1fr) minmax(250px, .62fr); gap: 34px; }
  .hero__copy { align-self: center; }
  .hero__media { width: min(100%, 290px); }
  .didactic-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .didactic-strip article { flex: 0 0 42%; scroll-snap-align: start; }
  .mindmap-card { flex-basis: calc((100% - 16px) / 2); }
  .bonus-detail__grid, .bonus-detail__grid--reverse { grid-template-columns: 1fr; }
  .bonus-detail__grid--reverse .bonus-detail__copy { order: 0; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(2.55rem, 12vw, 3.35rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.65rem); }
  .hero__grid { grid-template-areas: "copy" "media" "facts"; grid-template-columns: 1fr; gap: 30px; padding-top: 70px; }
  .hero__media { width: min(82vw, 300px); }
  .hero__facts { grid-template-columns: 1fr; gap: 20px; }
  .hero__price { white-space: normal; }
  .lesson-viewer { padding: 14px; border-radius: 18px; }
  .lesson-viewer__header { align-items: start; flex-direction: column; gap: 5px; }
  .gallery-arrow { width: 44px; height: 44px; }
  .lesson-viewer__thumbs button { width: 96px; }
  .didactic-strip article { flex-basis: 76%; }
  .product-core { grid-template-columns: 1fr; gap: 24px; padding: 25px; }
  .carousel-dots { display: none; }
  .mindmap-card { flex-basis: 84%; }
  .testimonial-card { flex-basis: 86%; }
  .bonus-detail__copy ul { grid-template-columns: 1fr; }
  .lightbox { padding: 16px; }
  .lightbox__stage, .lightbox__stage img { max-height: 62vh; }
  .lightbox__stage--testimonial { height: 62vh; }
}

/* Terceira rodada: mobile-first, títulos centrais e materiais em movimento. */
body { padding-top: 40px; }
.skip-link { top: 48px; transform: translateY(calc(-100% - 60px)); }
.urgency-bar {
  position: fixed;
  z-index: 180;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
  display: grid;
  place-items: center;
  padding: 7px max(14px, env(safe-area-inset-right)) 7px max(14px, env(safe-area-inset-left));
  color: #fff;
  background: var(--geo-950);
  box-shadow: 0 5px 18px rgba(15,45,34,.2);
  text-align: center;
}
.urgency-bar p { margin: 0; font-size: .78rem; line-height: 1.25; letter-spacing: .01em; }

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%23cfe4d5' stroke-width='1'%3E%3Cpath d='M-10 38c35-21 67 9 101-8s61-11 99 11'/%3E%3Cpath d='M-8 68c29-19 61 5 92-8s67-14 106 10'/%3E%3Cpath d='M-14 103c35-20 58 6 93-7s71-9 112 12'/%3E%3Cpath d='M-5 139c31-18 58 4 91-8s69-10 101 9'/%3E%3C/g%3E%3C/svg%3E");
}

.hero__grid { z-index: 1; }
.annual-plan > img { min-width: 0; }
.bonus-mini-grid { margin-top: 32px; }
.bonus-mini-grid article { box-shadow: 0 12px 30px rgba(15,45,34,.06); }
.bonus-mini-grid h3 { color: var(--geo-800); }
.bonus-gallery-card img { background: var(--geo-50); }
.bonus-gallery-card:only-child { flex-basis: min(100%, 900px); }
.bonus-gallery-card:only-child img { aspect-ratio: auto; object-fit: contain; }
.lesson-viewer, .carousel-track > *, .price-card { min-width: 0; }

.hero__grid {
  grid-template-areas: "copy media";
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
  gap: clamp(38px, 6vw, 82px);
  padding-top: clamp(48px, 6vw, 76px);
  padding-bottom: 54px;
}
.hero__copy { align-self: center; text-align: center; }
.hero__copy .eyebrow, .hero__copy h1, .hero__lead { margin-inline: auto; }
.hero__copy h1 { max-width: 700px; font-size: clamp(2.9rem, 4.7vw, 4rem); line-height: 1; }
.hero__number { color: #cfe4d5; }
.hero__accent { color: #f7c55d; }
.hero__lead { max-width: 600px; margin-bottom: 0; }
.hero__media { width: min(100%, 286px); text-align: center; }
.hero__video-label { max-width: 280px; margin: 0 auto 12px; text-align: center; }
.hero__microcopy { margin-top: 12px; text-align: center; }
.hero__price { margin: 7px 0 0; color: rgba(255,255,255,.68); text-align: center; font-size: .8rem; }
.hero__price strong { display: inline; margin-left: 3px; color: #fff; font-family: inherit; font-size: 1rem; font-weight: 850; }

.section-heading { display: block; max-width: 820px; margin: 0 auto 38px; text-align: center; }
.section-heading h2 { max-width: none; }
.section-heading > p { max-width: 680px; margin: 15px auto 0; }
.compact-heading { max-width: 780px; margin: 0 auto 30px; text-align: center; }
.section-heading .eyebrow, .compact-heading .eyebrow, .pricing__intro .eyebrow, .difference .eyebrow, .guarantee .eyebrow { text-align: center; }
.tabs { display: flex; width: max-content; max-width: 100%; margin: 0 auto 28px; }

.roadmap .section-lead { max-width: 590px; margin-bottom: 30px; }
.roadmap__steps { margin-block: 30px; }
.roadmap__steps article { padding-inline: 18px; }
.roadmap__steps p { font-size: .86rem; }

.didactic-strip {
  display: flex;
  gap: 13px;
  overflow-x: auto;
  padding: 4px 3px 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.didactic-strip::-webkit-scrollbar { display: none; }
.didactic-strip article { flex: 0 0 calc((100% - 39px) / 4); scroll-snap-align: start; }
.scroll-cue { display: flex; justify-content: center; gap: 12px; align-items: center; margin: 10px 0 0; color: var(--muted); font-size: .75rem; font-weight: 750; text-align: center; }

.product-core { text-align: center; }
.product-core ul { max-width: 500px; margin-inline: auto; text-align: left; }
.bonuses-intro .section-heading { margin-bottom: 0; }

.carousel-controls { justify-content: center; }
.carousel-dots { max-width: 280px; }
.manual-carousel { padding-top: 2px; }
.manual-carousel::after { content: "Movimento automático · arraste para explorar"; display: block; margin-top: 14px; color: var(--muted); font-size: .72rem; font-weight: 700; text-align: center; }
.carousel-track { padding: 3px; }
.bonus-gallery { contain-intrinsic-size: auto 760px; }
.bonus-gallery--activities { background: #edf5fc; }
.bonus-gallery--exams { background: var(--paper); }
.bonus-gallery-card { flex: 0 0 calc((100% - 32px) / 3); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(14,42,78,.08); scroll-snap-align: start; }
.bonus-gallery-card > button { display: block; width: 100%; padding: 0; overflow: hidden; border: 0; background: #f3f8f4; cursor: zoom-in; }
.bonus-gallery-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.bonus-gallery--activities .bonus-gallery-card > button { display: grid; aspect-ratio: 4/3; place-items: center; background: #f7f8fa; }
.bonus-gallery--activities .bonus-gallery-card { flex-basis: 100%; }
.bonus-gallery--activities .bonus-gallery-card picture { display: contents; }
.bonus-gallery--activities .bonus-gallery-card img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; }
.bonus-gallery--activities .bonus-gallery-card > p { min-height: 52px; justify-content: center; text-align: center; }
.bonus-gallery--exams .bonus-gallery-card img { object-fit: contain; }
.bonus-gallery-card--placeholder img { object-fit: contain; }
.bonus-gallery-card > p { display: flex; justify-content: space-between; gap: 8px; align-items: center; margin: 0; padding: 13px 15px; font-size: .84rem; font-weight: 800; }
.bonus-gallery-card > p span { color: var(--muted); font-size: .66rem; font-weight: 650; }

.difference__grid { grid-template-columns: 1fr; gap: 36px; }
.difference__grid > div:first-child { max-width: 850px; margin-inline: auto; text-align: center; }
.difference__list { max-width: 780px; width: 100%; margin-inline: auto; }
.guarantee__box { max-width: 880px; }
.guarantee__box > div:last-child { text-align: center; }
.guarantee__box p:last-child { margin-inline: auto; }

@media (max-width: 900px) {
  .hero__grid { grid-template-areas: "copy media"; grid-template-columns: minmax(0, 1fr) minmax(230px, .72fr); }
  .hero__copy { align-self: center; }
  .didactic-strip article { flex-basis: 42%; }
  .bonus-gallery-card { flex-basis: calc((100% - 16px) / 2); }
}

@media (max-width: 620px) {
  body { padding-top: 38px; }
  .urgency-bar { min-height: 38px; padding-block: 6px; }
  .urgency-bar p { font-size: .7rem; }
  .section { padding-block: 66px; }
  .hero__grid { grid-template-areas: "copy" "media"; grid-template-columns: minmax(0, 1fr); gap: 22px; padding-top: 32px; padding-bottom: 38px; }
  .hero__copy h1 { max-width: 350px; margin-bottom: 16px; font-size: clamp(2.2rem, 9.7vw, 2.55rem); line-height: .99; }
  .hero__lead { max-width: 350px; font-size: .96rem; line-height: 1.55; }
  .hero__media { width: min(56vw, 210px); }
  .hero__video-label { font-size: .7rem; }
  .hero__microcopy { font-size: .72rem; }
  .section-heading { margin-bottom: 30px; }
  .section-heading > p { margin-top: 12px; }
  .roadmap__steps article { grid-template-columns: 54px 1fr; }
  .roadmap__steps span { width: 54px; height: 54px; }
  .tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .didactic-strip article { flex-basis: 78%; }
  .scroll-cue { flex-direction: column; gap: 7px; }
  .carousel-dots { display: flex; max-width: 158px; }
  .carousel-controls { gap: 8px; }
  .carousel-controls > p { min-width: 62px; }
  .lesson-viewer__caption { align-items: center; gap: 8px; font-size: .76rem; }
  .lesson-viewer__header-details { width: 100%; align-items: center; }
  .lesson-editable-badge { margin-top: 2px; padding: 8px 12px; }
  .lesson-editable-badge strong { font-size: 11px; }
  .lesson-editable-badge small { font-size: 10px; }
  .samples__editable-note { margin-top: -10px; font-size: .78rem; }
  .lesson-galleries { gap: 38px; }
  .bonus-quantity { margin-top: 14px; font-size: .82rem; }
  .bonus-quantity strong { min-width: 54px; min-height: 32px; font-size: 1rem; }
  .mindmap-card, .bonus-gallery-card { flex-basis: 86%; }
  .testimonial-card { flex-basis: 84%; }
  .bonus-gallery-card > p span { display: none; }
  .product-core { margin-bottom: 55px; }
  .guarantee__box { justify-items: center; text-align: center; }
}

@media (max-width: 620px) {
  .section { padding-block: 60px; }
  .hero__copy h1 { font-size: clamp(2.4rem, 10.5vw, 2.7rem); }
}

/* Mapas mentais: proporção original, sem cortes e com tamanho controlado. */
.mindmap-card button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f5f8;
}
.mindmap-card img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 420px;
  aspect-ratio: auto;
  object-fit: contain;
}

@media (max-width: 620px) {
  .mindmap-card { flex-basis: min(72vw, 270px); }
  .mindmap-card img { max-height: 360px; }
}

/* Refinamento de ritmo vertical: uma única escala para o espaço externo. */
:root {
  --section-space-mobile: 28px;
  --section-space-mobile-related: 22px;
  --section-space-tablet: 36px;
  --section-space-desktop: 44px;
  --section-space-desktop-related: 34px;
  --section-heading-gap: clamp(24px, 3vw, 32px);
  --section-related-gap: clamp(36px, 5vw, 48px);
}

.section {
  padding-block: var(--section-space-desktop);
}

.section-heading {
  margin-bottom: var(--section-heading-gap);
}

.eyebrow {
  margin-bottom: 14px;
}

.hero__grid {
  padding-top: clamp(44px, 5vw, 64px);
  padding-bottom: var(--section-space-desktop);
}

.samples,
.didactic,
.bonuses-intro,
.mindmaps,
.bonus-gallery,
.difference,
.guarantee {
  padding-block: var(--section-space-desktop-related);
}

.bonuses-intro,
.mindmaps {
  padding-top: var(--section-space-desktop-related);
  padding-bottom: var(--section-space-desktop-related);
}

.product-core,
.annual-plan {
  margin-bottom: var(--section-related-gap);
}

.faq {
  padding-bottom: var(--section-space-desktop);
}

@media (max-width: 900px) {
  .section {
    padding-block: var(--section-space-tablet);
  }

  .samples,
  .didactic,
  .bonuses-intro,
  .mindmaps,
  .bonus-gallery,
  .difference,
  .guarantee {
    padding-block: 30px;
  }
}

@media (max-width: 620px) {
  .section {
    padding-block: var(--section-space-mobile);
  }

  .samples,
  .didactic,
  .bonuses-intro,
  .mindmaps,
  .bonus-gallery,
  .difference,
  .guarantee {
    padding-block: var(--section-space-mobile-related);
  }

  .hero__grid {
    padding-top: var(--section-space-mobile);
    padding-bottom: var(--section-space-mobile);
  }

  .section-heading {
    margin-bottom: var(--section-heading-gap);
  }

  .section-heading > p {
    margin-top: 12px;
  }

  .product-core,
  .annual-plan {
    margin-bottom: var(--section-related-gap);
  }

  .faq {
    padding-bottom: var(--section-space-mobile);
  }
}
