/* ========================================
   GDVet · Páginas de produto · v1
   ======================================== */

/* Cor temática por curso (set via data-course no <body>).
   Redefinimos --teal* aqui pra que TODOS os elementos que usavam o verde
   (botões, ênfases, ícones) adotem a cor do curso automaticamente. */
[data-course="gdav"] {
  --course: #F2811D; --course-2: #FF9D40; --course-ink: #fff;
  --teal: #F2811D; --teal-soft: #FF9D40; --teal-dark: #C66912;
  --shadow-teal: 0 12px 32px -8px rgba(242, 129, 29, 0.35);
}
[data-course="gdetiv"] {
  --course: #DC2A2E; --course-2: #F2484C; --course-ink: #fff;
  --teal: #DC2A2E; --teal-soft: #F2484C; --teal-dark: #B11D21;
  --shadow-teal: 0 12px 32px -8px rgba(220, 42, 46, 0.35);
}
[data-course="ssa"] {
  --course: #2563EB; --course-2: #4D85F2; --course-ink: #fff;
  --teal: #2563EB; --teal-soft: #4D85F2; --teal-dark: #1948C1;
  --shadow-teal: 0 12px 32px -8px rgba(37, 99, 235, 0.35);
}
[data-course="ccd"] {
  --course: #E89A0C; --course-2: #F5B638; --course-ink: #1F1404;
  --teal: #E89A0C; --teal-soft: #F5B638; --teal-dark: #B57807;
  --shadow-teal: 0 12px 32px -8px rgba(232, 154, 12, 0.35);
}

/* Botão primário precisa de cor de texto adequada ao novo fundo
   (o default #042B22 era pensado pro teal). */
[data-course="gdav"]   .btn-primary,
[data-course="gdetiv"] .btn-primary,
[data-course="ssa"]    .btn-primary { color: #fff; }
[data-course="ccd"]    .btn-primary { color: #1F1404; }

/* Logo do curso no hero — destaque visual forte */
.prod-hero-course-logo {
  height: 220px;
  width: auto;
  max-width: 560px;
  object-fit: contain;
  margin-bottom: 28px;
  display: block;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.28));
}

@media (max-width: 720px) {
  .prod-hero-course-logo { height: 152px; max-width: 400px; }
}

/* Logo do curso no footer */
.footer-course-logo {
  height: 76px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  margin-top: 16px;
  display: block;
  opacity: 0.95;
}

/* Tag/breadcrumb adotam cor do curso quando a variável existe */
[data-course] .prod-tag {
  background: color-mix(in srgb, var(--course) 14%, transparent);
  border-color: color-mix(in srgb, var(--course) 32%, transparent);
  color: var(--course);
}
[data-theme="dark"][data-course] .prod-tag,
[data-theme="dark"] [data-course] .prod-tag {
  color: var(--course-2);
}
[data-course] .prod-breadcrumb a:hover { color: var(--course-2); }

/* Hero do produto */
.prod-hero {
  position: relative;
  padding: 160px 0 80px;
  overflow: hidden;
}

.prod-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.prod-hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 20% 0%, rgba(20, 195, 154, 0.16) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 100% 30%, rgba(247, 181, 56, 0.06) 0%, transparent 60%);
}

[data-course] .prod-hero-gradient {
  background:
    radial-gradient(ellipse 60% 50% at 20% 0%, color-mix(in srgb, var(--course) 20%, transparent) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 100% 30%, color-mix(in srgb, var(--course-2) 10%, transparent) 0%, transparent 60%);
}

/* Hero (mobile-first): conteúdo empilhado, visual abaixo */
.prod-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

@media (min-width: 1024px) {
  .prod-hero-inner { grid-template-columns: 1.1fr 1fr; gap: 64px; }
}

.prod-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.prod-breadcrumb a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}

.prod-breadcrumb a:hover { color: var(--teal); }

.prod-breadcrumb svg { opacity: 0.5; }

.prod-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(20, 195, 154, 0.12);
  border: 1px solid rgba(20, 195, 154, 0.25);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

[data-theme="dark"] .prod-tag { color: var(--teal-soft); }

.prod-tag--gold {
  background: rgba(247, 181, 56, 0.14);
  border-color: rgba(247, 181, 56, 0.3);
  color: var(--amber);
}

.prod-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-bottom: 16px;
}

.prod-title em {
  font-style: italic;
  color: var(--teal);
}

.prod-subtitle {
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-style: italic;
  color: var(--text-muted);
  font-weight: 400;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.prod-desc {
  font-size: 1.0625rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 560px;
}

.prod-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.prod-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.prod-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.prod-trust-item svg { color: var(--teal); flex-shrink: 0; }

/* Chip de preço no hero — reforço acima do CTA */
.hero-price-chip {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  padding: 14px 20px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-left: 3px solid var(--teal);
  border-radius: var(--radius);
  margin-bottom: 28px;
  max-width: 100%;
}

.hero-price-chip-strike {
  font-size: 0.8125rem;
  color: var(--text-muted);
  text-decoration: line-through;
}

.hero-price-chip-main {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.hero-price-chip-main small {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--text-muted);
}

.hero-price-chip-aside {
  font-size: 0.8125rem;
  color: var(--text-muted);
}

/* Linha de preço junto ao CTA principal */
.prod-hero-cta-note {
  flex-basis: 100%;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-top: -2px;
}

.prod-hero-cta-note svg { color: var(--teal); flex-shrink: 0; }
.prod-hero-cta-note strong { font-weight: 600; color: var(--text); }

/* Visual do hero */
.prod-hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #0E2647 0%, #163058 50%, rgba(20, 195, 154, 0.4) 200%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
}

.prod-hero-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(20, 195, 154, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(247, 181, 56, 0.12) 0%, transparent 50%);
}

.prod-hero-visual img {
  position: relative;
  max-width: 70%;
  max-height: 75%;
  width: auto;
  height: auto;
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.4));
  z-index: 1;
}

.prod-hero-visual--phone img {
  max-width: 55%;
  max-height: 85%;
}

/* Variante foto: imagem cobre o bloco inteiro (em vez de logo flutuando ao centro). */
.prod-hero-visual--photo::before { display: none; }
.prod-hero-visual--photo img.prod-hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  filter: none;
  z-index: 0;
}

.prod-hero-visual--people {
  background: linear-gradient(135deg, #0A1424 0%, #163058 100%);
}

.prod-hero-mentors {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0;
  padding: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.prod-hero-mentors img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 4px solid #0E2647;
  margin-left: -24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  filter: none;
  max-width: none;
  max-height: none;
}

.prod-hero-mentors img:first-child { margin-left: 0; }

/* Badge flutuante no hero */
.prod-floating-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: var(--shadow-lg);
  z-index: 2;
  animation: float-badge 4s ease-in-out infinite;
}

.prod-floating-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static;
  max-width: none;
  max-height: none;
  filter: none;
}

