:root {
  --vermelho-principal: #f84268;
  --vermelho-escuro: #c61f4b;
  --vermelho-vinho: #9f183c;
  --vermelho-cta: #f84268;
  --laranja-principal: #f84268;
  --laranja-claro: #ff7f99;
  --amarelo-dourado: #ffb300;
  --amarelo-cta: #ffb800;
  --dourado-escuro: #d28b00;
  --creme-claro: #fff7fa;
  --bege-claro: #fff0f4;
  --bege-medio: #ffdce6;
  --marrom-texto: #3a1822;
  --preto-suave: #1d1d1d;
  --cinza-texto: #5e5e5e;
  --branco: #ffffff;
  --rodape: #1a1a1a;
  --shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-strong: 0 18px 40px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--marrom-texto);
  background: var(--creme-claro);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.gtm-noscript {
  display: none;
  visibility: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #f84268;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(160, 24, 60, 0.14);
}

.header-inner {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--branco);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 0.92;
  white-space: nowrap;
}

.brand-mark {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 58% 42% 50% 50%;
  background:
    radial-gradient(circle at 34% 24%, #ffe39b 0 12%, transparent 13%),
    linear-gradient(145deg, #ffce44 4%, #f58600 52%, #b84600 100%);
  box-shadow: inset -4px -7px 10px rgba(84, 27, 0, 0.24), 0 5px 12px rgba(0, 0, 0, 0.22);
  transform: rotate(-8deg);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 38px);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
}

.desktop-nav a,
.mobile-nav a {
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.mobile-nav a:hover {
  color: var(--amarelo-cta);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffc21a 0%, #f6a800 100%);
  color: #2a1a00;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 5px 0 #c77b00;
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.header-cta:hover,
.cta-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.header-cta:active {
  transform: translateY(2px);
  box-shadow: 0 4px 0 #c77b00;
}

.cta-button:active {
  transform: translateY(2px);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px 0;
  background: var(--branco);
  border-radius: 3px;
}

.mobile-nav {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #d72a52;
}

.mobile-nav a {
  display: block;
  padding: 14px 24px;
  color: var(--branco);
  font-weight: 700;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 100svh;
  align-items: center;
  padding: 48px 0 42px;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 184, 0, 0.25), transparent 28%),
    radial-gradient(circle at 12% 80%, rgba(248, 66, 104, 0.16), transparent 28%),
    linear-gradient(100deg, rgba(159, 24, 60, 0.98), rgba(216, 39, 84, 0.96) 44%, rgba(248, 66, 104, 0.92));
}

.hero::after,
.section-cream::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 20px 20px, transparent 0 11px, rgba(255, 194, 26, 0.65) 12px 13px, transparent 14px),
    radial-gradient(circle at 80px 60px, transparent 0 9px, rgba(255, 194, 26, 0.45) 10px 11px, transparent 12px);
  background-size: 120px 90px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: clamp(18px, 3vw, 30px);
}

.hero-copy,
.learn-copy,
.expert-copy,
.offer-copy {
  min-width: 0;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 6px;
  background: rgba(255, 184, 0, 0.14);
  color: var(--amarelo-cta);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  padding: 7px 9px;
  border: 1px solid rgba(255, 184, 0, 0.55);
}

.hero h1 {
  max-width: 580px;
  margin: 12px 0 14px;
  color: var(--branco);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(44px, 5.4vw, 72px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
}

.hero h1 .title-main {
  display: block;
  color: var(--branco);
}

.hero h1 .title-highlight {
  display: block;
  color: var(--amarelo-cta);
}

.hero h1 .title-main span {
  display: inline;
}

.hero-subtitle {
  max-width: 500px;
  margin: 0 0 22px;
  color: var(--branco);
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 600;
  line-height: 1.25;
}

.hero-benefits {
  display: grid;
  max-width: 540px;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
  margin: 0 0 22px;
  padding: 0;
  color: var(--branco);
  list-style: none;
  text-align: center;
}

.hero-benefits li {
  display: grid;
  justify-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1.16;
}

.hero-benefits svg {
  width: 36px;
  height: 36px;
  color: var(--branco);
  stroke-width: 2.1;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 15px 24px;
  border: 0;
  border-radius: 9px;
  background: #059669;
  color: #fff;
  cursor: pointer;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.cta-button svg {
  width: 21px;
  height: 21px;
  stroke-width: 3;
}

.hero-button {
  min-width: min(440px, 100%);
}

.cta-price {
  margin: 12px 0 0;
  color: #ffe9a8;
  font-size: 14px;
  font-weight: 600;
}

.cta-price strong {
  color: var(--amarelo-cta);
  font-size: 19px;
  font-weight: 800;
}

.cta-price.dark {
  color: var(--marrom-texto);
}

.cta-price.dark strong {
  color: var(--vermelho-principal);
}

.cta-price-installment {
  display: block;
  margin-top: 2px;
  color: inherit;
  font-size: 11.5px;
  font-weight: 500;
  opacity: 0.85;
}

.hero .cta-price {
  margin-top: 30px;
}

.hero .cta-price strong {
  font-size: 26px;
}

.hero .cta-price-installment {
  margin-top: 3px;
}

.hero .secure-note {
  margin-top: 8px;
}

.section-cta-row {
  display: grid;
  justify-items: center;
  gap: 6px;
  margin-top: 32px;
  text-align: center;
}

.section-cta-row.left {
  justify-items: start;
  margin-top: 28px;
  text-align: left;
}

.secure-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 12px 0 0;
  color: #ffe9a8;
  font-size: 13px;
  font-weight: 700;
}

.secure-note svg {
  width: 17px;
  height: 17px;
}

.secure-note.dark {
  justify-content: center;
  color: #7d4110;
}

.parcel-note {
  margin: 6px 0 0;
  color: #ffe9a8;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}

.hero-visual {
  position: relative;
  min-height: min(62svh, 480px);
  display: grid;
  width: 100%;
  min-width: 0;
  place-items: end center;
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.hero-visual::before {
  z-index: 0;
  inset: 6% 1% 8%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 240, 245, 0.98) 0 12%, rgba(255, 138, 162, 0.48) 31%, rgba(248, 66, 104, 0.2) 51%, transparent 70%),
    radial-gradient(circle at 50% 62%, rgba(255, 255, 255, 0.44), transparent 36%);
  filter: blur(10px);
  transform: scale(1.05);
}

.hero-visual::after {
  z-index: 0;
  right: 10%;
  bottom: 2%;
  left: 12%;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(159, 24, 60, 0.28), transparent 65%);
  filter: blur(12px);
}

