/* styles moved from index.html */

html {
  scroll-behavior: smooth;
}

:root {
  color-scheme: dark;
  --page-background: #050a14;
  --page-text: #ffffff;
  --heading-color: #ffffff;
  --price-color: #ffffff;
  --price-secondary-color: #cbd5e1;
  --price-support-color: #94a3b8;
  --muted-text: #94a3b8;
  --muted-strong: #cbd5e1;
  --text-soft: #e2e8f0;
  --surface-1: #0f172a;
  --surface-2: #1e293b;
  --surface-gradient: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(8, 47, 73, 0.82));
  --surface-card-gradient: linear-gradient(180deg, rgba(15, 23, 42, 0.96) 0%, rgba(10, 16, 31, 0.96) 100%);
  --surface-icon-gradient: linear-gradient(135deg, #0f172a, #1e293b);
  --surface-media: #020617;
  --media-backdrop: #000000;
  --border-color: #1e293b;
  --border-accent: rgba(56, 189, 248, 0.25);
  --accent: #38bdf8;
  --accent-strong: #0284c7;
  --accent-hover: #0ea5e9;
  --header-glow: radial-gradient(circle, rgba(56, 189, 248, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
  --reviews-glow: radial-gradient(circle, rgba(34, 197, 94, 0.12) 0%, rgba(5, 10, 20, 0) 72%);
  --eyebrow-bg: rgba(15, 23, 42, 0.88);
  --footer-color: #64748b;
  --logo-filter: brightness(0) invert(1);
  --payment-logo-filter: brightness(0) invert(1);
  --theme-toggle-bg: rgba(15, 23, 42, 0.9);
  --theme-toggle-border: rgba(148, 163, 184, 0.2);
  --theme-toggle-track: rgba(56, 189, 248, 0.18);
  --theme-toggle-thumb: #f8fafc;
  --panel-shadow: 0 18px 45px rgba(2, 8, 23, 0.35);
  --panel-shadow-soft: 0 18px 45px rgba(2, 8, 23, 0.24);
  --panel-shadow-strong: 0 16px 40px rgba(2, 8, 23, 0.45);
  --card-hover-shadow: 0 22px 50px rgba(2, 8, 23, 0.3);
  --recommended-shadow: 0 0 20px rgba(56, 189, 248, 0.15);
  --popular-tag-text: #ffffff;
}

html[data-theme="light"] {
  color-scheme: light;
  --page-background: radial-gradient(circle at top, rgba(37, 99, 235, 0.18), rgba(255, 255, 255, 0) 34%), linear-gradient(180deg, #f8fbff 0%, #eef5ff 58%, #e2ebf7 100%);
  --page-text: #0f172a;
  --heading-color: #0f172a;
  --price-color: #525252;
  --price-secondary-color: #626262;
  --price-support-color: #64748b;
  --muted-text: #475569;
  --muted-strong: #334155;
  --text-soft: #1e293b;
  --surface-1: rgba(255, 255, 255, 0.92);
  --surface-2: #dbe7f5;
  --surface-gradient: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(224, 238, 255, 0.92));
  --surface-card-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 247, 255, 0.98) 100%);
  --surface-icon-gradient: linear-gradient(135deg, #ffffff, #dbeafe);
  --surface-media: #e2e8f0;
  --media-backdrop: #dbeafe;
  --border-color: rgba(148, 163, 184, 0.35);
  --border-accent: rgba(37, 99, 235, 0.22);
  --accent: #2563eb;
  --accent-strong: #1d4ed8;
  --accent-hover: #1e40af;
  --header-glow: radial-gradient(circle, rgba(37, 99, 235, 0.18) 0%, rgba(255, 255, 255, 0) 72%);
  --reviews-glow: radial-gradient(circle, rgba(37, 99, 235, 0.12) 0%, rgba(248, 250, 252, 0) 72%);
  --eyebrow-bg: rgba(219, 234, 254, 0.72);
  --footer-color: #475569;
  --logo-filter: brightness(0) saturate(100%) invert(1) drop-shadow(0 2px 10px rgba(0, 0, 0, 0.16));
  --payment-logo-filter: brightness(0) saturate(100%) opacity(0.65);
  --theme-toggle-bg: rgba(255, 255, 255, 0.92);
  --theme-toggle-border: rgba(148, 163, 184, 0.32);
  --theme-toggle-track: rgba(37, 99, 235, 0.16);
  --theme-toggle-thumb: #2563eb;
  --panel-shadow: 0 18px 40px rgba(148, 163, 184, 0.18);
  --panel-shadow-soft: 0 18px 45px rgba(148, 163, 184, 0.14);
  --panel-shadow-strong: 0 16px 40px rgba(148, 163, 184, 0.2);
  --card-hover-shadow: 0 24px 44px rgba(59, 130, 246, 0.12);
  --recommended-shadow: 0 0 20px rgba(37, 99, 235, 0.14);
  --popular-tag-text: #ffffff;
}

/* Reset básico e Fontes */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  /* Remove highlight azul ao tocar em mobile */
}