/* ========== Narrativa de dor (linha de frente / agitação) ========== */
.crisis-narrative {
  max-width: 640px;
  margin: 24px auto 0;
  text-align: left;
}

.crisis-narrative p {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.crisis-narrative p:first-child {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-style: italic;
  color: var(--text);
  line-height: 1.4;
  margin-bottom: 20px;
}

.crisis-narrative em {
  font-style: italic;
  color: var(--teal);
  font-weight: 500;
}

.crisis-narrative .crisis-narrative-quote,
.crisis-narrative p:last-child {
  font-size: 1.0625rem;
  color: var(--text);
  border-left: 3px solid var(--teal);
  padding-left: 18px;
  margin-top: 24px;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .crisis-narrative p:first-child { font-size: 1.125rem; }
  .crisis-narrative p { font-size: 1rem; }
}

.crisis-narrative-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1875rem !important;
  line-height: 1.5;
}

/* ========== SEÇÃO: BENEFÍCIOS ========== */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.benefit-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(20, 195, 154, 0.12);
  color: var(--teal);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.benefit-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: var(--text);
}

.modulo-soon {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--amber);
  background: rgba(247, 181, 56, 0.14);
  border: 1px solid rgba(247, 181, 56, 0.32);
  padding: 2px 8px;
  border-radius: 100px;
  vertical-align: middle;
  margin-left: 6px;
}

.benefit-card p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ========== SEÇÃO: O QUE ESTÁ INCLUSO ========== */
.included {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.included-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.included-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color 0.2s, transform 0.2s;
}

.included-list li:hover {
  border-color: rgba(20, 195, 154, 0.3);
  transform: translateX(4px);
}

.included-list svg {
  color: var(--teal);
  margin-top: 2px;
  flex-shrink: 0;
}

.included-list strong {
  display: block;
  font-size: 0.9375rem;
  color: var(--text);
  margin-bottom: 2px;
}

.included-list span {
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.45;
}

/* ========== SEÇÃO: QUEM ENSINA (com vídeo do professor) ========== */
.prof-feature {
  display: grid;
  grid-template-columns: minmax(0, 320px) 1fr;
  gap: 48px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

.prof-feature .prof-card {
  text-align: center;
}

.prof-feature-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.4);
  background: #050E1C;
}

.prof-feature-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.prof-feature--stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: 960px;
  margin: 0 auto;
  grid-template-columns: none;
}

.prof-feature--stack .prof-feature-video {
  width: 100%;
  max-width: 720px;
}

.prof-feature--stack .prof-grid {
  width: 100%;
}

/* Prof grids (mobile-first) */
.prof-grid--narrow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 320px;
  margin: 0 auto;
}

.prof-grid--duo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 320px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .prof-grid--narrow { grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: none; margin: 0; }
  .prof-grid--duo { grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 640px; }
}

.prof-grid--single {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 360px;
  margin: 0 auto;
}

.prof-guest {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 520px;
  margin: 28px auto 0;
  padding: 14px 18px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.prof-guest-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.prof-guest-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.prof-guest-role {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--teal);
  font-weight: 600;
}

.prof-guest-name {
  font-size: 1rem;
  color: var(--text);
  font-weight: 600;
}

.prof-guest-bio {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.4;
}

@media (max-width: 560px) {
  .prof-guest { flex-direction: column; text-align: center; gap: 10px; padding: 18px; }
  .prof-guest-meta { align-items: center; }
}

/* Single grid e prof-feature já têm defaults mobile; refinar single em mobile pequeno */
.prof-grid--single { max-width: 320px; }
.prof-feature--stack { gap: 32px; }

@media (min-width: 768px) {
  .prof-grid--single { max-width: 360px; }
  .prof-feature--stack { gap: 48px; }
}

/* ========== CONTEÚDO PROGRAMÁTICO · ACCORDION ========== */
.programa-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 880px;
  margin: 0 auto;
}

.programa-accordion .faq-item summary {
  padding: 18px 22px;
  font-size: 1rem;
  justify-content: flex-start;
}

.programa-accordion .faq-item summary::after {
  margin-left: auto;
}

.programa-accordion .faq-content {
  padding: 4px 22px 22px;
  font-size: 0.95rem;
}

.programa-accordion .faq-content ul {
  list-style: disc;
  padding-left: 22px;
  margin: 0;
  display: grid;
  gap: 6px;
}

.programa-accordion .faq-content li {
  color: var(--text-muted);
  line-height: 1.55;
}

.programa-count {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--teal);
  background: rgba(20, 184, 166, 0.10);
  border-radius: 999px;
  padding: 3px 10px;
  margin-left: 10px;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}

.programa-foot {
  margin: 24px auto 0;
  max-width: 720px;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.875rem;
  line-height: 1.55;
}

.pricing-foot-note {
  display: block;
  margin-top: 8px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .programa-accordion .faq-item summary {
    flex-wrap: wrap;
    gap: 8px;
  }
  .programa-count {
    margin-left: 0;
  }
  .programa-accordion .faq-item summary::after {
    margin-left: auto;
  }
}

/* ========== PRICING BLOCK ========== */
.pricing-block {
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 100%);
  border-radius: var(--radius-xl);
  padding: 48px;
  color: white;
  position: relative;
  overflow: hidden;
}

.pricing-block::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: min(400px, 80%);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(20, 195, 154, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.pricing-inner {
  position: relative;
  z-index: 1;
}

.pricing-block .kicker {
  color: var(--teal-soft);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin: 24px 0 32px;
}

.pricing-tier {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 24px;
  position: relative;
  transition: border-color 0.2s, transform 0.2s;
}

.pricing-tier:hover {
  border-color: var(--teal);
  transform: translateY(-4px);
}

.pricing-tier--featured {
  background: linear-gradient(135deg, rgba(20, 195, 154, 0.18) 0%, rgba(20, 195, 154, 0.04) 100%);
  border-color: var(--teal);
}

.pricing-tier-tag {
  position: absolute;
  top: -10px;
  left: 20px;
  background: var(--teal);
  color: #042B22;
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pricing-tier h4 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.pricing-tier .price-strike {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.pricing-tier .price-main {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: white;
  letter-spacing: -0.02em;
  display: block;
  line-height: 1.1;
}

.pricing-tier .price-main small {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.pricing-tier .price-month {
  display: block;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
}

.pricing-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
}

.pricing-foot .btn { margin-right: auto; }

.pricing-foot--centered { justify-content: center; text-align: center; }

/* CTA dentro de cada tier card (compra direta no Hotmart) */
.pricing-tier-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 18px;
  font-size: 0.9375rem;
}

/* Link inline na nota sob o CTA do hero (ex.: tier estudante) */
.prod-hero-cta-note-link {
  color: var(--teal);
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
  transition: color 0.15s, border-color 0.15s;
}

.prod-hero-cta-note-link:hover {
  color: var(--text);
  border-bottom-color: var(--text);
}

/* ========== AUDIÊNCIA / PRA QUEM É ========== */
.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.audience-col {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--line);
}

.audience-col--good {
  border-color: rgba(20, 195, 154, 0.3);
}

.audience-col h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
}