.hero-expert-image {
  position: relative;
  z-index: 1;
  width: min(108%, 559px);
  max-width: none;
  max-height: min(80svh, 640px);
  object-fit: contain;
  transform: translateY(-24px);
  filter: drop-shadow(0 28px 26px rgba(42, 0, 0, 0.38));
}

.hero-video {
  display: none;
  padding-right: 10px;
  padding-left: 10px;
}

.learn-copy-short {
  display: none;
}

.learn-cta-mobile {
  display: none;
}

.guarantee-seal {
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
}

.guarantee-seal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section {
  position: relative;
}

.section-cream {
  overflow: hidden;
  background: var(--creme-claro);
}

.learn-section {
  background: #ffffff;
}

.lessons-section {
  background: #fff0f5;
}

.expert-section {
  background: #ffe2eb;
}

.faq-section {
  background: #fff7fa;
}

.showcase-section,
.learn-section,
.lessons-section,
.expert-section,
.workbook-section,
.faq-section {
  display: grid;
  min-height: 100svh;
  align-items: center;
  padding: 42px 0;
}

.showcase-section {
  padding: 34px 0;
}

h2 {
  margin: 0 0 22px;
  color: var(--vermelho-principal);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(27px, 2.7vw, 39px);
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
  letter-spacing: 0;
}

.showcase-section .container,
.learn-section .container,
.expert-section .container,
.faq-section .container {
  position: relative;
  z-index: 1;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}

.showcase-video h2,
.showcase-benefits h2 {
  text-align: left;
}

.showcase-video h2 {
  margin-bottom: 18px;
}

.showcase-benefits h2 {
  margin-bottom: 20px;
}

.video-player {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  border-radius: 8px;
  background: #1a0b06;
  box-shadow: var(--shadow-strong);
}

.video-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.benefit-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(248, 66, 104, 0.1);
  border-radius: 10px;
  background: var(--branco);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.benefit-list li:hover {
  border-color: rgba(248, 66, 104, 0.3);
  box-shadow: var(--shadow-strong);
  transform: translateX(4px);
}

.benefit-icon {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 9px;
  background: #ffe3eb;
}

.benefit-icon svg {
  width: 22px;
  height: 22px;
  color: var(--laranja-principal);
  stroke-width: 2.2;
}

.benefit-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.benefit-text strong {
  color: var(--preto-suave);
  font-size: 15px;
  line-height: 1.25;
}

.benefit-text span {
  color: var(--cinza-texto);
  font-size: 13px;
  line-height: 1.4;
}

.faq-list details {
  border: 1px solid rgba(248, 66, 104, 0.1);
  border-radius: 8px;
  background: var(--branco);
  box-shadow: var(--shadow-soft);
}

.learn-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(24px, 4vw, 42px);
}

.learn-copy h2,
.expert-copy h2 {
  text-align: left;
}

.learn-copy p {
  max-width: 560px;
  margin: 0 0 14px;
  color: var(--cinza-texto);
  font-size: 15px;
  line-height: 1.6;
}

.learn-copy p strong {
  color: var(--vermelho-principal);
  font-weight: 700;
}

.learn-copy p.learn-lead {
  color: var(--marrom-texto);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.learn-cta {
  margin-top: 6px;
}

.section-kicker {
  margin-bottom: 12px;
  padding: 8px 10px;
  color: var(--vermelho-principal);
  background: #ffe3eb;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--marrom-texto);
  font-size: 14px;
  font-weight: 600;
}

.check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--laranja-principal);
  color: var(--branco);
  content: "✓";
  font-size: 12px;
  font-weight: 800;
}

.learn-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.learn-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.lessons-head {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.lessons-head h2 {
  margin: 0 0 10px;
  white-space: nowrap;
}

.lessons-subtitle {
  margin: 0;
  color: var(--cinza-texto);
  font-size: 15px;
  line-height: 1.5;
}

.lesson-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lesson-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(248, 66, 104, 0.1);
  border-radius: 10px;
  background: var(--branco);
  box-shadow: var(--shadow-soft);
}

.lesson-number {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffe3eb;
  color: var(--vermelho-principal);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13px;
  font-weight: 800;
}

