/* ==========================================================================
   Curso Terapia de Regressão — Edu Amaral
   Stylesheet otimizado (reconstrução do site original Wix)
   ========================================================================== */

:root {
  /* Paleta extraída do site original */
  --color-periwinkle: #a2a3e9;
  --color-orchid: #b45ad3;
  --color-purple-deep: #8e3aab;
  --color-magenta-dark: #9809ae;
  --color-accent: #b218fc;
  --color-accent-2: #c109ee;
  --color-accent-3: #8e2de2;
  --color-cream: #fffbf0;
  --color-green: #17c964;
  --color-ink: #2b1533;
  --color-white: #ffffff;

  --gradient-btn: linear-gradient(90deg, var(--color-accent-2) 0%, var(--color-accent-3) 100%);

  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --max-width: 1200px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-pill: 999px;

  --shadow-soft: 0 10px 30px rgba(43, 21, 51, 0.15);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--color-ink);
  background: var(--color-white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font); margin: 0; font-weight: 700; letter-spacing: -0.01em; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 88px 0; position: relative; overflow: hidden; }
.section--tight { padding: 64px 0; }

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.15;
  text-align: center;
  margin-bottom: 48px;
}

.eyebrow {
  font-family: var(--font);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 38px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 1rem;
  background: var(--gradient-btn);
  color: var(--color-white);
  box-shadow: var(--shadow-soft);
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
}
.btn:hover, .btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(142, 45, 226, 0.35);
}
.btn--outline {
  background: transparent;
  border: 2px solid var(--color-white);
  color: var(--color-white);
  box-shadow: none;
}
.btn--block { width: 100%; }
.btn--whatsapp {
  background: linear-gradient(90deg, #25d366, #128c7e);
}
.btn--arrow span { display: inline; }
.btn--arrow span::after {
  content: "\2192";
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.btn--arrow:hover span::after,
.btn--arrow:focus-visible span::after { transform: translateX(4px); }

.cta-wrap { display: flex; justify-content: center; margin-top: 40px; }

/* ---------- Header / skip link ---------- */
.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  background: var(--color-ink);
  color: var(--color-white);
  padding: 12px 20px;
  z-index: 1000;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; top: 0; }

/* ---------- Hero ---------- */
.hero {
  background-color: var(--color-periwinkle);
  background-image:
    radial-gradient(ellipse 45% 55% at 88% 78%, rgba(190, 160, 195, 0.55) 0%, rgba(190, 160, 195, 0) 100%),
    linear-gradient(110deg, rgba(45, 25, 110, 0.78) 0%, rgba(120, 65, 155, 0.68) 40%, rgba(190, 150, 195, 0.62) 70%, rgba(215, 195, 215, 0.66) 100%),
    url("../images/hero-bg.webp");
  background-size: cover, cover, cover;
  background-position: center, center, center bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  color: var(--color-white);
  padding: 72px 0 96px;
}
.hero .container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.hero__eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(2.3rem, 5vw, 3.4rem);
  line-height: 1.12;
  margin-bottom: 24px;
}
.hero__lead {
  font-size: 1.1rem;
  max-width: 46ch;
  margin-bottom: 36px;
  opacity: 0.95;
}
.hero__price {
  margin-top: 24px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-pill);
  padding: 10px 22px;
}
.hero__price-new { font-weight: 700; font-size: 1.05rem; }
.hero__price-new em { font-style: normal; font-weight: 500; opacity: 0.85; }

.hero__figure { text-align: center; }
.hero__photo {
  margin: 0 auto 20px;
  max-width: 420px;
  width: 100%;
  height: auto;
  display: block;
}
.hero__mentor-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-md);
  padding: 12px 28px;
}
.hero__mentor-name { font-family: var(--font); font-size: 1.25rem; font-weight: 800; letter-spacing: -0.01em; }
.hero__mentor-role { opacity: 0.85; margin-top: 0; font-weight: 500; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.04em; }

/* ---------- Para quem é o curso ---------- */
.audience {
  background: linear-gradient(180deg, var(--color-orchid) 0%, var(--color-purple-deep) 100%);
  color: var(--color-white);
}
.audience .section-title { color: var(--color-white); }
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.audience-card {
  background: var(--color-cream);
  border-radius: var(--radius-md);
  padding: 28px 26px;
  color: var(--color-purple-deep);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.audience-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(43, 21, 51, 0.28);
}
.audience-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.audience-card__num {
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: rgba(178, 24, 252, 0.35);
}
.audience-card h3 {
  font-size: 1.2rem;
  line-height: 1.25;
}
.audience-card__icon {
  flex: none;
  width: 34px;
  height: 34px;
  color: var(--color-accent);
}
.audience-card__icon svg { width: 100%; height: 100%; }
.audience-card p {
  font-family: var(--font);
  font-size: 0.95rem;
  color: #7a4d93;
  line-height: 1.55;
}