.audience-col h3 svg { flex-shrink: 0; }

.audience-col--good h3 svg { color: var(--teal); }
.audience-col--bad h3 svg { color: var(--text-muted); opacity: 0.6; }

.audience-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.audience-col li {
  font-size: 0.9375rem;
  color: var(--text-muted);
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
}

.audience-col--good li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
}

.audience-col--bad li::before {
  content: '×';
  position: absolute;
  left: 4px;
  top: -2px;
  color: var(--text-muted);
  font-size: 1.25rem;
  opacity: 0.6;
}

/* ========== Section · Voltar ========== */
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 100px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}

.back-link:hover {
  color: var(--text);
  border-color: var(--teal);
  transform: translateX(-2px);
}

/* ========== Demo calculadora (página app) ========== */
/* ========== APP · GALERIA DE MOCKUPS (mobile-first) ========== */
.app-mockup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 8px;
}

.app-mockup-card {
  margin: 0;
  background: linear-gradient(180deg, rgba(20, 184, 166, 0.06) 0%, transparent 100%);
  border-radius: var(--radius-lg);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.app-mockup-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.app-mockup-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
}

@media (min-width: 720px) {
  .app-mockup-grid { gap: 18px; }
  .app-mockup-card { padding: 12px; }
}

@media (min-width: 1024px) {
  .app-mockup-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; }
}

.calc-demo-section { background: var(--bg-dark); color: white; }
.calc-demo-section .h2 { color: white; }
.calc-demo-section .lead { color: rgba(255, 255, 255, 0.65); }
.calc-demo-section .kicker { color: var(--teal-soft); }

/* ========== Mobile-first defaults para hero e seções comuns ========== */
.prod-hero-visual { max-width: 480px; margin: 0 auto; }
.included { grid-template-columns: 1fr; gap: 32px; }
.audience-grid { grid-template-columns: 1fr; }
.prof-feature { grid-template-columns: 1fr; gap: 32px; max-width: 540px; }
.prod-hero { padding: 120px 0 60px; }
.pricing-block { padding: 32px 24px; }
.prod-hero-mentors img { width: 90px; height: 90px; margin-left: -18px; }
.prod-floating-badge { width: 80px; height: 80px; bottom: 12px; right: 12px; }

@media (min-width: 1024px) {
  .prod-hero-visual { max-width: none; }
  .prod-hero { padding: 160px 0 80px; }
  .pricing-block { padding: 48px; }
  .prod-hero-mentors img { width: 120px; height: 120px; margin-left: -24px; }
  .prod-floating-badge { width: 96px; height: 96px; bottom: 24px; right: 24px; }
}

/* ========== Utilitários · sem inline-style ========== */

/* Pricing block — texto sobre fundo navy */
.pricing-block .h2 { color: white; }
.pricing-block .lead {
  color: rgba(255, 255, 255, 0.75);
  max-width: 520px;
}

/* Grid de 1 coluna para casos de produto único */
.pricing-grid--single {
  grid-template-columns: 1fr;
  max-width: 380px;
}

/* Linha centralizada do "Voltar para o início" */
.back-link-row {
  text-align: center;
}

/* Caption embaixo dos retratos dos mentores */
.mentor-caption {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-mono);
  font-size: 0.875rem;
  z-index: 2;
}

/* Visual do hero quando é só texto (SSA, CCD) */
.prod-hero-visual--text-only {
  background: linear-gradient(135deg, #0A1424 0%, #163058 50%, rgba(20, 195, 154, 0.4) 200%);
}

.prod-hero-text-block {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 32px;
}

.prod-hero-text-block-main {
  font-family: var(--font-display);
  color: white;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.prod-hero-text-block-sub {
  font-family: var(--font-display);
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
  font-size: 1.25rem;
  margin-top: 16px;
}

/* CCD: logo + overlay grande */
.prod-hero-visual-ccd-logo {
  opacity: 0.4;
}

.prod-hero-visual-ccd-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  color: white;
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  z-index: 2;
}

/* App · plataformas (Play Store / Apple Store) */
.platforms-grid {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 520px;
  margin: 0 auto;
}

.platform-card {
  text-align: center;
  flex: 1;
  min-width: 200px;
  text-decoration: none;
}

.platform-card--soon { opacity: 0.7; }

.platform-card .benefit-icon { margin: 0 auto 16px; }

/* E-book · mockup do livro */
.ebook-mockup-wrap {
  position: relative;
  z-index: 2;
  padding: 32px;
  text-align: center;
}

.ebook-mockup {
  display: inline-block;
  background: white;
  padding: 48px 32px;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  transform: rotate(-4deg);
}

.ebook-mockup-title {
  font-family: var(--font-display);
  color: #0E2647;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.2;
}

.ebook-mockup-subtitle {
  font-family: var(--font-mono);
  color: #14C39A;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ebook-mockup-divider {
  width: 60px;
  height: 2px;
  background: #14C39A;
  margin: 20px auto;
}

.ebook-mockup-meta {
  font-family: var(--font-body);
  color: #6B7A90;
  font-size: 0.75rem;
}

/* ========================================
   CARROSSEL DE VÍDEOS (3-up com center focado)
   ======================================== */

/* Copy reforçada da seção */
.video-section-subhead {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.0625rem;
  color: var(--text-muted);
  margin: 8px auto 0;
  max-width: 640px;
}

.video-section-cta {
  margin-top: 24px;
}

/* Carousel root: grid 3 colunas (nav · viewport · nav) + dots embaixo */
.video-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  margin: 16px 0 0;
}

.video-carousel-viewport {
  overflow: hidden;
  padding: 32px 0;
  width: 100%;
}

.video-carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

/* Cada card: ocupa 1/3 da viewport (desktop) ou 100% (mobile) */
.video-card {
  flex: 0 0 calc((100% - 48px) / 3);
  background: linear-gradient(140deg, #1B3661 0%, #112E54 60%, #0B1F3A 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 10px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0.4;
  transform: scale(0.85);
  box-shadow: 0 12px 32px -16px rgba(0, 0, 0, 0.5);
}

[data-theme="light"] .video-card {
  background: linear-gradient(140deg, #0E2647 0%, #163058 100%);
}

.video-card.is-active {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(20, 195, 154, 0.35);
  box-shadow:
    0 30px 60px -20px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(20, 195, 154, 0.3),
    0 0 60px -10px rgba(20, 195, 154, 0.4);
}

.video-card:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 4px;
}

/* Mobile: scroll horizontal nativo com snap — momentum/inércia nativos do iOS/Android */
@media (max-width: 1023px) {
  .video-carousel {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .video-carousel-viewport {
    overflow-x: auto;
    overflow-y: visible;
    padding: 16px 0 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
  }

  .video-carousel-viewport::-webkit-scrollbar { display: none; }

  .video-carousel-track {
    gap: 16px;
    padding: 0 7vw;
    transform: none !important;
    transition: none;
    will-change: auto;
  }

  .video-card {
    flex: 0 0 86%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    transform: scale(0.94);
    opacity: 0.75;
  }

  .video-card.is-active {
    transform: scale(1);
    opacity: 1;
  }

  /* Setas escondidas no mobile — swipe + dots cobrem a navegação */
  .video-carousel-nav { display: none; }
}

@media (min-width: 1024px) {
  .video-card:not(.is-active):hover {
    opacity: 0.7;
  }
}

/* Thumbnail: aspect ratio 16/9 com radius interno */
.video-card-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background: #050E1C;
  overflow: hidden;
  border-radius: 12px;
}

.video-card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.video-card.is-active:hover .video-card-thumb img {
  transform: scale(1.04);
}

/* Play button: branco semi-transparente, como na referência */
.video-card-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #0B1F3A;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s ease, background 0.25s ease;
}