.lesson-title {
  color: var(--marrom-texto);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.lesson-locked {
  background: #fff7ee;
}

.lesson-badge {
  position: absolute;
  top: -9px;
  right: 12px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--laranja-principal);
  color: var(--branco);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.avatar {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 3px solid #ffe0ac;
  border-radius: 50%;
  background: linear-gradient(145deg, #f84268, #ff8aa2);
  color: var(--branco);
  font-weight: 800;
}

.expert-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: clamp(26px, 4vw, 44px);
}

.expert-photo {
  overflow: hidden;
  min-height: min(58svh, 390px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 48% 55%, rgba(255, 184, 0, 0.2), transparent 32%),
    linear-gradient(145deg, #efe3d3, #ffffff);
  box-shadow: var(--shadow-soft);
}

.expert-photo img {
  width: 100%;
  height: min(58svh, 390px);
  object-fit: cover;
  object-position: center top;
}

.expert-copy h2 {
  margin-bottom: 14px;
  color: var(--vermelho-principal);
  font-family: "Pacifico", cursive;
  font-size: clamp(34px, 4.5vw, 50px);
  font-weight: 400;
  line-height: 1.02;
}

.expert-copy p {
  max-width: 700px;
  margin: 0 0 22px;
  color: var(--marrom-texto);
  font-size: 16px;
  font-weight: 600;
}

.expert-quote {
  position: relative;
  max-width: 620px;
  margin: 0 0 22px;
  padding-left: 34px;
  color: var(--vermelho-principal);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
}

.expert-quote::before {
  content: "\201C";
  position: absolute;
  top: -14px;
  left: 0;
  color: var(--laranja-principal);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 48px;
  font-style: normal;
  line-height: 1;
}

.authority-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.authority-grid div {
  display: grid;
  gap: 4px;
  justify-items: center;
  border-radius: 8px;
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.authority-grid svg {
  width: 34px;
  height: 34px;
  color: var(--laranja-principal);
}

.authority-grid strong {
  color: var(--marrom-texto);
  font-size: 13px;
}

.authority-grid span {
  color: var(--cinza-texto);
  font-size: 12px;
  line-height: 1.2;
}

.workbook-section {
  --vermelho-principal: #f84268;
  --vermelho-escuro: #c61f4b;
  --vermelho-vinho: #9f183c;
  --amarelo-cta: #ffb300;
  --amarelo-claro: #ffd877;
  --laranja-principal: #f84268;
  --dourado-escuro: #d87800;
  --marrom-titulo: #421823;
  --marrom-texto: #57303a;
  --texto-principal: #2e2025;
  --texto-secundario: #6d4d56;
  --borda-suave: #ffd1dc;
  --bg-card: #fffdfc;
  --bg-destaque: #ffe7ee;
  --sombra: rgba(248, 66, 104, 0.12);
  overflow: hidden;
  padding: 18px 0;
  background: #fff6f9;
}

.workbook-head {
  max-width: 640px;
  margin: 0 auto 14px;
  text-align: center;
}

.workbook-badge-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.workbook-dash {
  position: relative;
  flex: 1;
  max-width: 150px;
  height: 0;
  border-top: 2px dashed var(--borda-suave);
}

.workbook-dash::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  width: 7px;
  height: 7px;
  background: var(--dourado-escuro);
  transform: rotate(45deg);
}

.workbook-badge-row .workbook-dash:first-child::after {
  right: auto;
  left: 0;
}

.workbook-badge {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  color: var(--vermelho-vinho);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.workbook-head h2 {
  margin: 0 0 6px;
  color: var(--vermelho-vinho);
  font-size: clamp(19px, 2.4vw, 26px);
  line-height: 1.15;
  text-wrap: balance;
}

.workbook-subtitle {
  margin: 0;
  color: var(--texto-secundario);
  font-size: 12.5px;
  line-height: 1.4;
}

.workbook-subtitle strong {
  color: var(--marrom-titulo);
  font-weight: 700;
}

.workbook-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 12px;
}

.workbook-card {
  padding: 12px 10px;
  border: 1px solid var(--borda-suave);
  border-radius: 12px;
  background: var(--bg-card);
  box-shadow: 0 8px 18px var(--sombra);
  text-align: center;
}

.workbook-card-featured {
  background: linear-gradient(180deg, var(--bg-destaque), var(--bg-card) 65%);
  border-color: var(--amarelo-claro);
}

.workbook-icon {
  display: grid;
  width: 34px;
  height: 34px;
  margin: 0 auto 6px;
  border-radius: 50%;
  background: var(--bg-destaque);
  place-items: center;
}

.workbook-icon svg {
  width: 16px;
  height: 16px;
  color: var(--laranja-principal);
  stroke-width: 1.6;
}

.workbook-card h3 {
  position: relative;
  margin: 0 0 6px;
  padding-bottom: 5px;
  color: var(--vermelho-vinho);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

.workbook-card h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 26px;
  height: 0;
  border-top: 2px dashed var(--borda-suave);
  transform: translateX(-50%);
}

.workbook-card .check-list {
  gap: 4px;
  text-align: left;
}

.workbook-card .check-list li {
  padding-left: 16px;
  font-size: 12px;
  line-height: 1.3;
}

.workbook-card .check-list li::before {
  top: 1px;
  width: 12px;
  height: 12px;
  font-size: 7px;
}

.workbook-featured-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 14px;
  text-align: left;
}

.workbook-callout {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 820px;
  margin: 0 auto 12px;
  padding: 8px 14px;
  border: 1px solid var(--borda-suave);
  border-radius: 10px;
  background: var(--bg-destaque);
}

.workbook-callout-icon {
  display: grid;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--bg-card);
  place-items: center;
}

.workbook-callout-icon svg {
  width: 15px;
  height: 15px;
  color: var(--laranja-principal);
}

.workbook-callout strong {
  display: block;
  margin-bottom: 1px;
  color: var(--marrom-titulo);
  font-size: 12.5px;
}

.workbook-callout p {
  margin: 0;
  color: var(--texto-secundario);
  font-size: 12px;
  line-height: 1.3;
}

.workbook-cta-row {
  display: grid;
  justify-items: center;
  gap: 6px;
}

.workbook-cta-row .secure-note {
  margin-top: 0;
}

.results-section {
  padding: 48px 0;
  background: var(--creme-claro);
  text-align: center;
}

.results-section h2 {
  margin: 0 0 12px;
  color: var(--marrom-texto);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.1;
}

