/* ═══════════════════════════════════════════════════════════════════
   REVIT ESTRUTURAL — estilos específicos do curso (carregado após style.css)
   ═══════════════════════════════════════════════════════════════════ */

/* ─── Quebras de texto equilibradas (anti-órfão) ─── */
h1, h2, h3, h4,
.course-title,
.hero-course__title,
.creators-title,
.creator-name,
.pricing-includes,
.learn-item h3,
.why-card h3,
.module-card h3,
.course-community h2,
.course-final h2 {
  text-wrap: balance;
}
p,
.hero-course__lede,
.hero-course__tagline,
.course-subtitle,
.creator-bio,
.card__body,
.card__tagline,
.card__points li,
.learn-item p,
.why-card p,
.module-card p,
.faq-item p,
.dynamo-extra,
.gallery-caption {
  text-wrap: pretty;
}

.topnav-sticky {
  position: sticky;
  top: 0;
  z-index: 60;
}

/* ═══ URGENCY STRIP (topo do sticky header) ═══ */
.urgency-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 0.55rem 1rem;
  background: linear-gradient(90deg, rgba(232, 82, 26, 0.92), rgba(255, 122, 26, 0.92), rgba(232, 82, 26, 0.92));
  backdrop-filter: blur(14px);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-bottom: 1px solid rgba(255, 122, 26, 0.4);
  flex-wrap: wrap;
}
.urgency-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.urgency-item svg { color: #fff; opacity: 0.95; flex-shrink: 0; }
.urgency-item strong { color: #ffe8a3; font-weight: 800; }
.urgency-item--fire svg {
  animation: fire-pulse 1.3s ease-in-out infinite;
}
@keyframes fire-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}
.urgency-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
}
.urgency-divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
}

/* Countdown compacto dentro da strip */
.topnav-countdown { gap: 0.2rem; }
.topnav-countdown .countdown-block {
  padding: 0.15rem 0.45rem;
  background: rgba(10, 10, 11, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  gap: 0.15rem;
}
.topnav-countdown .cd-num {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  min-width: 1.75ch;
  letter-spacing: 0;
}
.topnav-countdown .cd-unit {
  font-size: 0.58rem;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.04em;
}
.topnav-countdown .cd-sep {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
}

@media (max-width: 900px) {
  .urgency-strip { gap: 0.75rem; font-size: 0.72rem; padding: 0.5rem 0.75rem; }
  .urgency-divider { height: 16px; }
  .urgency-item:nth-child(5) { display: none; }
}
@media (max-width: 560px) {
  .urgency-strip { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; flex-wrap: nowrap; }
  .urgency-strip::-webkit-scrollbar { display: none; }
}

.topnav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.5rem;
  background: rgba(10, 10, 11, 0.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.topnav__brand { display: flex; align-items: center; gap: 0.6rem; font-weight: 700; color: var(--text); }
.topnav__brand img { height: 32px; width: auto; object-fit: contain; }
.topnav__cta {
  padding: 0.65rem 1.25rem; border-radius: 100px;
  background: var(--gold); color: var(--bg);
  font-weight: 600; font-size: 0.88rem;
  transition: background 0.25s, transform 0.2s;
}
.topnav__cta:hover { background: var(--gold-hover); transform: translateY(-2px); }

.hero--course {
  min-height: auto; padding: 3.5rem 1.5rem 4rem;
  text-align: left; display: block;
}
.hero-bg__glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(255, 122, 26,0.18), transparent 55%),
    radial-gradient(ellipse at 10% 80%, rgba(255, 122, 26,0.08), transparent 50%);
  pointer-events: none;
}
.hero-course {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero-course__text { text-align: left; }
.hero-course__logo { width: min(280px, 80%); margin-bottom: 1.5rem; }
.hero-course__title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800; line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0.75rem 0 1.25rem;
  color: var(--text); text-align: left;
}
.hero-course__title .hero-accent { color: var(--gold); }
.hero-course__lede {
  font-size: 1rem; color: var(--text-2);
  max-width: 52ch; line-height: 1.6;
  margin-bottom: 1.75rem; text-align: left;
}
.hero-course__bullets {
  list-style: none; display: flex; flex-direction: column;
  gap: 0.6rem; margin-bottom: 2rem; padding: 0;
}
.hero-course__bullets li {
  font-size: 0.95rem; color: var(--text-2);
  display: flex; align-items: center; gap: 0.75rem;
}
.bullet-check {
  color: var(--gold); font-weight: 700;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold-soft);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
}
.hero-course__ctas {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0.5rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero-course__tagline {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 3rem auto 0.5rem;
  text-align: center;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
  letter-spacing: -0.01em;
  padding: 0 1.5rem;
  text-wrap: balance;
}
@media (max-width: 560px) {
  .hero-course__tagline br { display: none; }
  .hero-course__tagline { font-size: 1.05rem; max-width: 520px; }
}
.hero-course__secondary {
  font-weight: 600; font-size: 0.9rem; color: var(--text-2);
  padding: 0.85rem 1.5rem;
  border: 1px solid var(--border-strong);
  border-radius: 100px;
  transition: color 0.25s, border-color 0.25s;
}
.hero-course__secondary:hover { color: var(--gold); border-color: var(--gold); }

.hero-course__media {
  position: relative; border-radius: 16px; overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.6);
  border: 1px solid var(--border);
}
.hero-course__media img { width: 100%; height: auto; display: block; }
.hero-course__media--logo {
  background: transparent;
  box-shadow: none;
  border: none;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.hero-course__media--logo { position: relative; }
.hero-course__media--logo img {
  max-width: 100%;
  width: 100%;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,0.6));
}
.hero-logo-badge {
  position: absolute;
  left: 50%;
  bottom: -4%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.1rem;
  border-radius: 100px;
  background: rgba(10, 10, 11, 0.88);
  backdrop-filter: blur(10px);
  color: var(--text);
  border: 1px solid rgba(255, 122, 26, 0.5);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(255, 122, 26, 0.25), 0 0 0 1px rgba(255, 122, 26, 0.12);
  z-index: 10;
  animation: badge-pulse 1.8s ease-in-out infinite;
}
@keyframes badge-pulse {
  0%, 100% {
    box-shadow: 0 10px 30px rgba(255, 122, 26, 0.25), 0 0 0 1px rgba(255, 122, 26, 0.12), 0 0 0 0 rgba(255, 122, 26, 0.55);
    border-color: rgba(255, 122, 26, 0.5);
  }
  50% {
    box-shadow: 0 12px 40px rgba(255, 122, 26, 0.4), 0 0 0 1px rgba(255, 122, 26, 0.3), 0 0 0 10px rgba(255, 122, 26, 0);
    border-color: rgba(255, 196, 61, 0.9);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-logo-badge { animation: none; }
}
.hero-logo-badge svg { color: var(--gold); }
.hero-logo-badge strong { color: var(--gold); font-weight: 800; }
.hero-course__badge {
  position: absolute; left: 1.25rem; bottom: 1.25rem;
  background: rgba(10,10,11,0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 122, 26,0.3);
  padding: 0.85rem 1.15rem; border-radius: 12px;
  display: flex; align-items: center; gap: 0.85rem;
}
.badge-num {
  font-size: 2rem; font-weight: 800;
  color: var(--gold); letter-spacing: -0.04em; line-height: 1;
}
.badge-label { font-size: 0.75rem; color: var(--text-2); line-height: 1.35; }

@media (max-width: 900px) {
  .hero-course { grid-template-columns: 1fr; }
  .hero-course__text { order: 1; }
  .hero-course__media { order: 2; }
}

.benefits-strip {
  max-width: 1200px; margin: 0 auto; padding: 0;
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border);
  border-radius: 14px; overflow: hidden;
}
.bstrip-item {
  background: var(--bg-2);
  padding: 1.5rem 1rem; text-align: center;
  display: flex; flex-direction: column; gap: 0.35rem;
}
.bstrip-num {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800; color: var(--gold);
  letter-spacing: -0.03em; line-height: 1;
}
.bstrip-label { font-size: 0.75rem; color: var(--text-3); letter-spacing: 0.04em; }
@media (max-width: 960px) { .benefits-strip { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .benefits-strip { grid-template-columns: repeat(2, 1fr); } }

.course-section { max-width: 1200px; margin: 0 auto; padding: 3rem 1.5rem; scroll-margin-top: 80px; }
.course-head {
  text-align: center; max-width: 800px; margin: 0 auto 2rem;
  display: flex; flex-direction: column; align-items: center; gap: 0.75rem;
}
.course-eyebrow {
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold);
}
.course-title {
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700; line-height: 1.1;
  letter-spacing: -0.03em; color: var(--text);
}
.course-rule {
  display: block; width: 40px; height: 2px;
  background: var(--gold); margin-top: 0.5rem;
}
.course-subtitle {
  color: var(--text-2);
  font-size: 1rem;
  line-height: 1.5;
  max-width: 56ch;
  margin-top: 1rem;
  text-align: center;
}

