/* Refatoracao visual premium. O HTML e as integracoes permanecem como fonte funcional. */
:root {
  --color-green-950: #031f1a;
  --color-green-900: #062b24;
  --color-green-800: #0b3b31;
  --color-cream-100: #f4efe5;
  --color-cream-200: #e9e1d3;
  --color-paper: #fbf7ef;
  --color-terracotta: #dc684b;
  --color-terracotta-dark: #b84e37;
  --color-copper: #b77b51;
  --color-gold: #a99155;
  --color-text-light: #f7f2e9;
  --color-text-dark: #173029;
  --color-muted: #66736e;
  --color-line-light: rgba(23, 48, 41, .16);
  --color-line-dark: rgba(244, 239, 229, .16);
  --shadow-soft: 0 24px 60px rgba(3, 31, 26, .14);
  --shadow-deep: 0 34px 80px rgba(0, 12, 9, .34);
  --font-editorial: "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --font-ui: Aptos, "Segoe UI", Arial, sans-serif;
  --container: 1240px;
  --section-space: 112px;
  --radius: 6px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--color-cream-100);
  color: var(--color-text-dark);
  font-family: var(--font-ui);
  line-height: 1.62;
  letter-spacing: 0;
}

body.menu-open { overflow: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, p { letter-spacing: 0; }

h1, h2, h3 {
  color: var(--color-text-dark);
  font-family: var(--font-editorial);
  font-weight: 600;
}

h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
}

h3 { line-height: 1.14; }

.wrap {
  width: min(var(--container), calc(100% - 56px));
  margin-inline: auto;
}

.reveal,
.reveal.visible {
  opacity: 1;
  transform: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(169, 145, 85, .24);
  background: rgba(3, 31, 26, .96);
  color: var(--color-text-light);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  color: var(--color-text-light);
  font-family: var(--font-editorial);
  font-size: 18px;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid var(--color-gold);
  color: #c8ad6e;
  background: rgba(255, 255, 255, .025);
}

.nav-links {
  gap: 28px;
  font-size: 13px;
}

.nav-links > a:not(.button) { color: rgba(247, 242, 233, .72); }
.nav-links > a:not(.button):hover { color: var(--color-text-light); }

.button {
  min-height: 52px;
  padding-inline: 24px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--radius);
  background: var(--color-terracotta);
  box-shadow: 0 12px 28px rgba(94, 31, 18, .24);
  color: #fffaf3;
  font-size: 15px;
  font-weight: 800;
}

.button:hover {
  background: var(--color-terracotta-dark);
  box-shadow: 0 16px 34px rgba(71, 23, 14, .3);
  transform: translateY(-2px);
}

.button-light {
  border-color: rgba(23, 48, 41, .12);
  background: var(--color-paper);
  color: var(--color-green-900);
  box-shadow: 0 14px 34px rgba(0, 18, 14, .22);
}

.button-light:hover { background: var(--color-cream-200); }

.button-large {
  min-height: 60px;
  padding-inline: 30px;
  font-size: 16px;
}

.kicker {
  gap: 12px;
  color: var(--color-terracotta);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.kicker::before {
  width: 32px;
  height: 2px;
  background: currentColor;
}

/* Hero */
.hero {
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--color-green-950);
  background-repeat: repeat;
  color: var(--color-text-light);
}

.hero::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 52%;
  border-left: 1px solid rgba(169, 145, 85, .13);
  background: rgba(11, 59, 49, .2);
}

.hero::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(183, 123, 81, .46);
}

.hero .wrap {
  position: relative;
  z-index: 1;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1.06fr);
  align-items: center;
  gap: 32px;
  padding-block: 70px 76px;
}

.hero-content {
  position: relative;
  z-index: 5;
  width: auto;
  max-width: 630px;
}

.hero .kicker { color: #ed8b6d; }

.hero h1 {
  max-width: 610px;
  margin: 30px 0 22px;
  color: var(--color-text-light);
  font-size: 68px;
  line-height: 1.02;
}

.hero-lead {
  max-width: 610px;
  margin: 0;
  color: rgba(247, 242, 233, .84);
  font-size: 20px;
  line-height: 1.72;
}

.hero-points {
  max-width: 610px;
  display: grid;
  grid-template-columns: 1.35fr .95fr .85fr;
  gap: 0;
  margin: 32px 0 0;
  padding: 0;
  font-size: 14px;
}

.hero-points li {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  padding: 4px 20px;
  border-right: 1px solid rgba(247, 242, 233, .28);
  color: var(--color-text-light);
  line-height: 1.42;
}

.hero-points li:first-child { padding-left: 0; }
.hero-points li:last-child { padding-right: 0; border-right: 0; }
.hero-points li::before { color: #ed805f; font-size: 18px; }

.hero-actions {
  margin-top: 34px;
  align-items: center;
  gap: 20px;
}

.hero-actions .button { flex: 0 0 auto; min-width: 360px; }

.hero-note {
  max-width: 205px;
  color: rgba(247, 242, 233, .65);
  font-size: 13px;
  line-height: 1.55;
}

/* Reusable product presentation */
.product-showcase {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  overflow: visible;
}

.product-showcase::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: 62%;
  aspect-ratio: 1;
  border: 1px solid rgba(169, 145, 85, .42);
  border-radius: 50% 50% 8px 8px;
  background: rgba(169, 145, 85, .12);
  box-shadow: 0 0 92px rgba(169, 145, 85, .16), inset 0 0 50px rgba(255, 248, 220, .04);
}

.product-showcase::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 4%;
  right: 4%;
  bottom: 4%;
  height: 18%;
  border: 1px solid rgba(169, 145, 85, .34);
  border-radius: 50%;
  background: #0b342c;
  box-shadow: 0 26px 45px rgba(0, 12, 9, .42), inset 0 2px 0 rgba(255, 255, 255, .04);
}

.product-showcase img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(0, 17, 13, .28));
}

.product-showcase > picture {
  width: 100%;
  display: grid;
  place-items: center;
}