.video-card-play svg { margin-left: 4px; }

.video-card.is-active:hover .video-card-play {
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--teal);
  color: #042B22;
}

.video-card-author {
  padding: 14px 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.video-card-author strong {
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
}

.video-card-author span {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-mono);
}

/* Nav buttons externos (setas grandes) */
.video-carousel-nav {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1px solid var(--line);
  color: var(--text);
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s, opacity 0.2s;
  z-index: 2;
  flex-shrink: 0;
}

.video-carousel-nav:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: #042B22;
  transform: scale(1.06);
}

.video-carousel-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

.video-carousel-nav:disabled:hover {
  background: var(--bg-card);
  border-color: var(--line);
  color: var(--text);
}

/* Dots embaixo: span as 3 colunas */
.video-carousel-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.video-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(127, 137, 157, 0.4);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease, transform 0.25s ease, width 0.25s ease;
}

.video-carousel-dot:hover {
  background: rgba(127, 137, 157, 0.7);
}

.video-carousel-dot.is-active {
  background: var(--teal);
  width: 28px;
  border-radius: 100px;
}

@media (max-width: 700px) {
  .video-carousel { gap: 8px; }
  .video-carousel-nav { width: 40px; height: 40px; }
  .video-carousel-nav svg { width: 20px; height: 20px; }
  .video-section-subhead { font-size: 0.9375rem; }
}

/* Variante: card de imagem (screenshot de WhatsApp etc) */
.video-card--image .video-card-thumb {
  background: #050E1C;
}

.video-card--image .video-card-thumb img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.video-card--image .video-card-play { display: none; }

/* Ícone de "zoom" sutil no hover do card-imagem ativo */
.video-card--image .video-card-thumb::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230B1F3A' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3Ccircle cx='10' cy='10' r='7'/%3E%3Cline x1='10' y1='7' x2='10' y2='13'/%3E%3Cline x1='7' y1='10' x2='13' y2='10'/%3E%3C/svg%3E") center / 14px no-repeat;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.video-card--image.is-active .video-card-thumb::after { opacity: 1; }

/* Modal: variante imagem (sobrescreve a aspect-ratio 16/9 fixa) */
.video-modal--image .video-modal-content {
  aspect-ratio: auto;
  max-width: min(92vw, 720px);
  max-height: 90vh;
  background: transparent;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal-image {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

/* ========================================
   MODAL DE VÍDEO (overlay com iframe)
   ======================================== */

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(5, 14, 28, 0.94);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  padding: 24px;
  animation: video-modal-fade 0.25s ease;
}

.video-modal[hidden] { display: none; }

body.is-modal-open { overflow: hidden; }

@keyframes video-modal-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.video-modal-content {
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16/9;
  background: black;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  animation: video-modal-zoom 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes video-modal-zoom {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.video-modal-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: white;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s, transform 0.2s;
}

.video-modal-close:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(90deg);
}

@media (prefers-reduced-motion: reduce) {
  .video-modal,
  .video-modal-content,
  .video-modal-close,
  .video-card-thumb img,
  .video-card-play {
    animation: none !important;
    transition: none !important;
  }
}

/* ========== ALERTA · PREÇO DE LANÇAMENTO ========== */

.launch-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background: linear-gradient(90deg, #f7b538 0%, #ffd27d 100%);
  color: #1a1408;
  padding: 10px 16px;
  font-size: 0.8125rem;
  font-weight: 500;
  box-shadow: 0 2px 14px rgba(247, 181, 56, 0.28);
}

.launch-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.launch-bar-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.launch-bar-text strong {
  font-weight: 700;
}

.launch-bar-sep {
  opacity: 0.55;
}

.launch-bar-cta {
  color: #1a1408;
  background: rgba(26, 20, 8, 0.12);
  border: 1px solid rgba(26, 20, 8, 0.25);
  border-radius: 100px;
  padding: 4px 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8125rem;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s;
}

.launch-bar-cta:hover {
  background: rgba(26, 20, 8, 0.22);
  transform: translateX(2px);
}

body:has(.launch-bar) {
  scroll-padding-top: calc(var(--launch-bar-h, 56px) + 64px);
}

body:has(.launch-bar) .nav-glass {
  top: var(--launch-bar-h, 56px);
}

@media (max-width: 720px) {
  .launch-bar {
    font-size: 0.75rem;
    padding: 8px 12px;
  }
  .launch-bar-inner {
    gap: 8px 10px;
    flex-wrap: wrap;
  }
  .launch-bar-text {
    gap: 6px;
  }
  .launch-bar-sep,
  .launch-bar-text > span:not(.launch-bar-timer) {
    display: none;
  }
  .launch-bar-cta {
    padding: 3px 12px;
    font-size: 0.75rem;
  }
}

/* Aviso reforço dentro do bloco de preço */
.pricing-launch-notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(247, 181, 56, 0.14);
  border: 1px solid rgba(247, 181, 56, 0.38);
  border-radius: 14px;
  padding: 16px 20px;
  margin: 4px 0 26px;
  text-align: left;
  color: rgba(255, 255, 255, 0.92);
}

.pricing-launch-notice-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(247, 181, 56, 0.28);
  display: grid;
  place-items: center;
  color: #f7b538;
  margin-top: 2px;
}

.pricing-launch-notice-text {
  font-size: 0.9375rem;
  line-height: 1.55;
}

.pricing-launch-notice-text strong {
  display: block;
  color: #f7b538;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: -0.005em;
}

@media (max-width: 720px) {
  .pricing-launch-notice {
    padding: 14px 16px;
    border-radius: 12px;
  }
  .pricing-launch-notice-text {
    font-size: 0.875rem;
  }
  .pricing-launch-notice-icon {
    width: 28px;
    height: 28px;
  }
}

/* ========== CRONÔMETRO REGRESSIVO ========== */

.launch-bar-timer {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 100px;
  background: rgba(26, 20, 8, 0.16);
  border: 1px solid rgba(26, 20, 8, 0.22);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
}