/* ---------- Porque fazer parte / O que você vai aprender (checklist) ---------- */
.benefits { background: var(--color-purple-deep); color: var(--color-white); }
.benefits .section-title { color: var(--color-white); }

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 820px;
  margin: 0 auto;
}
.check-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  padding: 22px 24px;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.4;
  text-align: left;
  transition: background 0.2s ease, transform 0.2s ease;
}
.check-item:hover { background: rgba(255, 255, 255, 0.14); transform: translateY(-2px); }
.check-item--wide { grid-column: 1 / -1; }
.check-item__icon {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-btn);
  color: var(--color-white);
  margin-top: 2px;
}
.check-item__icon svg { width: 14px; height: 14px; }

/* ---------- Depoimentos ---------- */
.testimonials { background: var(--color-orchid); color: var(--color-white); text-align: center; }
.testimonials .section-title { color: var(--color-white); margin-bottom: 32px; }
.testimonials__note {
  max-width: 560px;
  margin: 0 auto 40px;
  opacity: 0.9;
  font-size: 0.95rem;
}
.testimonial-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.testimonial-slot {
  aspect-ratio: 9 / 16;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.15);
}
.testimonial-slot video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: var(--radius-md);
  background: #000;
}

/* ---------- Ciência ---------- */
.science { background: var(--color-white); text-align: center; }
.science h2 { color: var(--color-magenta-dark); margin-bottom: 28px; }
.science p {
  color: var(--color-accent);
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto 20px;
}
.science__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  max-width: 560px;
  margin: 0 auto 24px;
}
.science__stat-number {
  font-size: clamp(3rem, 8vw, 4.5rem);
  font-weight: 800;
  background: var(--gradient-btn);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.science__stat p { margin: 0; font-size: 1.1rem; }
.science__novela {
  max-width: 780px;
  margin: 48px auto 0;
  text-align: left;
}
.science__novela p {
  text-align: center;
  color: var(--color-accent);
  font-size: 1rem;
  margin-bottom: 24px;
}
.science__video {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 16 / 9;
}
.science__video video, .science__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- O que você vai aprender ---------- */
.curriculum { background: linear-gradient(180deg, var(--color-purple-deep) 0%, var(--color-orchid) 100%); color: var(--color-white); }
.curriculum::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 5px;
  border-radius: var(--radius-pill);
  background: var(--gradient-btn);
  box-shadow: 0 0 18px rgba(193, 9, 238, 0.55);
}
.curriculum .section-title { color: var(--color-white); margin-bottom: 12px; }
.curriculum__note {
  text-align: center;
  opacity: 0.85;
  font-size: 0.95rem;
  margin-bottom: 32px;
}

/* ---------- Turmas ---------- */
.turmas { background: var(--color-white); }
.turmas__note {
  text-align: center;
  color: var(--color-accent);
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto 40px;
}
.turmas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}
.turma-card {
  background: var(--color-cream);
  border-radius: var(--radius-lg);
  padding: 32px 30px;
  text-align: center;
  box-shadow: var(--shadow-soft);
}
.turma-card__badge {
  display: inline-block;
  background: var(--gradient-btn);
  color: var(--color-white);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  padding: 8px 20px;
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
}
.turma-card__date {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-magenta-dark);
  margin-bottom: 14px;
}
.turma-card__details {
  margin: 0 0 26px;
  color: #7a4d93;
  font-size: 0.95rem;
  line-height: 1.6;
}
.turma-card__details li { margin-bottom: 6px; }

/* ---------- Como funciona / vídeo explicativo ---------- */
.explainer { background: var(--color-white); text-align: center; }
.explainer h2 { color: var(--color-magenta-dark); margin-bottom: 12px; }
.explainer__kicker { color: var(--color-accent); font-size: 1.1rem; margin-bottom: 32px; }
.explainer__video-slot {
  max-width: 720px;
  margin: 0 auto 36px;
  aspect-ratio: 16/9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.explainer__video-slot iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ---------- Vagas limitadas / contador ---------- */
.urgency {
  background: var(--color-magenta-dark);
  color: var(--color-white);
  text-align: center;
}
.urgency__tag {
  display: inline-block;
  color: var(--color-ink);
  background: var(--color-green);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
}
.urgency h2 {
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  margin-bottom: 24px;
}
.urgency__copy {
  font-size: 1.3rem;
  max-width: 640px;
  margin: 0 auto 40px;
  font-family: var(--font);
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 44px;
  flex-wrap: wrap;
}
.countdown__unit {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  min-width: 88px;
}
.countdown__value {
  font-family: var(--font);
  font-size: 2.2rem;
  display: block;
  font-variant-numeric: tabular-nums;
}
.countdown__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
}

