/* Secções de vitrine — duovoicing.com.br (landing Google Ads) */
.home-vitrine {
  --ink: #2A2B28;
  --muted: #6b645a;
  --accent: #CFA668;
  --border: #e2d6c6;
  --surface: #ffffff;
}

/* Tamanho dos cards — igual ao feed Instagram (.insta-reel-card) */
:root {
  --home-reel-gap: 14px;
  --home-reel-pad-x: 5vw;
  --home-reel-card-w: max(240px, calc((100vw - (2 * var(--home-reel-pad-x)) - (2 * var(--home-reel-gap))) / 3));
}
@media (max-width: 900px) {
  :root {
    --home-reel-gap: 12px;
    --home-reel-pad-x: 4vw;
    --home-reel-card-w: max(220px, calc((100vw - (2 * var(--home-reel-pad-x)) - var(--home-reel-gap)) / 2));
  }
}
@media (max-width: 650px) {
  :root {
    --home-reel-pad-x: 6vw;
    --home-reel-card-w: max(210px, calc((100vw - (2 * var(--home-reel-pad-x))) * 0.88));
  }
}

/* ── Formações ── */
.formacoes-section {
  padding: 8rem 5vw;
  background: var(--bg-dark, #161715);
  color: var(--text-light, #E8E6E1);
}
.formacoes-inner { max-width: 1100px; margin: 0 auto; }

.formacoes-header {
  text-align: left;
  max-width: 720px;
  margin-bottom: 2.25rem;
}

.formacoes-header .section-label {
  margin-bottom: 1.25rem;
}

.formacoes-section h2 {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 300;
  margin-bottom: 1rem;
  line-height: 1.12;
  color: #E8E6E1;
}

.formacoes-line.reveal-line {
  margin: 0 0 1.5rem;
  width: 0;
}

.formacoes-line.reveal-line.is-revealed {
  width: 56px;
}

.formacoes-lead {
  margin: 0 0 1rem;
  font-family: var(--font-sans, 'DM Sans', sans-serif);
  font-size: clamp(1rem, 2vw, 1.12rem);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(232, 230, 225, 0.95);
}

.formacoes-body {
  margin: 0 0 1.5rem;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  font-weight: 300;
  line-height: 1.7;
  color: rgba(232, 230, 225, 0.82);
}

.formacoes-video-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 640px;
}

.formacoes-video-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  color: #CFA668;
  margin-top: 2px;
}

.formacoes-video-text {
  min-width: 0;
}

.formacoes-note-lead {
  margin: 0 0 8px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  color: #CFA668;
}

.formacoes-note-obs {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  color: rgba(232, 230, 225, 0.65);
}

.formacoes-carousel-wrap {
  margin-bottom: 0;
}

.formacoes-cta-wrap {
  text-align: center;
  margin-top: 2.5rem;
}

.formacoes-section .formacoes-carousel.pkg-carousel--reel-row {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.formacoes-section .formacao-label {
  display: block;
  max-width: var(--home-reel-card-w);
  margin: 8px auto 0;
  font-size: 11px;
  font-weight: 600;
  color: var(--accent, #CFA668);
  text-align: center;
  line-height: 1.35;
  padding: 0 4px;
}
.formacoes-section .formacao-title {
  display: block;
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: 1.05rem;
  font-style: italic;
  color: #fff;
  margin-top: 2px;
  max-width: var(--home-reel-card-w);
  margin-left: auto;
  margin-right: auto;
}
.formacoes-section .formacao-desc {
  display: block;
  font-size: 11px;
  color: rgba(232, 230, 225, 0.55);
  margin-top: 4px;
  line-height: 1.4;
  max-width: var(--home-reel-card-w);
  margin-left: auto;
  margin-right: auto;
}

/* ── Letreiro diferenciais (marquee) ── */
.diferenciais-block {
  background: #161715;
  color: #E8E6E1;
  padding: 0 0 2.5rem;
}

.diferenciais-head {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 5vw 1.25rem;
  text-align: center;
}

.diferenciais-head .section-label {
  color: #CFA668;
  margin-bottom: 1rem;
}

.diferenciais-head h2 {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 300;
  margin-bottom: 1rem;
  line-height: 1.15;
  color: #E8E6E1;
}

.diferenciais-head .reveal-line {
  background: #CFA668;
  margin: 0 auto;
}

.diferenciais-marquee {
  background: #121211;
  color: #f0eeea;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.formacoes-section {
  padding-bottom: 4rem;
}

@media (max-width: 650px) {
  .formacoes-section {
    padding-bottom: 2.5rem;
  }

  .diferenciais-head {
    padding: 1.5rem 5vw 1rem;
  }

  .diferenciais-head h2 {
    font-size: 1.75rem;
  }

  .diferenciais-block {
    padding-bottom: 1.75rem;
  }
}

.marquee-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  cursor: grab;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}

/* Antes do JS: animação CSS garante movimento automático */
.marquee-viewport:not(.marquee-viewport--ready) .marquee-track {
  animation: homeMarquee 36s linear infinite;
}

/* Desktop: JS controla scrollLeft */
.marquee-viewport.marquee-viewport--ready .marquee-track {
  animation: none;
  transform: none;
}

/* Mobile: animação CSS (scrollLeft programático falha no iOS) */
@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  .marquee-viewport.marquee-viewport--ready .marquee-track {
    animation: homeMarquee 32s linear infinite;
    transform: translateZ(0);
  }

  .marquee-viewport.is-user-active .marquee-track {
    animation-play-state: paused;
  }
}

