/* =========================================================
   RF SINCRONIZADA - tema premium (violeta + azul eletrico)
   Override sobre styles.css. Acentua o lado "show internacional".
   ========================================================= */

:root {
  --neon-cyan: #00d4ff;            /* azul eletrico mais profundo */
  --neon-cyan-rgb: 0, 212, 255;
  --neon-magenta: #c77dff;         /* violeta claro premium */
  --neon-magenta-rgb: 199, 125, 255;

  --rf-purple: #9b4dff;
  --rf-purple-deep: #6a1bb0;
  --rf-blue: #00d4ff;
  --rf-blue-deep: #002776;
  --rf-gold: #ffd700;
}

/* Fundo: gradient sutil violeta */
body {
  background:
    radial-gradient(circle at 0% 0%, rgba(155, 77, 255, 0.10), transparent 45%),
    radial-gradient(circle at 100% 100%, rgba(0, 212, 255, 0.08), transparent 45%),
    #0a0a14;
}

/* Ticker em gradient violeta -> azul */
.ticker {
  background: linear-gradient(90deg, var(--rf-purple-deep) 0%, var(--rf-purple) 50%, var(--rf-blue-deep) 100%);
  border-top: 2px solid var(--rf-blue);
  border-bottom: 2px solid var(--rf-blue);
}
.ticker-word.cream { color: #fff !important; }
.ticker-sep { color: var(--rf-blue) !important; }

/* Hero halo */
.hero {
  --halo-color: var(--rf-purple);
  --halo-color-soft: var(--rf-blue);
}
.hero-h1 .cyan    { color: var(--rf-blue) !important;   text-shadow: 0 0 40px rgba(0, 212, 255, 0.5); }
.hero-h1 .magenta { color: var(--rf-purple) !important; text-shadow: 0 0 40px rgba(155, 77, 255, 0.5); }

/* Hero badge */
.hero-badge {
  background: linear-gradient(135deg, var(--rf-purple), var(--rf-blue)) !important;
  color: #fff !important;
  font-weight: 700 !important;
  border: 2px solid #fff !important;
  box-shadow: 0 0 30px rgba(155, 77, 255, 0.5) !important;
}

/* CTAs */
.btn-hero-primary,
.ls-btn-p,
.nl-cta-btn,
.cf-submit-btn,
.cart-link,
.faq-cta-btn {
  background: linear-gradient(135deg, var(--rf-purple), var(--rf-blue)) !important;
  color: #fff !important;
  font-weight: 800 !important;
  border: 2px solid rgba(255, 255, 255, 0.15) !important;
}
.btn-hero-primary:hover,
.nl-cta-btn:hover,
.cf-submit-btn:hover {
  background: linear-gradient(135deg, var(--rf-blue), var(--rf-purple)) !important;
  box-shadow: 0 0 35px rgba(0, 212, 255, 0.5), 0 0 70px rgba(155, 77, 255, 0.3) !important;
  transform: translateY(-2px);
}

.btn-hero-secondary {
  border: 2px solid var(--rf-blue) !important;
  color: var(--rf-blue) !important;
}
.btn-hero-secondary:hover {
  background: rgba(0, 212, 255, 0.1) !important;
  box-shadow: 0 0 25px rgba(0, 212, 255, 0.4) !important;
}

/* Floating CTAs */
.float-shop {
  background: linear-gradient(135deg, var(--rf-purple), var(--rf-blue)) !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.15) !important;
}