.hero-stage {
  position: relative;
  inset: auto;
  z-index: 2;
  width: 100%;
  min-height: 620px;
  aspect-ratio: 1.08;
  margin: 0;
}

.hero-stage::before {
  width: 72%;
  top: 1%;
  background: rgba(169, 145, 85, .13);
  box-shadow: 0 0 120px rgba(183, 123, 81, .18), inset 0 0 70px rgba(255, 244, 205, .04);
}

.hero-stage::after {
  left: -3%;
  right: -3%;
  bottom: 5%;
  height: 19%;
}

.hero-stage picture {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-left: 0;
}

.hero-product-shot {
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 30px 28px rgba(0, 13, 10, .38));
}

.product-showcase--light,
.product-showcase--cream {
  background: rgba(255, 253, 248, .26);
}

.product-showcase--light::before,
.product-showcase--cream::before {
  border-color: rgba(169, 145, 85, .34);
  background: rgba(169, 145, 85, .08);
  box-shadow: 0 0 80px rgba(183, 123, 81, .1), inset 0 0 45px rgba(255, 255, 255, .4);
}

.product-showcase--light::after,
.product-showcase--cream::after {
  border-color: rgba(23, 48, 41, .17);
  background: #ded5c7;
  box-shadow: 0 25px 46px rgba(23, 48, 41, .14), inset 0 2px 0 rgba(255, 255, 255, .52);
}

.product-showcase--dark { background: rgba(255, 255, 255, .015); }

/* Shared section system */
.problem,
.journey,
.system,
.contents,
.audio-section,
.plan,
.audience,
.offer,
.faq,
.closing {
  position: relative;
  padding-block: var(--section-space);
  border-top: 1px solid rgba(183, 123, 81, .24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}

.problem::before,
.journey::before,
.system::before,
.contents::before,
.audio-section::before,
.plan::before,
.audience::before,
.offer::before,
.faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(28px, calc((100% - var(--container)) / 2));
  width: 70px;
  height: 3px;
  background: var(--color-copper);
}

.section-head {
  max-width: 760px;
  margin-bottom: 56px;
}

.section-head h2 { margin-top: 16px; }

.section-head p {
  max-width: 690px;
  margin-top: 20px;
  color: var(--color-muted);
  font-size: 18px;
  line-height: 1.7;
}

.problem,
.contents,
.plan { background: var(--color-cream-100); }

.journey,
.audience,
.faq { background: var(--color-cream-200); }

.system,
.offer,
.closing {
  background-color: var(--color-green-950);
  color: var(--color-text-light);
}

.audio-section {
  background: var(--color-green-900);
  color: var(--color-text-light);
}

.system h2,
.system h3,
.offer h2,
.offer h3,
.closing h2,
.audio-section h2,
.audio-section h3 { color: var(--color-text-light); }

.system .section-head p,
.offer p,
.audio-section .section-head p { color: rgba(247, 242, 233, .7); }

.proof-strip {
  border-top: 1px solid rgba(169, 145, 85, .25);
  border-bottom: 1px solid rgba(169, 145, 85, .25);
  background: #021713;
}

.proof-grid { min-height: 92px; }

.proof-item {
  border-left-color: rgba(169, 145, 85, .2);
  color: var(--color-text-light);
}