body {
  background: var(--page-background);
  color: var(--page-text);
  display: flex;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  padding: 40px 20px;
  cursor: default;
  /* Remove cursor de texto ao passar por cima */
  transition: background 0.35s ease, color 0.35s ease;
}

/* Logo */
#logo {
  position: absolute;
  top: 4px;
  left: 220px;
  z-index: 20;
}

#logo svg,
#logo img {
  width: clamp(70px, 5vw, 140px);
  height: auto;
  max-width: none;
  display: block;
  filter: var(--logo-filter);
  transition: filter 0.35s ease;
}

.theme-toggle {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid var(--theme-toggle-border);
  border-radius: 999px;
  background: transparent;
  color: var(--heading-color);
  opacity: 0.76;
  cursor: pointer;
  transition: opacity 0.2s ease, border-color 0.2s ease, background 0.35s ease, color 0.35s ease;
}

.theme-toggle::before {
  content: "☾";
  font-size: 1rem;
  line-height: 1;
}

html[data-theme="light"] .theme-toggle::before {
  content: "☀";
}

.theme-toggle:hover {
  opacity: 1;
  border-color: var(--accent);
  background: var(--theme-toggle-bg);
}

.footer-actions {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 10px;
}

/* Mobile adjustments */


.container {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin-top: clamp(40px, 8vw, 90px);
  /* espaço para o logo (reduzido para subir mais) */
}

/* Cabeçalho */
header {
  margin-bottom: 60px;
  position: relative;
}

/* Efeito de brilho azul atrás do título */
header::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 200px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: -1;
  filter: blur(40px);
}

h1 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: left;
}

html[data-theme="light"] h1 {
  color: #2e2e2e;
}

@media (max-width: 768px) {
  h1 {
    font-size: 3.4rem;
  }
}

.visual-demo {
  position: relative;
  width: fit-content;
  margin: 30px auto 0;
}

.visual-demo video {
  max-width: 100%;
  width: 200px;
  /* Tamanho ainda menor */
  height: auto;
  border-radius: 12px;
  cursor: pointer;
  /* Indica que é clicável */
}

.hero-video-hint {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  animation: hero-video-hint-float 2.4s ease-in-out infinite;
}

.hero-video-hint.is-hidden {
  opacity: 0;
  transform: translate(-50%, -50%) translateY(8px);
}

.hero-video-hint-icon {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  -webkit-mask: url("assets/touch.svg") center / contain no-repeat;
  mask: url("assets/touch.svg") center / contain no-repeat;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.32));
  animation: hero-video-hint-tap 2.1s ease-in-out infinite;
}

@keyframes hero-video-hint-float {
  0%,
  100% {
   transform: translate(-50%, -50%) translateY(0);
  }

  50% {
   transform: translate(-50%, -50%) translateY(-3px);
  }
}

@keyframes hero-video-hint-tap {
  0%,
  100% {
    transform: scale(1);
  }

  35% {
    transform: scale(0.96);
  }

  60% {
    transform: scale(1.03);
  }
}

@media (max-width: 768px) {
  .hero-video-hint {
    top: 81%;
    width: 30px;
    height: 30px;
  }

  .hero-video-hint-icon {
    width: 100%;
    height: 100%;
  }
}

.brand-name {
  display: block;
  color: #ffffff;
  font-size: 10rem;
}

.subtitle {
  color: #94a3b8;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 20px auto 0;
  line-height: 1.6;
}

.hero-cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

.hero-social-proof {
  margin-top: 10px;
  color: #cbd5e1;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-wrap: balance;
}

.hero-social-proof-stars {
  color: #facc15;
  letter-spacing: 0.08em;
  margin-right: 6px;
}

.hero-social-proof-count {
  color: #e2e8f0;
  font-variant-numeric: tabular-nums;
}