/* Stats */
.stats-strip {
  background: linear-gradient(90deg,
    rgba(155, 77, 255, 0.10) 0%,
    rgba(0, 212, 255, 0.08) 50%,
    rgba(155, 77, 255, 0.10) 100%);
  border-top: 2px solid var(--rf-blue);
  border-bottom: 2px solid var(--rf-purple);
}
.stat-num,
.hms-val {
  background: linear-gradient(135deg, var(--rf-blue), var(--rf-purple));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

/* H2 em */
h2 em {
  background: linear-gradient(135deg, var(--rf-blue), var(--rf-purple));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}

/* ============== A IDEIA (lead) ============== */
.dor-section {
  padding: 80px 24px;
  background: linear-gradient(180deg,
    rgba(155, 77, 255, 0.08) 0%,
    transparent 100%);
  border-top: 1px solid rgba(155, 77, 255, 0.15);
  border-bottom: 1px solid rgba(0, 212, 255, 0.15);
}
.dor-inner { max-width: 900px; margin: 0 auto; }
.dor-eyebrow {
  font-family: "Bebas Neue", monospace;
  font-size: 0.95rem;
  letter-spacing: 0.25em;
  color: var(--rf-purple);
  margin-bottom: 18px;
  text-shadow: 0 0 16px rgba(155, 77, 255, 0.4);
}
.dor-title {
  font-family: "Bebas Neue", monospace;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 24px;
}
.dor-title em {
  font-style: normal;
  -webkit-text-fill-color: initial;
  background: none;
  color: var(--rf-blue);
  text-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
}
.dor-copy {
  font-family: "Space Mono", monospace;
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(255, 248, 240, 0.78);
  margin-bottom: 16px;
}
.dor-copy strong { color: var(--cream); }
@media (max-width: 768px) {
  .dor-section { padding: 56px 20px; }
  .dor-title { font-size: 1.8rem; }
}

/* ============== Como funciona 3 passos (override visual) ============== */
.rf-steps-grid .ing-num {
  color: var(--rf-purple) !important;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

/* ============== Para quem e / nao e ============== */
.quem-section {
  padding: 80px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.quem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 820px) {
  .quem-grid { grid-template-columns: 1fr; }
}
.quem-card {
  position: relative;
  background: rgba(18, 17, 29, 0.65);
  border: 2px solid;
  border-radius: 18px;
  padding: 32px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.quem-card:hover { transform: translateY(-4px); }
.quem-yes {
  border-color: var(--rf-purple);
  box-shadow: 0 0 30px rgba(155, 77, 255, 0.15);
}
.quem-yes:hover { box-shadow: 0 0 50px rgba(155, 77, 255, 0.3); }
.quem-no {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(18, 17, 29, 0.35);
  opacity: 0.85;
}
.quem-icon {
  position: absolute;
  top: -20px;
  left: 24px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", monospace;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 50%;
  background: #0a0a14;
  border: 2px solid;
}
.quem-yes .quem-icon { color: var(--rf-purple); border-color: var(--rf-purple); }
.quem-no  .quem-icon { color: rgba(255, 255, 255, 0.4); border-color: rgba(255, 255, 255, 0.2); }
.quem-card h3 {
  font-family: "Bebas Neue", monospace;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: var(--cream);
  margin: 8px 0 18px;
}
.quem-card ul { list-style: none; padding: 0; margin: 0; }
.quem-card li {
  font-family: "Space Mono", monospace;
  font-size: 0.85rem;
  line-height: 1.65;
  color: rgba(255, 248, 240, 0.78);
  padding-left: 20px;
  position: relative;
  margin-bottom: 12px;
}
.quem-card li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.quem-yes li::before { color: var(--rf-purple); }
.quem-no li::before  { color: rgba(255, 255, 255, 0.4); }
.quem-card li strong { color: var(--cream); }
.quem-card a {
  color: var(--rf-blue);
  text-decoration: underline;
  text-decoration-color: rgba(0, 212, 255, 0.4);
}

/* ============== VIDEO PLACEHOLDER ============== */
.video-section {
  padding: 80px 24px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.video-eyebrow {
  font-family: "Bebas Neue", monospace;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  color: var(--rf-blue);
  margin-bottom: 14px;
  text-transform: uppercase;
}
.video-section h2 {
  font-family: "Bebas Neue", monospace;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 0.95;
  color: var(--cream);
  margin-bottom: 32px;
}
.video-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  background:
    radial-gradient(circle at 30% 30%, rgba(155, 77, 255, 0.3), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(0, 212, 255, 0.25), transparent 60%),
    linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  border: 2px solid var(--rf-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 80px rgba(155, 77, 255, 0.2);
}
.video-placeholder-inner {
  text-align: center;
  padding: 24px;
}
.video-play-icon {
  font-size: 4rem;
  color: var(--cream);
  margin-bottom: 16px;
  filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.6));
}
.video-placeholder-text {
  font-family: "Space Mono", monospace;
  font-size: 1rem;
  color: rgba(255, 248, 240, 0.78);
  margin-bottom: 24px;
}
.video-cta {
  display: inline-block;
  background: linear-gradient(135deg, var(--rf-purple), var(--rf-blue));
  color: #fff;
  font-family: "Bebas Neue", monospace;
  font-size: 1rem;
  letter-spacing: 0.12em;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.video-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
}
.video-caption {
  margin-top: 20px;
  font-family: "Space Mono", monospace;
  font-size: 0.8rem;
  color: rgba(255, 248, 240, 0.6);
  font-style: italic;
}

/* ============== TESTIMONIALS GRID ============== */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 48px auto 0;
  padding: 0 24px;
}
@media (max-width: 900px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}
.testi-card {
  background: rgba(18, 17, 29, 0.6);
  border: 1px solid rgba(155, 77, 255, 0.25);
  border-radius: 16px;
  padding: 24px 22px;
  margin: 0;
  position: relative;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.testi-card:hover {
  border-color: var(--rf-purple);
  box-shadow: 0 12px 30px rgba(155, 77, 255, 0.2);
}
.testi-card::before {
  content: '"';
  position: absolute;
  top: 8px;
  left: 12px;
  font-family: "Permanent Marker", cursive;
  font-size: 3rem;
  color: var(--rf-purple);
  opacity: 0.4;
  line-height: 1;
}
.testi-card p {
  font-family: "Space Mono", monospace;
  font-size: 0.86rem;
  line-height: 1.7;
  color: rgba(255, 248, 240, 0.88);
  padding-top: 16px;
  margin: 0 0 16px 0;
  font-style: italic;
}
.testi-card footer {
  font-family: "Bebas Neue", monospace;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: rgba(255, 248, 240, 0.6);
  text-transform: uppercase;
}
.testi-card footer strong {
  color: var(--rf-purple);
  font-weight: 700;
}

/* ============== FORM EXTRAS ============== */
.cf-optional {
  font-size: 0.7rem;
  color: rgba(255, 248, 240, 0.45);
  font-weight: 400;
  margin-left: 4px;
}

/* Newsletter */
.newsletter {
  background: linear-gradient(135deg,
    rgba(155, 77, 255, 0.18) 0%,
    rgba(0, 212, 255, 0.10) 100%);
  border-top: 2px solid var(--rf-purple);
  border-bottom: 2px solid var(--rf-blue);
}
.nl-tag {
  background: linear-gradient(135deg, var(--rf-purple), var(--rf-blue)) !important;
  color: #fff !important;
}

/* Footer */
footer {
  border-top: 2px solid var(--rf-blue);
}
.footer-links a:hover { color: var(--rf-blue) !important; }

/* ============== ALTERNATIVE SOLUTION (saida pra churn) ============== */
.alt-solution {
  padding: 100px 24px;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.08), transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(155, 77, 255, 0.10), transparent 50%),
    linear-gradient(180deg, rgba(10, 10, 20, 0.6) 0%, rgba(20, 15, 40, 0.4) 100%);
  border-top: 1px dashed rgba(255, 215, 0, 0.25);
  border-bottom: 1px dashed rgba(155, 77, 255, 0.25);
}
.alt-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.alt-eyebrow {
  font-family: "Bebas Neue", monospace;
  font-size: 0.95rem;
  letter-spacing: 0.22em;
  color: var(--rf-gold);
  margin-bottom: 18px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 14px rgba(255, 215, 0, 0.3);
}
.alt-title {
  font-family: "Bebas Neue", monospace;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 24px;
  text-align: center;
}
.alt-title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--rf-gold), #ffaa00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.alt-copy {
  font-family: "Space Mono", monospace;
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(255, 248, 240, 0.82);
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}
.alt-copy strong { color: var(--cream); }