/* ═══ SNAP SCROLL GALLERY ═══ */
.snap-gallery {
  position: relative;
  padding: 0 clamp(0.5rem, 3vw, 2rem);
}
.snap-strip {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 1rem 1rem 1.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.snap-strip::-webkit-scrollbar { display: none; }

.snap-slide {
  flex: 0 0 auto;
  scroll-snap-align: center;
  width: min(1000px, 88vw);
  aspect-ratio: 1.414 / 1;
  background: var(--bg-2);
  border: 1px solid var(--border-strong);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.55);
  transition: transform 0.4s var(--ease), border-color 0.3s;
}
.snap-slide:hover {
  border-color: rgba(255, 122, 26, 0.4);
}
.snap-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  display: block;
}

.snap-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  background: rgba(10, 10, 11, 0.85);
  backdrop-filter: blur(8px);
  color: var(--text); cursor: pointer;
  transition: all 0.2s var(--ease);
}
.snap-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-soft);
}
.snap-btn svg { width: 20px; height: 20px; }
.snap-prev { left: 0.5rem; }
.snap-next { right: 0.5rem; }

.snap-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.snap-dot {
  width: 32px; height: 4px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.15);
  transition: background 0.3s, width 0.3s;
  cursor: pointer;
}
.snap-dot.is-active {
  background: var(--gold);
  width: 48px;
}

@media (max-width: 600px) {
  .snap-btn { display: none; }
  .snap-slide { width: 88vw; }
}

/* ═══ Section CTA (botão como último item da seção) ═══ */
.section-cta {
  display: flex;
  justify-content: center;
  margin: 1.25rem 0 -1.5rem;
}
.section-cta .hero-cta {
  padding: 0.85rem 1.85rem;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
}

/* ═══ MID CTA (após depoimentos em vídeo) ═══ */
.mid-cta {
  max-width: 720px;
  margin: 3rem auto 0;
  text-align: center;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}