.proof-item:last-child { border-right-color: rgba(169, 145, 85, .2); }
.proof-item strong { color: #c5a867; }
.proof-item span { color: rgba(247, 242, 233, .6); }

/* Editorial content */
.problem-layout { grid-template-columns: .78fr 1.22fr; gap: 92px; }

.problem-quote {
  top: 120px;
  padding-left: 26px;
  border-left: 2px solid var(--color-terracotta);
  color: var(--color-green-900);
  font-size: 42px;
  line-height: 1.12;
}

.pain-list li { border-color: var(--color-line-light); }
.pain-list b { color: var(--color-terracotta); }

.journey-track,
.weeks {
  border-top: 1px solid var(--color-text-dark);
  border-bottom: 1px solid var(--color-line-light);
}

.journey-step { border-right-color: var(--color-line-light); }
.journey-step span { color: var(--color-terracotta); }
.journey-note { border-left: 2px solid var(--color-terracotta); }

.system-grid { border-color: rgba(169, 145, 85, .32); }
.system-item { border-right-color: rgba(169, 145, 85, .23); }
.system-number { color: #c4a767; }
.system-item p { color: rgba(247, 242, 233, .62); }

/* Materials */
.bundle-showcase {
  min-height: 600px;
  aspect-ratio: 16 / 8.4;
  margin: 0 0 94px;
  border: 1px solid rgba(169, 145, 85, .24);
  border-radius: var(--radius);
  overflow: visible;
  background: rgba(255, 253, 248, .28);
  box-shadow: var(--shadow-soft);
}

.bundle-showcase::before { width: 45%; }
.bundle-showcase::after { left: 12%; right: 12%; bottom: 4%; height: 14%; }

.bundle-showcase img {
  width: 92%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.material-list { border-top: 1px solid var(--color-line-light); }

.material,
.material:nth-child(even) {
  grid-template-columns: minmax(440px, .95fr) minmax(0, 1.05fr);
  gap: 76px;
  padding-block: 72px;
  border-bottom: 1px solid var(--color-line-light);
}

.material:nth-child(even) { grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); }

.material-visual {
  width: 100%;
  min-height: 390px;
  aspect-ratio: 16 / 10.5;
  border: 1px solid rgba(169, 145, 85, .22);
  border-radius: var(--radius);
  overflow: visible;
  box-shadow: var(--shadow-soft);
}

.material-visual::before { width: 50%; }
.material-visual::after { left: 9%; right: 9%; bottom: 5%; height: 15%; }

.material-product-shot {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.material:nth-child(2) .material-product-shot,
.material:nth-child(3) .material-product-shot,
.material:nth-child(4) .material-product-shot { width: 100%; }

.material-index {
  color: var(--color-terracotta);
  font-size: 12px;
  font-weight: 900;
}

.material-copy h3 {
  margin: 16px 0 18px;
  font-size: 40px;
}

.material-copy > p {
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.72;
}

.feature-list { border-top-color: var(--color-line-light); }
.feature-list li::before { color: var(--color-terracotta); }

.section-action { margin-top: 58px; }

/* Audio */
.audio-layout { grid-template-columns: .94fr 1.06fr; gap: 84px; }
.audio-benefit { border-top-color: rgba(169, 145, 85, .28); }
.audio-benefit strong { color: var(--color-text-light); }
.audio-benefit span { color: rgba(247, 242, 233, .58); }

.course-player {
  overflow: hidden;
  border: 1px solid rgba(169, 145, 85, .36);
  border-radius: var(--radius);
  background: rgba(3, 31, 26, .54);
  box-shadow: var(--shadow-deep);
}

.course-top { background: var(--color-cream-100); }
.course-top h3 { color: var(--color-text-dark); }
.course-preview { border-color: rgba(23, 48, 41, .12); }
.track { border-bottom-color: rgba(247, 242, 233, .12); }

/* 30 day cycle */
.plan-product-image {
  min-height: 560px;
  aspect-ratio: 16 / 8.3;
  margin: 0 0 70px;
  border: 1px solid rgba(169, 145, 85, .25);
  border-radius: var(--radius);
  overflow: visible;
  box-shadow: var(--shadow-soft);
}

.plan-product-image::before { width: 42%; }
.plan-product-image::after { left: 18%; right: 18%; bottom: 7%; height: 15%; }

.plan-product-image img {
  width: 88%;
  max-width: 1080px;
  min-height: 0;
  max-height: none;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.week { border-right-color: var(--color-line-light); }
.week-number { color: var(--color-terracotta); }

/* Audience and offer */
.audience-grid { gap: 90px; }

.audience-block {
  padding-top: 32px;
  border-top: 2px solid var(--color-green-800);
}

.audience-block.not { border-color: var(--color-terracotta); }
.audience-block h3 { font-size: 34px; }

.offer-layout { grid-template-columns: 1.06fr .94fr; gap: 84px; }

.offer-product-visual {
  min-height: 390px;
  aspect-ratio: 16 / 10;
  margin-top: 38px;
  border: 1px solid rgba(169, 145, 85, .28);
  border-radius: var(--radius);
  overflow: visible;
}

.offer-product-visual img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.offer-summary { border-top: 1px solid rgba(169, 145, 85, .36); }
.offer-line { border-bottom-color: rgba(247, 242, 233, .14); }
.offer-line strong { color: var(--color-text-light); }
.offer-line span { color: rgba(247, 242, 233, .55); }

.offer-total {
  border: 1px solid rgba(169, 145, 85, .32);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, .04);
  box-shadow: var(--shadow-deep);
}

.offer-total small { color: #c7a968; }
.offer-total strong { color: var(--color-text-light); }

/* FAQ and close */
.faq-layout { gap: 92px; }

.faq-list { border-top: 1px solid var(--color-text-dark); }

.faq-list details {
  border-bottom-color: var(--color-line-light);
  background: transparent;
}

.faq-list summary { font-family: var(--font-editorial); font-size: 20px; }

.closing {
  padding-block: 110px;
  border-top-color: rgba(169, 145, 85, .4);
}

.closing::before { display: none; }
.closing h2 { max-width: 850px; font-size: 52px; }
.closing p { color: rgba(247, 242, 233, .68); }

.site-footer {
  border-top: 1px solid rgba(169, 145, 85, .22);
  background: #021713;
  color: rgba(247, 242, 233, .7);
}

.mobile-cta { background: rgba(3, 31, 26, .96); }

@media (max-width: 1199px) {
  :root { --section-space: 96px; }

  .hero .wrap {
    grid-template-columns: minmax(0, 1fr) minmax(440px, .95fr);
    gap: 12px;
  }

  .hero h1 { font-size: 58px; }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-note { max-width: 420px; }
  .hero-stage { min-height: 540px; }

  .material,
  .material:nth-child(even) {
    grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr);
    gap: 58px;
  }

  .material:nth-child(even) { grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); }
}

@media (min-width: 1320px) {
  .hero-stage picture {
    width: 112%;
    margin-left: -6%;
  }
}

@media (max-width: 1024px) {
  .wrap { width: min(var(--container), calc(100% - 44px)); }

  .hero { min-height: 0; }

  .hero .wrap {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 76px 0 0;
  }

  .hero-content { max-width: 720px; }
  .hero h1 { max-width: 690px; }
  .hero-stage { width: min(780px, 100%); min-height: 500px; margin: 0 auto; }
  .hero-stage picture { width: 100%; margin-left: 0; }

  .problem-layout,
  .audio-layout,
  .offer-layout,
  .faq-layout { grid-template-columns: 1fr; gap: 60px; }

  .problem-quote { position: static; max-width: 720px; }

  .material,
  .material:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .material:nth-child(even) .material-visual { order: 0; }
  .material-visual { width: min(720px, 100%); min-height: 0; }

  .bundle-showcase { min-height: 500px; }
  .plan-product-image { min-height: 500px; }
  .offer-product-visual { width: min(760px, 100%); }
}

@media (max-width: 768px) {
  :root { --section-space: 78px; }

  .wrap { width: min(100% - 32px, var(--container)); }

  h2 { font-size: 39px; }

  .nav { min-height: 62px; }
  .nav > .button { display: none; }
  .menu-button { display: grid; place-items: center; }

  .nav-links {
    position: fixed;
    inset: 62px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 18px;
    border: 1px solid rgba(169, 145, 85, .3);
    border-radius: var(--radius);
    background: var(--color-green-950);
    box-shadow: var(--shadow-deep);
  }

  .nav-links.open { display: flex; }
  .nav-links .button { display: inline-flex; width: 100%; }
  .nav-links > a { min-height: 46px; display: flex; align-items: center; }

  .hero::before { width: 100%; border-left: 0; }
  .hero .wrap { padding-top: 58px; }
  .hero h1 { margin-top: 24px; font-size: 52px; }
  .hero-lead { font-size: 17px; line-height: 1.62; }
  .hero-actions .button { width: 100%; min-width: 0; }

  .hero-stage {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / .78;
    margin-top: 24px;
  }

  .hero-stage::before { width: 68%; }
  .hero-stage::after { left: -7%; right: -7%; bottom: 2%; }
  .hero-stage picture { width: 100%; margin-left: 0; }

  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(n+3) { border-top: 1px solid rgba(169, 145, 85, .2); }

  .section-head { margin-bottom: 40px; }
  .section-head p { font-size: 16px; }

  .journey-track,
  .system-grid,
  .weeks { grid-template-columns: 1fr; }

  .journey-step,
  .journey-step:nth-child(3),
  .system-item,
  .system-item:nth-child(2),
  .week,
  .week:nth-child(2) {
    border-right: 0;
    border-top: 1px solid var(--color-line-light);
  }

  .journey-step:first-child,
  .system-item:first-child,
  .week:first-child { border-top: 0; }

  .system-item,
  .system-item:nth-child(2) { border-top-color: rgba(169, 145, 85, .22); }

  .bundle-showcase {
    min-height: 0;
    aspect-ratio: 1 / .74;
    margin-bottom: 56px;
  }

  .bundle-showcase img { width: 100%; max-width: 100%; }

  .material,
  .material:nth-child(even) { padding-block: 52px; }

  .material-visual { aspect-ratio: 1 / .72; }
  .material-product-shot { width: 100%; }
  .material-copy h3 { font-size: 34px; }
  .feature-list { grid-template-columns: 1fr; }

  .audio-benefits { grid-template-columns: 1fr; }

  .plan-product-image {
    min-height: 0;
    aspect-ratio: 1 / .72;
    margin-bottom: 52px;
  }

  .plan-product-image img { width: 100%; max-width: 100%; }

  .audience-grid { grid-template-columns: 1fr; gap: 54px; }
  .offer-product-visual { min-height: 0; aspect-ratio: 1 / .72; }
  .offer-line { grid-template-columns: 1fr; gap: 4px; }
  .faq-layout { gap: 34px; }
  .closing { padding-block: 82px; }
  .closing h2 { font-size: 42px; }
  .footer-grid { flex-direction: column; }

  .mobile-cta { display: none; }
  .mobile-cta.visible { display: block; }
}

@media (max-width: 430px) {
  :root { --section-space: 68px; }

  .wrap { width: min(100% - 28px, var(--container)); }
  .brand { font-size: 16px; }

  .hero .wrap { padding-top: 46px; }
  .hero h1 { font-size: 44px; line-height: 1.03; }
  .hero-lead { font-size: 16px; }

  .hero-points {
    grid-template-columns: 1.18fr .92fr .9fr;
    margin-top: 26px;
    font-size: 11px;
  }

  .hero-points li { padding: 3px 9px; line-height: 1.38; }
  .hero-points li::before { font-size: 15px; }
  .hero-actions { margin-top: 26px; }
  .hero-note { max-width: 100%; }

  .hero-stage { aspect-ratio: 1 / .86; margin-top: 30px; }
  .hero-stage::before { top: 4%; width: 72%; }
  .hero-stage::after { bottom: 4%; height: 20%; }
  .hero-stage picture { width: 100%; margin-left: 0; }

  h2 { font-size: 35px; }
  .problem-quote { padding-left: 18px; font-size: 33px; }
  .proof-item { min-height: 82px; padding: 14px 12px; }
  .proof-item strong { font-size: 22px; }
  .proof-item span { font-size: 10px; }

  .bundle-showcase,
  .material-visual,
  .plan-product-image,
  .offer-product-visual { border-radius: 4px; }

  .bundle-showcase { aspect-ratio: 1 / .82; }
  .material-visual { aspect-ratio: 1 / .8; }
  .material-copy h3 { font-size: 31px; }
  .plan-product-image { aspect-ratio: 1 / .8; }
  .offer-product-visual { aspect-ratio: 1 / .8; }

  .course-top { padding: 18px; }
  .track { padding-inline: 14px; }
  .track time { font-size: 10px; }
  .audience-block h3 { font-size: 30px; }
  .offer-total { padding: 25px 20px; }
  .closing h2 { font-size: 36px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 40px; }
  .hero-points { font-size: 10px; }
  .hero-points li { padding-inline: 7px; }
  .button-large { padding-inline: 17px; font-size: 15px; }
}

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

/* Section backgrounds supplied for the sales page. */
.hero {
  min-height: clamp(650px, 45.05vw, 842px);
  padding: 0;
  background-color: var(--color-green-950);
  background-image: url("../assets/backgrounds-secoes/hero-desktop.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero::before,
.hero::after { display: none; }

.hero .wrap {
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-block: 54px;
}

.hero-content {
  width: min(540px, 43%);
  max-width: 540px;
}

.contents {
  padding: 0;
  overflow: hidden;
  background: var(--color-cream-100);
}

.contents::before { display: none; }

.contents > .wrap {
  position: relative;
  width: 100%;
  max-width: none;
}

.contents > .wrap > .section-head {
  position: absolute;
  z-index: 3;
  top: clamp(64px, 7vw, 112px);
  left: max(28px, calc((100% - var(--container)) / 2));
  width: min(470px, calc(42% - 28px));
  margin: 0;
}

.bundle-showcase {
  width: 100%;
  min-height: clamp(720px, 56.28vw, 941px);
  aspect-ratio: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background-color: var(--color-cream-100);
  background-image: url("../assets/backgrounds-secoes/pacote-completo-desktop.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
}

.material-list { border: 0; }

.material,
.material:nth-child(even) {
  position: relative;
  width: 100%;
  min-height: clamp(650px, 56.28vw, 941px);
  display: flex;
  align-items: center;
  padding: 72px max(28px, calc((100% - var(--container)) / 2));
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.material--playbook {
  background-color: var(--color-green-950);
  background-image: url("../assets/backgrounds-secoes/playbook-desktop.webp");
}

.material--diagnostico {
  background-color: var(--color-cream-100);
  background-image: url("../assets/backgrounds-secoes/diagnostico-desktop.webp");
}

.material--caderno {
  background-color: var(--color-green-950);
  background-image: url("../assets/backgrounds-secoes/caderno-desktop.webp");
}

.material--plano {
  background-color: var(--color-cream-100);
  background-image: url("../assets/backgrounds-secoes/plano-30-dias-desktop.webp");
}

.material-copy {
  position: relative;
  z-index: 2;
  width: min(510px, 43%);
  max-width: 510px;
}

.material-copy h3 { font-size: 42px; }

.material--playbook .material-copy h3,
.material--caderno .material-copy h3 { color: var(--color-text-light); }

.material--playbook .material-copy > p,
.material--caderno .material-copy > p { color: rgba(247, 242, 233, .72); }

.material--playbook .feature-list,
.material--caderno .feature-list { border-top-color: rgba(247, 242, 233, .2); }

.material--playbook .feature-list li,
.material--caderno .feature-list li { color: var(--color-text-light); }

.material--playbook .material-index,
.material--caderno .material-index { color: #ef8a6d; }

.section-action {
  margin: 0;
  padding: 64px 28px 76px;
  background: var(--color-cream-100);
}

@media (max-width: 1199px) {
  .hero-content { width: min(520px, 45%); }
  .contents > .wrap > .section-head { width: min(420px, calc(44% - 28px)); }
  .material-copy { width: min(440px, 44%); }
  .material-copy h3 { font-size: 36px; }
}

@media (max-width: 900px) {
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 17px; line-height: 1.55; }
  .hero-points { font-size: 12px; }
  .hero-actions .button { min-width: 0; }

  .contents > .wrap > .section-head { width: min(360px, calc(48% - 24px)); }
  .contents > .wrap > .section-head h2 { font-size: 38px; }
  .material-copy { width: min(370px, 46%); }
  .material-copy h3 { font-size: 33px; }
  .feature-list { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .hero {
    min-height: 900px;
    background-image: url("../assets/backgrounds-secoes/hero-mobile.webp");
    background-position: center top;
  }

  .hero .wrap {
    display: block;
    padding-block: 46px 0;
  }

  .hero-content {
    width: 100%;
    max-width: none;
  }

  .hero h1 {
    max-width: 360px;
    margin-top: 22px;
    font-size: 44px;
  }

  .hero-lead {
    max-width: 390px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-points { margin-top: 22px; }
  .hero-actions { margin-top: 22px; gap: 10px; }
  .hero-note { font-size: 12px; }

  .contents > .wrap > .section-head {
    top: 44px;
    left: 22px;
    right: 22px;
    width: auto;
    max-width: 430px;
  }

  .contents > .wrap > .section-head h2 { font-size: 36px; }
  .contents > .wrap > .section-head p { max-width: 370px; }

  .bundle-showcase {
    min-height: 860px;
    background-image: url("../assets/backgrounds-secoes/pacote-completo-mobile.webp");
    background-position: center top;
  }

  .material,
  .material:nth-child(even) {
    min-height: 860px;
    display: block;
    padding: 48px 22px;
    background-position: center top;
  }

  .material--playbook { background-image: url("../assets/backgrounds-secoes/playbook-mobile.webp"); }
  .material--diagnostico { background-image: url("../assets/backgrounds-secoes/diagnostico-mobile.webp"); }
  .material--caderno { background-image: url("../assets/backgrounds-secoes/caderno-mobile.webp"); }
  .material--plano { background-image: url("../assets/backgrounds-secoes/plano-30-dias-mobile.webp"); }

  .material-copy {
    width: 100%;
    max-width: 390px;
  }

  .material-copy h3 {
    margin-block: 12px 14px;
    font-size: 32px;
  }

  .material-copy > p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.58;
  }

  .feature-list {
    gap: 8px;
    padding-top: 16px;
    font-size: 13px;
  }
}

@media (max-width: 430px) {
  .hero { min-height: 880px; }
  .hero h1 { font-size: 40px; }
  .hero-lead { font-size: 15px; }
  .hero-points { font-size: 10px; }
  .hero-points li { padding-inline: 7px; }
  .hero-actions .button { min-height: 54px; }

  .contents > .wrap > .section-head h2 { font-size: 33px; }
  .contents > .wrap > .section-head p { font-size: 15px; }
  .bundle-showcase { min-height: 830px; }

  .material,
  .material:nth-child(even) { min-height: 830px; }

  .material-copy h3 { font-size: 29px; }
  .material-copy > p { font-size: 14px; }
  .feature-list { font-size: 12px; }
}

/* Revisão de conversão, oferta e enquadramento mobile. */
.course-preview strong,
.course-preview time {
  color: var(--color-text-dark);
}

.course-preview .preview-copy > span:last-child {
  color: var(--color-muted);
}

.offer-product-visual {
  min-height: 0;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.offer-product-visual::before,
.offer-product-visual::after {
  display: none;
}

.offer-product-visual img {
  width: 108%;
  max-width: 760px;
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 28px 24px rgba(0, 12, 9, .34));
}

.offer-price {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  column-gap: 12px;
  margin: 26px 0 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(169, 145, 85, .3);
  border-bottom: 1px solid rgba(169, 145, 85, .3);
}

.offer-price > span {
  grid-column: 1 / -1;
  color: rgba(247, 242, 233, .68);
  font-size: 14px;
}

.offer-price s { color: rgba(247, 242, 233, .52); }

.offer-price > strong {
  color: var(--color-text-light);
  font-family: var(--font-editorial);
  font-size: clamp(52px, 5vw, 72px);
  line-height: 1;
}

.offer-price > small {
  padding-bottom: 8px;
  color: rgba(247, 242, 233, .58);
  font-size: 12px;
}

.guarantee-box {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 2px 16px;
  align-items: center;
  margin-bottom: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(169, 145, 85, .34);
  background: rgba(255, 253, 248, .04);
}

.guarantee-box::before {
  content: "7 DIAS";
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  min-height: 54px;
  border-right: 1px solid rgba(169, 145, 85, .32);
  color: #c7a968;
  font-size: 12px;
  font-weight: 900;
}

.guarantee-box strong {
  color: var(--color-text-light);
  font-size: 15px;
}

.guarantee-box span {
  color: rgba(247, 242, 233, .62);
  font-size: 12px;
  line-height: 1.45;
}

.offer-total .button,
.mobile-cta .button {
  text-align: center;
}

@media (max-width: 768px) {
  .hero {
    min-height: clamp(920px, 245vw, 1040px);
    background-size: 100% auto;
    background-position: center bottom;
  }

  .hero .wrap { padding-top: 50px; }
  .hero h1 { font-size: clamp(40px, 11vw, 48px); }
  .hero-points { font-size: 11px; }

  .bundle-showcase {
    min-height: clamp(650px, 178vw, 740px);
    background-size: 100% auto;
    background-position: center bottom;
  }

  .material,
  .material:nth-child(even) {
    min-height: clamp(670px, 178vw, 750px);
    padding: 42px 22px;
    background-size: 100% auto;
    background-position: center bottom;
  }

  .contents > .wrap > .section-head {
    top: 38px;
  }

  .contents > .wrap > .section-head h2 { font-size: 32px; }
  .contents > .wrap > .section-head p { font-size: 14px; line-height: 1.55; }
  .material-copy { max-width: 340px; }
  .material-copy h3 { font-size: 28px; }
  .material-copy > p { font-size: 14px; line-height: 1.5; }
  .feature-list { gap: 6px; font-size: 12px; }

  .audio-section { padding-block: 76px; }
  .audio-section .section-head h2 { font-size: 40px; }
  .audio-layout { gap: 44px; }
  .audio-benefits { margin-top: 34px; }
  .course-top { padding: 24px 18px 18px; }
  .course-top h3 { font-size: 30px; }
  .course-preview { padding: 13px 0; }
  .course-preview strong { font-size: 13px; }
  .track { padding: 14px 16px; }

  .offer { padding-block: 76px 94px; }
  .offer-layout { gap: 42px; }
  .offer h2 { font-size: 43px; }
  .offer-product-visual {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 24px;
  }
  .offer-product-visual img {
    width: 100%;
    max-height: 300px;
  }
  .offer-total { padding: 28px 22px; }
  .offer-price > strong { font-size: 58px; }
  .guarantee-box { grid-template-columns: 62px 1fr; padding: 14px; }
  .offer-total .button { width: 100%; min-height: 58px; padding-inline: 14px; }

  .mobile-cta { padding: 10px 14px; }
  .mobile-cta .button { min-height: 52px; }
}

@media (max-width: 390px) {
  .hero { min-height: 930px; }
  .hero h1 { font-size: 39px; }
  .hero-points { font-size: 10px; }
  .bundle-showcase { min-height: 680px; }
  .material,
  .material:nth-child(even) { min-height: 690px; }
  .audio-section .section-head h2 { font-size: 37px; }
  .offer h2 { font-size: 39px; }
  .offer-price > strong { font-size: 54px; }
}

/* Refatoração final de uso dos assets aprovados. */
@media (min-width: 768px) {
  .hero {
    height: 720px;
    min-height: 0;
    background-image: url("../assets/backgrounds-secoes/hero-desktop.webp");
    background-size: contain;
    background-position: center;
  }

  .hero .wrap { min-height: 720px; }

  .bundle-showcase {
    height: 680px;
    min-height: 0;
    background-image: url("../assets/backgrounds-secoes/pacote-completo-desktop.webp");
    background-size: contain;
    background-position: center;
  }

  .audio-section { padding-block: 64px; }
  .audio-layout { grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 64px; }

  .offer { padding-block: 30px; }
  .offer-layout { grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 40px; }
}

.material-list {
  width: min(var(--container), calc(100% - 56px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-inline: auto;
  padding-block: 72px;
  border: 0;
}

.material,
.material:nth-child(even) {
  width: 100%;
  height: 360px;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(180px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 20px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(23, 48, 41, .14);
  border-radius: 6px;
  background-image: none;
  box-shadow: 0 18px 42px rgba(3, 31, 26, .1);
}

.material--playbook,
.material--caderno {
  background-color: var(--color-green-900);
  color: var(--color-text-light);
}

.material--diagnostico,
.material--plano { background-color: var(--color-paper); }

.material-visual {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  place-items: center;
  margin: 0;
  overflow: visible;
  border: 0;
  background: #e7dfd2;
  box-shadow: none;
}

.material-visual::before,
.material-visual::after { display: none; }

.material-visual picture {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.material-visual img {
  width: 100%;
  height: auto;
  max-height: 230px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(3, 31, 26, .18));
}

.material-copy {
  width: auto;
  max-width: none;
}

.material-copy h3 {
  margin: 10px 0 12px;
  font-size: 28px;
}

.material-copy > p {
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.48;
}

.material-index { font-size: 10px; }

.material .feature-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
  padding-top: 12px;
  font-size: 10px;
}

.material--playbook .material-copy > p,
.material--caderno .material-copy > p { color: rgba(247, 242, 233, .7); }

.contents .section-action {
  width: min(var(--container), calc(100% - 56px));
  margin-inline: auto;
  padding: 0 0 72px;
}

.problem,
.journey,
.system,
.plan,
.audience,
.faq { padding-block: 76px; }

.plan-product-image {
  min-height: 0;
  height: auto;
  aspect-ratio: auto;
  overflow: visible;
}

.plan-product-image picture {
  width: 100%;
  display: grid;
  place-items: center;
}

.plan-product-image img {
  width: 100%;
  height: auto;
  max-width: 1080px;
  max-height: 520px;
  min-height: 0;
  object-fit: contain;
}

.offer-product-visual {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 8;
  margin-top: 20px;
}

.offer-product-visual img {
  width: 100%;
  max-width: 680px;
  max-height: 220px;
  object-fit: contain;
}

.offer-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 14px;
}

.offer-line {
  min-height: 44px;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 2px;
  padding-block: 6px;
  font-size: 11px;
}

.offer-total {
  margin-top: 12px;
  padding: 16px 18px;
}

.offer-total > strong { font-size: 25px; }
.offer-total > p { margin-block: 6px 0; font-size: 12px; }
.offer-price { margin: 9px 0; padding: 8px 0; }
.offer-price > strong { font-size: 44px; }
.guarantee-box { margin-bottom: 10px; padding: 8px 12px; }
.offer-total .button { min-height: 48px; }
.offer-total .microcopy { margin-top: 7px; font-size: 10px; }

@media (min-width: 768px) and (max-width: 1099px) {
  .hero,
  .hero .wrap { height: 680px; min-height: 680px; }

  .hero h1 { font-size: 46px; }
  .hero-content { width: min(450px, 48%); }

  .bundle-showcase { height: 620px; }

  .material,
  .material:nth-child(even) {
    height: 380px;
    grid-template-columns: 1fr;
    grid-template-rows: 142px 1fr;
    gap: 10px;
    padding: 20px;
  }

  .material-visual img { max-height: 138px; }
  .material-copy h3 { font-size: 25px; }
  .material-copy > p { font-size: 12px; }

  .audio-layout,
  .offer-layout { gap: 34px; }

  .audio-section .section-head h2,
  .offer h2 { font-size: 42px; }

  .offer { padding-block: 20px; }
  .offer h2 { font-size: 32px; }
  .offer-product-visual img { max-height: 130px; }
  .offer-line { min-height: 36px; padding-block: 3px; font-size: 10px; }
  .offer-total { margin-top: 8px; padding: 12px 14px; }
  .offer-total > strong { font-size: 22px; }
  .offer-price { margin-block: 6px; padding-block: 5px; }
  .offer-price > strong { font-size: 40px; }
  .guarantee-box { margin-bottom: 7px; padding-block: 6px; }
  .offer-total .button { min-height: 44px; }
}

@media (max-width: 767px) {
  .hero {
    height: auto;
    min-height: 0;
    padding: 0;
    background-image: url("../assets/backgrounds-secoes/hero-mobile.webp");
    background-size: 100% auto;
    background-position: center bottom;
  }

  .hero .wrap {
    min-height: 0;
    display: block;
    padding: 50px 0 clamp(360px, 105vw, 470px);
  }

  .hero h1 { font-size: clamp(38px, 10.5vw, 45px); }

  .contents > .wrap > .section-head {
    position: relative;
    inset: auto;
    width: min(100% - 36px, 620px);
    max-width: none;
    margin: 0 auto;
    padding-top: 52px;
  }

  .bundle-showcase {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1.15;
    margin-top: 24px;
    background-image: url("../assets/backgrounds-secoes/pacote-completo-mobile.webp");
    background-size: 100% auto;
    background-position: center bottom;
  }

  .material-list {
    width: min(100% - 36px, 620px);
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 48px;
  }

  .material,
  .material:nth-child(even) {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
    background-image: none;
  }

  .material-copy { order: 1; }
  .material-visual { order: 2; height: 220px; }
  .material-visual img { max-height: 210px; }
  .material-copy h3 { font-size: 29px; }
  .material-copy > p { font-size: 14px; }
  .material .feature-list { font-size: 11px; }

  .contents .section-action {
    width: calc(100% - 36px);
    padding-bottom: 56px;
  }

  .problem,
  .journey,
  .system,
  .audio-section,
  .plan,
  .audience,
  .offer,
  .faq,
  .closing { padding-block: 56px; }

  .audio-layout,
  .offer-layout { gap: 38px; }

  .plan-product-image { margin-bottom: 48px; }
  .plan-product-image img { max-height: 520px; }

  .offer-product-visual {
    aspect-ratio: 16 / 9;
    margin-top: 20px;
  }

  .offer-product-visual img { max-height: 260px; }
  .offer-summary { grid-template-columns: 1fr; }
  .offer-total { padding: 22px 18px; }
  .offer-price > strong { font-size: 52px; }
}

@media (max-width: 390px) {
  .hero .wrap { padding-bottom: 380px; }
  .bundle-showcase { aspect-ratio: 1 / 1.18; }
  .material { padding: 22px 20px; }
  .material-copy h3 { font-size: 27px; }
  .offer-price > strong { font-size: 48px; }
}

/* =========================================================================
   AJUSTE FINAL — cenas fotografadas (hero + materiais), 2026-07-21.
   Baseado nas proporcoes REAIS dos arquivos em assets/backgrounds-secoes/:
   materiais/pacote desktop 1672x941 (16:9), hero desktop 1869x842,
   mobile sempre 941x1672 (9:16). Altura minima acompanha a proporcao da
   imagem via vw, mas fica em "auto" (nao trava), entao cresce se o
   conteudo precisar em vez de cortar ou sobrepor texto.
   Texto sempre no lado com espaco vazio de verdade em cada foto: esquerda
   no desktop, topo no mobile — em NENHUMA das 5 fotos o espaco vazio troca
   de lado, entao a alternancia par/impar antiga foi removida (era isso
   que jogava o texto em cima do livro nas secoes pares).
   Este bloco fica por ultimo de proposito: sobrescreve regras anteriores
   do mesmo seletor.
   ========================================================================= */

.hero {
  height: auto;
  min-height: clamp(560px, 45.05vw, 680px);
  padding: 0;
  background-color: #051812;
  background-image: url("../assets/backgrounds-secoes/hero-desktop.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: visible;
}

.hero .wrap {
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-block: 48px;
}

.hero-content {
  width: min(460px, 42%);
  max-width: 460px;
}

.hero h1 { font-size: clamp(32px, 3.2vw, 46px); margin-top: 16px; }
.hero .video-frame { max-width: 380px; margin: 16px 0 0; }

@media (max-width: 900px) {
  .hero-content { width: min(420px, 52%); }
  .hero h1 { font-size: clamp(26px, 3vw, 34px); }
}

@media (max-width: 768px) {
  .hero {
    height: auto;
    aspect-ratio: 941 / 1672;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    background-image: url("../assets/backgrounds-secoes/hero-mobile.webp");
    background-position: center top;
  }

  .hero .wrap {
    display: block;
    align-items: normal;
    height: 100%;
    padding: 40px 0 0;
  }

  .hero-content { width: 100%; max-width: 400px; }
  .hero .kicker { font-size: 11px; }
  .hero h1 { font-size: clamp(23px, 6.6vw, 27px); line-height: 1.14; margin-top: 12px; }
  .hero-subhead { margin-top: 8px; font-size: 14px; line-height: 1.35; }
  .hero-price { margin-top: 14px; }
  .hero-price strong { font-size: 32px; }
  .hero-actions { margin-top: 14px; }
  .hero-guarantee-line { margin-top: 8px; font-size: 11px; }

  /* Variante com VSL: video ja ocupa a faixa vazia da foto, entao no
     mobile a gente troca por fundo solido pra nunca faltar espaco. */
  .hero.hero--vsl {
    aspect-ratio: auto;
    height: auto;
    overflow: visible;
    background-image: none;
    background-color: #051812;
  }

  .hero.hero--vsl .wrap { padding-bottom: 40px; }
  .hero.hero--vsl .video-frame { max-width: 100%; margin-top: 14px; }
}

/* Materiais: mostra o cenario fotografado inteiro, esconde o mockup pequeno duplicado */

.material-visual { display: none; }

.contents { padding-block: 0; overflow: visible; }
.contents::before { display: none; }

.contents > .wrap {
  width: min(var(--container), calc(100% - 56px));
  max-width: var(--container);
}

.contents > .wrap > .section-head {
  position: static;
  inset: auto;
  width: auto;
  max-width: 640px;
  margin: 0 0 44px;
  padding-top: 88px;
}

.bundle-showcase {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1672 / 941;
  margin: 0 0 8px;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--color-cream-100);
  background-image: url("../assets/backgrounds-secoes/pacote-completo-desktop.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
}

.material-list {
  width: 100%;
  display: block;
  padding: 72px 0;
  margin: 0;
}

.material,
.material:nth-child(even) {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1672 / 941;
  display: flex;
  align-items: center;
  grid-template-columns: none;
  margin-bottom: 24px;
  padding: 48px max(28px, calc((100% - var(--container)) / 2));
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.material:last-child { margin-bottom: 0; }
.material:nth-child(even) .material-visual { order: 0; }

/* !important necessario: itens pares (diagnostico, plano) tambem batem
   com a regra antiga ".material:nth-child(even)" (especificidade 0,2,0),
   que e maior que uma classe unica ".material--x" (0,1,0) e vencia mesmo
   vindo antes no arquivo. */
.material--playbook { background-image: url("../assets/backgrounds-secoes/playbook-desktop.webp") !important; }
.material--diagnostico { background-image: url("../assets/backgrounds-secoes/diagnostico-desktop.webp") !important; }
.material--caderno { background-image: url("../assets/backgrounds-secoes/caderno-desktop.webp") !important; }
.material--plano { background-image: url("../assets/backgrounds-secoes/plano-30-dias-desktop.webp") !important; }

.material-copy {
  position: relative;
  z-index: 2;
  width: min(440px, 44%);
  max-width: 440px;
  order: 0;
}

.material--playbook .material-copy h3,
.material--caderno .material-copy h3 { color: var(--color-text-light); }

.material--playbook .material-copy > p,
.material--caderno .material-copy > p { color: rgba(247, 242, 233, .74); }

.material--diagnostico .material-copy > p,
.material--plano .material-copy > p { color: var(--color-muted); }

.material--playbook .feature-list li,
.material--caderno .feature-list li { color: var(--color-text-light); }

.material--playbook .feature-list,
.material--caderno .feature-list { border-top-color: rgba(247, 242, 233, .22); }

.contents .section-action {
  width: 100%;
  padding: 0 0 88px;
  background: transparent;
}

@media (max-width: 1024px) {
  .material-copy { width: min(420px, 50%); }
}

@media (max-width: 768px) {
  .contents > .wrap > .section-head { padding-top: 56px; }

  .bundle-showcase {
    min-height: 0;
    aspect-ratio: 941 / 1672;
    background-image: url("../assets/backgrounds-secoes/pacote-completo-mobile.webp");
    background-position: center top;
  }

  .material-list { padding: 48px 0; }

  .material,
  .material:nth-child(even) {
    min-height: 0;
    aspect-ratio: 941 / 1672;
    display: block;
    padding: 40px 24px;
    background-position: center top;
  }

  .material--playbook { background-image: url("../assets/backgrounds-secoes/playbook-mobile.webp") !important; }
  .material--diagnostico { background-image: url("../assets/backgrounds-secoes/diagnostico-mobile.webp") !important; }
  .material--caderno { background-image: url("../assets/backgrounds-secoes/caderno-mobile.webp") !important; }
  .material--plano { background-image: url("../assets/backgrounds-secoes/plano-30-dias-mobile.webp") !important; }

  .material-copy { width: 100%; max-width: 380px; }
}

/* Proof-strip virou benefícios (não mais número de páginas/aulas) —
   texto em duas linhas fica mais legível empilhado do que lado a lado. */
.proof-item {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.proof-item strong {
  font-size: 17px;
  line-height: 1.2;
}

.proof-item span {
  font-weight: 600;
  line-height: 1.35;
}

/* Bloco de oferta antecipada logo apos a secao de dor, pra quem ja decide comprar
   nao precisar rolar ate o fim da pagina pra achar preco e botao. */
.problem-offer-teaser {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--color-line-light);
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.problem-offer-teaser p {
  margin: 0;
  flex: 1 1 320px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-green-900);
}

.problem-offer-teaser strong {
  color: var(--color-terracotta);
}

@media (max-width: 720px) {
  .problem-offer-teaser {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .problem-offer-teaser p {
    flex: none;
  }

  .problem-offer-teaser .button {
    width: 100%;
  }
}