.cta-button.hero-scroll-button {
  font-size: 1.24rem;
  padding: 18px 40px;
  border-radius: 999px;
  letter-spacing: 0.6px;
  line-height: 1;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .hero-cta-container {
    margin-top: 22px;
    padding: 0 12px;
  }

  .cta-button.hero-scroll-button {
    width: auto;
    max-width: calc(100vw - 48px);
    font-size: clamp(0.9rem, 4.6vw, 1.2rem);
    padding: 15px 26px;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 1;
    text-align: center;
  }

  .hero-social-proof {
    margin-top: 9px;
    font-size: 0.76rem;
  }

  .hero-social-proof-stars {
    margin-right: 4px;
  }
}

/* Grid de Cards */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.card {
  background-color: #0f172a;
  /* Azul escuro levemente mais claro que o fundo */
  border: 1px solid #1e293b;
  border-radius: 12px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s, border-color 0.2s;
}

.card:hover {
  border-color: #38bdf8;
  transform: translateY(-5px);
}

.icon-box {
  margin-bottom: 20px;
  color: #38bdf8;
  /* Efeito de brilho no ícone */
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.4));
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: #38bdf8;
  -webkit-mask-image: url('assets/socials.svg');
  mask-image: url('assets/socials.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: block;
}

.card h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.card p {
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Caixa de Informação Inferior */
.info-box {
  background-color: rgba(15, 23, 42, 0.5);
  border: 1px solid #38bdf8;
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

/* Efeito de brilho na borda inferior esquerda */
.info-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(56, 189, 248, 0.05) 0%, transparent 100%);
  pointer-events: none;
}

.info-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.info-header svg {
  color: #38bdf8;
  width: 20px;
  height: 20px;
}

.info-box p {
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.6;
}

.learn-section {
  margin: 0 auto 32px;
  max-width: 760px;
  padding: 28px 32px;
  border-radius: 20px;
  border: 1px solid rgba(56, 189, 248, 0.25);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(8, 47, 73, 0.82));
  box-shadow: 0 18px 45px rgba(2, 8, 23, 0.35);
}

.learn-section-title {
  max-width: 620px;
  margin: 0 auto 14px;
  color: #38bdf8;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}

.learn-video-standalone {
  margin: 0 auto 32px;
}

.learn-section-video-wrapper {
  width: min(100%, 320px);
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.28);
  background: #020617;
  box-shadow: 0 16px 40px rgba(2, 8, 23, 0.45);
}

.learn-section-video {
  display: block;
  width: 100%;
  height: auto;
}

.learn-section-text {
  color: #e2e8f0;
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto;
}


/* Video Container */
.video-container {
  margin-bottom: 40px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #1e293b;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: relative;
  /* Necessário para posicionar o loader */
  min-height: 0;
  /* Removido valor fixo para evitar faixa preta abaixo do vídeo */
  background: #000;
  /* Fundo preto enquanto carrega */
  aspect-ratio: 16 / 9;
}

/* Loader Spin */
.loader {
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left-color: #38bdf8;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Centraliza */
  z-index: 10;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


.video-container video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  /* Garante que o poster inteiro seja exibido sem cortes em qualquer proporção */
}

.play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  /* Sombra leve sobre o vídeo */
  cursor: pointer;
  z-index: 15;
  transition: background-color 0.3s;
}