.mid-cta__title {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0;
}
.mid-cta__sub {
  font-size: 1.05rem;
  color: var(--text-2);
  margin: 0 0 1rem;
}
.mid-cta__sub strong { color: var(--gold); font-weight: 700; }
.mid-cta__btn { margin-top: 0.25rem; }

/* ═══ YT EMBEDS — depoimentos em vídeo ═══ */
.yt-embeds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}
.yt-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #000;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
  transition: border-color 0.3s, transform 0.3s var(--ease);
}
.yt-embed:hover {
  border-color: rgba(255, 122, 26, 0.45);
  transform: translateY(-3px);
}
.yt-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.yt-embed img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.yt-embed:hover img { transform: scale(1.05); }
.yt-embed__play {
  position: absolute;
  top: 1rem; left: 1rem;
  transform: none;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 122, 26, 0.95);
  color: #0a0a0b;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.55), 0 0 0 4px rgba(255, 122, 26, 0.22);
  transition: transform 0.3s var(--ease), background 0.3s;
  z-index: 2;
}
.yt-embed__play svg { width: 24px; height: 24px; margin-left: 2px; }
.yt-embed:hover .yt-embed__play {
  transform: scale(1.1);
  background: var(--gold);
}
.yt-embed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.4));
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 900px) {
  .yt-embeds { grid-template-columns: 1fr; max-width: 640px; gap: 1rem; }
}

/* ═══ POOL VIDEO (estilizado) ═══ */
.pool-video {
  max-width: 880px;
  margin: 3rem auto 0;
  text-align: center;
}
.pool-video__frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  padding: 3px;
  background:
    linear-gradient(var(--bg), var(--bg)) padding-box,
    linear-gradient(135deg, #ffd24a 0%, #ff7a1a 50%, #e8521a 100%) border-box;
  border: 3px solid transparent;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 122, 26, 0.15),
    0 0 80px rgba(255, 122, 26, 0.15);
  isolation: isolate;
}
.pool-video__glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(ellipse at center, rgba(255, 122, 26, 0.35), transparent 60%);
  z-index: -1;
  filter: blur(24px);
  pointer-events: none;
}
.pool-video__el {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 21px;
  background: var(--bg);
}
.pool-video__caption {
  margin-top: 1rem;
  font-size: 0.88rem;
  color: var(--text-3);
  letter-spacing: 0.04em;
  font-style: italic;
}
.moega-feature .pool-video__frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 21px;
}
.moega-feature { margin-top: 3rem; }
.moega-caption {
  margin-top: 1.25rem;
  text-align: center;
}
.moega-caption h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 0.4rem;
}
.moega-caption p {
  font-size: 1rem;
  color: var(--gold);
  font-weight: 600;
  margin: 0;
}

/* ═══ COVERFLOW CAROUSEL ═══ */
.coverflow {
  position: relative; overflow: hidden; padding: 0; perspective: 1200px;
}
.coverflow::before, .coverflow::after {
  content: ''; position: absolute; top: 0; bottom: 0;
  width: clamp(3rem, 10vw, 8rem); z-index: 4; pointer-events: none;
}
.coverflow::before { left: 0; background: linear-gradient(to right, var(--bg), transparent); }
.coverflow::after { right: 0; background: linear-gradient(to left, var(--bg), transparent); }

.coverflow-track {
  display: flex; align-items: center; justify-content: center;
  position: relative; height: 640px;
}
.coverflow-slide {
  position: absolute; width: 780px; max-width: 60vw;
  max-height: 100%;
  border-radius: 12px; overflow: hidden;
  border: 1px solid var(--border-strong);
  background: var(--bg-2);
  box-shadow: 0 12px 48px rgba(0,0,0,0.55);
  transition: all 0.55s var(--ease);
  cursor: pointer; will-change: transform, opacity;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coverflow-slide img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.coverflow-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  background: rgba(10, 10, 11, 0.8);
  backdrop-filter: blur(8px);
  color: var(--text-2); cursor: pointer;
  transition: all 0.2s var(--ease);
}
.coverflow-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-soft);
}
.coverflow-btn svg { width: 20px; height: 20px; }
.coverflow-prev { left: clamp(1rem, 4vw, 3rem); }
.coverflow-next { right: clamp(1rem, 4vw, 3rem); }

@media (max-width: 900px) {
  .coverflow-track { height: 480px; }
  .coverflow-slide { width: 520px; }
}
@media (max-width: 600px) {
  .coverflow-track { height: 340px; }
  .coverflow-slide { width: 320px; max-width: 78vw; }
  .coverflow-btn { width: 40px; height: 40px; }
}