.launch-bar-timer-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c0392b;
  box-shadow: 0 0 0 0 rgba(192, 57, 43, 0.7);
  animation: launch-pulse 1.6s ease-out infinite;
}

@keyframes launch-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(192, 57, 43, 0.7); }
  70%  { box-shadow: 0 0 0 8px rgba(192, 57, 43, 0); }
  100% { box-shadow: 0 0 0 0 rgba(192, 57, 43, 0); }
}

.launch-bar-timer-value {
  font-feature-settings: "tnum" 1;
}

@media (max-width: 720px) {
  .launch-bar-timer {
    font-size: 0.75rem;
    padding: 2px 8px;
  }
}

/* Cronômetro grande dentro do bloco de preço */
.pricing-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: linear-gradient(180deg, rgba(247, 181, 56, 0.16), rgba(247, 181, 56, 0.06));
  border: 1px solid rgba(247, 181, 56, 0.42);
  border-radius: 18px;
  padding: 22px 24px;
  margin: 4px 0 26px;
}

.pricing-countdown-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f7b538;
}

.pricing-countdown-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c0392b;
  box-shadow: 0 0 0 0 rgba(192, 57, 43, 0.7);
  animation: launch-pulse 1.6s ease-out infinite;
}

.pricing-countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(64px, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 480px;
}

.pricing-countdown-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 14px 6px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(247, 181, 56, 0.28);
  border-radius: 12px;
}

.pricing-countdown-num {
  font-family: var(--font-display, "Fraunces", serif);
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  color: #fff;
}

.pricing-countdown-unit {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.pricing-countdown-foot {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
}

.pricing-countdown-foot strong {
  color: #f7b538;
  font-weight: 700;
}

.pricing-countdown.is-expired {
  opacity: 0.7;
}

.pricing-countdown.is-expired .pricing-countdown-num {
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 520px) {
  .pricing-countdown {
    padding: 18px 16px;
    border-radius: 14px;
  }
  .pricing-countdown-grid {
    gap: 8px;
  }
  .pricing-countdown-cell {
    padding: 12px 4px;
  }
  .pricing-countdown-num {
    font-size: 1.75rem;
  }
  .pricing-countdown-unit {
    font-size: 0.625rem;
  }
}

/* ========================================
   SSA · Hero mentor figure
   ======================================== */
.hero-mentor-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0;
  width: 100%;
}

.hero-mentor-photo {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 4px solid rgba(20, 195, 154, 0.35);
  box-shadow: 0 30px 60px -20px rgba(11, 31, 58, 0.45);
  background: linear-gradient(135deg, #0E2647 0%, #163058 50%, rgba(20, 195, 154, 0.2) 200%);
}

.hero-mentor-caption {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-mentor-caption strong {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text);
}

.hero-mentor-caption span {
  font-size: 0.875rem;
  color: var(--text-muted);
}

@media (max-width: 960px) {
  .hero-mentor-figure { margin-top: 24px; }
}

@media (max-width: 720px) {
  .hero-mentor-photo { width: 200px; height: 200px; }
}

/* ========================================
   SSA · CTAs centralizados de seção
   ======================================== */
.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.section-cta--inline { margin-top: 24px; }

.section-head-prompt {
  margin-top: 16px;
  font-size: 0.9375rem;
  color: var(--text-muted);
  font-style: italic;
}

.section-conclusion {
  max-width: 760px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--text);
}

.section-conclusion em {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--teal-dark);
}

[data-theme="dark"] .section-conclusion em { color: var(--teal-soft); }

/* ========================================
   SSA · Stepper de etapas (Dor / Custo)
   ======================================== */
/* Decision stepper (mobile-first) */
.decision-stepper {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  counter-reset: decision-step;
}

@media (min-width: 560px) {
  .decision-stepper { grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
}

@media (min-width: 1024px) {
  .decision-stepper { grid-template-columns: repeat(4, 1fr); }
}

.decision-step {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Setinha de conexão entre steps — só faz sentido no layout horizontal */
.decision-step::before { display: none; }

@media (min-width: 560px) {
  .decision-step::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -16px;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--teal);
    border-right: 2px solid var(--teal);
    transform: translateY(-50%) rotate(45deg);
  }
  .decision-step:nth-child(2)::before { display: none; }
  .decision-step:last-child::before { display: none; }
}

@media (min-width: 1024px) {
  .decision-step:nth-child(2)::before { display: block; }
}

.decision-step-num {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 10px;
  background: rgba(20, 195, 154, 0.1);
  border: 1px solid rgba(20, 195, 154, 0.25);
  border-radius: 100px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal-dark);
}

[data-theme="dark"] .decision-step-num { color: var(--teal-soft); }

.decision-step h3 {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 4px 0 0;
  color: var(--text);
}

.decision-step p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
  font-style: italic;
}

/* Stepper agora é mobile-first acima. */

/* ========================================
   SSA · Mecanismo do curso (shift "from → to")
   ======================================== */
.mechanism-shift {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 24px;
  align-items: stretch;
}

.mechanism-from,
.mechanism-to {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.mechanism-from {
  border-color: rgba(255, 100, 100, 0.18);
  background: linear-gradient(180deg, rgba(255, 100, 100, 0.04), transparent);
}

.mechanism-to {
  border-color: rgba(20, 195, 154, 0.25);
  background: linear-gradient(180deg, rgba(20, 195, 154, 0.05), transparent);
}

.mechanism-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  color: var(--text-muted);
}

.mechanism-from ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mechanism-from li {
  padding-left: 24px;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--text);
  font-style: italic;
}

.mechanism-from li::before {
  content: '?';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 100, 100, 0.15);
  color: rgba(220, 70, 70, 0.85);
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mechanism-list {
  counter-reset: mech-step;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mechanism-list li {
  counter-increment: mech-step;
  padding-left: 44px;
  position: relative;
}

.mechanism-list li::before {
  content: counter(mech-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--teal);
  color: #042B22;
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mechanism-list h4 {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 500;
  margin: 4px 0 6px;
  color: var(--text);
}

.mechanism-list p {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}

@media (max-width: 860px) {
  .mechanism-shift { grid-template-columns: 1fr; }
}

/* ========================================
   SSA · Para quem é (audience box)
   ======================================== */
.audience-box {
  margin-top: 40px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px;
}

.audience-box-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 24px;
  color: var(--text);
}

.audience-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.audience-list li {
  padding-left: 36px;
  position: relative;
}

.audience-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--teal);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}

.audience-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 4px;
}

.audience-list span {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--text-muted);
}

@media (max-width: 560px) {
  .audience-box { padding: 24px 20px; }
  .audience-box-title { font-size: 1.125rem; margin-bottom: 18px; }
}

/* ========================================
   SSA · Prova social vídeo
   ======================================== */
.social-proof-video {
  margin-top: 40px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-card);
  box-shadow: var(--shadow-lg);
}