.play-button-overlay:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.play-icon {
  width: 80px;
  height: 80px;
  color: #fff;
  opacity: 0.9;
  transition: transform 0.2s, color 0.2s;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 20px;
  backdrop-filter: blur(4px);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.play-button-overlay:hover .play-icon {
  transform: scale(1.1);
  color: #38bdf8;
  background: rgba(0, 0, 0, 0.7);
}


/* CTA Button */
.cta-container {
  display: flex;
  justify-content: center;
  margin: 80px 0;
  /* Aumentado a distância para cima e para baixo */
}

.cta-button {
  background: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.24rem;
  /* Texto maior */
  padding: 18px 40px;
  /* Altura maior */
  border-radius: 999px;
  /* Bordas arredondadas mais pill */
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(56, 189, 248, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: 1px solid rgba(56, 189, 248, 0.5);
  display: inline-block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(56, 189, 248, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, #7dd3fc 0%, #0ea5e9 100%);
  color: #fff;
}


/* Pricing Cards */
.pricing-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
  justify-content: center;
  gap: 18px;
  margin-bottom: 40px;
  scroll-margin-top: 32px;
}

.google-play-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 14px auto 0;
  text-align: center;
}

.google-play-cta[hidden] {
  display: none !important;
}

.google-play-cta a {
  display: inline-flex;
  justify-content: center;
}

.google-play-badge {
  display: block;
  width: min(100%, 190px);
  height: auto;
}

.pricing-card {
  background-color: #0f172a;
  border: 1px solid #1e293b;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  position: relative;
  transition: transform 0.2s, border-color 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 320px;
  /* Limita a largura para ficar mais estreito */
  width: 100%;
  margin: 0 auto;
  /* Centraliza se o grid permitir */
}

.pricing-card.is-hidden,
.pricing-card[hidden] {
  display: none !important;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.pricing-card.highlight {
  border-color: #38bdf8;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.1);
}

.pricing-header {
  font-size: 1.1rem;
  font-weight: 800;
  color: #38bdf8;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-price {
  margin-bottom: 25px;
  color: #fff;
}

.pricing-price .currency {
  font-size: 1.5rem;
  vertical-align: top;
  font-weight: 600;
}

.installments {
  display: block;
  width: 100%;
  font-size: 0.9rem;
  color: #94a3b8;
  margin-top: 5px;
  font-weight: 500;
}

.pricing-price .amount,
.pricing-price .amount-main {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

.pricing-price .amount-cents {
  font-size: 1.25rem;
  font-weight: 700;
  vertical-align: baseline;
  /* Alinha na base */
  color: #cbd5e1;
  /* Um pouco mais claro */
  margin-left: -5px;
  /* Aproxima do número principal */
}

.pricing-price .period {
  font-size: 1rem;
  color: #94a3b8;
  margin-left: 1px;
  /* Aproxima do valor */
}

.pricing-btn {
  background-color: #22c55e;
  /* Verde para destacar a ação de compra */
  color: #fff;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  width: 100%;
  margin-bottom: 20px;
  transition: background-color 0.2s;
  text-transform: uppercase;
}

.pricing-btn:hover {
  background-color: #16a34a;
}

.pricing-footer p {
  font-size: 0.7rem;
  color: #94a3b8;
  margin-bottom: 2px;
  line-height: 1.2;
}

.secure-badge {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #38bdf8;
  font-size: 0.75rem;
  font-weight: 600;
}

.secure-badge svg {
  width: 16px;
  height: 16px;
}

.payment-logo {
  display: block;
  width: auto;
  height: 18px;
  /* Mais discreto */
  margin: 12px auto 0 auto;
  /* Mais pra cima e centralizado */
  opacity: 0.8;
  filter: brightness(0) invert(1);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
  width: 100%;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #cbd5e1;
}

.feature-list li svg {
  color: #22c55e;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.feature-list li.unavailable svg {
  color: #ef4444;
  /* Vermelho para itens indisponíveis */
}

@media (max-width: 1040px) {
  .pricing-container {
    grid-template-columns: repeat(2, minmax(280px, 320px));
  }
}

@media (max-width: 700px) {
  .pricing-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .learn-section {
    padding: 22px 20px;
    margin-bottom: 24px;
  }

  .learn-section-title {
    margin-bottom: 18px;
  }

  .learn-video-standalone {
    margin-bottom: 24px;
  }

  .learn-section-video-wrapper {
    width: min(100%, 280px);
  }

  .learn-section-text {
    font-size: 1rem;
  }
}

/* Ícones SVG genéricos */
svg {
  width: 32px;
  height: 32px;
}

#logo {
  left: 250px; /* desktop margin lateral maior */
  top: 40px; /* desktop margin maior */
}

/* Mobile adjustments - Moved to bottom for precedence */
@media (max-width: 600px) {
  body {
    padding: 20px 10px;
  }

  .theme-toggle {
    flex-basis: 36px;
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  h1 {
    font-size: 1.5rem;
    /* Aumentado um pouco */
    line-height: 1.2;
  }

  .brand-name {
    font-size: 1.0rem;
    /* Aumentado um pouco */
    margin-top: 5px;
  }

  #logo {
    left: 16px;
    top: 30px;  /* maior gap do topo */
  }

  #logo svg,
  #logo img {
    width: clamp(50px, 12vw, 110px);
  }

  /* Ajuste para dispositivos móveis: conteúdo deslocado (aumentado) */
  .container {
    margin-top: clamp(60px, 15vw, 80px);
    /* Mais espaço para o logo não sobrepor o texto */
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    /* Duas colunas lado a lado */
    gap: 10px;
    /* Espaço menor entre os cards */
  }

  /* Ajustes dos cards para mobile (menores) */
  .card {
    padding: 15px 10px;
  }

  .card h3 {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }

  .card p {
    font-size: 0.75rem;
  }

  .icon-box {
    margin-bottom: 10px;
  }

  .icon-box svg {
    width: 24px;
    height: 24px;
  }

  /* Faixinha divisória entre os cards */
  .pricing-container .pricing-card:nth-child(1) {
    position: relative;
  }

  .pricing-container .pricing-card:nth-child(1)::after {
    content: '';
    position: absolute;
    bottom: -30px;
    /* No meio do gap de 60px */
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    /* Largura da linha */
    height: 1px;
    background: linear-gradient(90deg, transparent, #38bdf8, transparent);
    opacity: 0.5;
  }

  .pricing-card {
    padding: 20px;
  }
}

/* Reviews */
.reviews-section {
  width: 100%;
  max-width: 1040px;
  margin: 20px auto 70px auto;
  padding: 0 20px;
  position: relative;
}

.reviews-section::before {
  content: '';
  position: absolute;
  inset: 10px 16% auto;
  height: 180px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.12) 0%, rgba(5, 10, 20, 0) 72%);
  filter: blur(22px);
  pointer-events: none;
}