.marquee-viewport::-webkit-scrollbar {
  display: none;
}

.marquee-viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.marquee-viewport.is-user-active {
  cursor: grab;
}

@keyframes homeMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.marquee-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  padding: 1.35rem 0;
  will-change: transform;
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  padding: 0 2.5rem;
}

.marquee-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  color: #CFA668;
}

.marquee-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.marquee-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.marquee-line1,
.marquee-line2 {
  display: block;
  font-family: var(--font-sans, 'DM Sans', sans-serif);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.35;
  color: rgba(240, 238, 234, 0.95);
  white-space: nowrap;
}

.marquee-divider {
  flex-shrink: 0;
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, 0.14);
  align-self: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 650px) {
  .marquee-track {
    padding: 1.1rem 0;
  }

  .marquee-item {
    gap: 10px;
    padding: 0 1.5rem;
  }

  .marquee-icon {
    width: 44px;
    height: 44px;
  }

  .marquee-line1,
  .marquee-line2 {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .marquee-divider {
    height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-viewport:not(.marquee-viewport--ready) .marquee-track,
  .marquee-viewport.marquee-viewport--ready .marquee-track {
    animation: none !important;
  }

  .marquee-track {
    flex-wrap: nowrap;
    width: max-content;
    padding: 1.25rem 0;
  }

  .marquee-viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }

  .marquee-item {
    padding: 0.75rem 1.25rem;
  }
}

/* ── Pagamento (sem valores) ── */
.pagamento-section {
  padding: 6rem 5vw;
  background: var(--bg-light, #F7F5F0);
  color: var(--text-main, #2A2B28);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.pagamento-inner { max-width: 960px; margin: 0 auto; text-align: center; }
.pagamento-section h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 300;
  margin-bottom: 2rem;
}
.pay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  text-align: center;
}
.pay-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 1.5rem 1rem 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.pay-card:hover {
  border-color: rgba(207, 166, 104, 0.28);
  box-shadow: 0 10px 28px rgba(42, 43, 40, 0.06);
  transform: translateY(-2px);
}
.pay-card--hl {
  border-color: rgba(207, 166, 104, 0.4);
  background: linear-gradient(180deg, #fffdf8 0%, #fff 100%);
  box-shadow: 0 8px 24px rgba(207, 166, 104, 0.1);
}
.pay-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #fffbf5;
  border: 1px solid rgba(207, 166, 104, 0.22);
  color: #CFA668;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pay-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}
.pay-card--hl .pay-icon {
  background: rgba(207, 166, 104, 0.14);
  border-color: rgba(207, 166, 104, 0.45);
  color: #b8924f;
}
.pay-card-type {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: #2A2B28;
  margin-bottom: 6px;
  line-height: 1.25;
}
.pay-card--hl .pay-card-type {
  color: #CFA668;
}
.pay-card-desc {
  font-size: 0.86rem;
  color: #666;
  font-weight: 300;
  line-height: 1.45;
  max-width: 220px;
}

/* ── FAQ ── */
.faq-section {
  padding: 6rem 5vw 8rem;
  background: var(--bg-light, #F7F5F0);
  color: var(--text-main, #2A2B28);
}
.faq-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.faq-section-label {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.faq-section h2 {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 300;
  margin-bottom: 1rem;
  line-height: 1.15;
}
.faq-intro {
  max-width: 520px;
  margin: 0 auto 2.5rem;
  font-size: 1rem;
  color: #666;
  font-weight: 300;
  line-height: 1.6;
  font-style: italic;
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.faq-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.faq-item:hover {
  border-color: rgba(207, 166, 104, 0.22);
}
.faq-item.is-open {
  border-color: rgba(207, 166, 104, 0.35);
  box-shadow: 0 10px 28px rgba(42, 43, 40, 0.06);
}
.faq-item.is-open .faq-q {
  color: #2A2B28;
}
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 400;
  color: #2A2B28;
  appearance: none;
  -webkit-appearance: none;
  transition: color 0.2s ease;
}
.faq-q-text {
  flex: 1;
  min-width: 0;
  line-height: 1.35;
}
.faq-q-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(207, 166, 104, 0.35);
  background: #fffbf5;
  color: #CFA668;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background 0.25s ease, border-color 0.25s ease;
}
.faq-item.is-open .faq-q-icon {
  transform: rotate(180deg);
  background: #CFA668;
  border-color: #CFA668;
  color: #fff;
}
.faq-a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.faq-item.is-open .faq-a-wrap {
  grid-template-rows: 1fr;
}
.faq-a {
  overflow: hidden;
  min-height: 0;
}
.faq-a p {
  margin: 0;
  padding: 16px 22px 20px;
  font-size: 0.95rem;
  color: #555;
  font-weight: 300;
  line-height: 1.7;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.faq-item.is-open .faq-a p {
  animation: faqFadeIn 0.35s ease;
}
@keyframes faqFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Próximos passos ── */
.passos-section {
  padding: 6rem 5vw;
  background: var(--bg-dark, #161715);
  color: var(--text-light, #E8E6E1);
  text-align: center;
}
.passos-inner { max-width: 720px; margin: 0 auto; }
.passos-section h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 300;
  margin-bottom: 2.5rem;
}
.passos-list {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.passos-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.passo-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(207, 166, 104, 0.45);
  color: var(--accent, #CFA668);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
}
.passo-body h3 {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 4px;
}
.passo-body p {
  font-size: 0.92rem;
  color: rgba(232, 230, 225, 0.6);
  font-weight: 300;
  line-height: 1.55;
}

/* ── CTA entre secções ── */
.section-cta {
  display: inline-block;
  margin-top: 2.5rem;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  border: 1px solid #CFA668;
  background: #CFA668;
  color: #161715;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.2s ease;
  cursor: pointer;
  font-family: var(--font-sans, 'DM Sans', sans-serif);
}
.section-cta:hover {
  background: transparent;
  color: #CFA668;
}
.section-cta--light {
  background: #2A2B28;
  border-color: #2A2B28;
  color: #F7F5F0;
}
.section-cta--light:hover {
  background: transparent;
  color: #2A2B28;
}

@media (max-width: 650px) {
  .formacoes-section,
  .passos-section { padding: 4.5rem 5vw; }

  /* Seções de apoio — menos padding, títulos menores, cards compactos */
  .home-section--support {
    padding: 2.75rem 5vw !important;
  }

  .home-section--support .section-label {
    font-size: 0.65rem;
    letter-spacing: 1.6px;
    margin-bottom: 0.65rem;
  }

  .home-section--support h2 {
    font-size: 1.75rem !important;
    margin-bottom: 1.1rem !important;
    line-height: 1.15;
  }

  .home-section--support .reveal-line {
    margin-bottom: 1rem;
  }

  .home-section--support .reveal-line.is-revealed {
    width: 44px;
  }

  /* Diferenciais — marquee (sem cards) */

  /* Pagamento — ícones lado a lado */
  .pagamento-section .pay-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .pagamento-section .pay-card {
    padding: 1rem 0.55rem 0.9rem;
    border-radius: 14px;
  }

  .pagamento-section .pay-card:hover {
    transform: none;
    box-shadow: none;
  }

  .pagamento-section .pay-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 0.65rem;
  }

  .pagamento-section .pay-icon svg {
    width: 24px;
    height: 24px;
  }

  .pagamento-section .pay-card-type {
    font-size: 0.92rem;
    margin-bottom: 4px;
  }

  .pagamento-section .pay-card-desc {
    font-size: 0.72rem;
    line-height: 1.35;
    max-width: none;
  }

  /* FAQ */
  .faq-section .faq-intro {
    font-size: 0.88rem;
    margin-bottom: 1.35rem;
    line-height: 1.5;
  }

  .faq-section .faq-list {
    gap: 7px;
  }

  .faq-section .faq-item {
    border-radius: 12px;
  }

  .faq-section .faq-q {
    padding: 14px 14px;
    gap: 10px;
    font-size: 0.98rem;
  }

  .faq-section .faq-q-icon {
    width: 26px;
    height: 26px;
  }

  .faq-section .faq-q-icon svg {
    width: 14px;
    height: 14px;
  }

  .faq-section .faq-a p {
    padding: 12px 14px 14px;
    font-size: 0.86rem;
    line-height: 1.55;
  }
}

/* Carrosséis — tamanho Instagram, sem quebrar layout */
.formacoes-section,
.home-depo-bosque.incluso-section {
  overflow-x: clip;
}

.formacoes-section .home-reel-strip,
.home-depo-bosque .home-reel-strip {
  margin-inline: -5vw;
  padding-inline: 5vw;
}

@media (max-width: 900px) {
  .formacoes-section .home-reel-strip,
  .home-depo-bosque .home-reel-strip {
    margin-inline: -4vw;
    padding-inline: 4vw;
  }
}

@media (max-width: 650px) {
  .formacoes-section .home-reel-strip,
  .home-depo-bosque .home-reel-strip {
    margin-inline: -5vw;
    padding-inline: 5vw;
  }
}

.formacoes-section .formacoes-carousel,
.home-depo-bosque .dv-depoimento-carousel {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 8px;
  box-sizing: border-box;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.formacoes-section .pkg-carousel.pkg-carousel--reel-row,
.home-depo-bosque .pkg-carousel.pkg-carousel--reel-row {
  overflow-x: auto !important;
  overflow-y: visible !important;
  width: 100%;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  cursor: grab;
}
.formacoes-section .pkg-carousel--reel-row.is-dragging,
.home-depo-bosque .pkg-carousel--reel-row.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
.formacoes-section .pkg-carousel--reel-row::-webkit-scrollbar,
.home-depo-bosque .pkg-carousel--reel-row::-webkit-scrollbar { display: none; }
.formacoes-section .pkg-carousel--reel-row .pkg-carousel-track,
.home-depo-bosque .pkg-carousel--reel-row .pkg-carousel-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: var(--home-reel-gap);
  width: max-content !important;
  transform: none !important;
  padding: 4px 0 8px;
  user-select: none;
  -webkit-user-select: none;
}
.formacoes-section .pkg-carousel--reel-row .pkg-carousel-slide,
.home-depo-bosque .pkg-carousel--reel-row .pkg-carousel-slide {
  flex: 0 0 auto;
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: transform 0.45s cubic-bezier(0.22, 0.9, 0.32, 1), filter 0.45s ease, opacity 0.45s ease;
  transform: scale(0.9);
  filter: blur(2px) brightness(0.97);
}
.formacoes-section .pkg-carousel--focus,
.home-depo-bosque .pkg-carousel--focus {
  scroll-padding-inline: calc(50% - var(--home-reel-card-w) / 2);
  padding-top: 6px;
  padding-bottom: 10px;
}
.formacoes-section .pkg-carousel--focus .pkg-carousel-track,
.home-depo-bosque .pkg-carousel--focus .pkg-carousel-track {
  padding-inline: calc(50% - var(--home-reel-card-w) / 2);
  align-items: center;
}
.formacoes-section .pkg-carousel--focus .pkg-carousel-slide.is-focused,
.home-depo-bosque .pkg-carousel--focus .pkg-carousel-slide.is-focused {
  transform: scale(1);
  filter: blur(0) brightness(1);
  z-index: 4;
}
.formacoes-section .pkg-carousel--focus .pkg-carousel-slide.is-near,
.home-depo-bosque .pkg-carousel--focus .pkg-carousel-slide.is-near {
  transform: scale(0.95);
  filter: blur(1px) brightness(1);
}
.formacoes-section .pkg-carousel--reel-row .dv-phone-frame,
.home-depo-bosque .pkg-carousel--reel-row .dv-phone-frame {
  width: var(--home-reel-card-w);
  max-height: none;
  aspect-ratio: 9 / 16;
  height: auto;
  flex-shrink: 0;
  cursor: inherit;
}
.formacoes-section .dv-phone-frame__el,
.formacoes-section .pkg-carousel--reel-row .dv-phone-frame video,
.home-depo-bosque .pkg-carousel--reel-row .dv-phone-frame__el,
.home-depo-bosque .pkg-carousel--reel-row .dv-phone-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: transparent;
  pointer-events: auto;
}
@media (max-width: 650px) {
  .formacoes-header {
    margin-bottom: 1.75rem;
  }

  .formacoes-section h2 {
    font-size: clamp(1.85rem, 7vw, 2.5rem);
  }

  .formacoes-lead {
    font-size: 0.98rem;
  }

  .formacoes-body {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
  }

  .formacoes-note-lead {
    font-size: 0.88rem;
  }

  .formacoes-note-obs {
    font-size: 0.82rem;
  }

  .formacoes-cta-wrap {
    margin-top: 2rem;
  }
}

/* ── Moldura em neblina — bordas desfocadas nas fotos/vídeos ── */
:root {
  --dv-mist-mask: radial-gradient(
    ellipse 94% 92% at 50% 46%,
    #000 26%,
    rgba(0, 0, 0, 0.94) 44%,
    rgba(0, 0, 0, 0.72) 58%,
    rgba(0, 0, 0, 0.38) 72%,
    rgba(0, 0, 0, 0.12) 84%,
    transparent 100%
  );
  /* Fotos do duo — fade longo, sem “recorte” de figurinha */
  --dv-mist-mask-photo: radial-gradient(
    ellipse 72% 70% at 50% 50%,
    #000 52%,
    rgba(0, 0, 0, 0.97) 60%,
    rgba(0, 0, 0, 0.9) 66%,
    rgba(0, 0, 0, 0.78) 72%,
    rgba(0, 0, 0, 0.58) 78%,
    rgba(0, 0, 0, 0.36) 84%,
    rgba(0, 0, 0, 0.18) 90%,
    rgba(0, 0, 0, 0.06) 95%,
    transparent 100%
  );
}

.dv-mist-frame {
  border: none !important;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.dv-mist-frame > img,
.dv-mist-frame > video,
.dv-mist-frame .dv-mist-media,
.dv-mist-frame .dv-phone-frame__el {
  -webkit-mask-image: var(--dv-mist-mask);
  mask-image: var(--dv-mist-mask);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.duo-photo.dv-mist-frame > img,
.profile-photo.dv-mist-frame > img {
  -webkit-mask-image: var(--dv-mist-mask-photo);
  mask-image: var(--dv-mist-mask-photo);
  -webkit-mask-size: 132% 132%;
  mask-size: 132% 132%;
}

.formacoes-section .pkg-carousel--reel-row .dv-phone-frame.dv-mist-frame video,
.formacoes-section .pkg-carousel--reel-row .dv-phone-frame.dv-mist-frame .dv-phone-frame__el {
  filter: drop-shadow(0 14px 32px rgba(42, 43, 40, 0.14));
}

/* Depoimentos: fundo claro — sem máscara/neblina (evita halo esbranquiçado) */
.home-depo-bosque .dv-phone-frame video,
.home-depo-bosque .dv-phone-frame .dv-phone-frame__el {
  -webkit-mask-image: none;
  mask-image: none;
  filter: none;
}

.formacoes-section .pkg-carousel--reel-row .dv-phone-frame.dv-mist-frame video,
.formacoes-section .pkg-carousel--reel-row .dv-phone-frame.dv-mist-frame .dv-phone-frame__el {
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.42));
}

.hero .insta-reel-card.dv-mist-frame > video {
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.5));
}

.hero .insta-reel-card.dv-mist-frame.is-hero-focus > video {
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.58));
}