.social-proof-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.social-proof-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ========================================
   SSA · Autoridade · prof feature solo
   ======================================== */
.prof-feature--solo {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.prof-feature--solo .prof-card { max-width: 360px; text-align: center; }

.prof-creds {
  margin-top: 8px;
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ========================================
   SSA · Oferta ampliada (lista "O que recebe")
   ======================================== */
.offer-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.offer-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 28px;
  color: white;
}

.offer-card-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 18px;
  color: white;
}

.offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offer-list li {
  padding-left: 26px;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.offer-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--teal);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.offer-list-bonus {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
}

.offer-list-bonus strong { color: var(--teal-soft); font-weight: 600; }

.offer-price {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.offer-price-note {
  margin-top: 14px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 860px) {
  .offer-grid { grid-template-columns: 1fr; }
}

/* ========================================
   SSA · Recuperação final
   ======================================== */
.recovery-block {
  text-align: center;
  padding: 56px 32px;
  background: linear-gradient(135deg, rgba(20, 195, 154, 0.08), rgba(20, 195, 154, 0.02));
  border: 1px solid rgba(20, 195, 154, 0.25);
  border-radius: var(--radius-lg);
}

.recovery-block .h2 {
  margin: 12px 0 16px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.recovery-block .lead {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.recovery-block-meta {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 20px 0 24px;
  font-weight: 500;
}

@media (max-width: 560px) {
  .recovery-block { padding: 40px 22px; }
}

/* ==========================================================================
   MENTORIA · página dedicada
   ========================================================================== */

/* Lista "Um programa totalmente individualizado para você que:" */
.mentoria-fit-list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.mentoria-fit-list li {
  position: relative;
  padding: 16px 20px 16px 52px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text);
}
.mentoria-fit-list li::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--teal) 16%, transparent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314C39A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

/* Tiers de pricing (STARTER / PRO / PREMIUM) */
.mentoria-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
  align-items: stretch;
}
.mentoria-tier {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.mentoria-tier--featured {
  border-color: color-mix(in srgb, var(--teal) 50%, var(--line));
  box-shadow: var(--shadow-lg);
  transform: translateY(-8px);
}
.mentoria-tier-tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--teal);
  color: #042B22;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  white-space: nowrap;
}
.mentoria-tier-tag--premium { background: var(--amber); color: #1F1404; }
.mentoria-tier-head { display: flex; flex-direction: column; gap: 4px; }
.mentoria-tier-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text);
}
.mentoria-tier-period {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-weight: 500;
}
.mentoria-tier-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mentoria-tier-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--text);
}
.mentoria-tier-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314C39A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.mentoria-tier-bonus {
  padding: 14px 16px;
  background: color-mix(in srgb, var(--teal) 6%, transparent);
  border: 1px dashed color-mix(in srgb, var(--teal) 35%, transparent);
  border-radius: var(--radius);
}
.mentoria-tier-bonus-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--teal);
  margin-bottom: 6px;
}
.mentoria-tier-bonus ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.4;
}
.mentoria-tier-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
  padding-top: 8px;
}
.mentoria-tier-price-main {
  font-family: var(--font-display);
  font-size: 1.875rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.015em;
}
.mentoria-tier-price-aside {
  font-size: 0.8125rem;
  color: var(--text-muted);
}

@media (max-width: 900px) {
  .mentoria-tiers { grid-template-columns: 1fr; gap: 32px; }
  .mentoria-tier--featured { transform: none; }
  .mentoria-tier-tag { top: -10px; }
}

/* Bios dos mentores */
.mentor-bios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}
.mentor-bio {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.mentor-bio-photo {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--teal);
  box-shadow: 0 10px 28px -10px color-mix(in srgb, var(--teal) 45%, transparent);
}
.mentor-bio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mentor-bio-name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--text);
  margin: 0;
  line-height: 1.2;
}
.mentor-bio-text {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}
.mentor-bios--single {
  grid-template-columns: minmax(0, 880px);
  justify-content: center;
}
.mentor-bios--single .mentor-bio {
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 32px;
  padding: 36px;
}
.mentor-bios--single .mentor-bio-photo {
  width: 220px;
  height: 220px;
  flex-shrink: 0;
}
.mentor-bios--single .mentor-bio-name {
  font-size: 1.5rem;
}
.mentor-bio-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.mentor-bio-role {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--teal);
  margin: 0;
}
.mentor-bio-quals {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
  text-align: left;
}
.mentor-bio-quals li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
}
.mentor-bio-quals li::before {
  content: '·';
  position: absolute;
  left: 4px;
  color: var(--teal);
  font-weight: 700;
}
.prod-hero-mentors--single {
  justify-content: center;
}
.prod-hero-mentors--single img {
  margin-left: 0 !important;
  width: 280px !important;
  height: 280px !important;
}
@media (max-width: 900px) {
  .mentor-bios { grid-template-columns: 1fr; gap: 18px; }
  .mentor-bios--single { grid-template-columns: 1fr; }
  .mentor-bios--single .mentor-bio {
    flex-direction: column;
    text-align: center;
    gap: 18px;
    padding: 28px 24px;
  }
  .mentor-bios--single .mentor-bio-photo { width: 160px; height: 160px; }
  .mentor-bio-quals { text-align: left; }
  .prod-hero-mentors--single img { width: 220px !important; height: 220px !important; }
}

/* Depoimentos longos da mentoria */
.mentoria-testimonials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 36px;
}
.mentoria-testimonial {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.mentoria-testimonial-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.mentoria-testimonial-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--teal);
  flex-shrink: 0;
}
.mentoria-testimonial-photo--initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--teal) 18%, var(--bg-alt));
  color: var(--teal);
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.mentoria-testimonial-head strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--text);
}
.mentoria-testimonial-head span {
  display: block;
  font-size: 0.8125rem;
  color: var(--text-muted);
}
.mentoria-testimonial blockquote {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--text);
  font-style: italic;
  position: relative;
}
@media (max-width: 720px) {
  .mentoria-testimonials { grid-template-columns: 1fr; }
  .mentoria-testimonial { padding: 22px; }
}

/* ========================================
   CTAs duais (Formado / Estudante) no hero
   ======================================== */

.prod-hero-cta--dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}

.cta-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 16px 22px;
  border-radius: var(--radius);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  border: 1px solid transparent;
  min-height: 72px;
  justify-content: center;
}

.cta-card-label {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.1;
}

.cta-card-sub {
  font-size: 0.8125rem;
  font-weight: 500;
  opacity: 0.85;
  line-height: 1.2;
}

.cta-card--primary {
  background: var(--teal);
  color: #fff;
  box-shadow: var(--shadow-teal);
}