.reviews-heading {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto 30px auto;
  text-align: center;
}

.reviews-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(56, 189, 248, 0.24);
  color: #7dd3fc;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reviews-title {
  font-size: 2rem;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 12px;
}

.reviews-subtitle {
  color: #94a3b8;
  font-size: 1rem;
  line-height: 1.6;
}

.reviews-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.reviews-demo-cta {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 24px auto 48px;
}

.reviews-demo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 20px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.reviews-demo-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(37, 99, 235, 0.3);
  filter: brightness(1.03);
}

.review-card {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96) 0%, rgba(10, 16, 31, 0.96) 100%);
  border: 1px solid #1e293b;
  border-radius: 18px;
  padding: 24px;
  text-align: left;
  box-shadow: 0 18px 45px rgba(2, 8, 23, 0.24);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.3);
  box-shadow: 0 22px 50px rgba(2, 8, 23, 0.3);
}

.review-card-featured {
  border-color: rgba(34, 197, 94, 0.42);
  box-shadow: 0 18px 45px rgba(34, 197, 94, 0.08);
}

.review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.review-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.review-stars {
  color: #facc15;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  margin-left: auto;
  flex-shrink: 0;
}

.review-name {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.review-text {
  color: #e2e8f0;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 22px;
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.25);
}

@media (max-width: 768px) {
  .reviews-section {
    margin: 10px auto 56px auto;
  }

  .reviews-title {
    font-size: 1.7rem;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-demo-link {
    width: 100%;
    min-width: 0;
  }
}

/* FAQ Styles */
.faq-section {
  width: 100%;
  max-width: 800px;
  margin: 80px auto 40px auto;
  padding: 0 20px;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}

.faq-item {
  background-color: #0f172a;
  border: 1px solid #1e293b;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.faq-question:hover {
  background-color: #1e293b;
}

.faq-question svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  color: #38bdf8;
}

.faq-item.active .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #0f172a;
  text-align: left;
}

.faq-answer p {
  padding: 0 20px 20px 20px;
  color: #94a3b8;
  margin: 0;
  line-height: 1.6;
}

.faq-answer a {
  color: #3b82f6;
  text-decoration: underline;
}

.faq-answer a:hover,
.faq-answer a:focus {
  color: #60a5fa;
}

/* Footer Styles */
.site-footer {
  text-align: center;
  padding: 32px 0 12px;
  color: var(--footer-color);
  font-size: 0.9rem;
  margin-top: 40px;
  border-top: 1px solid var(--border-color);
  width: 100%;
}

.site-footer p {
  margin: 5px 0;
}

/* Instagram Button Styles */
.instagram-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(220, 39, 67, 0.3);
  margin-bottom: 15px;
  /* Espaço entre os botões */
}

.instagram-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(220, 39, 67, 0.4);
}

.instagram-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* WhatsApp Button Styles */
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #25D366;
  color: white;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
  background-color: #22c35e;
}

.whatsapp-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* How It Works Styles */
.how-it-works-section {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #fff;
}

.steps-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 280px;
  min-height: 220px;
}

.step-item h3 {
  min-height: 3.1rem;
}

.step-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border: 1px solid rgba(56, 189, 248, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.1);
}