@media (max-width: 768px) {
  .alt-solution { padding: 64px 20px; }
  .alt-title { font-size: 1.85rem; }
}

/* Features grid */
.alt-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 56px;
}
@media (max-width: 980px) { .alt-features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .alt-features { grid-template-columns: 1fr; } }
.alt-feature {
  background: rgba(18, 17, 29, 0.55);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 14px;
  padding: 22px 18px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.alt-feature:hover {
  transform: translateY(-4px);
  border-color: var(--rf-gold);
  box-shadow: 0 12px 28px rgba(255, 215, 0, 0.15);
}
.alt-feature-icon {
  font-size: 1.8rem;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.45));
}
.alt-feature-title {
  font-family: "Bebas Neue", monospace;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  color: var(--cream);
  margin-bottom: 8px;
}
.alt-feature-desc {
  font-family: "Space Mono", monospace;
  font-size: 0.78rem;
  line-height: 1.6;
  color: rgba(255, 248, 240, 0.72);
}

/* Gate de qualificacao */
.alt-gate {
  background: rgba(10, 10, 20, 0.55);
  border: 2px solid rgba(255, 215, 0, 0.35);
  border-radius: 22px;
  padding: 40px 36px;
  max-width: 820px;
  margin: 0 auto;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.35),
    0 0 80px rgba(255, 215, 0, 0.08);
}
@media (max-width: 600px) {
  .alt-gate { padding: 28px 22px; }
}
.alt-gate-title {
  font-family: "Bebas Neue", monospace;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: var(--cream);
  margin: 0 0 24px;
  text-align: center;
}
.alt-gate-title em {
  font-style: normal;
  color: var(--rf-gold);
}
.alt-gate-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.alt-gate-list li {
  margin-bottom: 12px;
}
.alt-gate-list label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  user-select: none;
}
.alt-gate-list label:hover {
  background: rgba(255, 215, 0, 0.06);
  border-color: rgba(255, 215, 0, 0.3);
}
.alt-check {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin: 0;
  border: 2px solid rgba(255, 215, 0, 0.45);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease, background 0.2s ease;
  flex-shrink: 0;
}
.alt-check:hover { border-color: var(--rf-gold); }
.alt-check:checked {
  background: var(--rf-gold);
  border-color: var(--rf-gold);
  box-shadow: 0 0 14px rgba(255, 215, 0, 0.5);
}
.alt-check:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid var(--rf-blue-deep);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.alt-check-text {
  font-family: "Space Mono", monospace;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 248, 240, 0.88);
  padding-top: 1px;
}
.alt-check-text strong { color: var(--rf-gold); }

/* CTA */
.alt-cta-wrap { text-align: center; }
.alt-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Bebas Neue", monospace;
  font-size: 1.15rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 800;
}
.alt-cta-disabled {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 248, 240, 0.42);
  border: 2px solid rgba(255, 255, 255, 0.12);
  cursor: not-allowed;
  pointer-events: auto;
}
.alt-cta-enabled {
  background: linear-gradient(135deg, var(--rf-gold), #ffaa00);
  color: var(--rf-blue-deep);
  border: 2px solid #fff;
  box-shadow:
    0 14px 34px rgba(255, 215, 0, 0.35),
    0 0 60px rgba(255, 215, 0, 0.25);
  cursor: pointer;
}
.alt-cta-enabled:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 40px rgba(255, 215, 0, 0.5),
    0 0 80px rgba(255, 215, 0, 0.4);
}
.alt-cta-icon { font-size: 1.4rem; }
.alt-cta-note {
  margin-top: 18px;
  font-family: "Space Mono", monospace;
  font-size: 0.78rem;
  line-height: 1.6;
  color: rgba(255, 248, 240, 0.55);
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}