/* ---------- Contato / sobre o mentor ---------- */
.about {
  background: linear-gradient(180deg, var(--color-cream) 0%, #fdf6ff 100%);
}
.about::before,
.about::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
.about::before {
  width: 420px;
  height: 420px;
  background: var(--color-periwinkle);
  top: -120px;
  left: -140px;
}
.about::after {
  width: 380px;
  height: 380px;
  background: var(--color-orchid);
  bottom: -140px;
  right: -120px;
}
.about .container { position: relative; z-index: 1; }

.about__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px;
}

.about__media { display: flex; justify-content: center; }
.about__photo-frame {
  position: relative;
  max-width: 380px;
  width: 100%;
}
.about__photo {
  position: relative;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.about__content .eyebrow { color: var(--color-accent); display: block; margin-bottom: 10px; }
.about h2 {
  color: var(--color-magenta-dark);
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 12px;
}
.about__role {
  display: inline-block;
  background: var(--gradient-btn);
  color: var(--color-white);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  margin-bottom: 20px;
}

.about__stats {
  display: flex;
  gap: 28px;
  margin-bottom: 28px;
}
.about__stat {
  display: flex;
  flex-direction: column;
}
.about__stat strong {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--color-magenta-dark);
  line-height: 1.1;
}
.about__stat span {
  font-size: 0.8rem;
  color: #7a4d93;
}

.about__credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
  margin-bottom: 32px;
}
.about__credentials li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #5a3d70;
  font-size: 0.92rem;
  line-height: 1.45;
}
.about__credentials li:last-child { grid-column: 1 / -1; }
.about__credentials svg {
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  padding: 3px;
  border-radius: 50%;
  background: rgba(178, 24, 252, 0.12);
  color: var(--color-accent);
  box-sizing: content-box;
}

.about__closing {
  font-size: 1.02rem;
  color: var(--color-ink);
  opacity: 0.85;
  margin-bottom: 20px;
}
.about__quote {
  position: relative;
  margin: 0;
  padding: 4px 0 4px 24px;
  border-left: 3px solid var(--color-accent);
  font-family: var(--font);
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color-magenta-dark);
}

.about__help {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 32px 40px;
}
.about__help-icon {
  flex: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: var(--color-white);
}
.about__help-icon svg { width: 26px; height: 26px; }
.about__help-text { flex: 1 1 220px; }
.about__help-text h3 {
  color: var(--color-magenta-dark);
  font-size: 1.3rem;
  margin: 0 0 4px;
}
.about__help-text p { margin: 0; color: var(--color-ink); opacity: 0.75; font-size: 0.95rem; }
.about__help .btn--whatsapp { flex: none; }

@media (max-width: 720px) {
  .about__grid { grid-template-columns: 1fr; gap: 40px; }
  .about__credentials { grid-template-columns: 1fr; }
  .about__credentials li:last-child { grid-column: auto; }
  .about__help { flex-direction: column; text-align: center; padding: 28px; }
  .about__help-text { flex: none; }
  .about__help .btn--whatsapp { width: 100%; }
}

/* ---------- FAQ ---------- */
.faq { background: var(--color-white); }
.faq .section-title { color: var(--color-magenta-dark); }
.faq-list {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid #e9d8f0;
  padding: 6px 0;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 4px;
  color: var(--color-accent);
  font-weight: 600;
  font-size: 1.05rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ""; }
.faq-item summary::after {
  content: "";
  flex: none;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--color-accent);
  border-bottom: 2px solid var(--color-accent);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -4px;
}
.faq-item[open] summary::after { transform: rotate(-135deg); margin-top: 4px; }
.faq-item p {
  padding: 0 4px 20px;
  color: #6a4680;
  line-height: 1.6;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--color-magenta-dark);
  color: var(--color-white);
  text-align: center;
  padding: 48px 0;
}
.site-footer__social {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 20px;
}
.site-footer__social a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.site-footer__social a:hover { background: rgba(255, 255, 255, 0.25); transform: translateY(-2px); }
.site-footer__social img { width: 24px; height: 24px; }
.site-footer small { opacity: 0.85; font-size: 0.8rem; }