/* ═══ MARQUEE DEPOIMENTOS — wall of love horizontal infinito ═══ */
.tm-marquee {
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.tm-track {
  display: flex;
  align-items: flex-end;
  gap: 1.25rem;
  width: max-content;
  animation: tm-slide 80s linear infinite;
}
.tm-marquee:hover .tm-track { animation-play-state: paused; }

.tm-card {
  flex: 0 0 auto;
  width: 300px;
  height: 480px;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: var(--tm-bg-color, #0f0f11);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s var(--ease), border-color 0.3s, background 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tm-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 122, 26, 0.45);
}
.tm-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@keyframes tm-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (max-width: 600px) {
  .tm-card { width: 240px; height: 400px; }
  .tm-track { animation-duration: 60s; }
}
@media (prefers-reduced-motion: reduce) {
  .tm-track { animation: none; }
}

.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem; margin-bottom: 2rem;
}
.gallery-grid figure {
  border: 1px solid var(--border); border-radius: 10px;
  overflow: hidden; background: var(--bg-2);
  transition: border-color 0.3s, transform 0.3s var(--ease);
}
.gallery-grid figure:hover { border-color: rgba(255, 122, 26,0.4); transform: translateY(-3px); }
.gallery-grid img { width: 100%; height: auto; display: block; }
.gallery-caption { text-align: center; color: var(--text-3); font-size: 0.9rem; font-style: italic; margin-top: 1.5rem; }
@media (max-width: 760px) { .gallery-grid { grid-template-columns: 1fr; } }

/* ═══ MOSAIC EDITORIAL (hero + 2 side) + STACK + lightbox ═══ */
.mosaic-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
}
.mosaic-hero { height: 100%; }
.mosaic-side {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.mosaic-side .stack-item { flex: 1; min-height: 0; }
.mosaic-side .stack-item img { height: 100%; object-fit: cover; }
@media (max-width: 760px) {
  .mosaic-gallery { grid-template-columns: 1fr; }
  .mosaic-side { flex-direction: row; }
  .mosaic-side .stack-item img { object-fit: cover; aspect-ratio: 4/3; }
}

.stack-gallery {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.stack-item {
  position: relative;
  background: #fff;
  border: 1px solid var(--border-strong);
  border-radius: 14px;
  overflow: hidden;
  cursor: zoom-in;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
  transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.3s;
}
.stack-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 122, 26, 0.5);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 122, 26, 0.2);
}
.stack-item img {
  width: 100%;
  height: auto;
  display: block;
}
.stack-zoom {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.9rem;
  background: rgba(10, 10, 11, 0.85);
  backdrop-filter: blur(8px);
  color: var(--gold);
  border: 1px solid rgba(255, 122, 26, 0.4);
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s, transform 0.3s var(--ease);
  pointer-events: none;
}
.stack-item:hover .stack-zoom {
  opacity: 1;
  transform: translateY(0);
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(5, 5, 7, 0.96);
  backdrop-filter: blur(6px);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  cursor: zoom-out;
  animation: lb-fade 0.25s ease-out;
}
.lightbox.is-open { display: flex; }
.lightbox__img {
  max-width: 95vw;
  max-height: 92vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
}
.lightbox__close {
  position: fixed;
  top: 1.25rem; right: 1.25rem;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  border: 1px solid var(--border-strong);
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
  z-index: 1000;
}
.lightbox__close:hover {
  background: var(--gold);
  color: var(--bg);
  border-color: var(--gold);
}
@keyframes lb-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
body.lb-locked { overflow: hidden; }

.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.why-card {
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: 14px; padding: 1.75rem;
  transition: border-color 0.3s, transform 0.3s var(--ease);
}
.why-card:hover { border-color: rgba(255, 122, 26,0.35); transform: translateY(-3px); }
.why-icon {
  width: 48px; height: 48px; margin-bottom: 1rem;
  filter: drop-shadow(0 0 20px rgba(255, 122, 26,0.3));
}
.why-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.18), rgba(255, 196, 61, 0.08));
  border: 1px solid rgba(255, 122, 26, 0.35);
  color: var(--gold);
  margin-bottom: 1rem;
  box-shadow: 0 0 24px rgba(255, 122, 26, 0.2);
}
.why-icon-svg {
  width: 28px;
  height: 28px;
}
.why-card h3 {
  font-size: 1.25rem; font-weight: 700;
  color: var(--text); margin-bottom: 0.6rem;
  letter-spacing: -0.02em;
}
.why-card p { font-size: 0.92rem; color: var(--text-2); line-height: 1.6; }
@media (max-width: 720px) { .why-grid { grid-template-columns: 1fr; } }

.learn-videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.learn-video {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s var(--ease);
  display: flex;
  flex-direction: column;
}
.learn-video:hover { border-color: rgba(255, 122, 26, 0.4); transform: translateY(-3px); }
.learn-video__el {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  background: var(--bg-3);
  display: block;
}
.learn-video figcaption {
  padding: 0.9rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  text-align: center;
  border-top: 1px solid var(--border);
}
@media (max-width: 800px) { .learn-videos { grid-template-columns: 1fr; } }

