/* ========================================
   Empreenda com IA — Vendas CSS
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500&family=Space+Grotesk:wght@600;700&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; }
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  color: #f0f0fa;
  background: #08080f;
  overflow-x: hidden;
  cursor: none;
}
a { color: inherit; text-decoration: none; cursor: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { border: none; background: none; cursor: none; font-family: inherit; }

/* --- Cursor --- */
.custom-cursor {
  position: fixed; top: 0; left: 0;
  width: 8px; height: 8px;
  background: #6B2CF2; border-radius: 50%;
  pointer-events: none; z-index: 10000;
  transform: translate(-50%, -50%);
  transition: width 0.25s ease, height 0.25s ease;
}
.custom-cursor-follower {
  position: fixed; top: 0; left: 0;
  width: 32px; height: 32px;
  border: 1px solid rgba(107,44,242,0.5); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
}
body.cursor-hover .custom-cursor { width: 14px; height: 14px; }
body.cursor-hover .custom-cursor-follower { width: 50px; height: 50px; }

/* --- Utilities --- */
.vn-container { max-width: 1100px; margin: 0 auto; padding: 0 2rem; }
.vn-section { padding: 7rem 0; }
.logo-img { height: 36px; }
.vn-gradient-text {
  background: linear-gradient(135deg, #6B2CF2, #9B40F8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* --- Reveal --- */
.reveal-up {
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
  transition-delay: var(--delay, 0s);
}
.reveal-up.visible { opacity: 1; transform: translateY(0); }

/* --- Tags & Titles --- */
.vn-tag {
  display: inline-block; font-size: 0.72rem; text-transform: uppercase;
  letter-spacing: 0.14em; color: #6B2CF2; font-weight: 500; margin-bottom: 1rem;
}
.vn-section-title {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1.15;
  letter-spacing: -0.02em; color: #f0f0fa; margin-bottom: 1rem;
}
.vn-section-sub { font-size: 1rem; color: #8888aa; line-height: 1.7; max-width: 540px; margin-bottom: 1rem; }
.vn-section-sub-center { font-size: 1rem; color: #8888aa; line-height: 1.7; max-width: 540px; margin: 0 auto; }
.vn-section-header { text-align: center; margin-bottom: 4rem; }

/* --- Buttons --- */
.vn-btn-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 1.8rem;
  background: linear-gradient(135deg, #6B2CF2, #8B2FC9);
  color: #fff; font-size: 0.95rem; font-weight: 600; border-radius: 10px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 8px 30px rgba(107,44,242,0.25);
}
.vn-btn-primary:hover { box-shadow: 0 12px 40px rgba(107,44,242,0.45); }
.vn-btn-xl { padding: 1.1rem 2.4rem; font-size: 1.05rem; }
.vn-btn-full { width: 100%; justify-content: center; }
.vn-btn-cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.7rem 1.4rem;
  background: linear-gradient(135deg, #6B2CF2, #8B2FC9);
  color: #fff; font-size: 0.85rem; font-weight: 600; border-radius: 8px;
  transition: box-shadow 0.35s ease;
}
.vn-btn-cta:hover { box-shadow: 0 6px 20px rgba(107,44,242,0.4); }

/* ========================================
   NAVBAR
   ======================================== */
.vn-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease;
}
.vn-nav.scrolled {
  background: rgba(8,8,15,0.92); backdrop-filter: blur(20px);
  border-bottom-color: rgba(107,44,242,0.15);
}
.vn-nav-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 2rem;
  height: 68px; display: flex; align-items: center; justify-content: space-between;
}

/* ========================================
   HERO
   ======================================== */
.vn-hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
}
.vn-hero-bg { position: absolute; inset: 0; z-index: 0; }
.vn-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(107,44,242,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107,44,242,0.04) 1px, transparent 1px);
  background-size: 70px 70px;
}
.vn-hero-orb { position: absolute; border-radius: 50%; filter: blur(100px); }
.vn-hero-orb-1 {
  width: 600px; height: 600px; top: -100px; right: -100px;
  background: rgba(107,44,242,0.18);
  animation: orbFloat 8s ease-in-out alternate infinite;
}
.vn-hero-orb-2 {
  width: 400px; height: 400px; bottom: -50px; left: -50px;
  background: rgba(139,47,201,0.12);
  animation: orbFloat 8s ease-in-out alternate infinite; animation-delay: -4s;
}
@keyframes orbFloat {
  0% { transform: translate(0,0) scale(1); }
  100% { transform: translate(30px,-20px) scale(1.08); }
}
#vnCanvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.vn-hero-content {
  position: relative; z-index: 1;
  padding-top: 7rem; padding-bottom: 4rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.vn-eyebrow {
  display: flex; align-items: center; gap: 0.75rem;
  margin-bottom: 1.5rem; font-size: 0.72rem;
  text-transform: uppercase; letter-spacing: 0.14em; color: #6B2CF2; font-weight: 500;
}
.vn-eyebrow-line { display: inline-block; width: 28px; height: 1px; background: #6B2CF2; }
.vn-hero-title {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem); line-height: 1.1;
  letter-spacing: -0.025em; margin-bottom: 1.25rem;
}
.vn-hero-sub { font-size: 1.05rem; color: #8888aa; line-height: 1.7; max-width: 460px; margin-bottom: 1.75rem; }
.vn-hero-trust { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.vn-trust-item {
  display: flex; align-items: center; gap: 0.4rem;
  font-size: 0.8rem; color: #8888aa; font-weight: 500;
}
.vn-hero-guarantee-note {
  display: flex; align-items: center; gap: 0.4rem; margin-top: 1rem;
  font-size: 0.78rem; color: #55556a;
}

/* Course mockup */
.vn-course-mockup {
  position: relative; border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(107,44,242,0.2);
  box-shadow: 0 32px 80px rgba(107,44,242,0.2);
  aspect-ratio: 16/9; background: #111122;
}
.vn-course-img { width: 100%; height: 100%; object-fit: contain; display: block; position: relative; z-index: 1; }
.vn-course-mockup-fallback {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem;
  background: linear-gradient(145deg, #111122, #0d0d22);
}
.vn-course-mockup-fallback span { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.1rem; }
.vn-mockup-badge {
  position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 0.4rem;
  background: #1a1035; border: 1px solid rgba(107,44,242,0.35);
  padding: 0.5rem 1rem; border-radius: 50px;
  font-size: 0.75rem; font-weight: 600; color: #f0f0fa; white-space: nowrap;
}

/* ========================================
   CREDIBILIDADE
   ======================================== */
.vn-credibility {
  background: #0d0d1a;
  border-top: 1px solid rgba(107,44,242,0.15);
  border-bottom: 1px solid rgba(107,44,242,0.15);
  padding: 2.5rem 0;
}
.vn-credibility-inner {
  display: flex; align-items: center; justify-content: center; gap: 3rem;
}
.vn-cred-item { text-align: center; }
.vn-cred-num {
  display: block; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 2rem;
  background: linear-gradient(135deg, #6B2CF2, #9B40F8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1.2; margin-bottom: 0.25rem;
}
.vn-cred-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: #55556a; }
.vn-cred-div { width: 1px; height: 44px; background: rgba(107,44,242,0.15); }

/* ========================================
   DOR
   ======================================== */
.vn-pain { background: #08080f; }
.vn-pain-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5px; margin-bottom: 3rem;
}
.vn-pain-card {
  background: #111122; border: 1px solid rgba(107,44,242,0.12);
  padding: 2rem 1.5rem; text-align: center;
  transition: border-color 0.35s ease, transform 0.35s ease;
}
.vn-pain-card:hover { border-color: rgba(107,44,242,0.35); transform: translateY(-4px); }
.vn-pain-icon {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
  background: rgba(107,44,242,0.1);
  border: 1px solid rgba(107,44,242,0.25);
  border-radius: 14px;
  color: #9B40F8;
}
.vn-pain-card p { font-size: 0.88rem; color: #8888aa; line-height: 1.6; }
.vn-pain-cta {
  text-align: center; padding: 1.5rem 2rem;
  background: rgba(107,44,242,0.06); border: 1px solid rgba(107,44,242,0.15); border-radius: 10px;
  font-size: 0.95rem; color: #8888aa; max-width: 600px; margin: 0 auto; line-height: 1.6;
}
.vn-pain-cta strong { color: #f0f0fa; }

/* ========================================
   SOLUÇÃO
   ======================================== */
.vn-solution { background: #0d0d1a; }
.vn-solution-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.vn-solution-results { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 2rem; }
.vn-result-item { display: flex; align-items: flex-start; gap: 1rem; }
.vn-result-icon {
  width: 40px; height: 40px; min-width: 40px;
  background: rgba(107,44,242,0.12); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.vn-result-item strong { display: block; font-size: 0.95rem; font-weight: 600; margin-bottom: 0.2rem; }
.vn-result-item span { font-size: 0.82rem; color: #8888aa; }

/* Before/After */
.vn-before-after {
  display: flex; align-items: stretch; gap: 0;
  border: 1px solid rgba(107,44,242,0.15); border-radius: 14px; overflow: hidden;
}
.vn-before, .vn-after { flex: 1; padding: 1.75rem 1.5rem; }
.vn-before { background: rgba(255,68,68,0.04); border-right: 1px solid rgba(107,44,242,0.1); }
.vn-after { background: rgba(107,44,242,0.04); }
.vn-ba-label {
  display: inline-block; font-size: 0.65rem; text-transform: uppercase;
  letter-spacing: 0.1em; font-weight: 700; padding: 0.25rem 0.6rem;
  border-radius: 4px; margin-bottom: 1.25rem;
}
.vn-ba-before { background: rgba(255,68,68,0.12); color: #ff6666; }
.vn-ba-after { background: rgba(107,44,242,0.12); color: #9B40F8; }
.vn-before ul, .vn-after ul { display: flex; flex-direction: column; gap: 0.75rem; }
.vn-before li, .vn-after li {
  display: flex; align-items: flex-start; gap: 0.5rem;
  font-size: 0.82rem; color: #8888aa; line-height: 1.5;
}
.vn-before li svg, .vn-after li svg { min-width: 16px; margin-top: 1px; }
.vn-arrow-divider {
  display: flex; align-items: center; padding: 0 0.75rem;
  font-size: 1.2rem; color: #6B2CF2; background: rgba(107,44,242,0.06);
}

/* ========================================
   PARA QUEM
   ======================================== */
.vn-forquem { background: #08080f; }
.vn-forquem-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5px; margin-bottom: 2rem; }
.vn-forquem-card {
  background: #111122; border: 1px solid rgba(107,44,242,0.15); padding: 2rem 1.5rem;
  transition: transform 0.35s ease, border-color 0.35s ease;
}
.vn-forquem-card:hover { transform: translateY(-4px); border-color: rgba(107,44,242,0.4); }
.vn-forquem-icon {
  width: 44px; height: 44px; background: rgba(107,44,242,0.12); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
}
.vn-forquem-card h4 {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1rem; margin-bottom: 0.5rem;
}
.vn-forquem-card p { font-size: 0.83rem; color: #8888aa; line-height: 1.5; }
.vn-nao-para {
  text-align: center; padding: 1.25rem 2rem;
  border: 1px dashed rgba(107,44,242,0.2); border-radius: 8px;
  font-size: 0.85rem; color: #55556a; max-width: 520px; margin: 0 auto;
}
.vn-nao-para strong { color: #8888aa; }

/* ========================================
   CURRÍCULO
   ======================================== */
.vn-curriculum { background: #0d0d1a; }
.vn-curriculum-list { display: flex; flex-direction: column; gap: 1.5px; }
.vn-curriculum-item {
  display: flex; align-items: center; gap: 1.5rem;
  background: #111122; border: 1px solid rgba(107,44,242,0.15);
  padding: 1.75rem 2rem;
  transition: border-color 0.35s ease, background 0.35s ease;
}
.vn-curriculum-item:hover { border-color: rgba(107,44,242,0.4); background: #151530; }
.vn-curriculum-plus { border-style: dashed; }
.vn-curr-num {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 2rem;
  color: rgba(107,44,242,0.25); min-width: 52px;
  transition: color 0.35s ease;
}
.vn-curriculum-item:hover .vn-curr-num { color: #6B2CF2; }
.vn-curr-content { flex: 1; }
.vn-curr-content h4 {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.05rem; margin-bottom: 0.35rem;
}
.vn-curr-content p { font-size: 0.85rem; color: #8888aa; line-height: 1.55; }
.vn-curr-badge {
  font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: #55556a; border: 1px solid rgba(85,85,106,0.3);
  padding: 0.25rem 0.6rem; border-radius: 4px; white-space: nowrap; font-weight: 500;
}
.vn-badge-roxo { color: #9B40F8; border-color: rgba(107,44,242,0.4); background: rgba(107,44,242,0.08); }

/* ========================================
   DEPOIMENTOS EM VÍDEO
   ======================================== */
.vn-depoimentos { background: #08080f; }
.vn-videos-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.vn-video-card {
  background: #111122; border: 1px solid rgba(107,44,242,0.15); border-radius: 12px;
  overflow: hidden; cursor: pointer;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.vn-video-card:hover {
  transform: translateY(-5px); border-color: rgba(107,44,242,0.5);
  box-shadow: 0 12px 40px rgba(107,44,242,0.15);
}
.vn-video-thumb { position: relative; aspect-ratio: 9/14; overflow: hidden; }
.vn-video-cover {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1;
}
.vn-video-bg {
  position: absolute; inset: 0;
  background: linear-gradient(145deg, #1a1035, #0d0d22);
}
.vn-video-bg::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(107,44,242,0.18) 0%, transparent 70%);
}
.vn-video-overlay {
  position: absolute; inset: 0; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  background: rgba(8,8,15,0.2); transition: background 0.35s ease;
}
.vn-video-card:hover .vn-video-overlay { background: rgba(8,8,15,0.05); }
.vn-play-btn {
  width: 60px; height: 60px;
  background: rgba(107,44,242,0.9); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 12px rgba(107,44,242,0.15);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.vn-play-btn svg { margin-left: 3px; }
.vn-video-card:hover .vn-play-btn { transform: scale(1.1); box-shadow: 0 0 0 18px rgba(107,44,242,0.1); }
.vn-video-ig {
  position: absolute; bottom: 1rem; left: 1rem; z-index: 2;
  display: flex; align-items: center; gap: 0.4rem;
  font-size: 0.7rem; color: rgba(255,255,255,0.6); font-weight: 500;
}
.vn-video-info { padding: 1rem 1.25rem; }
.vn-stars { color: #f5c518; font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 0.4rem; }
.vn-video-info p { font-size: 0.82rem; color: #55556a; }
.vn-video-info p strong { color: #f0f0fa; font-weight: 600; }

/* ========================================
   PRICING
   ======================================== */
.vn-pricing { background: #08080f; position: relative; overflow: hidden; }
.vn-pricing-glow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(107,44,242,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.vn-pricing-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid rgba(107,44,242,0.25); border-radius: 20px; overflow: hidden;
  position: relative; z-index: 1;
  background: #111122;
  box-shadow: 0 32px 80px rgba(107,44,242,0.12);
}
.vn-pricing-left {
  padding: 3rem; background: linear-gradient(145deg, #130d26, #0d0d22);
  border-right: 1px solid rgba(107,44,242,0.15);
}
.vn-pricing-right { padding: 3rem; }
.vn-pricing-name {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em;
  color: #6B2CF2; font-weight: 500; margin-bottom: 1.5rem;
}
.vn-pricing-price {
  display: flex; align-items: flex-end; gap: 0.25rem; margin-bottom: 1rem;
}
.vn-price-currency { font-size: 1.5rem; font-weight: 700; color: #8888aa; margin-bottom: 0.4rem; }
.vn-price-value {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 5rem; line-height: 1;
  background: linear-gradient(135deg, #6B2CF2, #9B40F8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.vn-price-period { font-size: 1rem; color: #55556a; margin-bottom: 0.5rem; }
.vn-pricing-desc { font-size: 0.88rem; color: #8888aa; line-height: 1.6; margin-bottom: 2rem; }
.vn-pricing-guarantee {
  display: flex; align-items: center; gap: 0.5rem; margin-top: 1rem;
  font-size: 0.8rem; color: #8888aa;
}
.vn-pricing-includes-title {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em;
  color: #55556a; font-weight: 500; margin-bottom: 1.5rem;
}
.vn-pricing-list { display: flex; flex-direction: column; gap: 0.85rem; }
.vn-pricing-list li {
  display: flex; align-items: flex-start; gap: 0.6rem;
  font-size: 0.88rem; color: #8888aa; line-height: 1.5;
}
.vn-pricing-list li svg { min-width: 16px; margin-top: 2px; }

/* ========================================
   GARANTIA
   ======================================== */
.vn-garantia { background: #0d0d1a; }
.vn-garantia-inner {
  display: flex; align-items: center; gap: 3rem;
  background: #111122; border: 1px solid rgba(107,44,242,0.2); border-radius: 16px;
  padding: 3rem; max-width: 760px; margin: 0 auto;
}
.vn-garantia-icon {
  width: 96px; height: 96px; min-width: 96px;
  background: rgba(107,44,242,0.1); border: 1px solid rgba(107,44,242,0.2); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.vn-garantia-text h3 {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.3rem; margin-bottom: 0.75rem;
}
.vn-garantia-text p { font-size: 0.9rem; color: #8888aa; line-height: 1.7; }

/* ========================================
   FAQ
   ======================================== */
.vn-faq { background: #08080f; }
.vn-faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 1.5px; }
.vn-faq-item {
  background: #111122; border: 1px solid rgba(107,44,242,0.15);
  overflow: hidden; transition: border-color 0.35s ease;
}
.vn-faq-item:hover { border-color: rgba(107,44,242,0.35); }
.vn-faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 1.5rem 1.75rem; text-align: left;
  font-size: 0.95rem; font-weight: 600; color: #f0f0fa; gap: 1rem;
}
.vn-faq-icon { min-width: 20px; transition: transform 0.35s ease; color: #6B2CF2; }
.vn-faq-item.open .vn-faq-icon { transform: rotate(180deg); }
.vn-faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25,0.46,0.45,0.94), padding 0.3s ease;
}
.vn-faq-item.open .vn-faq-answer { max-height: 200px; }
.vn-faq-answer p {
  padding: 0 1.75rem 1.5rem;
  font-size: 0.88rem; color: #8888aa; line-height: 1.7;
}

/* ========================================
   CTA FINAL
   ======================================== */
.vn-cta-final {
  position: relative; overflow: hidden; text-align: center;
  background: linear-gradient(135deg, #0f0a2a 0%, #08080f 50%, #1a0a3a 100%);
  padding: 8rem 0;
}
.vn-cta-orb {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(107,44,242,0.15), transparent 70%);
  border-radius: 50%;
  animation: ctaPulse 4s ease-in-out alternate infinite;
}
@keyframes ctaPulse {
  0% { transform: translate(-50%,-50%) scale(0.9); opacity: 0.6; }
  100% { transform: translate(-50%,-50%) scale(1.1); opacity: 1; }
}
.vn-cta-final-content { position: relative; z-index: 1; }
.vn-cta-final-title {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 3.2rem); max-width: 720px;
  margin: 0 auto 1.25rem; line-height: 1.15;
}
.vn-cta-final-sub { font-size: 1rem; color: #8888aa; margin-bottom: 2.5rem; }
.vn-cta-final-note {
  display: flex; align-items: center; justify-content: center; gap: 0.4rem;
  margin-top: 1rem; font-size: 0.78rem; color: #55556a;
}

/* ========================================
   FOOTER
   ======================================== */
.vn-footer {
  background: #0d0d1a; border-top: 1px solid rgba(107,44,242,0.12); padding: 2rem 0;
}
.vn-footer-inner {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
}
.vn-footer p { font-size: 0.75rem; color: #55556a; }
.vn-footer-back { font-size: 0.8rem; color: #8888aa; transition: color 0.3s; }
.vn-footer-back:hover { color: #f0f0fa; }

/* ========================================
   MODAL
   ======================================== */
.vn-modal {
  position: fixed; inset: 0; z-index: 9000;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.35s ease;
}
.vn-modal.active { opacity: 1; pointer-events: all; }
.vn-modal-backdrop { position: absolute; inset: 0; background: rgba(8,8,15,0.92); backdrop-filter: blur(16px); }
.vn-modal-inner {
  position: relative; z-index: 1; width: 100%; max-width: 420px;
  transform: scale(0.9) translateY(20px);
  transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}
.vn-modal.active .vn-modal-inner { transform: scale(1) translateY(0); }
.vn-modal-close {
  position: absolute; top: -3rem; right: 0;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(107,44,242,0.2); border: 1px solid rgba(107,44,242,0.3);
  color: #f0f0fa; display: flex; align-items: center; justify-content: center;
  transition: background 0.25s ease;
}
.vn-modal-close:hover { background: rgba(107,44,242,0.4); }
.vn-modal-frame {
  border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(107,44,242,0.2); aspect-ratio: 9/16; background: #08080f;
}
.vn-modal-frame iframe { width: 100%; height: 100%; display: block; }

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 900px) {
  .vn-hero-content { grid-template-columns: 1fr; gap: 3rem; padding-top: 6rem; }
  .vn-hero-visual { display: none; }
  .vn-pain-grid, .vn-forquem-grid { grid-template-columns: 1fr 1fr; }
  .vn-solution-layout { grid-template-columns: 1fr; gap: 3rem; }
  .vn-pricing-card { grid-template-columns: 1fr; }
  .vn-pricing-left { border-right: none; border-bottom: 1px solid rgba(107,44,242,0.15); }
  .vn-garantia-inner { flex-direction: column; text-align: center; gap: 1.5rem; }
  .vn-videos-grid { grid-template-columns: 1fr; }
  .vn-credibility-inner { flex-wrap: wrap; gap: 1.5rem; }
  .vn-cred-div { display: none; }
  .vn-footer-inner { flex-direction: column; text-align: center; }
  .vn-modal-inner { max-width: 90vw; }
}
@media (max-width: 600px) {
  .vn-container { padding: 0 1.25rem; }
  .vn-section { padding: 5rem 0; }
  .vn-pain-grid, .vn-forquem-grid { grid-template-columns: 1fr; }
  .custom-cursor, .custom-cursor-follower { display: none; }
}