[data-course="ccd"] .cta-card--primary { color: #1F1404; }

.cta-card--primary:hover {
  background: var(--teal-soft);
  transform: translateY(-2px);
}

.cta-card--secondary {
  background: rgba(20, 195, 154, 0.08);
  color: var(--text);
  border-color: rgba(20, 195, 154, 0.3);
}

[data-course] .cta-card--secondary {
  background: color-mix(in srgb, var(--course) 10%, transparent);
  border-color: color-mix(in srgb, var(--course) 35%, transparent);
  color: var(--text);
}

.cta-card--secondary:hover {
  border-color: var(--teal);
  transform: translateY(-2px);
}

.cta-card--secondary .cta-card-sub { color: var(--text-muted); }

.prod-hero-whats {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s;
}

.prod-hero-whats:hover { color: var(--text); }

.prod-hero-whats svg { color: #25D366; }

@media (max-width: 560px) {
  .prod-hero-cta--dual { grid-template-columns: 1fr; }
  .cta-card { min-height: 64px; padding: 14px 18px; }
}

/* ========================================
   Coluna direita do hero: coordenador + depoimentos
   ======================================== */

.prod-hero-visual--social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.prod-coord {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  padding: 40px 32px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 420px;
  position: relative;
  overflow: hidden;
}

.prod-coord::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--teal) 18%, transparent) 0%, transparent 60%);
  pointer-events: none;
}

.prod-coord > * { position: relative; }

.prod-coord-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--teal);
  box-shadow: 0 12px 32px -10px color-mix(in srgb, var(--teal) 45%, transparent);
  flex-shrink: 0;
}

.prod-coord-meta { display: flex; flex-direction: column; gap: 4px; align-items: center; }

.prod-coord-role {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--teal);
  font-weight: 700;
}

.prod-coord-name {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.prod-coord-bio {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.4;
  max-width: 280px;
}

@media (max-width: 900px) {
  .prod-coord { padding: 32px 24px; max-width: 360px; margin: 0 auto; }
  .prod-coord-photo { width: 160px; height: 160px; }
  .prod-coord-name { font-size: 1.5rem; }
}

@media (max-width: 900px) {
  .prod-hero-visual--social { margin-top: 24px; }
}

/* ========================================
   Seção de 3 pilares (Curso + Comunidade + App)
   ======================================== */

.section--pillars { padding-top: 56px; padding-bottom: 56px; }

.prod-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.prod-pillar {
  position: relative;
  padding: 28px 24px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.prod-pillar:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: color-mix(in srgb, var(--teal) 40%, var(--line));
}

.prod-pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--teal) 12%, transparent);
  color: var(--teal);
}

.prod-pillar h3 {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 500;
  margin: 0;
  color: var(--text);
  line-height: 1.15;
}

.prod-pillar p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.prod-pillar--highlight {
  border-color: color-mix(in srgb, var(--teal) 45%, var(--line));
  background: linear-gradient(180deg, color-mix(in srgb, var(--teal) 8%, var(--bg-card)) 0%, var(--bg-card) 60%);
}

.prod-pillar-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 10px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--teal);
  color: #fff;
  border-radius: 100px;
}

[data-course="ccd"] .prod-pillar-badge { color: #1F1404; }

@media (max-width: 900px) {
  .prod-pillars { grid-template-columns: 1fr; }
}

/* ========================================
   Seção de gatilhos / dores ("Você já sentiu...")
   ======================================== */

.section--triggers { padding-top: 56px; padding-bottom: 56px; }

.prod-triggers-prompt {
  margin: 32px 0 16px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.0625rem;
  color: var(--text);
  letter-spacing: -0.005em;
}

.prod-triggers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}

.prod-trigger {
  padding: 24px 26px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.prod-trigger:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: color-mix(in srgb, var(--teal) 40%, var(--line));
}

.prod-trigger h3 {
  font-family: var(--font-display);
  font-size: 1.1875rem;
  font-weight: 500;
  margin: 0;
  color: var(--text);
  line-height: 1.25;
}

.prod-trigger p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
}

@media (max-width: 720px) {
  .prod-triggers { grid-template-columns: 1fr; }
  .prod-trigger { padding: 20px 22px; }
}

/* ========================================
   Seção de jornada / etapas
   ======================================== */

.section--journey {
  position: relative;
  padding-top: 24px;
  padding-bottom: 64px;
}

.prod-journey {
  list-style: none;
  margin: 40px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 56px;
  row-gap: 28px;
  max-width: 920px;
  position: relative;
}

.prod-journey-step {
  position: relative;
  padding: 22px 26px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Zigzag: cada etapa em sua própria linha, alternando colunas */
.prod-journey-step:nth-child(1) { grid-column: 1; grid-row: 1; }
.prod-journey-step:nth-child(2) { grid-column: 2; grid-row: 2; }
.prod-journey-step:nth-child(3) { grid-column: 1; grid-row: 3; }
.prod-journey-step:nth-child(4) { grid-column: 2; grid-row: 4; }

.prod-journey-step-num {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--course, var(--teal));
  letter-spacing: 0.02em;
}

.prod-journey-step-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.0625rem;
  color: var(--text);
  line-height: 1.25;
}

.prod-journey-step-quote {
  margin: 4px 0 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
  font-style: italic;
}

/* Acento de cor (barrinha lateral) reforçando o lado em que a etapa está */
.prod-journey-step::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  width: 3px;
  border-radius: 3px;
  background: var(--course, var(--teal));
  opacity: 0.85;
}

.prod-journey-step:nth-child(odd)::before  { left: 0; }
.prod-journey-step:nth-child(even)::before { right: 0; }

.prod-journey-conclusion {
  margin: 56px auto 28px;
  max-width: 720px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-muted);
}

@media (max-width: 820px) {
  .prod-journey {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 14px;
    max-width: 520px;
  }
  .prod-journey-step:nth-child(1),
  .prod-journey-step:nth-child(2),
  .prod-journey-step:nth-child(3),
  .prod-journey-step:nth-child(4) {
    grid-column: 1;
    grid-row: auto;
  }
  .prod-journey-step::before { left: 0; right: auto; }
}

/* ========================================
   Seção "Antes vs. dentro do GDAV"
   ======================================== */

.section--shift { padding-top: 24px; padding-bottom: 72px; }

.prod-shift-quotes {
  margin: 32px auto 0;
  max-width: 820px;
  padding: 28px 32px;
  background: color-mix(in srgb, var(--course, var(--teal)) 6%, var(--bg-card));
  border: 1px solid color-mix(in srgb, var(--course, var(--teal)) 28%, var(--line));
  border-radius: var(--radius-lg);
}

.prod-shift-quotes-head {
  margin: 0 0 18px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.0625rem;
  color: var(--text);
}

.prod-shift-quotes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
}

.prod-shift-quotes-list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--text-muted);
  font-style: italic;
}

.prod-shift-quotes-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--course, var(--teal));
}

.prod-shift-bridge {
  margin: 44px 0 24px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--text);
}

.prod-shift-gains {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.prod-shift-gain {
  text-align: center;
  padding: 0 12px;
}

.prod-shift-gain strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.0625rem;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.3;
}

.prod-shift-gain p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.prod-shift-conclusion {
  margin: 48px auto 28px;
  max-width: 780px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
}