.learn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.learn-item {
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: 12px; padding: 1.5rem 1.25rem;
  transition: border-color 0.3s, transform 0.3s var(--ease);
  position: relative;
}
.learn-item:hover { border-color: rgba(255, 122, 26,0.35); transform: translateY(-3px); }
.learn-num {
  font-size: 2.75rem; font-weight: 800;
  letter-spacing: -0.04em; line-height: 1;
  display: block; margin-bottom: 0.6rem;
  background: linear-gradient(135deg, #ffd24a 0%, #ff7a1a 50%, #e8521a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 0 30px rgba(255, 122, 26, 0.25);
  filter: drop-shadow(0 2px 12px rgba(255, 122, 26, 0.35));
}
.learn-item h3 {
  font-size: 1rem; font-weight: 700;
  color: var(--text); margin-bottom: 0.4rem; line-height: 1.25;
}
.learn-item p { font-size: 0.85rem; color: var(--text-2); line-height: 1.55; }
@media (max-width: 900px) { .learn-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .learn-grid { grid-template-columns: 1fr; } }

.modules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.module-card {
  display: flex; gap: 1.25rem;
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: 14px; overflow: hidden;
  transition: border-color 0.3s, transform 0.3s var(--ease);
}
.module-card:hover { border-color: rgba(255, 122, 26,0.4); transform: translateY(-3px); }
.module-thumb {
  width: 260px;
  flex-shrink: 0;
  background: #ffffff;
  align-self: stretch;
  min-height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.module-body {
  padding: 1.5rem 1.5rem 1.5rem 0;
  display: flex; flex-direction: column; justify-content: center;
}
.module-num {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.4rem;
}
.module-num--new {
  color: var(--text); background: var(--gold-soft);
  padding: 0.2rem 0.6rem; border-radius: 4px; width: fit-content;
}
.module-card h3 {
  font-size: 1.25rem; font-weight: 700; color: var(--text);
  letter-spacing: -0.02em; margin-bottom: 0.5rem;
}
.module-card p { font-size: 0.88rem; color: var(--text-2); line-height: 1.5; }
.module-card--upcoming { opacity: 0.75; }
@media (max-width: 720px) {
  .modules-grid { grid-template-columns: 1fr; }
  .module-card { flex-direction: column; }
  .module-thumb { width: 100%; aspect-ratio: 16/9; }
  .module-body { padding: 1.25rem; }
}

.dynamo-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem; margin-bottom: 1.5rem;
}
.dynamo-item {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s var(--ease);
}
.dynamo-item:hover { transform: translateY(-4px); }
.dynamo-item img {
  width: 75%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
  background: transparent;
  display: block;
  transition: filter 0.3s var(--ease);
}
.dynamo-item:hover img { filter: drop-shadow(0 8px 20px rgba(255, 122, 26, 0.35)); }
.dynamo-item span {
  margin-top: 0.9rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.005em;
}
.dynamo-subhead {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin: 2.5rem 0 1.25rem;
  letter-spacing: -0.015em;
}
.dynamo-subhead::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: var(--gold);
  margin: 0.65rem auto 0;
}
.dynamo-videos {
  margin-bottom: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  gap: 1.5rem;
}
.dynamo-videos .learn-video {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  display: block;
}
.dynamo-videos .learn-video__el {
  aspect-ratio: 16 / 10;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #0a0a0b;
  border-radius: 20px !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  display: block;
}
@media (max-width: 640px) {
  .dynamo-videos { grid-template-columns: 1fr; max-width: 520px; }
}

.dynamo-extra { text-align: center; color: var(--text-2); font-size: 1rem; padding: 1rem 0 0.25rem; }
.dynamo-extra strong { color: var(--gold); }
.dynamo-note {
  text-align: center;
  color: var(--text-3);
  font-size: 0.9rem;
  font-style: italic;
  max-width: 58ch;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
@media (max-width: 800px) { .dynamo-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 440px) { .dynamo-grid { grid-template-columns: 1fr; } }

.students-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.85rem;
}
.students-grid figure {
  border: 1px solid var(--border); border-radius: 10px;
  overflow: hidden; background: var(--bg-2); aspect-ratio: 4/3;
  transition: border-color 0.3s, transform 0.3s var(--ease);
}
.students-grid figure:hover { border-color: rgba(255, 122, 26,0.4); transform: scale(1.02); }
.students-grid img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .students-grid { grid-template-columns: repeat(2, 1fr); } }

/* ═══ SECTION LIGHT — fundo branco full-width ═══ */
.section-light {
  background: #ffffff;
  box-shadow: 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax);
  color: #0a0a0b;
}
.section-light .course-title,
.section-light .course-title * { color: #0a0a0b; }
.section-light .course-subtitle { color: #444; }
.section-light .course-eyebrow { color: var(--fire-deep); }
.section-light .course-rule { background: var(--fire-deep); }

/* ═══ TEMPLATE — pranchas empilhadas vertical ═══ */
.tpl-panels {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.tpl-panel {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: var(--bg-2);
  border: 1px solid var(--border);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s var(--ease);
  display: block;
}
.tpl-panel:hover {
  border-color: rgba(255, 122, 26, 0.5);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 122, 26, 0.2);
  transform: translateY(-2px);
}
.tpl-panel__img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  max-height: 520px;
  margin: 0 auto;
  background: #ffffff;
}
.tpl-panel__overlay { display: none; }
.tpl-panel__label {
  padding: 1.5rem 1.75rem;
  border-top: 1px solid var(--border);
  background: var(--bg-3);
}
.tpl-panel__num {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 0.4rem;
}
.tpl-panel h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--text);
  margin-bottom: 0.45rem;
}
.tpl-panel p {
  color: var(--text-2);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}

/* ═══ Dynamo em fundo branco — override ═══ */
.course-dynamo.section-light .dynamo-item {
  background: #fafafa;
  border-color: #e8e8e8;
}
.course-dynamo.section-light .dynamo-item:hover {
  border-color: rgba(255, 122, 26, 0.5);
  background: #ffffff;
}
.course-dynamo.section-light .dynamo-item span { color: #0a0a0b; }
.course-dynamo.section-light .dynamo-item img { background: #ffffff; }
.course-dynamo.section-light .dynamo-extra { color: #444; }
.course-dynamo.section-light .dynamo-extra strong { color: var(--fire-deep); }

/* ═══ BÔNUS ═══ */
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
}
.bonus-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s, transform 0.3s var(--ease), box-shadow 0.3s;
  position: relative;
}
.bonus-card::before {
  /* tag "BÔNUS" no canto superior direito */
  content: "BÔNUS";
  position: absolute;
  top: 1rem; left: 1rem;
  z-index: 2;
  padding: 0.3rem 0.6rem;
  background: var(--gold);
  color: var(--bg);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  border-radius: 4px;
}
.bonus-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 122, 26, 0.5);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 122, 26, 0.15);
}
.bonus-thumb {
  position: relative;
  aspect-ratio: 16/9;
  background: var(--bg-3);
  overflow: hidden;
}
.bonus-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.bonus-card:hover .bonus-thumb img { transform: scale(1.05); }