.step-icon svg {
  width: 32px;
  height: 32px;
  color: #38bdf8;
}

.step-item h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.step-item p {
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.5;
}

.step-arrow {
  display: flex;
  align-items: center;
  padding-top: 30px;
  color: #475569;
}

.step-arrow svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .steps-container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .step-arrow {
    transform: rotate(90deg);
    padding-top: 0;
    margin: 10px 0;
  }
}

/* Badge Mais Popular */
.pricing-card.recommended {
  border-color: #38bdf8;
  /* Borda azul fixa */
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.15);
}

.popular-tag {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #f97316, #ea580c);
  color: #ffffff;
  /* Texto claro para contraste no laranja */
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(249, 115, 22, 0.35);
  white-space: nowrap;
  z-index: 5;
}

/* Loading State for Buttons */
.btn-loading {
  pointer-events: none !important;
  opacity: 0.8 !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
}

.btn-loading::before {
  content: "";
  display: block !important;
  width: 20px !important;
}

.btn-loading::after {
  content: "";
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  border: 3px solid rgba(255, 255, 255, 0.3) !important;
  border-top-color: #fff !important;
  border-radius: 50% !important;
  animation: spinner-rotate 0.8s linear infinite !important;
}

@keyframes spinner-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

header::before {
  background: var(--header-glow);
}

h1,
.brand-name,
.card h3,
.info-header,
.reviews-title,
.review-name,
.faq-title,
.faq-question,
.section-title,
.step-item h3 {
  color: var(--heading-color);
}

.subtitle,
.card p,
.info-box p,
.learn-section-text,
.installments,
.pricing-price .period,
.pricing-footer p,
.faq-answer p,
.step-item p,
.site-footer,
.reviews-subtitle {
  color: var(--muted-text);
}

.hero-social-proof,
.feature-list li {
  color: var(--muted-strong);
}

.hero-social-proof-count,
.review-text {
  color: var(--text-soft);
}

.pricing-price {
  color: var(--price-color);
}

.pricing-price .amount-cents {
  color: var(--price-secondary-color);
}

.installments,
.pricing-price .period {
  color: var(--price-support-color);
}

.card,
.pricing-card,
.faq-item,
.faq-answer {
  background-color: var(--surface-1);
  border-color: var(--border-color);
}

.learn-section {
  border-color: var(--border-accent);
  background: var(--surface-gradient);
  box-shadow: var(--panel-shadow);
}

.learn-section-video-wrapper {
  border-color: var(--border-accent);
  background: var(--surface-media);
  box-shadow: var(--panel-shadow-strong);
}

.video-container {
  border-color: var(--border-color);
  background: var(--media-backdrop);
}

.loader {
  border-color: rgba(148, 163, 184, 0.2);
  border-left-color: var(--accent);
}

.cta-button,
.reviews-demo-link {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
}

.cta-button:hover,
.reviews-demo-link:hover {
  background: linear-gradient(135deg, #7dd3fc 0%, var(--accent-hover) 100%);
}

.icon-box,
.social-icon,
.learn-section-title,
.pricing-header,
.secure-badge,
.faq-question svg,
.step-icon svg {
  color: var(--accent);
}

.social-icon {
  background-color: var(--accent);
}

.info-box {
  background-color: color-mix(in srgb, var(--surface-1) 78%, transparent);
  border-color: var(--accent);
}

.reviews-section::before {
  background: var(--reviews-glow);
}

.reviews-eyebrow {
  background: var(--eyebrow-bg);
  border-color: var(--border-accent);
  color: var(--accent);
}

.review-card {
  background: var(--surface-card-gradient);
  border-color: var(--border-color);
  box-shadow: var(--panel-shadow-soft);
}

.review-card:hover {
  border-color: var(--border-accent);
  box-shadow: var(--card-hover-shadow);
}

.faq-question:hover {
  background-color: var(--surface-2);
}

.site-footer {
  color: var(--footer-color);
  border-top-color: var(--border-color);
}

.payment-logo {
  filter: none;
  opacity: 1;
  width: 160px;
  max-width: 100%;
  height: auto;
}

.step-icon {
  background: var(--surface-icon-gradient);
  border-color: var(--border-accent);
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.12);
}

.step-arrow {
  color: var(--muted-text);
}

.pricing-card.recommended {
  border-color: var(--accent);
  box-shadow: var(--recommended-shadow);
}

.popular-tag {
  color: var(--popular-tag-text);
}