.prod-shift-conclusion em {
  color: var(--course, var(--teal));
  font-style: italic;
  font-weight: 600;
}

@media (max-width: 720px) {
  .prod-shift-quotes { padding: 22px 22px; }
  .prod-shift-quotes-list { grid-template-columns: 1fr; gap: 10px; }
}

/* Offset pro nav fixo quando o CTA de qualquer bloco rola até o pricing */
#precos { scroll-margin-top: 96px; }

/* ========================================
   Seção "Para quem é o GDAV"
   ======================================== */

.section--fit { padding-top: 24px; padding-bottom: 72px; }

.prod-fit-box {
  margin: 32px auto 0;
  max-width: 820px;
  padding: 36px 40px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.prod-fit-head {
  margin: 0 0 24px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.0625rem;
  color: var(--text);
}

.prod-fit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.prod-fit-item {
  text-align: center;
  padding: 0 8px;
}

.prod-fit-item strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.0625rem;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1.3;
}

.prod-fit-item p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.prod-fit-conclusion {
  margin: 36px auto 28px;
  max-width: 720px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text);
}

@media (max-width: 720px) {
  .prod-fit-box { padding: 26px 22px; }
}

/* ========== Utilidades · CTA centrado por seção ========== */
.section-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.lead--accent {
  margin-top: 14px;
  font-weight: 600;
  color: var(--text);
}

/* ========== Momentos de insegurança (4 cards) ========== */
.moments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 12px;
}

.moment-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--line);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.moment-card:hover {
  border-color: rgba(220, 42, 46, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.moment-card h3 {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  margin-bottom: 8px;
  color: var(--text);
  line-height: 1.3;
}

.moment-card p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 720px) {
  .moments-grid { grid-template-columns: 1fr; gap: 12px; }
}

/* ========== Método · 4 etapas em fluxo ========== */
.method-flow {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
  padding: 0;
  position: relative;
}

.method-stage {
  padding: 22px 26px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-left: 4px solid var(--c-gdetiv);
  width: 100%;
  max-width: 520px;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}

.method-stage:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.method-stage--right {
  align-self: flex-end;
}

.method-stage::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  border-right: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  bottom: -22px;
}

.method-stage--left::after {
  right: 32px;
  transform: rotate(-45deg);
}

.method-stage--right::after {
  left: 32px;
  transform: rotate(-135deg);
}

.method-stage:last-child::after { display: none; }

.method-stage-num {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-gdetiv-2);
  margin-bottom: 6px;
}

.method-stage h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  margin-bottom: 8px;
  color: var(--text);
}

.method-stage p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.5;
  margin: 0;
}

.method-flow-foot {
  text-align: center;
  margin: 32px auto 0;
  max-width: 640px;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.6;
}

@media (max-width: 720px) {
  .method-stage,
  .method-stage--right { align-self: stretch; max-width: 100%; }
  .method-stage::after { display: none; }
}

/* ========== Transformação · em vez de / você começa ========== */
.transform-block {
  margin-top: 24px;
}

.transform-from-title,
.transform-to-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--text);
  margin-bottom: 14px;
  text-align: center;
}

.transform-to-title { margin-top: 36px; }

.transform-from-list {
  list-style: none;
  padding: 22px 26px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px dashed var(--line);
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto;
}

.transform-from-list li {
  font-size: 0.9375rem;
  color: var(--text-muted);
  font-style: italic;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}

.transform-from-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--c-gdetiv-2);
  font-weight: 700;
  font-style: normal;
}

.transform-to-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 6px;
}

.transform-to-card {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-top: 3px solid var(--c-gdetiv);
  transition: transform 0.2s, box-shadow 0.2s;
}

.transform-to-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.transform-to-card h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  margin-bottom: 8px;
  color: var(--text);
  line-height: 1.35;
}

.transform-to-card p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

.transform-foot {
  text-align: center;
  margin: 32px auto 0;
  max-width: 680px;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.6;
}

@media (max-width: 720px) {
  .transform-to-list { grid-template-columns: 1fr; }
  .transform-from-list { padding: 18px 20px; }
}

/* ========== Audiência detalhada · O GDETIV é para você se ========== */
.audience-detailed {
  padding: 32px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--line);
  margin-top: 12px;
}

.audience-detailed-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin-bottom: 20px;
  color: var(--text);
  text-align: center;
}

.audience-detailed-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0;
}

.audience-detailed-list li {
  padding-left: 32px;
  position: relative;
}

.audience-detailed-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 9px;
  border-left: 2.5px solid var(--c-gdetiv);
  border-bottom: 2.5px solid var(--c-gdetiv);
  transform: rotate(-45deg);
}

.audience-detailed-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 4px;
  line-height: 1.35;
}

.audience-detailed-list span {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.audience-detailed-foot {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 720px) {
  .audience-detailed { padding: 22px 18px; }
}

/* ========== Vídeo destacado ========== */
.video-featured {
  max-width: 720px;
  margin: 8px auto 48px;
}

.video-featured-card {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  font-family: inherit;
  color: inherit;
  text-align: center;
  cursor: pointer;
}

.video-featured-thumb {
  position: relative;
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--bg-card);
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.video-featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.video-featured-card:hover .video-featured-thumb img {
  transform: scale(1.03);
}

.video-featured-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--featured-play-bg, rgba(220, 42, 46, 0.92));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: transform 0.2s, background 0.2s;
  box-shadow: 0 8px 24px var(--featured-play-shadow, rgba(220, 42, 46, 0.4));
}

.video-featured-play svg { margin-left: 4px; }

.video-featured-card:hover .video-featured-play {
  transform: scale(1.08);
  background: var(--featured-play-bg-hover, var(--c-gdetiv));
}

[data-course="gdav"] {
  --featured-play-bg: rgba(242, 129, 29, 0.92);
  --featured-play-bg-hover: var(--c-gdav);
  --featured-play-shadow: rgba(242, 129, 29, 0.4);
}

[data-course="ccd"] {
  --featured-play-bg: rgba(232, 154, 12, 0.92);
  --featured-play-bg-hover: var(--c-ccd);
  --featured-play-shadow: rgba(232, 154, 12, 0.4);
}

[data-course="ssa"] {
  --featured-play-bg: rgba(37, 99, 235, 0.92);
  --featured-play-bg-hover: var(--c-ssa);
  --featured-play-shadow: rgba(37, 99, 235, 0.4);
}

.video-featured-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 18px;
}

.video-featured-meta strong {
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--text);
}

.video-featured-meta span {
  font-size: 0.9375rem;
  color: var(--text-muted);
}

/* ========== Cabeçalho intermediário do carrossel ========== */
.video-carousel-head {
  text-align: center;
  margin: 16px 0 20px;
}

.video-carousel-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--text);
  margin-bottom: 4px;
}

.video-carousel-sub {
  font-size: 0.9375rem;
  color: var(--text-muted);
  margin: 0;
}