.bonus-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bonus-hours {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-soft);
  padding: 0.3rem 0.65rem;
  border-radius: 4px;
  margin-bottom: 0.85rem;
}
.bonus-hours::before {
  content: "⏱";
  font-size: 0.85rem;
}
.bonus-author {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text-3);
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}
.bonus-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 0.6rem;
}
.bonus-desc {
  font-size: 0.9rem;
  color: var(--text-2);
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 900px) {
  .bonus-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .bonus-grid { grid-template-columns: 1fr; }
}

/* ═══ TELEGRAM COMMUNITY ═══ */
.tg-community {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.tg-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.1), rgba(255, 122, 26, 0.02));
  border: 1px solid rgba(255, 122, 26, 0.25);
  border-radius: 20px;
  padding: clamp(2rem, 4vw, 3rem);
}
.tg-info { text-align: left; }
.tg-title { text-align: left; }
.tg-info .course-rule { margin: 0.5rem 0 1.5rem; }
.tg-description {
  color: var(--text-2);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 1.75rem;
  max-width: 48ch;
}
.tg-description strong { color: var(--gold); }
.tg-perks {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.tg-perks li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--text-2);
}
.tg-perks svg {
  color: var(--gold);
  flex-shrink: 0;
}
.tg-preview {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #0a0a0b;
  border: 1px solid var(--border-strong);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55);
  max-width: 400px;
  justify-self: center;
}
.tg-preview img { width: 100%; height: auto; display: block; }
.tg-preview__badge {
  position: absolute;
  top: 2rem; left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  background: rgba(10, 10, 11, 0.9);
  backdrop-filter: blur(8px);
  color: var(--gold);
  border: 1px solid rgba(255, 122, 26, 0.4);
  border-radius: 100px;
  font-size: 0.68rem;
  font-weight: 600;
  white-space: nowrap;
  z-index: 2;
}
.tg-preview__badge svg { width: 13px; height: 13px; }
@media (max-width: 800px) {
  .tg-grid { grid-template-columns: 1fr; }
  .tg-preview { max-width: 320px; }
}

.course-community {
  background: linear-gradient(135deg, rgba(255, 122, 26,0.08), transparent);
  border-radius: 18px; padding: 4rem 2rem; text-align: center;
  border: 1px solid rgba(255, 122, 26,0.2);
}
.course-community__inner { max-width: 640px; margin: 0 auto; }
.course-community h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700; color: var(--text);
  letter-spacing: -0.03em; margin: 0.75rem 0 1rem;
}
.course-community p { color: var(--text-2); font-size: 1rem; line-height: 1.6; }

.pricing-card {
  max-width: 620px; margin: 0 auto;
  background: linear-gradient(160deg, var(--bg-2), var(--bg-3));
  border: 1px solid rgba(255, 122, 26,0.35);
  border-radius: 20px; padding: 2.5rem 2rem;
  text-align: center;
  box-shadow:
    0 30px 60px rgba(0,0,0,0.5),
    0 0 60px rgba(255, 122, 26,0.15);
  position: relative;
}
.pricing-visual {
  display: block;
  max-width: 520px;
  width: 100%;
  height: auto;
  margin: 0 auto 1.5rem;
  border-radius: 14px;
  padding: 1px;
  background:
    linear-gradient(var(--bg-2), var(--bg-2)) padding-box,
    linear-gradient(135deg, #ffd24a 0%, #ff7a1a 50%, #e8521a 100%) border-box;
  border: 1.5px solid transparent;
  box-shadow: 0 12px 32px rgba(255, 122, 26, 0.2);
}
.pricing-badge {
  display: inline-block; padding: 0.4rem 1rem;
  border-radius: 100px; background: var(--gold); color: var(--bg);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.pricing-includes { color: var(--text-2); font-size: 0.9rem; margin-bottom: 2rem; line-height: 1.6; }
.pricing-numbers {
  display: flex; flex-direction: column; align-items: center;
  gap: 0.4rem; margin-bottom: 1.25rem;
}
.pricing-old { color: var(--text-3); font-size: 0.9rem; }
.pricing-old s { color: var(--text-3); opacity: 0.7; }
.pricing-now {
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 800; color: var(--gold);
  letter-spacing: -0.04em; line-height: 1;
}
.pricing-cents { font-size: 0.5em; vertical-align: top; opacity: 0.7; }
.pricing-install { color: var(--text-2); font-size: 0.95rem; }
.pricing-install strong { color: var(--text); }
.pricing-single {
  font-size: 0.78rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold);
  font-weight: 700; margin-bottom: 2rem;
}
.pricing-cta { font-size: 1rem; padding: 1.2rem 2.5rem; }

/* ═══ COUNTDOWN (estilo DetBox V2 adaptado fire) ═══ */
.countdown-wrap { margin: 1rem 0 0.25rem; }
.countdown-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
}
.countdown {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.countdown-block {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  padding: 0.85rem 1.1rem;
  background: var(--bg);
  border: 1px solid rgba(255, 122, 26, 0.35);
  border-radius: 10px;
}
.cd-num {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--text);
  min-width: 2ch;
  text-align: center;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  line-height: 1;
}
.cd-unit {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cd-sep {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
}
.pricing-guarantee {
  display: flex; align-items: center; gap: 1rem; justify-content: center;
  margin-top: 2rem; padding-top: 2rem;
  border-top: 1px solid var(--border);
  color: var(--text-2); text-align: left;
}
.pricing-guarantee svg { color: var(--gold); flex-shrink: 0; }
.pricing-guarantee strong { display: block; color: var(--text); font-size: 0.95rem; margin-bottom: 0.2rem; }
.pricing-guarantee span { font-size: 0.82rem; color: var(--text-3); }

.pricing-doubt {
  max-width: 620px;
  margin: 2.5rem auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.pricing-doubt__text {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0;
}
.pricing-doubt__text span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-2);
  margin-top: 0.5rem;
  letter-spacing: 0;
}
.pricing-doubt__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1.15rem 2.25rem;
  border-radius: 100px;
  background: #25D366;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.3);
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
}
.pricing-doubt__btn svg { width: 22px; height: 22px; }
.pricing-doubt__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.45);
}
.pricing-doubt__btn:active { transform: scale(0.97); }