/* ---------- Floating WhatsApp button ---------- */
.float-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  border: 3px solid var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(0.9);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, box-shadow 0.2s ease;
}
/* Só aparece depois que a seção Hero sai da tela, pra nunca cobrir a foto do Edu */
.float-whatsapp.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.float-whatsapp.is-visible:hover, .float-whatsapp.is-visible:focus-visible {
  transform: scale(1.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}
.float-whatsapp svg { width: 32px; height: 32px; fill: #fff; }

/* ---------- Pop-up de captura de lead (ebook) ---------- */
.leadpop {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.leadpop[hidden] { display: none; }
.leadpop__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(43, 21, 51, 0.55);
  backdrop-filter: blur(3px);
  animation: leadpop-fade 0.25s ease;
}
.leadpop__card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  max-width: 780px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--color-cream);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 70px rgba(43, 21, 51, 0.45);
  animation: leadpop-pop 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}
@keyframes leadpop-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes leadpop-pop { from { opacity: 0; transform: translateY(16px) scale(0.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
.leadpop__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(43, 21, 51, 0.08);
  color: var(--color-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s ease;
}
.leadpop__close:hover, .leadpop__close:focus-visible { background: rgba(43, 21, 51, 0.16); }
.leadpop__cover {
  background: linear-gradient(160deg, var(--color-purple-deep), var(--color-magenta-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}
.leadpop__cover img {
  max-width: 190px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.35);
}
.leadpop__content { padding: 36px 36px 30px; }
.leadpop__eyebrow {
  display: inline-block;
  background: rgba(178, 24, 252, 0.12);
  color: var(--color-magenta-dark);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.leadpop__content h2 {
  font-size: 1.55rem;
  line-height: 1.2;
  color: var(--color-magenta-dark);
  margin-bottom: 12px;
}
.leadpop__lead {
  font-size: 0.95rem;
  color: var(--color-ink);
  opacity: 0.85;
  line-height: 1.5;
  margin-bottom: 16px;
}
.leadpop__benefits {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 22px;
}
.leadpop__benefits li {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-purple-deep);
  padding-left: 22px;
  position: relative;
}
.leadpop__benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gradient-btn);
}
.leadpop__form { display: flex; flex-direction: column; gap: 12px; }
.leadpop__form input {
  width: 100%;
  padding: 14px 18px;
  border-radius: var(--radius-pill);
  border: 1.5px solid rgba(43, 21, 51, 0.15);
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--color-ink);
  background: var(--color-white);
}
.leadpop__form input:focus {
  outline: none;
  border-color: var(--color-accent);
}
.leadpop__form .btn { margin-top: 4px; }
.leadpop__form .btn[disabled] { opacity: 0.7; cursor: wait; }
.leadpop__privacy {
  font-size: 0.8rem;
  color: var(--color-ink);
  opacity: 0.72;
  text-align: center;
  margin-top: 2px;
}
.leadpop__error {
  font-size: 0.8rem;
  color: #c0244a;
  text-align: center;
  font-weight: 600;
}
.leadpop__success { text-align: center; padding: 20px 0 4px; }
.leadpop__success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gradient-btn);
  color: var(--color-white);
  margin-bottom: 14px;
}
.leadpop__success h3 { color: var(--color-magenta-dark); font-size: 1.3rem; margin-bottom: 8px; }
.leadpop__success p { font-size: 0.92rem; color: var(--color-ink); opacity: 0.8; line-height: 1.5; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; text-align: center; }
  .hero__lead { margin-left: auto; margin-right: auto; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-slots { grid-template-columns: repeat(2, 1fr); }
  .about .container { grid-template-columns: 1fr; text-align: center; }
  .about li { text-align: left; }
  .about__photo { max-width: 320px; margin: 0 auto; }
  .leadpop__card { grid-template-columns: 1fr; max-width: 420px; }
  .leadpop__cover { border-radius: var(--radius-lg) var(--radius-lg) 0 0; padding: 26px 24px; }
  .leadpop__cover img { max-width: 140px; }
  .leadpop__content { padding: 28px 24px 26px; text-align: center; }
  .leadpop__benefits { align-items: center; }
  .leadpop__benefits li { text-align: left; }
}

@media (max-width: 620px) {
  .section { padding: 64px 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .check-grid { grid-template-columns: 1fr; }
  .check-item--wide { grid-column: auto; }
  .testimonial-slots { grid-template-columns: 1fr; }
  .turmas-grid { grid-template-columns: 1fr; }
  .about__stats { justify-content: center; }
  .countdown__unit { min-width: 70px; padding: 14px 16px; }
  .countdown__value { font-size: 1.7rem; }
  .float-whatsapp { width: 52px; height: 52px; bottom: 16px; right: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .site-footer__social a { transition: none; }
}