.results-subtitle {
  margin: 0 0 32px;
  color: var(--cinza-texto);
  font-size: 16px;
  font-weight: 500;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.result-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.result-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.result-card img {
  width: 100%;
  height: auto;
  display: block;
}

.certificate-section {
  overflow: hidden;
  position: relative;
  padding: 64px 0;
  background: linear-gradient(160deg, #ffffff 0%, #ffe6ee 100%);
}

.certificate-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: clamp(40px, 6vw, 72px);
}

.certificate-visual {
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.certificate-frame {
  position: relative;
  width: 100%;
  max-width: 440px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--branco);
  padding: 14px;
  box-shadow: 0 30px 70px rgba(154, 78, 0, 0.18), 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: rotate(-3deg);
  transition: transform 0.4s ease;
}

.certificate-frame:hover {
  transform: rotate(0deg) scale(1.02);
}

.certificate-frame img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

.certificate-seal {
  position: absolute;
  bottom: -18px;
  right: 8%;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff8aa2 0%, #f84268 60%, #c61f4b 100%);
  box-shadow: 0 10px 24px rgba(184, 70, 0, 0.35);
  transform: rotate(8deg);
}

.certificate-seal svg {
  width: 34px;
  height: 34px;
  color: var(--branco);
  stroke-width: 2.4;
}

.certificate-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(248, 66, 104, 0.12);
  color: var(--laranja-principal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.certificate-content h2 {
  margin: 0 0 16px;
  color: var(--vermelho-principal);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 800;
  line-height: 1.1;
}

.certificate-lead {
  margin: 0 0 12px;
  max-width: 520px;
  color: var(--marrom-texto);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.certificate-text {
  margin: 0 0 28px;
  max-width: 520px;
  color: var(--cinza-texto);
  font-size: 15px;
  line-height: 1.7;
}

.certificate-features {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.certificate-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--marrom-texto);
  font-size: 15px;
  font-weight: 600;
}

.certificate-features svg {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 50%;
  background: rgba(248, 66, 104, 0.12);
  color: var(--laranja-principal);
}

.offer-section {
  overflow: hidden;
  display: grid;
  min-height: 100svh;
  align-items: center;
  padding: 42px 0;
  background:
    radial-gradient(circle at 82% 32%, rgba(255, 184, 0, 0.08), transparent 25%),
    linear-gradient(160deg, #7a1330 0%, #5c1226 55%, #3a1822 100%);
  color: var(--branco);
}

.offer-grid {
  display: grid;
  grid-template-columns: 0.95fr 0.9fr 1fr;
  align-items: center;
  gap: 24px;
}

.offer-ebook {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.offer-copy h2 {
  margin: 0 0 14px;
  color: var(--branco);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.08;
  text-align: left;
}

.old-price,
.price-label,
.installments {
  margin: 0;
  font-weight: 700;
}

.old-price {
  color: #ffd6c7;
}

.price-label {
  color: #ffe9a8;
}

.price {
  margin: 0;
  color: var(--amarelo-cta);
  font-size: clamp(48px, 5.2vw, 66px);
  font-weight: 800;
  line-height: 1;
}

.offer-action {
  display: grid;
  justify-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 230, 164, 0.25);
  border-radius: 8px;
  padding: 20px;
  background: rgba(159, 24, 60, 0.22);
}

.guarantee-seal {
  width: 124px;
  height: 124px;
}

.guarantee-seal strong {
  color: var(--branco);
  font-size: 34px;
  line-height: 0.9;
}

.guarantee-seal span {
  width: 90px;
  color: #ffd06b;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
}

.check-list.light {
  justify-self: stretch;
}

.check-list.light li {
  color: var(--branco);
}

.check-list.light li::before {
  background: var(--amarelo-cta);
  color: #451900;
}

.offer-action .cta-button {
  width: 100%;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  max-width: 980px;
  gap: 12px 16px;
  margin: 0 auto;
}

.faq-list details {
  padding: 0 18px;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  padding: 16px 0;
  color: var(--preto-suave);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.35;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(248, 66, 104, 0.1);
  color: var(--vermelho-principal);
  font-size: 16px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease;
}

.faq-list details[open] summary::after {
  content: "\2212";
  background: var(--vermelho-principal);
  color: var(--branco);
}

.faq-list p {
  margin: -2px 0 16px;
  color: var(--cinza-texto);
  font-size: 13.5px;
  line-height: 1.55;
}

.site-footer {
  background: var(--rodape);
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.9fr 1.25fr;
  gap: 38px;
  padding: 38px 0 28px;
}

.footer-brand {
  margin-bottom: 14px;
}

.site-footer h3 {
  margin: 0 0 12px;
  color: var(--branco);
  font-size: 13px;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.site-footer a {
  display: block;
  margin-bottom: 7px;
}

.site-footer a:hover {
  color: var(--amarelo-cta);
}

.footer-icon-link {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.footer-icon-link svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.site-footer p svg {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  vertical-align: -3px;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.social-links a {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.social-links svg {
  width: 18px;
  height: 18px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1024px) {
  .desktop-nav {
    gap: 16px;
  }

  .header-cta {
    padding: 0 18px;
  }

  .hero-grid,
  .learn-grid,
  .expert-grid,
  .certificate-grid,
  .offer-grid,
  .showcase-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .certificate-visual {
    order: -1;
  }

  .certificate-frame {
    max-width: 260px;
  }

  .certificate-badge {
    display: table;
    margin: 0 auto 16px;
  }

  .certificate-content h2,
  .certificate-lead,
  .certificate-text {
    text-align: center;
  }

  .section-cta-row.left {
    justify-items: center;
    text-align: center;
  }

  .hero {
    padding: 38px 0;
  }

  .hero-visual {
    min-height: min(42svh, 380px);
  }

  .hero-expert-image {
    max-height: min(48svh, 430px);
  }

  .workbook-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .workbook-card-featured {
    grid-column: span 2;
  }

  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lesson-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .showcase-section,
.learn-section,
.expert-section,
.workbook-section,
.certificate-section,
.faq-section,
.offer-section {
    padding: 36px 0;
  }

  .learn-copy h2,
  .expert-copy h2,
  .offer-copy h2,
  .showcase-video h2,
  .showcase-benefits h2 {
    text-align: center;
  }

  .section-kicker {
    margin-right: auto;
    margin-left: auto;
  }

  .offer-copy {
    text-align: center;
  }

  .offer-copy h2 {
    font-size: 20px;
    text-wrap: balance;
  }

  .old-price,
  .price-label {
    display: none;
  }

  .price {
    font-size: clamp(32px, 8vw, 40px);
  }

  .offer-action {
    gap: 10px;
    padding: 14px;
  }

  .guarantee-seal {
    width: 84px;
    height: 84px;
  }

  .guarantee-seal strong {
    font-size: 22px;
  }

  .guarantee-seal span {
    width: 70px;
    font-size: 8px;
  }

  .check-list.light li {
    font-size: 13px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .container {
    width: min(calc(100% - 40px), 1180px);
  }

  .site-header {
    display: none;
  }

  .hero-visual {
    display: none;
  }

  .hero,
.showcase-section,
.learn-section,
.expert-section,
.workbook-section,
.certificate-section,
.faq-section {
    min-height: 100svh;
    padding: 28px 0;
  }

  .results-section {
    padding: 28px 0;
  }

  .offer-section {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    overflow: hidden;
    align-items: center;
    padding: 16px 0;
  }

  .offer-grid {
    height: 100%;
    align-content: space-evenly;
    gap: 10px;
  }

  .offer-ebook {
    max-width: min(48vw, 190px);
    margin: 0 auto;
  }

  .offer-copy {
    display: grid;
    justify-items: center;
    gap: 2px;
  }

  .offer-copy h2 {
    max-width: 350px;
    margin: 0;
    font-size: clamp(21px, 6.1vw, 26px);
    line-height: 1.04;
  }

  .price {
    font-size: clamp(42px, 12vw, 52px);
    line-height: 0.95;
  }

  .installments {
    font-size: 13px;
    line-height: 1.1;
  }

  .offer-action {
    width: 100%;
    max-width: 340px;
    gap: 11px;
    justify-self: center;
    padding: 16px 18px 14px;
  }

  .guarantee-seal {
    width: 108px;
    height: 108px;
  }

  .check-list {
    gap: 7px;
  }

  .check-list.light li {
    min-height: 20px;
    padding-left: 25px;
    font-size: 13px;
    line-height: 1.2;
  }

  .check-list.light li::before {
    top: 0;
    width: 17px;
    height: 17px;
    font-size: 11px;
  }

  .offer-action .cta-button {
    min-height: 52px;
    padding: 12px 14px;
    font-size: 12.5px;
  }

  .offer-action .secure-note {
    font-size: 11px;
    line-height: 1.1;
  }

  .offer-action .parcel-note {
    display: none;
  }

  .expert-section,
  .certificate-section {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    overflow-y: auto;
    align-items: safe center;
  }

  .certificate-frame {
    max-width: min(66vw, 320px);
  }

  .certificate-badge {
    margin-bottom: 8px;
    padding: 6px 14px;
    font-size: 11px;
  }

  .certificate-content h2 {
    margin-bottom: 8px;
    font-size: clamp(24px, 6vw, 30px);
  }

  .certificate-lead {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.35;
  }

  .certificate-text {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.4;
  }

  .certificate-features {
    gap: 8px;
  }

  .certificate-features li {
    gap: 8px;
    font-size: 13px;
  }

  .certificate-features svg {
    width: 24px;
    height: 24px;
    padding: 4px;
  }

  .learn-section,
  .faq-section {
    min-height: 100svh;
    max-height: none;
    overflow-y: visible;
    align-items: safe center;
  }

  .learn-section {
    height: auto;
    min-height: auto;
    max-height: none;
    overflow-y: visible;
    align-items: start;
  }

  .showcase-section {
    display: none;
  }

  .learn-copy-full {
    display: none;
  }

  .learn-copy-short {
    display: block;
  }

  .learn-copy {
    text-align: center;
  }

  .learn-copy .learn-cta,
  .learn-copy .cta-price {
    display: none;
  }

  .learn-cta-mobile {
    display: grid;
    justify-items: center;
    gap: 6px;
    margin-top: 20px;
  }

  .learn-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero {
    padding: 14px 0 12px;
  }

  .hero::after {
    display: none;
  }

  .hero-grid {
    gap: 10px;
  }

  .hero-video {
    display: block;
    margin: 0 0 10px;
  }

  .showcase-section {
    padding: 24px 0;
  }

  .showcase-grid {
    gap: 32px;
  }

  .workbook-grid {
    grid-template-columns: 1fr;
  }

  .workbook-card-featured {
    grid-column: span 1;
  }

  .results-grid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
    margin: 0 -20px;
    padding: 0 20px 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .results-grid::-webkit-scrollbar {
    display: none;
  }

  .results-grid .result-card {
    flex: 0 0 78%;
    scroll-snap-align: center;
  }

  .workbook-dash {
    display: none;
  }

  .workbook-featured-lists {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lesson-list {
    grid-template-columns: 1fr;
  }

  .showcase-video h2,
  .showcase-benefits h2 {
    margin-bottom: 14px;
    font-size: clamp(24px, 7vw, 32px);
  }

  .lessons-head h2 {
    white-space: normal;
  }

  .hero h1 {
    margin-bottom: 6px;
    font-size: clamp(26px, 8vw, 34px);
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .hero-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    gap: 8px;
    margin-bottom: 10px;
  }

  .hero-benefits li {
    min-width: 0;
    min-height: 54px;
    gap: 6px;
    align-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
  }

  .hero-benefits svg {
    width: 26px;
    height: 26px;
  }

  .cta-button {
    min-width: 0;
    width: 100%;
    white-space: normal;
  }

  .hero-button {
    min-width: 0;
  }

  .hero-subtitle {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: clamp(13px, 3.2vw, 15px);
    line-height: 1.15;
  }

  .hero .cta-price {
    margin-top: 14px;
  }

  .hero .secure-note {
    margin-top: 6px;
  }

  .hero-benefits strong {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .secure-note {
    justify-content: center;
  }

  .hero-visual {
    min-height: min(30svh, 260px);
  }

  .hero-expert-image {
    max-height: min(32svh, 285px);
    transform: translateY(-4px);
  }

  .benefit-list {
    gap: 10px;
  }

  .benefit-list li {
    padding: 12px 14px;
  }

  .benefit-icon {
    width: 38px;
    height: 38px;
  }

  .benefit-icon svg {
    width: 19px;
    height: 19px;
  }

  .expert-copy h2 {
    margin-bottom: 6px;
    font-size: clamp(24px, 6vw, 30px);
  }

  .expert-copy p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.5;
  }

  .expert-quote {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.35;
  }

  .expert-quote::before {
    font-size: 34px;
  }

  .authority-grid {
    gap: 8px;
  }

  .authority-grid div {
    gap: 4px;
    padding: 10px 6px;
  }

  .authority-grid svg {
    width: 20px;
    height: 20px;
  }

  .authority-grid strong {
    font-size: 10px;
  }

  .authority-grid span {
    font-size: 9px;
  }

  .expert-photo,
  .expert-photo img {
    min-height: min(48svh, 460px);
    height: min(48svh, 460px);
  }

  .workbook-section img {
    max-height: calc(100svh - 58px);
  }

  .offer-grid {
    gap: 18px;
  }

  .offer-action {
    gap: 14px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 28px 0 20px;
  }

  .site-footer h3 {
    margin-bottom: 8px;
  }

  .site-footer a {
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .container {
    width: min(calc(100% - 40px), 1180px);
  }

  h2 {
    margin-bottom: 16px;
    font-size: clamp(24px, 7vw, 29px);
  }

  .workbook-badge {
    font-size: 11px;
  }

  .workbook-grid {
    gap: 10px;
  }

  .workbook-callout {
    flex-direction: column;
    text-align: center;
  }

  .hero-copy {
    text-align: center;
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(30px, 9vw, 36px);
  }

  .eyebrow {
    font-size: 11px;
  }

  .hero-subtitle {
    max-width: 330px;
    font-size: 15px;
  }

  .hero-benefits {
    gap: 10px;
  }

  .hero-benefits svg {
    width: 30px;
    height: 30px;
  }

  .hero-benefits li {
    min-height: 68px;
    gap: 4px;
    padding: 6px;
    font-size: 11px;
  }

  .cta-button {
    min-height: 50px;
    gap: 8px;
    padding: 12px 12px;
    font-size: 13px;
  }

  .cta-button svg {
    width: 18px;
    height: 18px;
  }

  .benefit-list li {
    padding: 11px 12px;
  }

  .benefit-text strong {
    font-size: 14px;
  }

  .benefit-text span {
    font-size: 12px;
  }

  .learn-gallery {
    gap: 6px;
  }

  .expert-photo,
  .expert-photo img {
    min-height: min(34svh, 280px);
    height: min(34svh, 280px);
  }

  .offer-action {
    padding: 16px 18px 14px;
  }

  .guarantee-seal {
    width: 108px;
    height: 108px;
  }

  .guarantee-seal strong {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .hero {
    display: block;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    overflow: hidden;
    padding: 0;
    background:
      radial-gradient(circle at 12% 15%, rgba(248, 66, 104, 0.22) 0 3px, transparent 4px),
      radial-gradient(circle at 88% 18%, rgba(248, 66, 104, 0.18) 0 3px, transparent 4px),
      linear-gradient(180deg, var(--vermelho-vinho) 0 42%, var(--creme-claro) 42% 100%);
  }

  .hero-grid {
    display: block;
    width: min(100%, 430px);
    height: 100%;
    margin: 0 auto;
    padding: 0 22px;
  }

  .hero-copy {
    display: grid;
    height: 100%;
    grid-template-rows: auto auto auto auto auto auto;
    align-content: start;
    justify-items: center;
    padding: 12px 0 8px;
    text-align: center;
  }

  .hero-copy::after {
    display: none;
  }

  .hero .eyebrow {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 34px;
    padding: 8px 16px;
    border: 0;
    border-radius: 999px;
    background: var(--amarelo-cta);
    color: var(--marrom-texto);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    box-shadow: none;
  }

  .hero .eyebrow::before {
    content: none;
  }

  .hero .eyebrow svg {
    width: 19px;
    height: 19px;
    stroke-width: 2.2;
  }

  .hero h1 {
    max-width: 100%;
    margin: 10px 0 0;
    color: var(--branco);
    font-size: clamp(30px, 8vw, 38px);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: 0;
  }

  .hero h1 .title-main,
  .hero h1 .title-highlight {
    display: block;
    white-space: nowrap;
  }

  .hero h1 .title-highlight {
    color: var(--amarelo-cta);
  }

  .hero h1::after {
    display: block;
    width: min(64%, 250px);
    height: 1px;
    margin: 6px auto 0;
    background: var(--amarelo-dourado);
    content: "";
  }

  .hero-subtitle {
    max-width: 330px;
    margin: 7px auto 8px;
    color: var(--branco);
    font-size: clamp(14px, 3.6vw, 15px);
    font-weight: 500;
    line-height: 1.35;
  }

  .hero-video {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .hero-video .video-player {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-radius: 18px;
    box-shadow: none;
  }

  .hero-video::after {
    display: block;
    width: min(76vw, 300px);
    margin: 4px auto 0;
    color: var(--marrom-texto);
    content: "Aulas práticas para produzir, vender e lucrar";
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .hero-benefits {
    display: grid;
    width: 100%;
    max-width: 386px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0 auto;
    padding: 12px 0 9px;
    color: var(--vermelho-escuro);
  }

  .hero-benefits li {
    display: grid;
    min-width: 0;
    min-height: 50px;
    align-content: start;
    justify-items: center;
    gap: 7px;
    padding: 2px 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--vermelho-escuro);
    font-size: 0;
  }

  .hero-benefits li + li {
    border-left: 1px solid var(--bege-medio);
  }

  .hero-benefits svg {
    width: 16px;
    height: 16px;
    color: var(--vermelho-vinho);
    stroke-width: 1.3;
  }

  .hero-benefits strong {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .hero-benefits li::after {
    content: attr(data-mobile-label);
    color: var(--marrom-texto);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.14;
    text-align: center;
  }

  .hero-offer-card {
    display: grid;
    width: 100%;
    margin: 0 auto;
    padding: 12px 14px 12px;
    border: 1px solid var(--bege-medio);
    border-radius: 24px;
    background: var(--branco);
    box-shadow: 0 12px 30px rgba(79, 26, 12, 0.08);
  }

  .hero .cta-price {
    order: 1;
    margin: 0;
    color: var(--marrom-texto);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
  }

  .hero .cta-price strong {
    display: block;
    margin: 4px 0 6px;
    color: var(--vermelho-vinho);
    font-size: clamp(32px, 9vw, 38px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0;
  }

  .hero .cta-price-installment {
    display: block;
    color: var(--marrom-texto);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    opacity: 1;
  }

  .hero-button {
    order: 2;
    gap: 6px;
    width: 100%;
    min-height: 46px;
    margin: 10px 0 0;
    padding: 10px 14px;
    border-radius: 14px;
    background: #059669;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.08;
    white-space: nowrap;
  }

  .hero-button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }

  .hero .secure-note {
    order: 3;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 8px 0 0;
    color: var(--marrom-texto);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
  }

  .hero .secure-note svg {
    width: 19px;
    height: 19px;
    color: var(--vermelho-vinho);
  }

  .hero .secure-note::after {
    margin-left: 8px;
    content: "•  Acesso imediato";
    font-weight: 500;
  }
}

@media (max-width: 390px) {
  .hero-grid {
    padding: 0 20px;
  }

  .hero-copy {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .hero .eyebrow {
    min-height: 34px;
    padding: 9px 17px;
    font-size: 12px;
  }

  .hero h1 {
    margin-top: 10px;
    font-size: clamp(28px, 9vw, 34px);
  }

  .hero h1::after {
    margin-top: 8px;
  }

  .hero-subtitle {
    max-width: 318px;
    margin: 7px auto 8px;
    font-size: 14px;
  }

  .hero-video::after {
    margin-top: 8px;
    font-size: 11px;
  }

  .hero-benefits {
    padding: 8px 0 8px;
  }

  .hero-benefits li {
    min-height: 42px;
    gap: 6px;
    padding: 0 5px;
  }

  .hero-benefits svg {
    width: 15px;
    height: 15px;
  }

  .hero-benefits li::after {
    font-size: 12px;
  }

  .hero-offer-card {
    padding: 10px 14px 10px;
    border-radius: 20px;
  }

  .hero .cta-price {
    font-size: 14px;
  }

  .hero .cta-price strong {
    font-size: 30px;
  }

  .hero .cta-price-installment {
    font-size: 13px;
  }

  .hero-button {
    min-height: 44px;
    margin-top: 9px;
    font-size: 13px;
  }

  .hero .secure-note {
    margin-top: 8px;
    font-size: 12px;
  }
}

.content-toggle,
.workbook-mobile-list {
  display: none;
}

@media (max-width: 768px) {
  .lessons-section,
  .workbook-section {
    display: flex;
    flex-direction: column;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    overflow: hidden;
    padding: 34px 0;
  }

  .lessons-section.is-expanded,
  .workbook-section.is-expanded {
    height: auto;
    min-height: auto;
    max-height: none;
    overflow: visible;
  }

  .lessons-section .container,
  .workbook-section .container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    min-height: 0;
  }

  .lessons-section.is-expanded .container,
  .workbook-section.is-expanded .container {
    display: block;
    height: auto;
  }

  .lessons-head,
  .workbook-head {
    margin-bottom: 18px;
  }

  .lessons-scroll,
  .workbook-scroll {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: visible;
    padding-bottom: 0;
  }

  .lessons-section:not(.is-expanded) .lesson-list li:nth-child(n+7),
  .workbook-section:not(.is-expanded) .workbook-mobile-list li:nth-child(n+7) {
    display: none;
  }

  .lessons-section:not(.is-expanded) .lesson-list,
  .workbook-section:not(.is-expanded) .workbook-mobile-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 2px;
    scrollbar-width: none;
  }

  .lessons-section:not(.is-expanded) .lesson-list::-webkit-scrollbar,
  .workbook-section:not(.is-expanded) .workbook-mobile-list::-webkit-scrollbar {
    display: none;
  }

  .lessons-section.is-expanded .lessons-scroll,
  .workbook-section.is-expanded .workbook-scroll {
    display: block;
    height: auto;
  }

  .content-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    flex: 0 0 auto;
    margin: 14px 0 0;
    border: 0;
    background: transparent;
    color: var(--vermelho-vinho);
    cursor: pointer;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.3;
  }

  .content-toggle-label {
    text-align: center;
  }

  .content-toggle:focus-visible {
    outline: 2px solid var(--vermelho-vinho);
    outline-offset: 2px;
  }

  .content-toggle::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: rotate(45deg);
  }

  @media (prefers-reduced-motion: no-preference) {
    .content-toggle {
      animation: contentTogglePulse 2s ease-in-out infinite;
    }
  }

  .workbook-mobile-list {
    display: grid;
    flex: 1 1 auto;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .workbook-mobile-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(248, 66, 104, 0.1);
    border-radius: 8px;
    background: var(--branco);
    box-shadow: var(--shadow-soft);
  }

  .workbook-section .workbook-grid,
  .workbook-section .workbook-callout {
    display: none;
  }

  .lessons-scroll .section-cta-row,
  .workbook-cta-row {
    flex: 0 0 auto;
    margin-top: 16px;
  }

  .lessons-section:not(.is-expanded) .section-cta-row .cta-price,
  .workbook-section:not(.is-expanded) .workbook-cta-row .cta-price,
  .workbook-section:not(.is-expanded) .workbook-cta-row .secure-note {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(248, 66, 104, 0.96) 0 48%, var(--creme-claro) 48% 100%),
      var(--creme-claro);
  }

  .hero-grid {
    width: min(100%, 430px);
    height: 100%;
    padding: 0 18px;
  }

  .hero-copy {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 18px 0 14px;
    text-align: center;
  }

  .hero .eyebrow {
    align-self: center;
    min-height: 30px;
    padding: 7px 13px;
    background: rgba(255, 184, 0, 0.14);
    color: #fff4d0;
    font-size: 11px;
    letter-spacing: 0.04em;
    box-shadow: none;
  }

  .hero .eyebrow svg {
    width: 16px;
    height: 16px;
  }

  .hero h1 {
    margin: 12px 0 0;
    color: var(--branco);
    font-size: clamp(36px, 10.6vw, 46px);
    line-height: 0.94;
    text-shadow: none;
  }

  .hero h1::after {
    display: none;
  }

  .hero h1 .title-main,
  .hero h1 .title-highlight {
    display: block;
    white-space: nowrap;
  }

  .hero h1 .title-highlight {
    color: var(--amarelo-cta);
  }

  .hero-subtitle {
    max-width: 342px;
    margin: 10px auto 14px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(14px, 3.8vw, 16px);
    font-weight: 500;
    line-height: 1.35;
  }

  .hero-video {
    width: 100%;
    margin: 0 auto;
  }

  .hero-video .video-player {
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
  }

  .hero-video::after {
    display: none;
  }

  .hero-benefits {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 10px 0 10px;
    padding: 0;
  }

  .hero-benefits li {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 12px;
    border: 1px solid rgba(248, 66, 104, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 8px 18px rgba(79, 26, 12, 0.06);
  }

  .hero-benefits li + li {
    border-left: 1px solid rgba(248, 66, 104, 0.1);
  }

  .hero-benefits svg {
    width: 18px;
    height: 18px;
    color: var(--vermelho-vinho);
    stroke-width: 2;
  }

  .hero-benefits strong {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    clip: auto;
    color: var(--marrom-texto);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.14;
    white-space: normal;
  }

  .hero-benefits li::after {
    content: none;
  }

  .hero-offer-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 8px;
    padding: 20px;
    border: 1px solid rgba(248, 66, 104, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 32px rgba(79, 26, 12, 0.1);
  }

  .hero .cta-price {
    order: 1;
    margin: 0;
    color: var(--marrom-texto);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.15;
  }

  .hero .cta-price strong {
    display: inline;
    margin: 0 0 0 4px;
    color: var(--vermelho-vinho);
    font-size: 30px;
    line-height: 1;
    vertical-align: middle;
  }

  .hero .cta-price-installment {
    display: block;
    margin-top: 2px;
    color: var(--marrom-texto);
    font-size: 12px;
    opacity: 0.78;
  }

  .hero-button {
    order: 2;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0;
    white-space: normal;
  }

  .hero .secure-note {
    order: 3;
    justify-content: center;
    margin: 0;
    color: rgba(58, 26, 10, 0.78);
    font-size: 11.5px;
    white-space: nowrap;
  }

  .hero .secure-note svg {
    width: 15px;
    height: 15px;
  }

  .hero .secure-note::after {
    margin-left: 8px;
    content: "•  Acesso imediato";
  }
}

@media (max-width: 390px) {
  .hero-grid {
    padding: 0 14px;
  }

  .hero-copy {
    padding-top: 14px;
    padding-bottom: 10px;
  }

  .hero h1 {
    font-size: clamp(32px, 9.4vw, 39px);
  }

  .hero-subtitle {
    margin-bottom: 11px;
    font-size: 13px;
  }

  .hero-benefits {
    gap: 7px;
    margin: 11px 0 10px;
  }

  .hero-benefits li {
    min-height: 36px;
    padding: 10px 6px;
  }

  .hero-benefits strong {
    font-size: 10.5px;
  }

  .hero-offer-card {
    gap: 8px;
    margin-top: 8px;
    padding: 16px;
    border-radius: 14px;
  }

  .hero .cta-price strong {
    font-size: 26px;
  }

  .hero-button {
    min-height: 44px;
    font-size: 11.5px;
  }

  .hero .secure-note {
    font-size: 10.5px;
  }
}

@media (max-width: 768px) {
  .hero-video .video-player iframe {
    display: block;
    width: calc(100% + 2px);
    height: 100%;
    margin-left: -1px;
    border: 0;
  }

}

@media (max-width: 390px) {
  .hero-copy {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .hero h1 {
    margin-top: 8px;
  }

  .hero-subtitle {
    margin-top: 7px;
    margin-bottom: 8px;
  }

  .hero-benefits {
    margin: 7px 0;
  }

  .hero-offer-card {
    gap: 7px;
    padding: 10px;
  }

  .hero-button {
    min-height: 42px;
  }
}

@media (max-width: 768px) and (max-height: 760px) {
  .hero-copy {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .hero .eyebrow {
    min-height: 26px;
    padding: 6px 11px;
    font-size: 10px;
  }

  .hero .eyebrow svg {
    width: 14px;
    height: 14px;
  }

  .hero h1 {
    margin-top: 8px;
    font-size: clamp(30px, 9.2vw, 38px);
    line-height: 0.92;
  }

  .hero-subtitle {
    max-width: 330px;
    margin: 7px auto 9px;
    font-size: 12.5px;
    line-height: 1.24;
  }

  .hero-video .video-player {
    aspect-ratio: 16 / 9;
    border-radius: 16px;
  }

  .hero-benefits {
    gap: 7px;
    margin: 7px 0 8px;
  }

  .hero-benefits li {
    min-height: 42px;
    gap: 6px;
    padding: 10px 8px;
  }

  .hero-benefits svg {
    width: 15px;
    height: 15px;
  }

  .hero-benefits strong {
    font-size: 10px;
  }

  .hero-offer-card {
    gap: 7px;
    margin-top: 8px;
    padding: 10px;
    border-radius: 13px;
  }

  .hero .cta-price {
    font-size: 11px;
  }

  .hero .cta-price strong {
    font-size: 24px;
  }

  .hero .cta-price-installment {
    font-size: 11px;
  }

  .hero-button {
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 9px;
    font-size: 11px;
  }

  .hero .secure-note {
    font-size: 10px;
  }

  .lessons-section,
  .workbook-section {
    padding: 22px 0;
  }

  .lessons-head,
  .workbook-head {
    margin-bottom: 12px;
  }

  .lessons-head h2,
  .workbook-head h2 {
    margin-bottom: 8px;
    font-size: clamp(23px, 6vw, 28px);
    line-height: 1.05;
  }

  .lessons-subtitle,
  .workbook-subtitle {
    font-size: 13px;
    line-height: 1.35;
  }

  .lesson-list,
  .workbook-mobile-list {
    gap: 8px;
  }

  .lesson-list li,
  .workbook-mobile-list li {
    min-height: 42px;
    padding: 9px 10px;
  }

  .lesson-title {
    font-size: 12px;
    line-height: 1.25;
  }

  .lesson-number {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .content-toggle {
    min-height: 42px;
    margin-top: 12px;
  }

  .lessons-scroll .section-cta-row,
  .workbook-cta-row {
    margin-top: 14px;
  }

  .lessons-scroll .section-cta-row .cta-button,
  .workbook-cta-row .cta-button {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 12px;
  }

  .lessons-scroll .section-cta-row .cta-price,
  .workbook-cta-row .cta-price,
  .workbook-cta-row .secure-note {
    display: none;
  }

  .offer-section {
    padding: 12px 0;
  }

  .offer-grid {
    align-content: space-evenly;
    gap: 8px;
  }

  .offer-ebook {
    max-width: min(42vw, 154px);
  }

  .offer-copy h2 {
    max-width: 330px;
    font-size: clamp(19px, 5.6vw, 23px);
    line-height: 1.03;
  }

  .price {
    font-size: clamp(38px, 10.8vw, 46px);
  }

  .installments {
    font-size: 12.5px;
  }

  .offer-action {
    gap: 9px;
    padding: 15px 16px 13px;
  }

  .guarantee-seal {
    width: 96px;
    height: 96px;
  }

  .check-list {
    gap: 7px;
  }

  .check-list.light li {
    font-size: 12.8px;
  }

  .offer-action .cta-button {
    min-height: 50px;
    padding: 10px 12px;
    font-size: 12px;
  }
}

@media (max-width: 768px) and (max-height: 680px) {
  .hero-grid {
    padding: 0 14px;
  }

  .hero-copy {
    padding-top: 8px;
    padding-bottom: 6px;
  }

  .hero h1 {
    font-size: clamp(28px, 8.4vw, 34px);
  }

  .hero-subtitle {
    margin-bottom: 7px;
    font-size: 12px;
  }

  .hero-video {
    width: 100%;
  }

  .hero-video .video-player {
    aspect-ratio: 16 / 9;
  }

  .hero-benefits {
    margin: 6px 0 7px;
  }

  .hero-benefits li {
    min-height: 38px;
    padding: 8px 7px;
  }

  .hero-offer-card {
    gap: 6px;
    margin-top: 6px;
    padding: 8px;
  }

  .hero .cta-price strong {
    font-size: 22px;
  }

  .hero-button {
    min-height: 38px;
    font-size: 10.5px;
  }

  .lessons-section,
  .workbook-section {
    padding: 18px 0;
  }

  .lessons-section:not(.is-expanded) .lesson-list li:nth-child(n+6),
  .workbook-section:not(.is-expanded) .workbook-mobile-list li:nth-child(n+6) {
    display: none;
  }

  .lesson-list li,
  .workbook-mobile-list li {
    min-height: 38px;
    padding: 8px 10px;
  }

  .offer-section {
    padding: 10px 0;
  }

  .offer-grid {
    align-content: space-evenly;
    gap: 6px;
  }

  .offer-ebook {
    max-width: min(36vw, 128px);
  }

  .offer-copy h2 {
    max-width: 310px;
    font-size: clamp(17px, 5vw, 20px);
    line-height: 1.02;
  }

  .price {
    font-size: clamp(34px, 9.8vw, 40px);
  }

  .installments {
    font-size: 11.5px;
  }

  .offer-action {
    gap: 7px;
    padding: 13px 14px 12px;
  }

  .guarantee-seal {
    width: 82px;
    height: 82px;
  }

  .check-list {
    gap: 5px;
  }

  .check-list.light li {
    min-height: 18px;
    padding-left: 23px;
    font-size: 12px;
  }

  .check-list.light li::before {
    width: 16px;
    height: 16px;
  }

  .offer-action .cta-button {
    min-height: 46px;
    font-size: 11.5px;
  }

  .offer-action .secure-note {
    font-size: 10.5px;
  }
}

.cta-button {
  border-radius: 999px;
}

@media (max-width: 768px) {
  .hero {
    background: var(--creme-claro);
  }

  .hero-copy {
    justify-content: center;
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .hero .eyebrow {
    background: rgba(255, 184, 0, 0.16);
    color: var(--vermelho-vinho);
  }

  .hero h1,
  .hero h1 .title-main {
    color: var(--vermelho-vinho);
  }

  .hero h1 .title-highlight {
    color: var(--laranja-principal);
  }

  .hero-subtitle {
    color: var(--marrom-texto);
  }

  .hero-video .video-player {
    border-color: transparent;
  }

  .hero-button {
    border-radius: 999px;
  }
}

@media (max-width: 390px) {
  .hero-copy {
    justify-content: center;
    padding-top: 18px;
    padding-bottom: 14px;
  }
}

@media (max-width: 768px) and (max-height: 760px) {
  .hero-copy {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 10px;
  }
}

@keyframes contentTogglePulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

.whatsapp-float {
  display: none;
}

@media (max-width: 768px) {
  .whatsapp-float {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  }

  .whatsapp-float svg {
    width: 30px;
    height: 30px;
  }
}