.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.65rem; }
.faq-item {
  background: var(--bg-2); border: 1px solid var(--border);
  border-radius: 12px; padding: 0.25rem 0;
  transition: border-color 0.3s;
}
.faq-item[open] { border-color: rgba(255, 122, 26,0.35); }
.faq-item summary {
  list-style: none; padding: 1.15rem 1.5rem;
  font-weight: 600; color: var(--text);
  cursor: pointer; display: flex;
  justify-content: space-between; align-items: center;
  gap: 1rem; font-size: 0.95rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; color: var(--gold);
  font-size: 1.5rem; font-weight: 300;
  transition: transform 0.3s var(--ease);
  flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p {
  padding: 0 1.5rem 1.25rem;
  color: var(--text-2); font-size: 0.9rem; line-height: 1.65;
}

.course-final { text-align: center; padding: 5rem 1.5rem; }
.course-final h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700; color: var(--text);
  letter-spacing: -0.03em; margin-bottom: 0.75rem;
}
.course-final p { color: var(--text-2); margin-bottom: 2rem; font-size: 1rem; }
.final-ctas { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.final-whats {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 1rem 1.75rem; border-radius: 100px;
  background: #25D366; color: #fff;
  font-weight: 600; font-size: 0.9rem;
  transition: transform 0.25s;
}
.final-whats:hover { transform: translateY(-3px); }

/* ═══════════════════════════════════════════════════════════════════
   MOBILE POLISH — ajustes finos pro site todo
   ═══════════════════════════════════════════════════════════════════ */

/* Prevenir overflow horizontal sem quebrar position:sticky */
html, body { overflow-x: clip; }

/* ═══ PERFORMANCE: content-visibility ═══
   Seções abaixo da dobra só renderizam quando chegam perto da viewport.
   Hero e primeiras seções ficam fora pra não atrasar LCP. */
.course-video-testimonials,
.course-faq {
  content-visibility: auto;
  contain-intrinsic-size: 1px 800px;
}

@media (max-width: 900px) {
  /* Seções mais compactas */
  .course-section { padding: 2.25rem 1rem; }
  .course-head { margin-bottom: 1.5rem; }

  /* Nav */
  .topnav { padding: 0.75rem 1rem; }
  .topnav__brand { font-size: 0.88rem; gap: 0.45rem; }
  .topnav__brand img { height: 28px; }
  .topnav__cta { padding: 0.55rem 1rem; font-size: 0.78rem; }
}

@media (max-width: 640px) {
  /* Urgency strip — esconde autoridade, mantém contador + alunos */
  .urgency-strip {
    gap: 0.6rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.7rem;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: visible;
  }
  .urgency-label { font-size: 0.62rem; letter-spacing: 0.06em; }
  .topnav-countdown .cd-num { font-size: 0.85rem; }
  .topnav-countdown .cd-unit { font-size: 0.52rem; }
  .topnav-countdown .countdown-block { padding: 0.1rem 0.35rem; }
  .urgency-divider { display: none; }
  .urgency-item:nth-child(5) { display: none; }

  /* Hero */
  .hero--course { padding: 2rem 1rem 2.5rem; }
  .hero-course { gap: 1.5rem; }
  .hero-course__title {
    font-size: clamp(1.65rem, 6vw, 2.2rem);
    line-height: 1.1;
  }
  .hero-course__lede { font-size: 0.92rem; line-height: 1.5; }
  .hero-course__ctas { margin: 0.5rem auto 0; }
  .hero-course__tagline {
    font-size: 0.95rem !important;
    margin: 1.75rem auto 0 !important;
  }
  .hero-course__tagline br { display: none; }
  .hero-course__media--logo { padding: 1rem; }
  .hero-logo-badge {
    font-size: 0.72rem;
    padding: 0.4rem 0.85rem;
    bottom: -8%;
  }

  /* Titles globais menores */
  .course-title { font-size: clamp(1.45rem, 5.5vw, 2rem); }
  .course-subtitle { font-size: 0.92rem; }
  .course-eyebrow { font-size: 0.66rem; letter-spacing: 0.2em; }

  /* Benefits strip — cards menores */
  .benefits-strip { grid-template-columns: repeat(2, 1fr); }
  .bstrip-item { padding: 1.1rem 0.75rem; }
  .bstrip-num { font-size: 1.5rem; }
  .bstrip-label { font-size: 0.68rem; }

  /* Coverflow slides menores em fino */
  .coverflow-track { height: 320px; }
  .coverflow-slide { max-width: 80vw; width: 300px; }
  .coverflow-btn { width: 38px; height: 38px; }
  .coverflow-prev { left: 0.25rem; }
  .coverflow-next { right: 0.25rem; }

  /* Learn videos */
  .learn-video__el { aspect-ratio: 16/10; }
  .learn-video figcaption { font-size: 0.78rem; padding: 0.7rem 0.85rem; }

  /* Learn grid */
  .learn-item { padding: 1.25rem 1rem; }
  .learn-num { font-size: 2rem; }
  .learn-item h3 { font-size: 0.95rem; }

  /* Módulos */
  .module-thumb { width: 100% !important; min-height: 180px; }
  .module-body { padding: 1.1rem !important; }
  .module-card h3 { font-size: 1.1rem; }
  .module-card p { font-size: 0.82rem; }

  /* Dynamo */
  .dynamo-subhead { font-size: 1rem; margin: 1.5rem 0 1rem; }
  .dynamo-videos { gap: 0.75rem; }

  /* Bonus */
  .bonus-body { padding: 1.1rem; }
  .bonus-title { font-size: 1.1rem; }
  .bonus-desc { font-size: 0.85rem; }

  /* Telegram community */
  .tg-grid { padding: 1.5rem; gap: 1.5rem; }
  .tg-description { font-size: 0.95rem; }
  .tg-perks li { font-size: 0.88rem; }

  /* Template panels */
  .tpl-panel__label { padding: 1.1rem 1.25rem; }
  .tpl-panel h3 { font-size: 1.05rem; }
  .tpl-panel p { font-size: 0.85rem; }

  /* Pool video (piscina + moega) */
  .pool-video { margin-top: 2rem; }
  .pool-video__frame { border-radius: 18px; }
  .pool-video__el, .moega-feature .pool-video__frame img { border-radius: 15px; }
  .moega-caption h3 { font-size: 1.25rem; }
  .moega-caption p { font-size: 0.9rem; }

  /* Pricing card */
  .pricing-card { padding: 1.75rem 1.25rem; border-radius: 16px; }
  .pricing-badge { font-size: 0.62rem; padding: 0.3rem 0.75rem; }
  .pricing-includes { font-size: 0.82rem; }
  .pricing-now { font-size: clamp(2.5rem, 12vw, 3.5rem); }
  .pricing-single { font-size: 0.72rem; letter-spacing: 0.1em; }
  .pricing-visual { max-width: 280px; }
  .pricing-cta { font-size: 0.88rem; padding: 1rem 1.75rem; letter-spacing: 0.08em; }
  .pricing-guarantee { gap: 0.75rem; padding-top: 1.5rem; margin-top: 1.5rem; }
  .pricing-guarantee strong { font-size: 0.88rem; }
  .pricing-guarantee span { font-size: 0.76rem; }

  /* Countdown no pricing bigger legibilidade */
  .countdown-block { padding: 0.6rem 0.75rem; }
  .cd-num { font-size: 1.75rem; }
  .cd-sep { font-size: 1.5rem; }
  .cd-unit { font-size: 0.68rem; }

  /* Pricing doubt */
  .pricing-doubt { margin: 2rem auto 0; }
  .pricing-doubt__text { font-size: 1.35rem; }
  .pricing-doubt__text span { font-size: 1rem; }
  .pricing-doubt__btn { padding: 0.95rem 1.75rem; font-size: 0.95rem; }

  /* Mid CTA */
  .mid-cta { margin-top: 2rem; padding: 1.5rem 1rem; }
  .mid-cta__title { font-size: 1.35rem; }
  .mid-cta__sub { font-size: 0.92rem; }

  /* Criadores */
  .creators-wrap { padding: 0 !important; }
  .creator-portrait { width: 180px; height: 180px; }
  .creator-name { font-size: 1.5rem; }
  .creator-bio { font-size: 0.88rem; }

  /* FAQ */
  .faq-item summary { padding: 1rem 1.15rem; font-size: 0.9rem; }
  .faq-item p { padding: 0 1.15rem 1rem; font-size: 0.85rem; }

  /* Hero CTA fire metálico um pouco menor */
  .hero-cta { padding: 0.95rem 1.85rem; font-size: 0.78rem; letter-spacing: 0.1em; }

  /* Section CTA: espaçamento mobile */
  .section-cta { margin: 1rem 0 -0.5rem; }

  /* WhatsApp float menor */
  .whatsapp-float { right: 0.85rem; bottom: 0.85rem; width: 48px; height: 48px; }

  /* Footer */
  .footer { padding: 2.5rem 1.25rem 1.5rem; }
  .footer-brand { font-size: 1.35rem; }
  .footer-role { font-size: 0.62rem; }
}

@media (max-width: 420px) {
  /* Ultra small devices */
  .course-section { padding: 2rem 0.85rem; }
  .hero--course { padding: 1.5rem 0.85rem 2rem; }
  .hero-course__title { font-size: 1.55rem; }
  .course-title { font-size: 1.35rem; }
  .pricing-now { font-size: 2.5rem; }
  .countdown { gap: 0.25rem; }
  .countdown-block { padding: 0.5rem 0.55rem; gap: 0.15rem; }
  .cd-num { font-size: 1.4rem; }
  .benefits-strip { grid-template-columns: 1fr; }
  .coverflow-track { height: 260px; }
  .coverflow-slide { width: 260px; max-width: 78vw; }
}
