:root {
  --cor-principal: #fff;
  --cor-texto: #121212;
  --cor-fundo: #fff;
  --cor-footer: #f5f5f5;
  --cor-section: #e6e6e6;
  --cor-button: #6747a1;
  --cor-dashed: #dfdfe0;
  --largura-max: 1440px;
  /* use essa variável consistentemente */
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", Arial, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--cor-texto);
  background: var(--cor-fundo);
  line-height: 1.6;
  /* Prevent FOUT layout shift */
  -webkit-font-smoothing: antialiased;
}

.features-gif {
  margin-top: -30px;
  width: 100%;
  max-width: 609px;
  height: auto;
  aspect-ratio: 609 / 342;
  display: block;
}

/* NAV */
.navbar {
  height: 88px;
  width: 100%;
  display: flex;
  align-items: center;
}

.nav-inner {
  width: 100%;
  max-width: var(--largura-max);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 180px;
  text-decoration: none;
  color: #111;
}

.menu {
  list-style: none;
  display: flex;
  gap: 32px;
  align-items: center;
}

.menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  line-height: 1;
  padding: 8px 0;
}

/* TYPO / BASE */
h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  color: #181818;
}

h3 {
  text-align: left;
  color: var(--cor-button);
}

/* containers */
.container {
  max-width: var(--largura-max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px;
}

/* reparar align-items: left -> use flex-start */
.container-features {
  max-width: var(--largura-max);
  margin: 0 auto;
  padding: 56px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
}

/* HERO */
.hero {
  color: #fff;
  padding: 32px 0;
}

.hero p {
  max-width: 700px;
  font-size: 18px;
  margin-bottom: 30px;
  color: var(--cor-texto);
}

.hero a {
  background: #fff;
  color: var(--cor-principal);
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.hero-benefits {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;

}

.benefits-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;

  width: 100%;
  max-width: 560px;
  padding: 0 24px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 14px;

  background: #fbfcfe;
  color: var(--cor-texto);

  padding: 14px 18px;
  border-radius: 12px;

  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;

  border: 1px solid #e0e6eb;
}

.benefit-item img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Launch banner - baseado na imagem, fundo azul #2899f5 */
.launch-banner {
  width: 100%;
  background: var(--cor-button);
  color: var(--cor-principal);
  padding: 48px;
  box-shadow: 0 6px 24px rgba(16, 97, 171, 0.12);
}

/* inner faz o alinhamento com a .container */
.launch-inner {
  width: 100%;
  max-width: var(--largura-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 24px;
}

/* Conteúdo textual (esquerda) */
.launch-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 60%;
  min-width: 0;
  /* para truncar se necessário */
}

/* Título */
.launch-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1px;
  color: var(--cor-principal);
}

/* Lista de benefícios */
.launch-features {
  list-style: none;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.launch-features li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  color: var(--cor-principal);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Ícones pequenos (use seus SVGs em /img) */
.launch-features img {
  width: 18px;
  height: 18px;
  display: inline-block;
  flex-shrink: 0;
  filter: invert(1) grayscale(1) brightness(2);
  /* garante ícone claro se for SVG preto */
}

/* Nota / aviso */
.launch-note {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
  max-width: 720px;
  line-height: 1.45;
}

/* CTA à direita */
.launch-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 220px;
}

/* Botão outline branco (visual como na imagem) */
.btn-outline {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.6px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: var(--cor-principal);
  background: transparent;
  transition: transform .14s ease, box-shadow .14s ease;
  text-align: center;
}

/* Hover/active */
.btn-outline:hover,
.btn-outline:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 97, 171, 0.16);
  outline: none;
}

/* RESPONSIVO: empilha em telas menores */
@media (max-width: 880px) {
  .launch-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }

  .launch-cta {
    margin-top: 8px;
    flex: 0 0 auto;
    align-self: center;
  }

  .launch-features {
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .launch-features li {
    padding: 8px 10px;
    font-size: 13px;
  }

  .btn-outline {
    padding: 10px 18px;
    font-size: 14px;
  }
}

.why {
  background-color: var(--cor-section);
  padding: 54px 0;
  width: 100%;
  gap: 24px;
}


/* video wrapper - usa aspect-ratio quando disponível */
.video-wrap {
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  /* centraliza o vídeo */
}

/* inner controla proporção do vídeo */
.video-inner {
  width: 100%;
  max-width: 900px;
  /* controla largura máxima no desktop */
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  /* modern browsers */
  aspect-ratio: 16 / 9;
  position: relative;
}

/* fallback para navegadores sem aspect-ratio */
@supports not (aspect-ratio: 16/9) {
  .video-inner {
    /* cria caixa proporcional com padding-top */
    height: 0;
    padding-top: 56.25%;
    /* 9/16 = 56.25% */
  }
}

/* iframe ocupa toda a área do container proporcional */
.video-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ajustes mobile */
@media (max-width: 520px) {
  .price .container {
    padding: 36px 16px;
  }

  .video-inner {
    max-width: 100%;
    border-radius: 8px;
  }

  .price p,
  .price h4 {
    line-height: 1.45;
  }
}

/* Responsivo */
@media (max-width: 768px) {
  .why-vmpp {
    padding: 64px 0;
  }

  .why-title {
    font-size: 28px;
    line-height: 36px;
  }

  .why-text {
    font-size: 18px;
    line-height: 28px;
  }
}

/* FEATURES container adjustments: avoid fixed 1440 width */
.features {
  background: #fafafa;
}

.features .cards {
  width: 100%;
  max-width: var(--largura-max);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  flex: 1 1 280px;
  max-width: 320px;
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

footer {
  width: var(--largura-max);
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  font-size: 0.9rem;
}

.title {
  width: 1000px;
  margin-bottom: 24px;
}

/* RESPONSIVO - pequenas alterações iniciais (mantendo layout desktop igual) */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }

  .card {
    max-width: 100%;
  }
}

/* YouTube embed */
.yt-embed {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 32px;
  border-radius: 8px;
}

.yt-embed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* YouTube facade */
.yt-facade {
  cursor: pointer;
  position: relative;
}

.yt-facade .yt-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}

.yt-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.yt-facade:hover .yt-play-btn,
.yt-facade:focus .yt-play-btn {
  opacity: 1;
}

.yt-play {
  position: absolute;
  left: 50%;
  top: 50%;
}

.price {
  background-color: var(--cor-section);
  padding: 24px 0;
  width: 100%;
  gap: 24px;
}

.parcelas {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
}

.valor {
  font-size: 64px;
  line-height: 80px;
  font-weight: 900;
}

.parcelado {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-primary {
  display: inline-block;
  padding: 16px 24px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: var(--cor-button);
  border: none;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(103, 71, 161, 0.18);
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  /* CLS prevention: stable min dimensions */
  min-height: 56px;
  min-width: 320px;
  text-align: center;
}

.btn-zap {
  display: inline-block;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #25D366;
  border: none;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(103, 71, 161, 0.18);
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

.secao-botao {
  display: flex;
  justify-content: center;
  align-items: center;
}

.limited {
  border-radius: 12px;
  border: 1.5px dashed var(--cor-dashed);
  background-color: var(--cor-principal);
  box-shadow: 0px 8px 30px -16px rgba(13, 13, 14, .2);
  padding: 16px 24px;
  max-width: 57rem;
  margin: 0 auto;
  display: flex;
  font-size: 14px;
  align-items: center;
  text-align: left;
  gap: 3.2rem;
  margin-top: 16px;
}

@media (max-width:420px) {
  .btn-primary {
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
  }
}

.icon-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 8px 0px;
  max-width: 900px;
}

@media (max-width: 600px) {
  .icon-row {
    gap: 16px;
  }

  .icon-row img {
    width: 48px;
  }
}

@media (max-width: 768px) {
  .nav-inner {
    padding: 0 16px;
  }

  .menu {
    gap: 16px;
    font-size: 14px;
    /* allow wrapping so menu doesn't overflow on small screens */
    flex-wrap: wrap;
    justify-content: center;
  }
}

.menu-interno {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px 0;
  font-family: inherit;
}

.menu-interno a {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.menu-interno a:hover {
  color: #6747A1;
  transform: translateY(-1px);
}

.title-features {
  padding: 24px 0;
  width: 960px;
  font-size: 64px;
  line-height: 80px;
  text-align: left;
}

.feature-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  gap: 40px;
}

.bonus-section {
  display: flex;
  align-items: center;
  padding-top: 80px;
  gap: 40px;
}

.feature-text {
  flex: 0 0 50%;
  text-align: left;
}

.feature-video {
  flex: 0 0 50%;
}

.feature-video video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
}

.feature-subtitle {
  color: #6747A1;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.feature-title {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #111;
}

.feature-description {
  font-size: 18px;
  line-height: 32px;
  color: #555;
  margin-bottom: 20px;
}

.feature-link {
  color: #6747A1;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.feature-link:hover {
  color: #50368A;
}

/* Responsivo: stack para telas pequenas, mantendo desktop igual */
@media (max-width: 900px) {
  .feature-section {
    flex-direction: column;
    text-align: center;
    padding-top: 32px;
  }

  .feature-text,
  .feature-video {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  .title-features {
    width: 100%;
    font-size: 36px;
    line-height: 1.05;
    text-align: center;
  }

  .title {
    width: 100%;
  }
}

/* CTA */
.cta {
  background-color: var(--cor-principal);
  width: 100%;
  padding: 80px 0;
}

.oferta {
  top: 100px;
  margin: 0 auto;
  width: 400px;
  height: auto;
  background-color: var(--cor-section);
  border-radius: 10px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 8px;
}

.oferta-especial {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  gap: 8px;
}

.beneficios {
  list-style: none;
  text-align: left;
  padding: 0;
  font-size: 14px;
}

.beneficios li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.beneficios img {
  width: 24px;
  height: 24px;
}

.garantia {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.video-bonus img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.video-bonus p {
  font-size: 14px;
}

.video-bonus img {
  max-width: 320px;
}

/* TESTIMONIALS */
.testimonials-section {
  background-color: #fff;
  width: 100%;
  padding: 80px 20px;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 60px;
}

.testimonials-header .feature-subtitle {
  color: var(--cor-button);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
}

.testimonials-header .feature-title {
  font-size: 50px;
  font-weight: 700;
  color: var(--cor-texto);
  margin-top: 8px;
}

.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial {
  background-color: var(--cor-section);
  border-radius: 12px;
  padding: 32px 24px;
  width: 260px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

.aspas-icon {
  width: 16px;
  height: 16px;
  margin-bottom: 16px;
}

.testimonial-text {
  font-size: 14px;
  color: var(--cor-texto);
  line-height: 24px;
  margin-bottom: 24px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-user h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.testimonial-user p {
  font-size: 12px;
  color: #777;
  margin: 0;
}

@media (max-width: 900px) {
  .testimonials-grid {
    flex-direction: column;
    align-items: center;
  }

  .testimonial {
    width: 100%;
    max-width: 420px;
  }
}

/* FAQ */
/* --- Corrigido para ser fluido em telas pequenas --- */
.faq-section {
  max-width: var(--largura-max);
  margin: 56px auto;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
  /* não forçar largura fixa — permite que o conteúdo encolha */
}

.faq-section h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 8px;
  word-break: break-word;
  /* evita overflow em títulos longos */
}

.faq-section h2 span {
  font-weight: 800;
}

.faq-section h3 {
  margin-top: 32px;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  color: var(--cor-texto);
}

.faq-section p {
  margin-top: 32px;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 15px;
}

/* Tornar o container da FAQ responsivo:
       - permite 100% da largura com um max-width para desktop
       - usa padding interno para não colar nas laterais do viewport */
.faq-container {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  /* limite visual no desktop */
  text-align: left;
  padding: 0 12px;
  box-sizing: border-box;
}

.faq-item {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: var(--cor-button);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

.faq-answer p {
  font-size: 14px;
  margin-top: 15px;
  line-height: 24px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  opacity: 1;
}

.faq-item .icon {
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease;
  filter: brightness(0);
  flex-shrink: 0;
  margin-left: 12px;
}

.faq-item.active .faq-question {
  color: var(--cor-button);
}

/* WhatsApp float */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}

/* Footer */
.site-footer {
  max-width: var(--largura-max);
  padding: 28px 20px 36px;
}

.footer-inner {
  max-width: var(--largura-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 24px;
}

.brand-line {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1 1 auto;
}

.footer-logo {
  display: block;
  height: 28px;
  width: auto;
}

.footer-line {
  height: 1px;
  background: linear-gradient(90deg, rgba(103, 71, 161, 0.08), var(--cor-button));
  flex: 1 1 auto;
  border-radius: 1px;
  opacity: 0.95;
}

.socials {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: transparent;
  padding: 4px;
  text-decoration: none;
  transition: background .15s ease, transform .12s ease;
}

.social-btn img {
  width: 24px;
  height: 24px;
  display: block;
  filter: none;
}

.footer-meta {
  max-width: var(--largura-max);
  margin: 18px auto 0;
  padding: 0 6px;
}

.left-meta p {
  margin: 6px 0;
  font-size: 13px;
  color: #4d4d4d;
}

.left-meta .links a {
  color: #333;
  text-decoration: none;
  font-size: 13px;
}

.left-meta .links a:hover {
  color: var(--cor-button);
}

/* footer responsive minimal */
@media (max-width: 800px) {
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-line {
    width: 100%;
  }

  .footer-line {
    margin-top: 6px;
  }

  .socials {
    margin-top: 12px;
    align-self: flex-end;
  }
}

/* Small devices adjustments (stacking, font sizes) */
@media (max-width: 420px) {
  h1 {
    font-size: 20px;
    line-height: 1.1;
  }

  .title-features {
    font-size: 28px;
    line-height: 1.05;
    width: 100%;
  }

  .limited {
    gap: 16px;
    padding: 12px;
  }

  .oferta {
    width: 100%;
    padding: 20px;
  }

  .parcelas {
    font-size: 20px;
  }

  .valor {
    font-size: 36px;
  }

  .menu {
    gap: 10px;
  }

  .menu a {
    font-size: 14px;
    padding: 6px;
  }

  .faq-container {
    width: 100%;
    padding: 0 8px;
  }

  .testimonial {
    width: 100%;
    max-width: 380px;
  }

  .whatsapp-float {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 900px) {
  .menu {
    display: none !important;
  }

  /* Se houver espaço vazio no topo, ajuste o padding do hero */
  .hero {
    padding-top: 20px;
  }
}

/* 1) Reserva de espaço e evita wrap inesperado que causa reflow ao carregar a font */
.price {
  /* área inteira */
  /* garante que a altura não "salte" quando a fonte trocar */
  min-height: 140px;
  /* ajustável: garanta que cubra o conteúdo do desktop */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
}

/* Mantém a linha com parcelas + valor sem quebra no render inicial,
   reduzindo reflows quando a fonte for carregada */
.parcelado {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  white-space: nowrap;
  /* evita quebra durante o carregamento da font */
}

/* Garante altura consistente para o número grande */
.valor {
  font-size: 64px;
  line-height: 1;
  min-height: 80px;
  /* evita que o elemento mude de altura ao trocar a fonte */
  display: inline-block;
}

/* SMALL SCREENS: permite que quebre e fique legível em telas pequenas */
@media (max-width: 420px) {
  .price {
    min-height: auto;
    padding: 18px 12px;
  }

  .parcelado {
    white-space: normal;
    /* permite quebra no mobile */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .valor {
    font-size: 36px;
    min-height: 1;
  }
}

/* --- Media queries específicos para FAQ (ajustes de fonte e espaçamento) --- */
@media (max-width: 900px) {
  .faq-section h2 {
    font-size: 36px;
    line-height: 1.08;
    margin-bottom: 6px;
  }

  .faq-section h3 {
    font-size: 28px;
    line-height: 1.1;
  }

  .faq-section p {
    font-size: 18px;
    line-height: 28px;
  }

  .faq-container {
    max-width: 720px;
    padding: 0 10px;
  }

  .faq-question {
    font-size: 15px;
    line-height: 28px;
  }

  .faq-item .icon {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 420px) {
  .faq-section {
    margin: 28px auto;
    padding: 0 12px;
  }

  .faq-section h2 {
    font-size: 28px;
    line-height: 1.05;
  }

  .faq-section h3 {
    font-size: 20px;
    line-height: 1.1;
  }

  .faq-section p {
    font-size: 16px;
    line-height: 22px;
  }

  .faq-container {
    padding: 0 8px;
    max-width: 100%;
  }

  .faq-question {
    font-size: 14px;
    line-height: 24px;
  }

  .faq-item .icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }

  .faq-answer p {
    font-size: 13px;
    line-height: 20px;
  }

  .faq-item {
    padding: 14px 0;
  }
}

/* ===========================
   MOBILE HERO REORDER
   =========================== */
@media (max-width: 768px) {
  .hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 20px;
    min-height: calc(100vh - 88px);
    /* tenta garantir primeira dobra */
    justify-content: center;
  }

  /* funciona para <video class="features-gif"> ou <img class="features-gif"> */
  .features-gif {
    order: 1;
    width: 100%;
    max-width: 520px;
    height: auto;
    margin-top: 0 !important;
    /* override do margin negativo */
    margin-bottom: 12px;
    z-index: 0;
    display: block;
    object-fit: cover;
    border-radius: 10px;
  }

  .hero .title {
    order: 2;
    width: 100%;
    margin-bottom: 8px;
  }

  .hero p {
    order: 3;
    margin: 0 0 12px 0;
    max-width: 90%;
  }

  .hero a,
  .btn-primary {
    order: 4;
  }

  /* reduz um pouco tamanhos para caber na primeira dobra */
  .hero h1 {
    font-size: 1.5rem;
    line-height: 1.15;
  }

  .hero p {
    font-size: 15px;
  }

  /* garante que o botão fique visível e centralizado */
  .hero .btn-primary {
    margin-top: 8px;
    display: inline-block;
  }
}

/* ===========================
   Hamburger visuals + z-index
   =========================== */
.hamburger {
  position: relative;
  z-index: 3000;
  /* acima do overlay (2200) */
  background: transparent;
  border: 0;
  padding: 8px;
  display: none;
  /* ativado por media query */
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/* a span .bar + pseudo elements para desenhar as 3 linhas */
.hamburger .bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #222;
  border-radius: 2px;
  position: relative;
  transition: transform .25s ease, background .25s ease;
}

.hamburger .bar::before,
.hamburger .bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  border-radius: 2px;
  transition: transform .25s ease, opacity .18s ease;
}

.hamburger .bar::before {
  top: -7px;
}

.hamburger .bar::after {
  top: 7px;
}

/* estado ativo -> X */
.hamburger.active .bar {
  background: transparent;
}

.hamburger.active .bar::before {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active .bar::after {
  transform: translateY(-7px) rotate(-45deg);
  opacity: 1;
}

/* força cor das barras caso tema sobrescreva */
.hamburger .bar,
.hamburger .bar::before,
.hamburger .bar::after {
  background: #222 !important;
}

/* mostrar hamburger apenas no mobile (mesma regra que você já usa) */
@media (max-width: 900px) {
  .hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.countdown-header {
  width: 100%;
  background: transparent;
  padding: 18px 0;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.countdown-inner {
  width: 100%;
  max-width: var(--largura-max);
  display: flex;
  align-items: center;
  justify-content: center;
  /* centraliza horizontalmente */
  gap: 28px;
  padding: 0 24px;
}

/* esquerda: ícone + texto */
.countdown-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.clock-icon {
  color: var(--cor-button);
  /* usa sua cor principal */
  flex-shrink: 0;
}

.countdown-text .highlight {
  color: var(--cor-button);
  /* #6747a1 */
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 14px;
}

/* direita: caixas do timer */
.countdown-right {
  display: flex;
  align-items: center;
}

.time-boxes {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
}

/* cada caixa branca (números) */
.time-box {
  background: #ffffff;
  min-width: 62px;
  padding: 10px 12px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(18, 18, 18, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* valor grande */
.time-value {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #121212;
  font-family: "Montserrat", Arial, sans-serif;
}

/* label pequena abaixo do número */
.time-label {
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 6px;
  color: #6b6b6b;
  font-weight: 600;
}

/* separador ':' */
.colon {
  font-size: 20px;
  font-weight: 700;
  color: var(--cor-button);
  padding: 0 4px;
  user-select: none;
}

/* responsividade */
@media (max-width: 640px) {
  .countdown-inner {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
  }

  .countdown-left {
    order: 1;
    text-align: center;
  }

  .countdown-right {
    order: 2;
  }

  .time-boxes {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .time-box {
    min-width: 54px;
    padding: 8px 10px;
    border-radius: 8px;
  }

  .colon {
    display: none;
  }

  /* no mobile escondemos os dois pontos para ficar mais limpo */
}
/* =========================================================
   CORREÇÕES MANUAIS - Hero responsivo e vídeos quadrados
   Objetivo: preservar performance sem alterar layout visual original.
   ========================================================= */

.hero .container {
  min-height: 0;
  justify-content: flex-start;
}

.features-gif {
  max-width: 609px;
  aspect-ratio: 609 / 342;
  object-fit: contain;
  border-radius: 0;
}

.feature-video {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-video video,
.feature-video .lazy-video {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 1 / 1 !important;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0;
  background: transparent;
}

@media (max-width: 900px) {
  .hero {
    padding: 20px 0 28px;
  }

  .hero .container {
    min-height: 0 !important;
    justify-content: flex-start !important;
    padding-top: 0 !important;
  }

  .feature-section {
    gap: 24px;
  }

  .feature-video {
    width: 100%;
    margin-bottom: 16px;
  }

  .feature-video video,
  .feature-video .lazy-video {
    width: min(100%, 520px);
    max-width: 520px;
    aspect-ratio: 1 / 1 !important;
  }
}

@media (max-width: 768px) {
  .hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 0 !important;
    justify-content: flex-start !important;
  }

  .hero img[alt="logo Dynamic Tools"] {
    margin-bottom: 20px !important;
  }

  .hero .title {
    order: initial !important;
    width: 100%;
    margin-bottom: 12px;
  }

  .hero p {
    order: initial !important;
    max-width: 92%;
    margin: 0 0 18px 0;
    font-size: 15px;
    line-height: 1.45;
  }

  .features-gif {
    order: initial !important;
    width: min(100%, 480px);
    max-width: 480px;
    margin-top: -8px !important;
    margin-bottom: 14px;
    aspect-ratio: 609 / 342 !important;
    object-fit: contain !important;
    border-radius: 0 !important;
  }

  .hero a,
  .hero .btn-primary {
    order: initial !important;
  }

  .hero h1 {
    font-size: 1.85rem;
    line-height: 1.12;
  }

  .hero .btn-primary {
    margin-top: 4px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 16px 0 22px;
  }

  .hero .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero h1 {
    font-size: 1.55rem;
    line-height: 1.14;
  }

  .hero p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.42;
    margin-bottom: 14px;
  }

  .features-gif {
    width: 100%;
    max-width: 390px;
    margin-top: -4px !important;
    margin-bottom: 12px;
  }

  .feature-video video,
  .feature-video .lazy-video {
    width: min(100%, 390px);
    max-width: 390px;
    aspect-ratio: 1 / 1 !important;
  }
}

/* =========================================================
   iPhone video fallback: keep videos visible and tappable.
   Native controls are enabled only by JS when autoplay is blocked.
   ========================================================= */
video.features-gif,
.feature-video video,
.feature-video .lazy-video {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

video[controls].features-gif,
.feature-video video[controls],
.feature-video .lazy-video[controls] {
  pointer-events: auto;
  cursor: pointer;
}

.yt-play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 48px;
}

.yt-play-btn img {
  display: block;
  width: 145px;
  height: auto;
}
