.elementor-2805 .elementor-element.elementor-element-960a182:not(.elementor-motion-effects-element-type-background), .elementor-2805 .elementor-element.elementor-element-960a182 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#09080E;}.elementor-2805 .elementor-element.elementor-element-960a182 > .elementor-container{max-width:709px;}.elementor-2805 .elementor-element.elementor-element-960a182{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2805 .elementor-element.elementor-element-960a182 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2805 .elementor-element.elementor-element-db6da9d > .elementor-element-populated{margin:20px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}/* Start custom CSS for html, class: .elementor-element-6e13e9b */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block');

/* ============================================================
   DARK VSL THEME — CIUDADELA NIO TORRE 4
   Paleta: Obsidian Negro + Dorado + Verde Teal
   ============================================================ */

:root {
  --primary: #f5c518;
  --primary-hover: #d4a017;
  --green: #147f70;
  --green-bright: #1db99f;
  --red-alert: #ef4444;

  --bg-dark:    #07070e;
  --bg-section: #0d0d1a;
  --bg-card:    #131322;
  --bg-surface: #1c1c2e;

  /* Mantener nombres para compatibilidad con inline styles del HTML */
  --bg-light:       #0d0d1a;
  --surface-dark:   #1c1c2e;
  --surface-darker: #252535;
  --text-main:      #ffffff;
  --text-muted:     rgba(255, 255, 255, 0.55);
  --border-light:   rgba(255, 255, 255, 0.06);

  --gold-glow:  rgba(245, 197, 24, 0.4);
  --green-glow: rgba(20, 127, 112, 0.4);
  --red-glow:   rgba(239, 68, 68, 0.45);
}

*, *::before, *::after { box-sizing: border-box; }

body, html {
  font-family: 'Manrope', sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-main);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .hero-title, .section-title {
  font-family: 'Montserrat', sans-serif !important;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* ============================================================
   ANIMACIONES
   ============================================================ */

@keyframes ping {
  75%, 100% { transform: scale(2); opacity: 0; }
}

@keyframes pulse-gold {
  0%, 100% {
    box-shadow: 0 0 20px rgba(245,197,24,0.45), 0 6px 28px rgba(245,197,24,0.3);
  }
  50% {
    box-shadow: 0 0 55px rgba(245,197,24,0.75), 0 10px 50px rgba(245,197,24,0.55);
  }
}

@keyframes pulse-green {
  0%, 100% {
    box-shadow: 0 0 20px rgba(20,127,112,0.4), 0 6px 24px rgba(20,127,112,0.25);
  }
  50% {
    box-shadow: 0 0 50px rgba(20,127,112,0.7), 0 10px 45px rgba(20,127,112,0.5);
  }
}

@keyframes glow-text {
  0%, 100% { text-shadow: 0 0 18px rgba(245,197,24,0.5); }
  50%       { text-shadow: 0 0 40px rgba(245,197,24,0.9), 0 0 80px rgba(245,197,24,0.35); }
}

@keyframes badge-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.04); opacity: 0.88; }
}

@keyframes shimmer-btn {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

@keyframes float-up {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-7px); }
}

@keyframes slide-in-right {
  from { opacity: 0; transform: translateX(12px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes countdown-glow {
  0%, 100% { text-shadow: 0 0 15px rgba(245,197,24,0.4); }
  50%       { text-shadow: 0 0 35px rgba(245,197,24,0.8), 0 0 60px rgba(245,197,24,0.3); }
}

@keyframes separator-blink {
  0%, 100% { opacity: 1; }
  49%       { opacity: 1; }
  50%       { opacity: 0; }
  99%       { opacity: 0; }
}

/* ============================================================
   UTILIDADES
   ============================================================ */

.text-primary   { color: var(--primary); }
.bg-primary     { background-color: var(--primary); }
.text-white     { color: white; }
.hidden         { display: none; }
.flex           { display: flex; }
.items-center   { align-items: center; }
.justify-between{ justify-content: space-between; }
.justify-center { justify-content: center; }
.relative       { position: relative; }
.absolute       { position: absolute; }
.w-full         { width: 100%; }
.h-full         { height: 100%; }
.object-cover   { object-fit: cover; }
.font-bold      { font-weight: 700; }

/* ============================================================
   NAVBAR
   ============================================================ */

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(7, 7, 14, 0.93);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(245, 197, 24, 0.12);
}

.nav-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.nav-logo-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--primary);
  filter: drop-shadow(0 0 8px var(--gold-glow));
}

.nav-logo-text {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff 0%, var(--primary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ============================================================
   BOTONES
   ============================================================ */

.btn-primary {
  background: linear-gradient(135deg, #f5c518 0%, #e8a020 40%, #f5c518 80%, #ffe066 100%);
  background-size: 200% auto;
  color: #07070e !important;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 0.625rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: normal;
  animation: pulse-gold 2.4s ease-in-out infinite;
  cursor: pointer;
}

.btn-primary:hover {
  background-position: right center;
  animation: none;
  box-shadow: 0 0 65px rgba(245,197,24,0.85), 0 12px 45px rgba(245,197,24,0.55);
  transform: translateY(-3px) scale(1.025);
  color: #000 !important;
}

.btn-small {
  padding: 0.5rem 1.25rem;
  font-size: 0.8rem;
}

.btn-large {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 900;
  padding: 1.125rem 2rem;
  border-radius: 0.75rem;
  gap: 0.5rem;
  letter-spacing: 0.06em;
}

@media (min-width: 640px) {
  .btn-large { width: auto; }
}

.btn-outline {
  background-color: transparent;
  border: 2px solid var(--green);
  color: var(--green-bright) !important;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif !important;
  padding: 0.875rem 2rem;
  border-radius: 0.625rem;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  letter-spacing: 0.04em;
  animation: pulse-green 3s ease-in-out infinite;
}

.btn-outline:hover {
  background-color: var(--green);
  color: white !important;
  animation: none;
  box-shadow: 0 0 45px var(--green-glow);
  transform: translateY(-2px);
}

.btn-submit {
  width: 100%;
  padding: 1.125rem;
  font-size: 1.125rem;
}

/* ============================================================
   HERO
   ============================================================ */

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 4rem;
  background: radial-gradient(ellipse at 50% 0%, #1a1a2e 0%, #0d0d18 45%, #07070e 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Aureola dorada central */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 55%, rgba(245,197,24,0.07) 0%, transparent 60%);
  z-index: 5;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #07070e 0%,
    rgba(7, 7, 14, 0.88) 35%,
    rgba(7, 7, 14, 0.55) 100%
  );
  z-index: 10;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  filter: saturate(0.4);
}

.hero-content {
  position: relative;
  z-index: 20;
  max-width: 66rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0rem;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(245,197,24,0.14), rgba(245,197,24,0.05));
  border: 1px solid rgba(245,197,24,0.35);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  animation: badge-pulse 3s ease-in-out infinite;
}

.hero-badge-dot {
  position: relative;
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
}

.hero-badge-ping {
  position: absolute;
  display: inline-flex;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-color: var(--primary);
  opacity: 0.75;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hero-badge-circle {
  position: relative;
  display: inline-flex;
  border-radius: 9999px;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--primary);
  box-shadow: 0 0 8px var(--gold-glow);
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: white;
}

@media (min-width: 768px) {
  .hero-title { font-size: 4rem; }
}

@media (min-width: 1024px) {
  .hero-title { font-size: 5rem; }
}

.text-glow {
  color: var(--primary);
  animation: glow-text 2.5s ease-in-out infinite;
}

.text-gradient {
  background: linear-gradient(135deg, var(--green-bright) 0%, #f5c518 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 50rem;
  font-weight: 400;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .hero-subtitle { font-size: 1.375rem; }
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
}

@media (min-width: 768px) {
  .hero-stats { gap: 1.5rem; font-size: 0.9375rem; }
}

.hero-stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(245, 197, 24, 0.18);
  backdrop-filter: blur(8px);
}

.hero-cta-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.hero-note {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

/* ============================================================
   SECCIONES BASE
   ============================================================ */

.section {
  padding: 5rem 1.5rem;
  position: relative;
}

.section-dark {
  background-color: var(--bg-section);
}

.section-darker {
  padding: 6rem 1.5rem;
  background-color: #147f70;
}

/* Texto blanco en secciones verdes */
.section-darker .section-title,
.section-darker .discovery-title,
.section-darker .discovery-intro {
  color: white;
}

.section-darker .section-subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.section-container {
  max-width: 64rem;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  margin-bottom: 1rem;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .section-title { font-size: 2.5rem; }
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* ============================================================
   VSL SECTION
   ============================================================ */

.vsl-container {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(245, 197, 24, 0.22);
  box-shadow:
    0 0 0 1px rgba(245,197,24,0.08),
    0 0 60px rgba(245,197,24,0.08),
    0 30px 70px rgba(0,0,0,0.7);
  background-color: #000;
  aspect-ratio: 16 / 9;
  max-width: 56rem;
  margin: 0 auto;
}

.video-thumbnail {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
  transition: opacity 0.5s;
}

.vsl-container:hover .video-thumbnail {
  opacity: 0.5;
}

.play-button-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: none;
  background: none;
  cursor: pointer;
}

.play-button-pulse {
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  background-color: rgba(245, 197, 24, 0.2);
  border-radius: 9999px;
  animation: ping 1.2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.play-button {
  width: 5.5rem;
  height: 5.5rem;
  background: linear-gradient(135deg, #f5c518, #e8a020);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(245,197,24,0.55), 0 8px 30px rgba(0,0,0,0.5);
  transition: transform 0.3s;
  animation: pulse-gold 2.5s ease-in-out infinite;
}

.play-button-wrapper:hover .play-button {
  transform: scale(1.15);
  animation: none;
  box-shadow: 0 0 70px rgba(245,197,24,0.85);
}

.play-icon {
  color: #07070e;
  font-size: 2.5rem;
}

.video-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
}

.progress-bar-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255,255,255,0.8);
  font-size: 0.75rem;
  font-family: monospace;
}

.progress-track {
  flex: 1;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  overflow: hidden;
}

.progress-fill {
  width: 33%;
  height: 100%;
  background: linear-gradient(to right, var(--primary), var(--green-bright));
}

.vsl-cta {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

/* ============================================================
   DISCOVERY / AGENDA
   ============================================================ */

.discovery-grid {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 4rem;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .discovery-grid { grid-template-columns: repeat(2, 1fr); }
}

.discovery-intro {
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.75rem;
}

.discovery-title {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  margin-bottom: 2rem;
  line-height: 1.12;
}

@media (min-width: 768px) {
  .discovery-title { font-size: 2.75rem; }
}

.agenda-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.agenda-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.125rem;
  border-radius: 0.875rem;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s ease;
}

.agenda-item:hover {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(245, 197, 24, 0.35);
  transform: translateX(6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.agenda-icon {
  background: rgba(245, 197, 24, 0.15);
  border: 1px solid rgba(245, 197, 24, 0.25);
  padding: 0.625rem;
  border-radius: 0.625rem;
  color: var(--primary);
  flex-shrink: 0;
  display: flex;
}

.agenda-text h4 {
  color: white;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}

.agenda-text p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  margin: 0.25rem 0 0 0;
}

.discovery-image-container {
  position: relative;
  height: 100%;
  min-height: 500px;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.55), 0 0 0 1px rgba(245,197,24,0.1);
}

.discovery-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.75);
}

.discovery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.1), transparent);
}

.discovery-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: rgba(7, 7, 14, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 1.25rem 1.5rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(245, 197, 24, 0.2);
  box-shadow: 0 0 30px rgba(245,197,24,0.07);
}

.badge-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.badge-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* ============================================================
   SOCIAL PROOF
   ============================================================ */

.social-proof-section {
  padding: 6rem 1.5rem;
  background: linear-gradient(180deg, var(--bg-section) 0%, var(--bg-dark) 100%);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.social-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .social-grid { grid-template-columns: repeat(3, 1fr); }
}

.project-card {
  background: var(--bg-card);
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.35s ease;
}

.project-card:hover {
  border-color: rgba(245, 197, 24, 0.28);
  box-shadow: 0 20px 55px rgba(0,0,0,0.5), 0 0 35px rgba(245,197,24,0.06);
  transform: translateY(-6px);
}

.project-card.featured {
  border-color: rgba(245, 197, 24, 0.35);
  box-shadow: 0 0 40px rgba(245,197,24,0.08);
  position: relative;
}

.card-image-wrapper {
  height: 12rem;
  overflow: hidden;
  position: relative;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: saturate(0.6) brightness(0.85);
}

.project-card:hover .card-image {
  transform: scale(1.07);
  filter: saturate(1) brightness(1);
}

.card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.3rem 0.875rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.badge-success {
  background: linear-gradient(135deg, #15803d, #22c55e);
  color: white;
  box-shadow: 0 4px 14px rgba(22,163,74,0.45);
}

.badge-warning {
  background: linear-gradient(135deg, #b45309, #f59e0b);
  color: white;
  box-shadow: 0 4px 14px rgba(180,83,9,0.45);
}

.badge-primary {
  background: linear-gradient(135deg, #d4a017, #f5c518);
  color: #07070e;
  font-weight: 900;
  box-shadow: 0 4px 18px rgba(245,197,24,0.55);
  animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  50% { opacity: .8; }
}

.card-content {
  padding: 1.5rem;
}

.card-title {
  font-size: 1.125rem;
  font-weight: 800;
  color: white;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-desc {
  color: var(--text-muted);
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.65;
}

/* ============================================================
   TARGET AUDIENCE
   ============================================================ */

.audience-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
}

.audience-card {
  background: rgba(0, 0, 0, 0.25);
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.audience-card:hover {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(245, 197, 24, 0.25);
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}

.audience-card:hover::before {
  opacity: 1;
}

.audience-card .card-title {
  justify-content: center;
  color: white;
}

.audience-card .card-desc {
  color: rgba(255,255,255,0.65);
}

.audience-icon {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.5rem auto;
  background: linear-gradient(135deg, rgba(245,197,24,0.18), rgba(245,197,24,0.06));
  border: 1px solid rgba(245,197,24,0.25);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

/* ============================================================
   SCARCITY
   ============================================================ */

.scarcity-section {
  padding: 5.5rem 1.5rem;
  background: linear-gradient(135deg, #0b1e19 0%, #091410 50%, #0b1e19 100%);
  position: relative;
  overflow: hidden;
}

.scarcity-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(20,127,112,0.18), transparent 65%);
}

.scarcity-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top center, rgba(245,197,24,0.06), transparent 55%);
}

.scarcity-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 58rem;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  width: 100%;
}

.scarcity-section .section-title {
  color: white;
  text-shadow: 0 2px 25px rgba(0,0,0,0.6);
}

.scarcity-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  padding: 0.45rem 1.25rem;
  border-radius: 9999px;
  box-shadow: 0 0 28px rgba(239,68,68,0.55), 0 4px 14px rgba(239,68,68,0.4);
  animation: badge-pulse 1.8s ease-in-out infinite;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 3rem;
  color: white;
  width: 100%;
}

@media (min-width: 768px) {
  .countdown-container { gap: 1.5rem; }
}

.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 110px;
}

.countdown-number {
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(245,197,24,0.15), rgba(245,197,24,0.05));
  border: 1px solid rgba(245, 197, 24, 0.35);
  border-radius: 0.75rem;
  padding: 0.75rem 0.5rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  color: var(--primary);
  animation: countdown-glow 1.5s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(245,197,24,0.1), inset 0 1px 0 rgba(255,255,255,0.05);
}

@media (min-width: 480px) {
  .countdown-number { font-size: 2.5rem; padding: 0.875rem 0.625rem; }
}

@media (min-width: 768px) {
  .countdown-number { font-size: 4rem; padding: 1.25rem 1rem; }
  .countdown-box    { max-width: 150px; }
}

.countdown-label {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
}

@media (min-width: 480px) {
  .countdown-label { font-size: 0.75rem; }
}

.countdown-separator {
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  padding-top: 0.75rem;
  align-self: flex-start;
  flex-shrink: 0;
  color: var(--primary);
  opacity: 0.85;
  animation: separator-blink 1s step-end infinite;
}

@media (min-width: 480px) {
  .countdown-separator { font-size: 2.5rem; }
}

@media (min-width: 768px) {
  .countdown-separator { font-size: 4rem; }
}

/* ============================================================
   REGISTRO
   ============================================================ */

.registration-section {
  padding: 6rem 1.5rem;
  background: var(--bg-dark);
  position: relative;
  overflow: hidden;
}

.registration-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 65% 50%, rgba(20,127,112,0.08), transparent 55%);
}

.registration-bg {
  position: absolute;
  inset: 0;
}

.registration-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.025;
  filter: grayscale(1);
}

.registration-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--bg-dark), transparent, var(--bg-dark));
}

.registration-grid {
  position: relative;
  z-index: 10;
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .registration-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Bullets de beneficios en la sección de registro */
.registration-grid .text-left p,
.registration-grid .text-left [style*="color: var(--text-muted)"] {
  color: rgba(255,255,255,0.6) !important;
}

.registration-grid .text-left [style*="background-color: var(--surface-dark)"] {
  background-color: var(--bg-surface) !important;
  border-color: rgba(245,197,24,0.12) !important;
}

.glass-form {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(245, 197, 24, 0.15);
  box-shadow: 0 25px 60px rgba(0,0,0,0.55), 0 0 45px rgba(245,197,24,0.04);
}

@media (min-width: 768px) {
  .glass-form { padding: 2.5rem; }
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.form-input,
.form-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.625rem;
  padding: 0.875rem 1rem;
  color: white;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  box-sizing: border-box;
  font-size: 0.9375rem;
  font-family: 'Manrope', sans-serif;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.form-select option {
  background-color: var(--bg-card);
  color: white;
}

.form-input:focus,
.form-select:focus {
  outline: none;
  border-color: rgba(245, 197, 24, 0.5);
  background: rgba(245, 197, 24, 0.05);
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.1);
}

.phone-input-group {
  display: flex;
}

.phone-prefix {
  display: inline-flex;
  align-items: center;
  padding: 0 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  background: rgba(245, 197, 24, 0.1);
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}

.phone-input {
  border-radius: 0 0.625rem 0.625rem 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 480px) {
  .form-row { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   SECCIÓN FINAL (cierre)
   ============================================================ */

.section.section-darker[style*="text-align: center"] {
  background: linear-gradient(135deg, #0b2e27 0%, #0e3a32 50%, #0b2e27 100%) !important;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background: #04040a;
  padding: 3rem 0;
  border-top: 1px solid rgba(245, 197, 24, 0.08);
  color: white;
}

.footer-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 768px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* ============================================================
   OVERRIDE ELEMENTOR
   ============================================================ */

/* Elimina padding de columnas */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

/* Elimina el gap entre widgets (causa los espacios blancos entre secciones) */
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/* Elimina padding/margin de secciones y contenedores */
.elementor-section,
.e-container,
.e-flex,
.elementor-top-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Elimina padding interno del widget HTML */
.elementor-widget-html {
  margin-bottom: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a696f18 */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block');

/* ============================================================
   DARK VSL THEME — CIUDADELA NIO TORRE 4
   Paleta: Obsidian Negro + Dorado + Verde Teal
   ============================================================ */

:root {
  --primary: #f5c518;
  --primary-hover: #d4a017;
  --green: #147f70;
  --green-bright: #1db99f;
  --red-alert: #ef4444;

  --bg-dark:    #07070e;
  --bg-section: #0d0d1a;
  --bg-card:    #131322;
  --bg-surface: #1c1c2e;

  /* Mantener nombres para compatibilidad con inline styles del HTML */
  --bg-light:       #0d0d1a;
  --surface-dark:   #1c1c2e;
  --surface-darker: #252535;
  --text-main:      #ffffff;
  --text-muted:     rgba(255, 255, 255, 0.55);
  --border-light:   rgba(255, 255, 255, 0.06);

  --gold-glow:  rgba(245, 197, 24, 0.4);
  --green-glow: rgba(20, 127, 112, 0.4);
  --red-glow:   rgba(239, 68, 68, 0.45);
}

*, *::before, *::after { box-sizing: border-box; }

body, html {
  font-family: 'Manrope', sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-main);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .hero-title, .section-title {
  font-family: 'Montserrat', sans-serif !important;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* ============================================================
   ANIMACIONES
   ============================================================ */

@keyframes ping {
  75%, 100% { transform: scale(2); opacity: 0; }
}

@keyframes pulse-gold {
  0%, 100% {
    box-shadow: 0 0 20px rgba(245,197,24,0.45), 0 6px 28px rgba(245,197,24,0.3);
  }
  50% {
    box-shadow: 0 0 55px rgba(245,197,24,0.75), 0 10px 50px rgba(245,197,24,0.55);
  }
}

@keyframes pulse-green {
  0%, 100% {
    box-shadow: 0 0 20px rgba(20,127,112,0.4), 0 6px 24px rgba(20,127,112,0.25);
  }
  50% {
    box-shadow: 0 0 50px rgba(20,127,112,0.7), 0 10px 45px rgba(20,127,112,0.5);
  }
}

@keyframes glow-text {
  0%, 100% { text-shadow: 0 0 18px rgba(245,197,24,0.5); }
  50%       { text-shadow: 0 0 40px rgba(245,197,24,0.9), 0 0 80px rgba(245,197,24,0.35); }
}

@keyframes badge-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.04); opacity: 0.88; }
}

@keyframes shimmer-btn {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

@keyframes float-up {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-7px); }
}

@keyframes slide-in-right {
  from { opacity: 0; transform: translateX(12px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes countdown-glow {
  0%, 100% { text-shadow: 0 0 15px rgba(245,197,24,0.4); }
  50%       { text-shadow: 0 0 35px rgba(245,197,24,0.8), 0 0 60px rgba(245,197,24,0.3); }
}

@keyframes separator-blink {
  0%, 100% { opacity: 1; }
  49%       { opacity: 1; }
  50%       { opacity: 0; }
  99%       { opacity: 0; }
}

/* ============================================================
   UTILIDADES
   ============================================================ */

.text-primary   { color: var(--primary); }
.bg-primary     { background-color: var(--primary); }
.text-white     { color: white; }
.hidden         { display: none; }
.flex           { display: flex; }
.items-center   { align-items: center; }
.justify-between{ justify-content: space-between; }
.justify-center { justify-content: center; }
.relative       { position: relative; }
.absolute       { position: absolute; }
.w-full         { width: 100%; }
.h-full         { height: 100%; }
.object-cover   { object-fit: cover; }
.font-bold      { font-weight: 700; }

/* ============================================================
   NAVBAR
   ============================================================ */

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(7, 7, 14, 0.93);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(245, 197, 24, 0.12);
}

.nav-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.nav-logo-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--primary);
  filter: drop-shadow(0 0 8px var(--gold-glow));
}

.nav-logo-text {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff 0%, var(--primary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ============================================================
   BOTONES
   ============================================================ */

.btn-primary {
  background: linear-gradient(135deg, #f5c518 0%, #e8a020 40%, #f5c518 80%, #ffe066 100%);
  background-size: 200% auto;
  color: #07070e !important;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 0.625rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: normal;
  animation: pulse-gold 2.4s ease-in-out infinite;
  cursor: pointer;
}

.btn-primary:hover {
  background-position: right center;
  animation: none;
  box-shadow: 0 0 65px rgba(245,197,24,0.85), 0 12px 45px rgba(245,197,24,0.55);
  transform: translateY(-3px) scale(1.025);
  color: #000 !important;
}

.btn-small {
  padding: 0.5rem 1.25rem;
  font-size: 0.8rem;
}

.btn-large {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 900;
  padding: 1.125rem 2rem;
  border-radius: 0.75rem;
  gap: 0.5rem;
  letter-spacing: 0.06em;
}

@media (min-width: 640px) {
  .btn-large { width: auto; }
}

.btn-outline {
  background-color: transparent;
  border: 2px solid var(--green);
  color: var(--green-bright) !important;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif !important;
  padding: 0.875rem 2rem;
  border-radius: 0.625rem;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  letter-spacing: 0.04em;
  animation: pulse-green 3s ease-in-out infinite;
}

.btn-outline:hover {
  background-color: var(--green);
  color: white !important;
  animation: none;
  box-shadow: 0 0 45px var(--green-glow);
  transform: translateY(-2px);
}

.btn-submit {
  width: 100%;
  padding: 1.125rem;
  font-size: 1.125rem;
}

/* ============================================================
   HERO
   ============================================================ */

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 4rem;
  background: radial-gradient(ellipse at 50% 0%, #1a1a2e 0%, #0d0d18 45%, #07070e 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Aureola dorada central */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 55%, rgba(245,197,24,0.07) 0%, transparent 60%);
  z-index: 5;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #07070e 0%,
    rgba(7, 7, 14, 0.88) 35%,
    rgba(7, 7, 14, 0.55) 100%
  );
  z-index: 10;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  filter: saturate(0.4);
}

.hero-content {
  position: relative;
  z-index: 20;
  max-width: 66rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0rem;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(245,197,24,0.14), rgba(245,197,24,0.05));
  border: 1px solid rgba(245,197,24,0.35);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  animation: badge-pulse 3s ease-in-out infinite;
}

.hero-badge-dot {
  position: relative;
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
}

.hero-badge-ping {
  position: absolute;
  display: inline-flex;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-color: var(--primary);
  opacity: 0.75;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hero-badge-circle {
  position: relative;
  display: inline-flex;
  border-radius: 9999px;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--primary);
  box-shadow: 0 0 8px var(--gold-glow);
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: white;
}

@media (min-width: 768px) {
  .hero-title { font-size: 4rem; }
}

@media (min-width: 1024px) {
  .hero-title { font-size: 5rem; }
}

.text-glow {
  color: var(--primary);
  animation: glow-text 2.5s ease-in-out infinite;
}

.text-gradient {
  background: linear-gradient(135deg, var(--green-bright) 0%, #f5c518 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 50rem;
  font-weight: 400;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .hero-subtitle { font-size: 1.375rem; }
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
}

@media (min-width: 768px) {
  .hero-stats { gap: 1.5rem; font-size: 0.9375rem; }
}

.hero-stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(245, 197, 24, 0.18);
  backdrop-filter: blur(8px);
}

.hero-cta-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.hero-note {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

/* ============================================================
   SECCIONES BASE
   ============================================================ */

.section {
  padding: 5rem 1.5rem;
  position: relative;
}

.section-dark {
  background-color: var(--bg-section);
}

.section-darker {
  padding: 6rem 1.5rem;
  background-color: #147f70;
}

/* Texto blanco en secciones verdes */
.section-darker .section-title,
.section-darker .discovery-title,
.section-darker .discovery-intro {
  color: white;
}

.section-darker .section-subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.section-container {
  max-width: 64rem;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  margin-bottom: 1rem;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .section-title { font-size: 2.5rem; }
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* ============================================================
   VSL SECTION
   ============================================================ */

.vsl-container {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(245, 197, 24, 0.22);
  box-shadow:
    0 0 0 1px rgba(245,197,24,0.08),
    0 0 60px rgba(245,197,24,0.08),
    0 30px 70px rgba(0,0,0,0.7);
  background-color: #000;
  aspect-ratio: 16 / 9;
  max-width: 56rem;
  margin: 0 auto;
}

.video-thumbnail {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
  transition: opacity 0.5s;
}

.vsl-container:hover .video-thumbnail {
  opacity: 0.5;
}

.play-button-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: none;
  background: none;
  cursor: pointer;
}

.play-button-pulse {
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  background-color: rgba(245, 197, 24, 0.2);
  border-radius: 9999px;
  animation: ping 1.2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.play-button {
  width: 5.5rem;
  height: 5.5rem;
  background: linear-gradient(135deg, #f5c518, #e8a020);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(245,197,24,0.55), 0 8px 30px rgba(0,0,0,0.5);
  transition: transform 0.3s;
  animation: pulse-gold 2.5s ease-in-out infinite;
}

.play-button-wrapper:hover .play-button {
  transform: scale(1.15);
  animation: none;
  box-shadow: 0 0 70px rgba(245,197,24,0.85);
}

.play-icon {
  color: #07070e;
  font-size: 2.5rem;
}

.video-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
}

.progress-bar-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255,255,255,0.8);
  font-size: 0.75rem;
  font-family: monospace;
}

.progress-track {
  flex: 1;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  overflow: hidden;
}

.progress-fill {
  width: 33%;
  height: 100%;
  background: linear-gradient(to right, var(--primary), var(--green-bright));
}

.vsl-cta {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

/* ============================================================
   DISCOVERY / AGENDA
   ============================================================ */

.discovery-grid {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 4rem;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .discovery-grid { grid-template-columns: repeat(2, 1fr); }
}

.discovery-intro {
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.75rem;
}

.discovery-title {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  margin-bottom: 2rem;
  line-height: 1.12;
}

@media (min-width: 768px) {
  .discovery-title { font-size: 2.75rem; }
}

.agenda-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.agenda-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.125rem;
  border-radius: 0.875rem;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s ease;
}

.agenda-item:hover {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(245, 197, 24, 0.35);
  transform: translateX(6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.agenda-icon {
  background: rgba(245, 197, 24, 0.15);
  border: 1px solid rgba(245, 197, 24, 0.25);
  padding: 0.625rem;
  border-radius: 0.625rem;
  color: var(--primary);
  flex-shrink: 0;
  display: flex;
}

.agenda-text h4 {
  color: white;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}

.agenda-text p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  margin: 0.25rem 0 0 0;
}

.discovery-image-container {
  position: relative;
  height: 100%;
  min-height: 500px;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.55), 0 0 0 1px rgba(245,197,24,0.1);
}

.discovery-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.75);
}

.discovery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.1), transparent);
}

.discovery-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: rgba(7, 7, 14, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 1.25rem 1.5rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(245, 197, 24, 0.2);
  box-shadow: 0 0 30px rgba(245,197,24,0.07);
}

.badge-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.badge-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* ============================================================
   SOCIAL PROOF
   ============================================================ */

.social-proof-section {
  padding: 6rem 1.5rem;
  background: linear-gradient(180deg, var(--bg-section) 0%, var(--bg-dark) 100%);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.social-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .social-grid { grid-template-columns: repeat(3, 1fr); }
}

.project-card {
  background: var(--bg-card);
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.35s ease;
}

.project-card:hover {
  border-color: rgba(245, 197, 24, 0.28);
  box-shadow: 0 20px 55px rgba(0,0,0,0.5), 0 0 35px rgba(245,197,24,0.06);
  transform: translateY(-6px);
}

.project-card.featured {
  border-color: rgba(245, 197, 24, 0.35);
  box-shadow: 0 0 40px rgba(245,197,24,0.08);
  position: relative;
}

.card-image-wrapper {
  height: 12rem;
  overflow: hidden;
  position: relative;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: saturate(0.6) brightness(0.85);
}

.project-card:hover .card-image {
  transform: scale(1.07);
  filter: saturate(1) brightness(1);
}

.card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.3rem 0.875rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.badge-success {
  background: linear-gradient(135deg, #15803d, #22c55e);
  color: white;
  box-shadow: 0 4px 14px rgba(22,163,74,0.45);
}

.badge-warning {
  background: linear-gradient(135deg, #b45309, #f59e0b);
  color: white;
  box-shadow: 0 4px 14px rgba(180,83,9,0.45);
}

.badge-primary {
  background: linear-gradient(135deg, #d4a017, #f5c518);
  color: #07070e;
  font-weight: 900;
  box-shadow: 0 4px 18px rgba(245,197,24,0.55);
  animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  50% { opacity: .8; }
}

.card-content {
  padding: 1.5rem;
}

.card-title {
  font-size: 1.125rem;
  font-weight: 800;
  color: white;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-desc {
  color: var(--text-muted);
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.65;
}

/* ============================================================
   TARGET AUDIENCE
   ============================================================ */

.audience-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
}

.audience-card {
  background: rgba(0, 0, 0, 0.25);
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.audience-card:hover {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(245, 197, 24, 0.25);
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}

.audience-card:hover::before {
  opacity: 1;
}

.audience-card .card-title {
  justify-content: center;
  color: white;
}

.audience-card .card-desc {
  color: rgba(255,255,255,0.65);
}

.audience-icon {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.5rem auto;
  background: linear-gradient(135deg, rgba(245,197,24,0.18), rgba(245,197,24,0.06));
  border: 1px solid rgba(245,197,24,0.25);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

/* ============================================================
   SCARCITY
   ============================================================ */

.scarcity-section {
  padding: 5.5rem 1.5rem;
  background: linear-gradient(135deg, #0b1e19 0%, #091410 50%, #0b1e19 100%);
  position: relative;
  overflow: hidden;
}

.scarcity-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(20,127,112,0.18), transparent 65%);
}

.scarcity-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top center, rgba(245,197,24,0.06), transparent 55%);
}

.scarcity-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 58rem;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  width: 100%;
}

.scarcity-section .section-title {
  color: white;
  text-shadow: 0 2px 25px rgba(0,0,0,0.6);
}

.scarcity-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  padding: 0.45rem 1.25rem;
  border-radius: 9999px;
  box-shadow: 0 0 28px rgba(239,68,68,0.55), 0 4px 14px rgba(239,68,68,0.4);
  animation: badge-pulse 1.8s ease-in-out infinite;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 3rem;
  color: white;
  width: 100%;
}

@media (min-width: 768px) {
  .countdown-container { gap: 1.5rem; }
}

.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 110px;
}

.countdown-number {
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(245,197,24,0.15), rgba(245,197,24,0.05));
  border: 1px solid rgba(245, 197, 24, 0.35);
  border-radius: 0.75rem;
  padding: 0.75rem 0.5rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  color: var(--primary);
  animation: countdown-glow 1.5s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(245,197,24,0.1), inset 0 1px 0 rgba(255,255,255,0.05);
}

@media (min-width: 480px) {
  .countdown-number { font-size: 2.5rem; padding: 0.875rem 0.625rem; }
}

@media (min-width: 768px) {
  .countdown-number { font-size: 4rem; padding: 1.25rem 1rem; }
  .countdown-box    { max-width: 150px; }
}

.countdown-label {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
}

@media (min-width: 480px) {
  .countdown-label { font-size: 0.75rem; }
}

.countdown-separator {
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  padding-top: 0.75rem;
  align-self: flex-start;
  flex-shrink: 0;
  color: var(--primary);
  opacity: 0.85;
  animation: separator-blink 1s step-end infinite;
}

@media (min-width: 480px) {
  .countdown-separator { font-size: 2.5rem; }
}

@media (min-width: 768px) {
  .countdown-separator { font-size: 4rem; }
}

/* ============================================================
   REGISTRO
   ============================================================ */

.registration-section {
  padding: 6rem 1.5rem;
  background: var(--bg-dark);
  position: relative;
  overflow: hidden;
}

.registration-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 65% 50%, rgba(20,127,112,0.08), transparent 55%);
}

.registration-bg {
  position: absolute;
  inset: 0;
}

.registration-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.025;
  filter: grayscale(1);
}

.registration-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--bg-dark), transparent, var(--bg-dark));
}

.registration-grid {
  position: relative;
  z-index: 10;
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .registration-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Bullets de beneficios en la sección de registro */
.registration-grid .text-left p,
.registration-grid .text-left [style*="color: var(--text-muted)"] {
  color: rgba(255,255,255,0.6) !important;
}

.registration-grid .text-left [style*="background-color: var(--surface-dark)"] {
  background-color: var(--bg-surface) !important;
  border-color: rgba(245,197,24,0.12) !important;
}

.glass-form {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(245, 197, 24, 0.15);
  box-shadow: 0 25px 60px rgba(0,0,0,0.55), 0 0 45px rgba(245,197,24,0.04);
}

@media (min-width: 768px) {
  .glass-form { padding: 2.5rem; }
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.form-input,
.form-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.625rem;
  padding: 0.875rem 1rem;
  color: white;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  box-sizing: border-box;
  font-size: 0.9375rem;
  font-family: 'Manrope', sans-serif;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.form-select option {
  background-color: var(--bg-card);
  color: white;
}

.form-input:focus,
.form-select:focus {
  outline: none;
  border-color: rgba(245, 197, 24, 0.5);
  background: rgba(245, 197, 24, 0.05);
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.1);
}

.phone-input-group {
  display: flex;
}

.phone-prefix {
  display: inline-flex;
  align-items: center;
  padding: 0 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  background: rgba(245, 197, 24, 0.1);
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}

.phone-input {
  border-radius: 0 0.625rem 0.625rem 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 480px) {
  .form-row { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   SECCIÓN FINAL (cierre)
   ============================================================ */

.section.section-darker[style*="text-align: center"] {
  background: linear-gradient(135deg, #0b2e27 0%, #0e3a32 50%, #0b2e27 100%) !important;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background: #04040a;
  padding: 3rem 0;
  border-top: 1px solid rgba(245, 197, 24, 0.08);
  color: white;
}

.footer-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 768px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* ============================================================
   OVERRIDE ELEMENTOR
   ============================================================ */

/* Elimina padding de columnas */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

/* Elimina el gap entre widgets (causa los espacios blancos entre secciones) */
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/* Elimina padding/margin de secciones y contenedores */
.elementor-section,
.e-container,
.e-flex,
.elementor-top-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Elimina padding interno del widget HTML */
.elementor-widget-html {
  margin-bottom: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9effc6e */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block');

/* ============================================================
   DARK VSL THEME — CIUDADELA NIO TORRE 4
   Paleta: Obsidian Negro + Dorado + Verde Teal
   ============================================================ */

:root {
  --primary: #f5c518;
  --primary-hover: #d4a017;
  --green: #147f70;
  --green-bright: #1db99f;
  --red-alert: #ef4444;

  --bg-dark:    #07070e;
  --bg-section: #0d0d1a;
  --bg-card:    #131322;
  --bg-surface: #1c1c2e;

  /* Mantener nombres para compatibilidad con inline styles del HTML */
  --bg-light:       #0d0d1a;
  --surface-dark:   #1c1c2e;
  --surface-darker: #252535;
  --text-main:      #ffffff;
  --text-muted:     rgba(255, 255, 255, 0.55);
  --border-light:   rgba(255, 255, 255, 0.06);

  --gold-glow:  rgba(245, 197, 24, 0.4);
  --green-glow: rgba(20, 127, 112, 0.4);
  --red-glow:   rgba(239, 68, 68, 0.45);
}

*, *::before, *::after { box-sizing: border-box; }

body, html {
  font-family: 'Manrope', sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-main);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .hero-title, .section-title {
  font-family: 'Montserrat', sans-serif !important;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* ============================================================
   ANIMACIONES
   ============================================================ */

@keyframes ping {
  75%, 100% { transform: scale(2); opacity: 0; }
}

@keyframes pulse-gold {
  0%, 100% {
    box-shadow: 0 0 20px rgba(245,197,24,0.45), 0 6px 28px rgba(245,197,24,0.3);
  }
  50% {
    box-shadow: 0 0 55px rgba(245,197,24,0.75), 0 10px 50px rgba(245,197,24,0.55);
  }
}

@keyframes pulse-green {
  0%, 100% {
    box-shadow: 0 0 20px rgba(20,127,112,0.4), 0 6px 24px rgba(20,127,112,0.25);
  }
  50% {
    box-shadow: 0 0 50px rgba(20,127,112,0.7), 0 10px 45px rgba(20,127,112,0.5);
  }
}

@keyframes glow-text {
  0%, 100% { text-shadow: 0 0 18px rgba(245,197,24,0.5); }
  50%       { text-shadow: 0 0 40px rgba(245,197,24,0.9), 0 0 80px rgba(245,197,24,0.35); }
}

@keyframes badge-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.04); opacity: 0.88; }
}

@keyframes shimmer-btn {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

@keyframes float-up {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-7px); }
}

@keyframes slide-in-right {
  from { opacity: 0; transform: translateX(12px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes countdown-glow {
  0%, 100% { text-shadow: 0 0 15px rgba(245,197,24,0.4); }
  50%       { text-shadow: 0 0 35px rgba(245,197,24,0.8), 0 0 60px rgba(245,197,24,0.3); }
}

@keyframes separator-blink {
  0%, 100% { opacity: 1; }
  49%       { opacity: 1; }
  50%       { opacity: 0; }
  99%       { opacity: 0; }
}

/* ============================================================
   UTILIDADES
   ============================================================ */

.text-primary   { color: var(--primary); }
.bg-primary     { background-color: var(--primary); }
.text-white     { color: white; }
.hidden         { display: none; }
.flex           { display: flex; }
.items-center   { align-items: center; }
.justify-between{ justify-content: space-between; }
.justify-center { justify-content: center; }
.relative       { position: relative; }
.absolute       { position: absolute; }
.w-full         { width: 100%; }
.h-full         { height: 100%; }
.object-cover   { object-fit: cover; }
.font-bold      { font-weight: 700; }

/* ============================================================
   NAVBAR
   ============================================================ */

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(7, 7, 14, 0.93);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(245, 197, 24, 0.12);
}

.nav-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.nav-logo-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--primary);
  filter: drop-shadow(0 0 8px var(--gold-glow));
}

.nav-logo-text {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff 0%, var(--primary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ============================================================
   BOTONES
   ============================================================ */

.btn-primary {
  background: linear-gradient(135deg, #f5c518 0%, #e8a020 40%, #f5c518 80%, #ffe066 100%);
  background-size: 200% auto;
  color: #07070e !important;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 0.625rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: normal;
  animation: pulse-gold 2.4s ease-in-out infinite;
  cursor: pointer;
}

.btn-primary:hover {
  background-position: right center;
  animation: none;
  box-shadow: 0 0 65px rgba(245,197,24,0.85), 0 12px 45px rgba(245,197,24,0.55);
  transform: translateY(-3px) scale(1.025);
  color: #000 !important;
}

.btn-small {
  padding: 0.5rem 1.25rem;
  font-size: 0.8rem;
}

.btn-large {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 900;
  padding: 1.125rem 2rem;
  border-radius: 0.75rem;
  gap: 0.5rem;
  letter-spacing: 0.06em;
}

@media (min-width: 640px) {
  .btn-large { width: auto; }
}

.btn-outline {
  background-color: transparent;
  border: 2px solid var(--green);
  color: var(--green-bright) !important;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif !important;
  padding: 0.875rem 2rem;
  border-radius: 0.625rem;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  letter-spacing: 0.04em;
  animation: pulse-green 3s ease-in-out infinite;
}

.btn-outline:hover {
  background-color: var(--green);
  color: white !important;
  animation: none;
  box-shadow: 0 0 45px var(--green-glow);
  transform: translateY(-2px);
}

.btn-submit {
  width: 100%;
  padding: 1.125rem;
  font-size: 1.125rem;
}

/* ============================================================
   HERO
   ============================================================ */

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 4rem;
  background: radial-gradient(ellipse at 50% 0%, #1a1a2e 0%, #0d0d18 45%, #07070e 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Aureola dorada central */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 55%, rgba(245,197,24,0.07) 0%, transparent 60%);
  z-index: 5;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #07070e 0%,
    rgba(7, 7, 14, 0.88) 35%,
    rgba(7, 7, 14, 0.55) 100%
  );
  z-index: 10;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  filter: saturate(0.4);
}

.hero-content {
  position: relative;
  z-index: 20;
  max-width: 66rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(245,197,24,0.14), rgba(245,197,24,0.05));
  border: 1px solid rgba(245,197,24,0.35);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  animation: badge-pulse 3s ease-in-out infinite;
}

.hero-badge-dot {
  position: relative;
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
}

.hero-badge-ping {
  position: absolute;
  display: inline-flex;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-color: var(--primary);
  opacity: 0.75;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hero-badge-circle {
  position: relative;
  display: inline-flex;
  border-radius: 9999px;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--primary);
  box-shadow: 0 0 8px var(--gold-glow);
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: white;
}

@media (min-width: 768px) {
  .hero-title { font-size: 4rem; }
}

@media (min-width: 1024px) {
  .hero-title { font-size: 5rem; }
}

.text-glow {
  color: var(--primary);
  animation: glow-text 2.5s ease-in-out infinite;
}

.text-gradient {
  background: linear-gradient(135deg, var(--green-bright) 0%, #f5c518 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 50rem;
  font-weight: 400;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .hero-subtitle { font-size: 1.375rem; }
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
}

@media (min-width: 768px) {
  .hero-stats { gap: 1.5rem; font-size: 0.9375rem; }
}

.hero-stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(245, 197, 24, 0.18);
  backdrop-filter: blur(8px);
}

.hero-cta-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.hero-note {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

/* ============================================================
   SECCIONES BASE
   ============================================================ */

.section {
  padding: 5rem 1.5rem;
  position: relative;
}

.section-dark {
  background-color: var(--bg-section);
}

.section-darker {
  padding: 6rem 1.5rem;
  background-color: #147f70;
}

/* Texto blanco en secciones verdes */
.section-darker .section-title,
.section-darker .discovery-title,
.section-darker .discovery-intro {
  color: white;
}

.section-darker .section-subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.section-container {
  max-width: 64rem;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  margin-bottom: 1rem;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .section-title { font-size: 2.5rem; }
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* ============================================================
   VSL SECTION
   ============================================================ */

.vsl-container {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(245, 197, 24, 0.22);
  box-shadow:
    0 0 0 1px rgba(245,197,24,0.08),
    0 0 60px rgba(245,197,24,0.08),
    0 30px 70px rgba(0,0,0,0.7);
  background-color: #000;
  aspect-ratio: 16 / 9;
  max-width: 56rem;
  margin: 0 auto;
}

.video-thumbnail {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
  transition: opacity 0.5s;
}

.vsl-container:hover .video-thumbnail {
  opacity: 0.5;
}

.play-button-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: none;
  background: none;
  cursor: pointer;
}

.play-button-pulse {
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  background-color: rgba(245, 197, 24, 0.2);
  border-radius: 9999px;
  animation: ping 1.2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.play-button {
  width: 5.5rem;
  height: 5.5rem;
  background: linear-gradient(135deg, #f5c518, #e8a020);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(245,197,24,0.55), 0 8px 30px rgba(0,0,0,0.5);
  transition: transform 0.3s;
  animation: pulse-gold 2.5s ease-in-out infinite;
}

.play-button-wrapper:hover .play-button {
  transform: scale(1.15);
  animation: none;
  box-shadow: 0 0 70px rgba(245,197,24,0.85);
}

.play-icon {
  color: #07070e;
  font-size: 2.5rem;
}

.video-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
}

.progress-bar-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255,255,255,0.8);
  font-size: 0.75rem;
  font-family: monospace;
}

.progress-track {
  flex: 1;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  overflow: hidden;
}

.progress-fill {
  width: 33%;
  height: 100%;
  background: linear-gradient(to right, var(--primary), var(--green-bright));
}

.vsl-cta {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

/* ============================================================
   DISCOVERY / AGENDA
   ============================================================ */

.discovery-grid {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .discovery-grid { grid-template-columns: repeat(2, 1fr); }
}

.discovery-intro {
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.75rem;
}

.discovery-title {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  margin-bottom: 2rem;
  line-height: 1.12;
}

@media (min-width: 768px) {
  .discovery-title { font-size: 2.75rem; }
}

.agenda-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.agenda-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.125rem;
  border-radius: 0.875rem;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s ease;
}

.agenda-item:hover {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(245, 197, 24, 0.35);
  transform: translateX(6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.agenda-icon {
  background: rgba(245, 197, 24, 0.15);
  border: 1px solid rgba(245, 197, 24, 0.25);
  padding: 0.625rem;
  border-radius: 0.625rem;
  color: var(--primary);
  flex-shrink: 0;
  display: flex;
}

.agenda-text h4 {
  color: white;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}

.agenda-text p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  margin: 0.25rem 0 0 0;
}

.discovery-image-container {
  position: relative;
  height: 100%;
  min-height: 500px;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.55), 0 0 0 1px rgba(245,197,24,0.1);
}

.discovery-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75);
}

.discovery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.1), transparent);
}

.discovery-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: rgba(7, 7, 14, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 1.25rem 1.5rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(245, 197, 24, 0.2);
  box-shadow: 0 0 30px rgba(245,197,24,0.07);
}

.badge-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.badge-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* ============================================================
   SOCIAL PROOF
   ============================================================ */

.social-proof-section {
  padding: 6rem 1.5rem;
  background: linear-gradient(180deg, var(--bg-section) 0%, var(--bg-dark) 100%);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.social-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .social-grid { grid-template-columns: repeat(3, 1fr); }
}

.project-card {
  background: var(--bg-card);
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.35s ease;
}

.project-card:hover {
  border-color: rgba(245, 197, 24, 0.28);
  box-shadow: 0 20px 55px rgba(0,0,0,0.5), 0 0 35px rgba(245,197,24,0.06);
  transform: translateY(-6px);
}

.project-card.featured {
  border-color: rgba(245, 197, 24, 0.35);
  box-shadow: 0 0 40px rgba(245,197,24,0.08);
  position: relative;
}

.card-image-wrapper {
  height: 12rem;
  overflow: hidden;
  position: relative;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: saturate(0.6) brightness(0.85);
}

.project-card:hover .card-image {
  transform: scale(1.07);
  filter: saturate(1) brightness(1);
}

.card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.3rem 0.875rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.badge-success {
  background: linear-gradient(135deg, #15803d, #22c55e);
  color: white;
  box-shadow: 0 4px 14px rgba(22,163,74,0.45);
}

.badge-warning {
  background: linear-gradient(135deg, #b45309, #f59e0b);
  color: white;
  box-shadow: 0 4px 14px rgba(180,83,9,0.45);
}

.badge-primary {
  background: linear-gradient(135deg, #d4a017, #f5c518);
  color: #07070e;
  font-weight: 900;
  box-shadow: 0 4px 18px rgba(245,197,24,0.55);
  animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  50% { opacity: .8; }
}

.card-content {
  padding: 1.5rem;
}

.card-title {
  font-size: 1.125rem;
  font-weight: 800;
  color: white;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-desc {
  color: var(--text-muted);
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.65;
}

/* ============================================================
   TARGET AUDIENCE
   ============================================================ */

.audience-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
}

.audience-card {
  background: rgba(0, 0, 0, 0.25);
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.audience-card:hover {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(245, 197, 24, 0.25);
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}

.audience-card:hover::before {
  opacity: 1;
}

.audience-card .card-title {
  justify-content: center;
  color: white;
}

.audience-card .card-desc {
  color: rgba(255,255,255,0.65);
}

.audience-icon {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.5rem auto;
  background: linear-gradient(135deg, rgba(245,197,24,0.18), rgba(245,197,24,0.06));
  border: 1px solid rgba(245,197,24,0.25);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

/* ============================================================
   SCARCITY
   ============================================================ */

.scarcity-section {
  padding: 5.5rem 1.5rem;
  background: linear-gradient(135deg, #0b1e19 0%, #091410 50%, #0b1e19 100%);
  position: relative;
  overflow: hidden;
}

.scarcity-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(20,127,112,0.18), transparent 65%);
}

.scarcity-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top center, rgba(245,197,24,0.06), transparent 55%);
}

.scarcity-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 58rem;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  width: 100%;
}

.scarcity-section .section-title {
  color: white;
  text-shadow: 0 2px 25px rgba(0,0,0,0.6);
}

.scarcity-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  padding: 0.45rem 1.25rem;
  border-radius: 9999px;
  box-shadow: 0 0 28px rgba(239,68,68,0.55), 0 4px 14px rgba(239,68,68,0.4);
  animation: badge-pulse 1.8s ease-in-out infinite;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 3rem;
  color: white;
  width: 100%;
}

@media (min-width: 768px) {
  .countdown-container { gap: 1.5rem; }
}

.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 110px;
}

.countdown-number {
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(245,197,24,0.15), rgba(245,197,24,0.05));
  border: 1px solid rgba(245, 197, 24, 0.35);
  border-radius: 0.75rem;
  padding: 0.75rem 0.5rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  color: var(--primary);
  animation: countdown-glow 1.5s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(245,197,24,0.1), inset 0 1px 0 rgba(255,255,255,0.05);
}

@media (min-width: 480px) {
  .countdown-number { font-size: 2.5rem; padding: 0.875rem 0.625rem; }
}

@media (min-width: 768px) {
  .countdown-number { font-size: 4rem; padding: 1.25rem 1rem; }
  .countdown-box    { max-width: 150px; }
}

.countdown-label {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
}

@media (min-width: 480px) {
  .countdown-label { font-size: 0.75rem; }
}

.countdown-separator {
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  padding-top: 0.75rem;
  align-self: flex-start;
  flex-shrink: 0;
  color: var(--primary);
  opacity: 0.85;
  animation: separator-blink 1s step-end infinite;
}

@media (min-width: 480px) {
  .countdown-separator { font-size: 2.5rem; }
}

@media (min-width: 768px) {
  .countdown-separator { font-size: 4rem; }
}

/* ============================================================
   REGISTRO
   ============================================================ */

.registration-section {
  padding: 6rem 1.5rem;
  background: var(--bg-dark);
  position: relative;
  overflow: hidden;
}

.registration-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 65% 50%, rgba(20,127,112,0.08), transparent 55%);
}

.registration-bg {
  position: absolute;
  inset: 0;
}

.registration-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.025;
  filter: grayscale(1);
}

.registration-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--bg-dark), transparent, var(--bg-dark));
}

.registration-grid {
  position: relative;
  z-index: 10;
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .registration-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Bullets de beneficios en la sección de registro */
.registration-grid .text-left p,
.registration-grid .text-left [style*="color: var(--text-muted)"] {
  color: rgba(255,255,255,0.6) !important;
}

.registration-grid .text-left [style*="background-color: var(--surface-dark)"] {
  background-color: var(--bg-surface) !important;
  border-color: rgba(245,197,24,0.12) !important;
}

.glass-form {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(245, 197, 24, 0.15);
  box-shadow: 0 25px 60px rgba(0,0,0,0.55), 0 0 45px rgba(245,197,24,0.04);
}

@media (min-width: 768px) {
  .glass-form { padding: 2.5rem; }
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.form-input,
.form-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.625rem;
  padding: 0.875rem 1rem;
  color: white;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  box-sizing: border-box;
  font-size: 0.9375rem;
  font-family: 'Manrope', sans-serif;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.form-select option {
  background-color: var(--bg-card);
  color: white;
}

.form-input:focus,
.form-select:focus {
  outline: none;
  border-color: rgba(245, 197, 24, 0.5);
  background: rgba(245, 197, 24, 0.05);
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.1);
}

.phone-input-group {
  display: flex;
}

.phone-prefix {
  display: inline-flex;
  align-items: center;
  padding: 0 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  background: rgba(245, 197, 24, 0.1);
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}

.phone-input {
  border-radius: 0 0.625rem 0.625rem 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 480px) {
  .form-row { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   SECCIÓN FINAL (cierre)
   ============================================================ */

.section.section-darker[style*="text-align: center"] {
  background: linear-gradient(135deg, #0b2e27 0%, #0e3a32 50%, #0b2e27 100%) !important;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background: #04040a;
  padding: 3rem 0;
  border-top: 1px solid rgba(245, 197, 24, 0.08);
  color: white;
}

.footer-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 768px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* ============================================================
   OVERRIDE ELEMENTOR
   ============================================================ */

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b07935 */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block');

/* ============================================================
   DARK VSL THEME — CIUDADELA NIO TORRE 4
   Paleta: Obsidian Negro + Dorado + Verde Teal
   ============================================================ */

:root {
  --primary: #f5c518;
  --primary-hover: #d4a017;
  --green: #147f70;
  --green-bright: #1db99f;
  --red-alert: #ef4444;

  --bg-dark:    #07070e;
  --bg-section: #0d0d1a;
  --bg-card:    #131322;
  --bg-surface: #1c1c2e;

  /* Mantener nombres para compatibilidad con inline styles del HTML */
  --bg-light:       #0d0d1a;
  --surface-dark:   #1c1c2e;
  --surface-darker: #252535;
  --text-main:      #ffffff;
  --text-muted:     rgba(255, 255, 255, 0.55);
  --border-light:   rgba(255, 255, 255, 0.06);

  --gold-glow:  rgba(245, 197, 24, 0.4);
  --green-glow: rgba(20, 127, 112, 0.4);
  --red-glow:   rgba(239, 68, 68, 0.45);
}

*, *::before, *::after { box-sizing: border-box; }

body, html {
  font-family: 'Manrope', sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-main);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .hero-title, .section-title {
  font-family: 'Montserrat', sans-serif !important;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* ============================================================
   ANIMACIONES
   ============================================================ */

@keyframes ping {
  75%, 100% { transform: scale(2); opacity: 0; }
}

@keyframes pulse-gold {
  0%, 100% {
    box-shadow: 0 0 20px rgba(245,197,24,0.45), 0 6px 28px rgba(245,197,24,0.3);
  }
  50% {
    box-shadow: 0 0 55px rgba(245,197,24,0.75), 0 10px 50px rgba(245,197,24,0.55);
  }
}

@keyframes pulse-green {
  0%, 100% {
    box-shadow: 0 0 20px rgba(20,127,112,0.4), 0 6px 24px rgba(20,127,112,0.25);
  }
  50% {
    box-shadow: 0 0 50px rgba(20,127,112,0.7), 0 10px 45px rgba(20,127,112,0.5);
  }
}

@keyframes glow-text {
  0%, 100% { text-shadow: 0 0 18px rgba(245,197,24,0.5); }
  50%       { text-shadow: 0 0 40px rgba(245,197,24,0.9), 0 0 80px rgba(245,197,24,0.35); }
}

@keyframes badge-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.04); opacity: 0.88; }
}

@keyframes shimmer-btn {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

@keyframes float-up {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-7px); }
}

@keyframes slide-in-right {
  from { opacity: 0; transform: translateX(12px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes countdown-glow {
  0%, 100% { text-shadow: 0 0 15px rgba(245,197,24,0.4); }
  50%       { text-shadow: 0 0 35px rgba(245,197,24,0.8), 0 0 60px rgba(245,197,24,0.3); }
}

@keyframes separator-blink {
  0%, 100% { opacity: 1; }
  49%       { opacity: 1; }
  50%       { opacity: 0; }
  99%       { opacity: 0; }
}

/* ============================================================
   UTILIDADES
   ============================================================ */

.text-primary   { color: var(--primary); }
.bg-primary     { background-color: var(--primary); }
.text-white     { color: white; }
.hidden         { display: none; }
.flex           { display: flex; }
.items-center   { align-items: center; }
.justify-between{ justify-content: space-between; }
.justify-center { justify-content: center; }
.relative       { position: relative; }
.absolute       { position: absolute; }
.w-full         { width: 100%; }
.h-full         { height: 100%; }
.object-cover   { object-fit: cover; }
.font-bold      { font-weight: 700; }

/* ============================================================
   NAVBAR
   ============================================================ */

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(7, 7, 14, 0.93);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(245, 197, 24, 0.12);
}

.nav-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.nav-logo-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--primary);
  filter: drop-shadow(0 0 8px var(--gold-glow));
}

.nav-logo-text {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff 0%, var(--primary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ============================================================
   BOTONES
   ============================================================ */

.btn-primary {
  background: linear-gradient(135deg, #f5c518 0%, #e8a020 40%, #f5c518 80%, #ffe066 100%);
  background-size: 200% auto;
  color: #07070e !important;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 0.625rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: normal;
  animation: pulse-gold 2.4s ease-in-out infinite;
  cursor: pointer;
}

.btn-primary:hover {
  background-position: right center;
  animation: none;
  box-shadow: 0 0 65px rgba(245,197,24,0.85), 0 12px 45px rgba(245,197,24,0.55);
  transform: translateY(-3px) scale(1.025);
  color: #000 !important;
}

.btn-small {
  padding: 0.5rem 1.25rem;
  font-size: 0.8rem;
}

.btn-large {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 900;
  padding: 1.125rem 2rem;
  border-radius: 0.75rem;
  gap: 0.5rem;
  letter-spacing: 0.06em;
}

@media (min-width: 640px) {
  .btn-large { width: auto; }
}

.btn-outline {
  background-color: transparent;
  border: 2px solid var(--green);
  color: var(--green-bright) !important;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif !important;
  padding: 0.875rem 2rem;
  border-radius: 0.625rem;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  letter-spacing: 0.04em;
  animation: pulse-green 3s ease-in-out infinite;
}

.btn-outline:hover {
  background-color: var(--green);
  color: white !important;
  animation: none;
  box-shadow: 0 0 45px var(--green-glow);
  transform: translateY(-2px);
}

.btn-submit {
  width: 100%;
  padding: 1.125rem;
  font-size: 1.125rem;
}

/* ============================================================
   HERO
   ============================================================ */

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 4rem;
  background: radial-gradient(ellipse at 50% 0%, #1a1a2e 0%, #0d0d18 45%, #07070e 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Aureola dorada central */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 55%, rgba(245,197,24,0.07) 0%, transparent 60%);
  z-index: 5;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #07070e 0%,
    rgba(7, 7, 14, 0.88) 35%,
    rgba(7, 7, 14, 0.55) 100%
  );
  z-index: 10;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  filter: saturate(0.4);
}

.hero-content {
  position: relative;
  z-index: 20;
  max-width: 66rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0rem;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(245,197,24,0.14), rgba(245,197,24,0.05));
  border: 1px solid rgba(245,197,24,0.35);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  animation: badge-pulse 3s ease-in-out infinite;
}

.hero-badge-dot {
  position: relative;
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
}

.hero-badge-ping {
  position: absolute;
  display: inline-flex;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-color: var(--primary);
  opacity: 0.75;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hero-badge-circle {
  position: relative;
  display: inline-flex;
  border-radius: 9999px;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--primary);
  box-shadow: 0 0 8px var(--gold-glow);
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: white;
}

@media (min-width: 768px) {
  .hero-title { font-size: 4rem; }
}

@media (min-width: 1024px) {
  .hero-title { font-size: 5rem; }
}

.text-glow {
  color: var(--primary);
  animation: glow-text 2.5s ease-in-out infinite;
}

.text-gradient {
  background: linear-gradient(135deg, var(--green-bright) 0%, #f5c518 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 50rem;
  font-weight: 400;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .hero-subtitle { font-size: 1.375rem; }
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
}

@media (min-width: 768px) {
  .hero-stats { gap: 1.5rem; font-size: 0.9375rem; }
}

.hero-stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(245, 197, 24, 0.18);
  backdrop-filter: blur(8px);
}

.hero-cta-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.hero-note {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

/* ============================================================
   SECCIONES BASE
   ============================================================ */

.section {
  padding: 5rem 1.5rem;
  position: relative;
}

.section-dark {
  background-color: var(--bg-section);
}

.section-darker {
  padding: 6rem 1.5rem;
  background-color: #147f70;
}

/* Texto blanco en secciones verdes */
.section-darker .section-title,
.section-darker .discovery-title,
.section-darker .discovery-intro {
  color: white;
}

.section-darker .section-subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.section-container {
  max-width: 64rem;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  margin-bottom: 1rem;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .section-title { font-size: 2.5rem; }
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* ============================================================
   VSL SECTION
   ============================================================ */

.vsl-container {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(245, 197, 24, 0.22);
  box-shadow:
    0 0 0 1px rgba(245,197,24,0.08),
    0 0 60px rgba(245,197,24,0.08),
    0 30px 70px rgba(0,0,0,0.7);
  background-color: #000;
  aspect-ratio: 16 / 9;
  max-width: 56rem;
  margin: 0 auto;
}

.video-thumbnail {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
  transition: opacity 0.5s;
}

.vsl-container:hover .video-thumbnail {
  opacity: 0.5;
}

.play-button-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: none;
  background: none;
  cursor: pointer;
}

.play-button-pulse {
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  background-color: rgba(245, 197, 24, 0.2);
  border-radius: 9999px;
  animation: ping 1.2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.play-button {
  width: 5.5rem;
  height: 5.5rem;
  background: linear-gradient(135deg, #f5c518, #e8a020);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(245,197,24,0.55), 0 8px 30px rgba(0,0,0,0.5);
  transition: transform 0.3s;
  animation: pulse-gold 2.5s ease-in-out infinite;
}

.play-button-wrapper:hover .play-button {
  transform: scale(1.15);
  animation: none;
  box-shadow: 0 0 70px rgba(245,197,24,0.85);
}

.play-icon {
  color: #07070e;
  font-size: 2.5rem;
}

.video-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
}

.progress-bar-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255,255,255,0.8);
  font-size: 0.75rem;
  font-family: monospace;
}

.progress-track {
  flex: 1;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  overflow: hidden;
}

.progress-fill {
  width: 33%;
  height: 100%;
  background: linear-gradient(to right, var(--primary), var(--green-bright));
}

.vsl-cta {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

/* ============================================================
   DISCOVERY / AGENDA
   ============================================================ */

.discovery-grid {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 4rem;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .discovery-grid { grid-template-columns: repeat(2, 1fr); }
}

.discovery-intro {
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.75rem;
}

.discovery-title {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  margin-bottom: 2rem;
  line-height: 1.12;
}

@media (min-width: 768px) {
  .discovery-title { font-size: 2.75rem; }
}

.agenda-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.agenda-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.125rem;
  border-radius: 0.875rem;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s ease;
}

.agenda-item:hover {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(245, 197, 24, 0.35);
  transform: translateX(6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.agenda-icon {
  background: rgba(245, 197, 24, 0.15);
  border: 1px solid rgba(245, 197, 24, 0.25);
  padding: 0.625rem;
  border-radius: 0.625rem;
  color: var(--primary);
  flex-shrink: 0;
  display: flex;
}

.agenda-text h4 {
  color: white;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}

.agenda-text p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  margin: 0.25rem 0 0 0;
}

.discovery-image-container {
  position: relative;
  height: 100%;
  min-height: 500px;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.55), 0 0 0 1px rgba(245,197,24,0.1);
}

.discovery-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  filter: saturate(0.75);
}

.discovery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.1), transparent);
}

.discovery-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: rgba(7, 7, 14, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 1.25rem 1.5rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(245, 197, 24, 0.2);
  box-shadow: 0 0 30px rgba(245,197,24,0.07);
}

.badge-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.badge-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* ============================================================
   SOCIAL PROOF
   ============================================================ */

.social-proof-section {
  padding: 6rem 1.5rem;
  background: linear-gradient(180deg, var(--bg-section) 0%, var(--bg-dark) 100%);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.social-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .social-grid { grid-template-columns: repeat(3, 1fr); }
}

.project-card {
  background: var(--bg-card);
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.35s ease;
}

.project-card:hover {
  border-color: rgba(245, 197, 24, 0.28);
  box-shadow: 0 20px 55px rgba(0,0,0,0.5), 0 0 35px rgba(245,197,24,0.06);
  transform: translateY(-6px);
}

.project-card.featured {
  border-color: rgba(245, 197, 24, 0.35);
  box-shadow: 0 0 40px rgba(245,197,24,0.08);
  position: relative;
}

.card-image-wrapper {
  height: 12rem;
  overflow: hidden;
  position: relative;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: saturate(0.6) brightness(0.85);
}

.project-card:hover .card-image {
  transform: scale(1.07);
  filter: saturate(1) brightness(1);
}

.card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.3rem 0.875rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.badge-success {
  background: linear-gradient(135deg, #15803d, #22c55e);
  color: white;
  box-shadow: 0 4px 14px rgba(22,163,74,0.45);
}

.badge-warning {
  background: linear-gradient(135deg, #b45309, #f59e0b);
  color: white;
  box-shadow: 0 4px 14px rgba(180,83,9,0.45);
}

.badge-primary {
  background: linear-gradient(135deg, #d4a017, #f5c518);
  color: #07070e;
  font-weight: 900;
  box-shadow: 0 4px 18px rgba(245,197,24,0.55);
  animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  50% { opacity: .8; }
}

.card-content {
  padding: 1.5rem;
}

.card-title {
  font-size: 1.125rem;
  font-weight: 800;
  color: white;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-desc {
  color: var(--text-muted);
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.65;
}

/* ============================================================
   TARGET AUDIENCE
   ============================================================ */

.audience-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
}

.audience-card {
  background: rgba(0, 0, 0, 0.25);
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.audience-card:hover {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(245, 197, 24, 0.25);
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}

.audience-card:hover::before {
  opacity: 1;
}

.audience-card .card-title {
  justify-content: center;
  color: white;
}

.audience-card .card-desc {
  color: rgba(255,255,255,0.65);
}

.audience-icon {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.5rem auto;
  background: linear-gradient(135deg, rgba(245,197,24,0.18), rgba(245,197,24,0.06));
  border: 1px solid rgba(245,197,24,0.25);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

/* ============================================================
   SCARCITY
   ============================================================ */

.scarcity-section {
  padding: 5.5rem 1.5rem;
  background: linear-gradient(135deg, #0b1e19 0%, #091410 50%, #0b1e19 100%);
  position: relative;
  overflow: hidden;
}

.scarcity-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(20,127,112,0.18), transparent 65%);
}

.scarcity-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top center, rgba(245,197,24,0.06), transparent 55%);
}

.scarcity-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 58rem;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  width: 100%;
}

.scarcity-section .section-title {
  color: white;
  text-shadow: 0 2px 25px rgba(0,0,0,0.6);
}

.scarcity-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  padding: 0.45rem 1.25rem;
  border-radius: 9999px;
  box-shadow: 0 0 28px rgba(239,68,68,0.55), 0 4px 14px rgba(239,68,68,0.4);
  animation: badge-pulse 1.8s ease-in-out infinite;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 3rem;
  color: white;
  width: 100%;
}

@media (min-width: 768px) {
  .countdown-container { gap: 1.5rem; }
}

.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 110px;
}

.countdown-number {
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(245,197,24,0.15), rgba(245,197,24,0.05));
  border: 1px solid rgba(245, 197, 24, 0.35);
  border-radius: 0.75rem;
  padding: 0.75rem 0.5rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  color: var(--primary);
  animation: countdown-glow 1.5s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(245,197,24,0.1), inset 0 1px 0 rgba(255,255,255,0.05);
}

@media (min-width: 480px) {
  .countdown-number { font-size: 2.5rem; padding: 0.875rem 0.625rem; }
}

@media (min-width: 768px) {
  .countdown-number { font-size: 4rem; padding: 1.25rem 1rem; }
  .countdown-box    { max-width: 150px; }
}

.countdown-label {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
}

@media (min-width: 480px) {
  .countdown-label { font-size: 0.75rem; }
}

.countdown-separator {
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  padding-top: 0.75rem;
  align-self: flex-start;
  flex-shrink: 0;
  color: var(--primary);
  opacity: 0.85;
  animation: separator-blink 1s step-end infinite;
}

@media (min-width: 480px) {
  .countdown-separator { font-size: 2.5rem; }
}

@media (min-width: 768px) {
  .countdown-separator { font-size: 4rem; }
}

/* ============================================================
   REGISTRO
   ============================================================ */

.registration-section {
  padding: 6rem 1.5rem;
  background: var(--bg-dark);
  position: relative;
  overflow: hidden;
}

.registration-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 65% 50%, rgba(20,127,112,0.08), transparent 55%);
}

.registration-bg {
  position: absolute;
  inset: 0;
}

.registration-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.025;
  filter: grayscale(1);
}

.registration-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--bg-dark), transparent, var(--bg-dark));
}

.registration-grid {
  position: relative;
  z-index: 10;
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .registration-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Bullets de beneficios en la sección de registro */
.registration-grid .text-left p,
.registration-grid .text-left [style*="color: var(--text-muted)"] {
  color: rgba(255,255,255,0.6) !important;
}

.registration-grid .text-left [style*="background-color: var(--surface-dark)"] {
  background-color: var(--bg-surface) !important;
  border-color: rgba(245,197,24,0.12) !important;
}

.glass-form {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(245, 197, 24, 0.15);
  box-shadow: 0 25px 60px rgba(0,0,0,0.55), 0 0 45px rgba(245,197,24,0.04);
}

@media (min-width: 768px) {
  .glass-form { padding: 2.5rem; }
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.form-input,
.form-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.625rem;
  padding: 0.875rem 1rem;
  color: white;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  box-sizing: border-box;
  font-size: 0.9375rem;
  font-family: 'Manrope', sans-serif;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.form-select option {
  background-color: var(--bg-card);
  color: white;
}

.form-input:focus,
.form-select:focus {
  outline: none;
  border-color: rgba(245, 197, 24, 0.5);
  background: rgba(245, 197, 24, 0.05);
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.1);
}

.phone-input-group {
  display: flex;
}

.phone-prefix {
  display: inline-flex;
  align-items: center;
  padding: 0 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  background: rgba(245, 197, 24, 0.1);
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}

.phone-input {
  border-radius: 0 0.625rem 0.625rem 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 480px) {
  .form-row { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   SECCIÓN FINAL (cierre)
   ============================================================ */

.section.section-darker[style*="text-align: center"] {
  background: linear-gradient(135deg, #0b2e27 0%, #0e3a32 50%, #0b2e27 100%) !important;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background: #04040a;
  padding: 3rem 0;
  border-top: 1px solid rgba(245, 197, 24, 0.08);
  color: white;
}

.footer-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 768px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* ============================================================
   OVERRIDE ELEMENTOR
   ============================================================ */

/* Elimina padding de columnas */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

/* Elimina el gap entre widgets (causa los espacios blancos entre secciones) */
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/* Elimina padding/margin de secciones y contenedores */
.elementor-section,
.e-container,
.e-flex,
.elementor-top-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Elimina padding interno del widget HTML */
.elementor-widget-html {
  margin-bottom: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92e4af4 */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block');

/* ============================================================
   DARK VSL THEME — CIUDADELA NIO TORRE 4
   Paleta: Obsidian Negro + Dorado + Verde Teal
   ============================================================ */

:root {
  --primary: #f5c518;
  --primary-hover: #d4a017;
  --green: #147f70;
  --green-bright: #1db99f;
  --red-alert: #ef4444;

  --bg-dark:    #07070e;
  --bg-section: #0d0d1a;
  --bg-card:    #131322;
  --bg-surface: #1c1c2e;

  /* Mantener nombres para compatibilidad con inline styles del HTML */
  --bg-light:       #0d0d1a;
  --surface-dark:   #1c1c2e;
  --surface-darker: #252535;
  --text-main:      #ffffff;
  --text-muted:     rgba(255, 255, 255, 0.55);
  --border-light:   rgba(255, 255, 255, 0.06);

  --gold-glow:  rgba(245, 197, 24, 0.4);
  --green-glow: rgba(20, 127, 112, 0.4);
  --red-glow:   rgba(239, 68, 68, 0.45);
}

*, *::before, *::after { box-sizing: border-box; }

body, html {
  font-family: 'Manrope', sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-main);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .hero-title, .section-title {
  font-family: 'Montserrat', sans-serif !important;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* ============================================================
   ANIMACIONES
   ============================================================ */

@keyframes ping {
  75%, 100% { transform: scale(2); opacity: 0; }
}

@keyframes pulse-gold {
  0%, 100% {
    box-shadow: 0 0 20px rgba(245,197,24,0.45), 0 6px 28px rgba(245,197,24,0.3);
  }
  50% {
    box-shadow: 0 0 55px rgba(245,197,24,0.75), 0 10px 50px rgba(245,197,24,0.55);
  }
}

@keyframes pulse-green {
  0%, 100% {
    box-shadow: 0 0 20px rgba(20,127,112,0.4), 0 6px 24px rgba(20,127,112,0.25);
  }
  50% {
    box-shadow: 0 0 50px rgba(20,127,112,0.7), 0 10px 45px rgba(20,127,112,0.5);
  }
}

@keyframes glow-text {
  0%, 100% { text-shadow: 0 0 18px rgba(245,197,24,0.5); }
  50%       { text-shadow: 0 0 40px rgba(245,197,24,0.9), 0 0 80px rgba(245,197,24,0.35); }
}

@keyframes badge-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.04); opacity: 0.88; }
}

@keyframes shimmer-btn {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

@keyframes float-up {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-7px); }
}

@keyframes slide-in-right {
  from { opacity: 0; transform: translateX(12px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes countdown-glow {
  0%, 100% { text-shadow: 0 0 15px rgba(245,197,24,0.4); }
  50%       { text-shadow: 0 0 35px rgba(245,197,24,0.8), 0 0 60px rgba(245,197,24,0.3); }
}

@keyframes separator-blink {
  0%, 100% { opacity: 1; }
  49%       { opacity: 1; }
  50%       { opacity: 0; }
  99%       { opacity: 0; }
}

/* ============================================================
   UTILIDADES
   ============================================================ */

.text-primary   { color: var(--primary); }
.bg-primary     { background-color: var(--primary); }
.text-white     { color: white; }
.hidden         { display: none; }
.flex           { display: flex; }
.items-center   { align-items: center; }
.justify-between{ justify-content: space-between; }
.justify-center { justify-content: center; }
.relative       { position: relative; }
.absolute       { position: absolute; }
.w-full         { width: 100%; }
.h-full         { height: 100%; }
.object-cover   { object-fit: cover; }
.font-bold      { font-weight: 700; }

/* ============================================================
   NAVBAR
   ============================================================ */

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(7, 7, 14, 0.93);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(245, 197, 24, 0.12);
}

.nav-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.nav-logo-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--primary);
  filter: drop-shadow(0 0 8px var(--gold-glow));
}

.nav-logo-text {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff 0%, var(--primary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ============================================================
   BOTONES
   ============================================================ */

.btn-primary {
  background: linear-gradient(135deg, #f5c518 0%, #e8a020 40%, #f5c518 80%, #ffe066 100%);
  background-size: 200% auto;
  color: #07070e !important;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 0.625rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: normal;
  animation: pulse-gold 2.4s ease-in-out infinite;
  cursor: pointer;
}

.btn-primary:hover {
  background-position: right center;
  animation: none;
  box-shadow: 0 0 65px rgba(245,197,24,0.85), 0 12px 45px rgba(245,197,24,0.55);
  transform: translateY(-3px) scale(1.025);
  color: #000 !important;
}

.btn-small {
  padding: 0.5rem 1.25rem;
  font-size: 0.8rem;
}

.btn-large {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 900;
  padding: 1.125rem 2rem;
  border-radius: 0.75rem;
  gap: 0.5rem;
  letter-spacing: 0.06em;
}

@media (min-width: 640px) {
  .btn-large { width: auto; }
}

.btn-outline {
  background-color: transparent;
  border: 2px solid var(--green);
  color: var(--green-bright) !important;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif !important;
  padding: 0.875rem 2rem;
  border-radius: 0.625rem;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  letter-spacing: 0.04em;
  animation: pulse-green 3s ease-in-out infinite;
}

.btn-outline:hover {
  background-color: var(--green);
  color: white !important;
  animation: none;
  box-shadow: 0 0 45px var(--green-glow);
  transform: translateY(-2px);
}

.btn-submit {
  width: 100%;
  padding: 1.125rem;
  font-size: 1.125rem;
}

/* ============================================================
   HERO
   ============================================================ */

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 4rem;
  background: radial-gradient(ellipse at 50% 0%, #1a1a2e 0%, #0d0d18 45%, #07070e 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Aureola dorada central */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 55%, rgba(245,197,24,0.07) 0%, transparent 60%);
  z-index: 5;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #07070e 0%,
    rgba(7, 7, 14, 0.88) 35%,
    rgba(7, 7, 14, 0.55) 100%
  );
  z-index: 10;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  filter: saturate(0.4);
}

.hero-content {
  position: relative;
  z-index: 20;
  max-width: 66rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(245,197,24,0.14), rgba(245,197,24,0.05));
  border: 1px solid rgba(245,197,24,0.35);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  animation: badge-pulse 3s ease-in-out infinite;
}

.hero-badge-dot {
  position: relative;
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
}

.hero-badge-ping {
  position: absolute;
  display: inline-flex;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-color: var(--primary);
  opacity: 0.75;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hero-badge-circle {
  position: relative;
  display: inline-flex;
  border-radius: 9999px;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--primary);
  box-shadow: 0 0 8px var(--gold-glow);
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: white;
}

@media (min-width: 768px) {
  .hero-title { font-size: 4rem; }
}

@media (min-width: 1024px) {
  .hero-title { font-size: 5rem; }
}

.text-glow {
  color: var(--primary);
  animation: glow-text 2.5s ease-in-out infinite;
}

.text-gradient {
  background: linear-gradient(135deg, var(--green-bright) 0%, #f5c518 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 50rem;
  font-weight: 400;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .hero-subtitle { font-size: 1.375rem; }
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
}

@media (min-width: 768px) {
  .hero-stats { gap: 1.5rem; font-size: 0.9375rem; }
}

.hero-stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(245, 197, 24, 0.18);
  backdrop-filter: blur(8px);
}

.hero-cta-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.hero-note {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

/* ============================================================
   SECCIONES BASE
   ============================================================ */

.section {
  padding: 5rem 1.5rem;
  position: relative;
}

.section-dark {
  background-color: var(--bg-section);
}

.section-darker {
  padding: 6rem 1.5rem;
  background-color: #147f70;
}

/* Texto blanco en secciones verdes */
.section-darker .section-title,
.section-darker .discovery-title,
.section-darker .discovery-intro {
  color: white;
}

.section-darker .section-subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.section-container {
  max-width: 64rem;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  margin-bottom: 1rem;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .section-title { font-size: 2.5rem; }
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* ============================================================
   VSL SECTION
   ============================================================ */

.vsl-container {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(245, 197, 24, 0.22);
  box-shadow:
    0 0 0 1px rgba(245,197,24,0.08),
    0 0 60px rgba(245,197,24,0.08),
    0 30px 70px rgba(0,0,0,0.7);
  background-color: #000;
  aspect-ratio: 16 / 9;
  max-width: 56rem;
  margin: 0 auto;
}

.video-thumbnail {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
  transition: opacity 0.5s;
}

.vsl-container:hover .video-thumbnail {
  opacity: 0.5;
}

.play-button-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: none;
  background: none;
  cursor: pointer;
}

.play-button-pulse {
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  background-color: rgba(245, 197, 24, 0.2);
  border-radius: 9999px;
  animation: ping 1.2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.play-button {
  width: 5.5rem;
  height: 5.5rem;
  background: linear-gradient(135deg, #f5c518, #e8a020);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(245,197,24,0.55), 0 8px 30px rgba(0,0,0,0.5);
  transition: transform 0.3s;
  animation: pulse-gold 2.5s ease-in-out infinite;
}

.play-button-wrapper:hover .play-button {
  transform: scale(1.15);
  animation: none;
  box-shadow: 0 0 70px rgba(245,197,24,0.85);
}

.play-icon {
  color: #07070e;
  font-size: 2.5rem;
}

.video-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
}

.progress-bar-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255,255,255,0.8);
  font-size: 0.75rem;
  font-family: monospace;
}

.progress-track {
  flex: 1;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  overflow: hidden;
}

.progress-fill {
  width: 33%;
  height: 100%;
  background: linear-gradient(to right, var(--primary), var(--green-bright));
}

.vsl-cta {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

/* ============================================================
   DISCOVERY / AGENDA
   ============================================================ */

.discovery-grid {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .discovery-grid { grid-template-columns: repeat(2, 1fr); }
}

.discovery-intro {
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.75rem;
}

.discovery-title {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  margin-bottom: 2rem;
  line-height: 1.12;
}

@media (min-width: 768px) {
  .discovery-title { font-size: 2.75rem; }
}

.agenda-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.agenda-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.125rem;
  border-radius: 0.875rem;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s ease;
}

.agenda-item:hover {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(245, 197, 24, 0.35);
  transform: translateX(6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.agenda-icon {
  background: rgba(245, 197, 24, 0.15);
  border: 1px solid rgba(245, 197, 24, 0.25);
  padding: 0.625rem;
  border-radius: 0.625rem;
  color: var(--primary);
  flex-shrink: 0;
  display: flex;
}

.agenda-text h4 {
  color: white;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}

.agenda-text p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  margin: 0.25rem 0 0 0;
}

.discovery-image-container {
  position: relative;
  height: 100%;
  min-height: 500px;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.55), 0 0 0 1px rgba(245,197,24,0.1);
}

.discovery-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75);
}

.discovery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.1), transparent);
}

.discovery-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: rgba(7, 7, 14, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 1.25rem 1.5rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(245, 197, 24, 0.2);
  box-shadow: 0 0 30px rgba(245,197,24,0.07);
}

.badge-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.badge-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* ============================================================
   SOCIAL PROOF
   ============================================================ */

.social-proof-section {
  padding: 6rem 1.5rem;
  background: linear-gradient(180deg, var(--bg-section) 0%, var(--bg-dark) 100%);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.social-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .social-grid { grid-template-columns: repeat(3, 1fr); }
}

.project-card {
  background: var(--bg-card);
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.35s ease;
}

.project-card:hover {
  border-color: rgba(245, 197, 24, 0.28);
  box-shadow: 0 20px 55px rgba(0,0,0,0.5), 0 0 35px rgba(245,197,24,0.06);
  transform: translateY(-6px);
}

.project-card.featured {
  border-color: rgba(245, 197, 24, 0.35);
  box-shadow: 0 0 40px rgba(245,197,24,0.08);
  position: relative;
}

.card-image-wrapper {
  height: 12rem;
  overflow: hidden;
  position: relative;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: saturate(0.6) brightness(0.85);
}

.project-card:hover .card-image {
  transform: scale(1.07);
  filter: saturate(1) brightness(1);
}

.card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.3rem 0.875rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.badge-success {
  background: linear-gradient(135deg, #15803d, #22c55e);
  color: white;
  box-shadow: 0 4px 14px rgba(22,163,74,0.45);
}

.badge-warning {
  background: linear-gradient(135deg, #b45309, #f59e0b);
  color: white;
  box-shadow: 0 4px 14px rgba(180,83,9,0.45);
}

.badge-primary {
  background: linear-gradient(135deg, #d4a017, #f5c518);
  color: #07070e;
  font-weight: 900;
  box-shadow: 0 4px 18px rgba(245,197,24,0.55);
  animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  50% { opacity: .8; }
}

.card-content {
  padding: 1.5rem;
}

.card-title {
  font-size: 1.125rem;
  font-weight: 800;
  color: white;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-desc {
  color: var(--text-muted);
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.65;
}

/* ============================================================
   TARGET AUDIENCE
   ============================================================ */

.audience-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
}

.audience-card {
  background: rgba(0, 0, 0, 0.25);
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.audience-card:hover {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(245, 197, 24, 0.25);
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}

.audience-card:hover::before {
  opacity: 1;
}

.audience-card .card-title {
  justify-content: center;
  color: white;
}

.audience-card .card-desc {
  color: rgba(255,255,255,0.65);
}

.audience-icon {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.5rem auto;
  background: linear-gradient(135deg, rgba(245,197,24,0.18), rgba(245,197,24,0.06));
  border: 1px solid rgba(245,197,24,0.25);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

/* ============================================================
   SCARCITY
   ============================================================ */

.scarcity-section {
  padding: 5.5rem 1.5rem;
  background: linear-gradient(135deg, #0b1e19 0%, #091410 50%, #0b1e19 100%);
  position: relative;
  overflow: hidden;
}

.scarcity-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(20,127,112,0.18), transparent 65%);
}

.scarcity-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top center, rgba(245,197,24,0.06), transparent 55%);
}

.scarcity-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 58rem;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  width: 100%;
}

.scarcity-section .section-title {
  color: white;
  text-shadow: 0 2px 25px rgba(0,0,0,0.6);
}

.scarcity-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  padding: 0.45rem 1.25rem;
  border-radius: 9999px;
  box-shadow: 0 0 28px rgba(239,68,68,0.55), 0 4px 14px rgba(239,68,68,0.4);
  animation: badge-pulse 1.8s ease-in-out infinite;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 3rem;
  color: white;
  width: 100%;
}

@media (min-width: 768px) {
  .countdown-container { gap: 1.5rem; }
}

.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 110px;
}

.countdown-number {
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(245,197,24,0.15), rgba(245,197,24,0.05));
  border: 1px solid rgba(245, 197, 24, 0.35);
  border-radius: 0.75rem;
  padding: 0.75rem 0.5rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  color: var(--primary);
  animation: countdown-glow 1.5s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(245,197,24,0.1), inset 0 1px 0 rgba(255,255,255,0.05);
}

@media (min-width: 480px) {
  .countdown-number { font-size: 2.5rem; padding: 0.875rem 0.625rem; }
}

@media (min-width: 768px) {
  .countdown-number { font-size: 4rem; padding: 1.25rem 1rem; }
  .countdown-box    { max-width: 150px; }
}

.countdown-label {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
}

@media (min-width: 480px) {
  .countdown-label { font-size: 0.75rem; }
}

.countdown-separator {
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  padding-top: 0.75rem;
  align-self: flex-start;
  flex-shrink: 0;
  color: var(--primary);
  opacity: 0.85;
  animation: separator-blink 1s step-end infinite;
}

@media (min-width: 480px) {
  .countdown-separator { font-size: 2.5rem; }
}

@media (min-width: 768px) {
  .countdown-separator { font-size: 4rem; }
}

/* ============================================================
   REGISTRO
   ============================================================ */

.registration-section {
  padding: 6rem 1.5rem;
  background: var(--bg-dark);
  position: relative;
  overflow: hidden;
}

.registration-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 65% 50%, rgba(20,127,112,0.08), transparent 55%);
}

.registration-bg {
  position: absolute;
  inset: 0;
}

.registration-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.025;
  filter: grayscale(1);
}

.registration-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--bg-dark), transparent, var(--bg-dark));
}

.registration-grid {
  position: relative;
  z-index: 10;
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .registration-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Bullets de beneficios en la sección de registro */
.registration-grid .text-left p,
.registration-grid .text-left [style*="color: var(--text-muted)"] {
  color: rgba(255,255,255,0.6) !important;
}

.registration-grid .text-left [style*="background-color: var(--surface-dark)"] {
  background-color: var(--bg-surface) !important;
  border-color: rgba(245,197,24,0.12) !important;
}

.glass-form {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(245, 197, 24, 0.15);
  box-shadow: 0 25px 60px rgba(0,0,0,0.55), 0 0 45px rgba(245,197,24,0.04);
}

@media (min-width: 768px) {
  .glass-form { padding: 2.5rem; }
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.form-input,
.form-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.625rem;
  padding: 0.875rem 1rem;
  color: white;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  box-sizing: border-box;
  font-size: 0.9375rem;
  font-family: 'Manrope', sans-serif;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.form-select option {
  background-color: var(--bg-card);
  color: white;
}

.form-input:focus,
.form-select:focus {
  outline: none;
  border-color: rgba(245, 197, 24, 0.5);
  background: rgba(245, 197, 24, 0.05);
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.1);
}

.phone-input-group {
  display: flex;
}

.phone-prefix {
  display: inline-flex;
  align-items: center;
  padding: 0 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  background: rgba(245, 197, 24, 0.1);
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}

.phone-input {
  border-radius: 0 0.625rem 0.625rem 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 480px) {
  .form-row { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   SECCIÓN FINAL (cierre)
   ============================================================ */

.section.section-darker[style*="text-align: center"] {
  background: linear-gradient(135deg, #0b2e27 0%, #0e3a32 50%, #0b2e27 100%) !important;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background: #04040a;
  padding: 3rem 0;
  border-top: 1px solid rgba(245, 197, 24, 0.08);
  color: white;
}

.footer-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 768px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* ============================================================
   OVERRIDE ELEMENTOR
   ============================================================ */

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0afe048 */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block');

/* ============================================================
   DARK VSL THEME — CIUDADELA NIO TORRE 4
   Paleta: Obsidian Negro + Dorado + Verde Teal
   ============================================================ */

:root {
  --primary: #f5c518;
  --primary-hover: #d4a017;
  --green: #147f70;
  --green-bright: #1db99f;
  --red-alert: #ef4444;

  --bg-dark:    #07070e;
  --bg-section: #0d0d1a;
  --bg-card:    #131322;
  --bg-surface: #1c1c2e;

  /* Mantener nombres para compatibilidad con inline styles del HTML */
  --bg-light:       #0d0d1a;
  --surface-dark:   #1c1c2e;
  --surface-darker: #252535;
  --text-main:      #ffffff;
  --text-muted:     rgba(255, 255, 255, 0.55);
  --border-light:   rgba(255, 255, 255, 0.06);

  --gold-glow:  rgba(245, 197, 24, 0.4);
  --green-glow: rgba(20, 127, 112, 0.4);
  --red-glow:   rgba(239, 68, 68, 0.45);
}

*, *::before, *::after { box-sizing: border-box; }

body, html {
  font-family: 'Manrope', sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-main);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .hero-title, .section-title {
  font-family: 'Montserrat', sans-serif !important;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* ============================================================
   ANIMACIONES
   ============================================================ */

@keyframes ping {
  75%, 100% { transform: scale(2); opacity: 0; }
}

@keyframes pulse-gold {
  0%, 100% {
    box-shadow: 0 0 20px rgba(245,197,24,0.45), 0 6px 28px rgba(245,197,24,0.3);
  }
  50% {
    box-shadow: 0 0 55px rgba(245,197,24,0.75), 0 10px 50px rgba(245,197,24,0.55);
  }
}

@keyframes pulse-green {
  0%, 100% {
    box-shadow: 0 0 20px rgba(20,127,112,0.4), 0 6px 24px rgba(20,127,112,0.25);
  }
  50% {
    box-shadow: 0 0 50px rgba(20,127,112,0.7), 0 10px 45px rgba(20,127,112,0.5);
  }
}

@keyframes glow-text {
  0%, 100% { text-shadow: 0 0 18px rgba(245,197,24,0.5); }
  50%       { text-shadow: 0 0 40px rgba(245,197,24,0.9), 0 0 80px rgba(245,197,24,0.35); }
}

@keyframes badge-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.04); opacity: 0.88; }
}

@keyframes shimmer-btn {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

@keyframes float-up {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-7px); }
}

@keyframes slide-in-right {
  from { opacity: 0; transform: translateX(12px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes countdown-glow {
  0%, 100% { text-shadow: 0 0 15px rgba(245,197,24,0.4); }
  50%       { text-shadow: 0 0 35px rgba(245,197,24,0.8), 0 0 60px rgba(245,197,24,0.3); }
}

@keyframes separator-blink {
  0%, 100% { opacity: 1; }
  49%       { opacity: 1; }
  50%       { opacity: 0; }
  99%       { opacity: 0; }
}

/* ============================================================
   UTILIDADES
   ============================================================ */

.text-primary   { color: var(--primary); }
.bg-primary     { background-color: var(--primary); }
.text-white     { color: white; }
.hidden         { display: none; }
.flex           { display: flex; }
.items-center   { align-items: center; }
.justify-between{ justify-content: space-between; }
.justify-center { justify-content: center; }
.relative       { position: relative; }
.absolute       { position: absolute; }
.w-full         { width: 100%; }
.h-full         { height: 100%; }
.object-cover   { object-fit: cover; }
.font-bold      { font-weight: 700; }

/* ============================================================
   NAVBAR
   ============================================================ */

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(7, 7, 14, 0.93);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(245, 197, 24, 0.12);
}

.nav-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.nav-logo-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--primary);
  filter: drop-shadow(0 0 8px var(--gold-glow));
}

.nav-logo-text {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff 0%, var(--primary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ============================================================
   BOTONES
   ============================================================ */

.btn-primary {
  background: linear-gradient(135deg, #f5c518 0%, #e8a020 40%, #f5c518 80%, #ffe066 100%);
  background-size: 200% auto;
  color: #07070e !important;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 0.625rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: normal;
  animation: pulse-gold 2.4s ease-in-out infinite;
  cursor: pointer;
}

.btn-primary:hover {
  background-position: right center;
  animation: none;
  box-shadow: 0 0 65px rgba(245,197,24,0.85), 0 12px 45px rgba(245,197,24,0.55);
  transform: translateY(-3px) scale(1.025);
  color: #000 !important;
}

.btn-small {
  padding: 0.5rem 1.25rem;
  font-size: 0.8rem;
}

.btn-large {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 900;
  padding: 1.125rem 2rem;
  border-radius: 0.75rem;
  gap: 0.5rem;
  letter-spacing: 0.06em;
}

@media (min-width: 640px) {
  .btn-large { width: auto; }
}

.btn-outline {
  background-color: transparent;
  border: 2px solid var(--green);
  color: var(--green-bright) !important;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif !important;
  padding: 0.875rem 2rem;
  border-radius: 0.625rem;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  letter-spacing: 0.04em;
  animation: pulse-green 3s ease-in-out infinite;
}

.btn-outline:hover {
  background-color: var(--green);
  color: white !important;
  animation: none;
  box-shadow: 0 0 45px var(--green-glow);
  transform: translateY(-2px);
}

.btn-submit {
  width: 100%;
  padding: 1.125rem;
  font-size: 1.125rem;
}

/* ============================================================
   HERO
   ============================================================ */

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 4rem;
  background: radial-gradient(ellipse at 50% 0%, #1a1a2e 0%, #0d0d18 45%, #07070e 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Aureola dorada central */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 55%, rgba(245,197,24,0.07) 0%, transparent 60%);
  z-index: 5;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #07070e 0%,
    rgba(7, 7, 14, 0.88) 35%,
    rgba(7, 7, 14, 0.55) 100%
  );
  z-index: 10;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  filter: saturate(0.4);
}

.hero-content {
  position: relative;
  z-index: 20;
  max-width: 66rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(245,197,24,0.14), rgba(245,197,24,0.05));
  border: 1px solid rgba(245,197,24,0.35);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  animation: badge-pulse 3s ease-in-out infinite;
}

.hero-badge-dot {
  position: relative;
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
}

.hero-badge-ping {
  position: absolute;
  display: inline-flex;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-color: var(--primary);
  opacity: 0.75;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hero-badge-circle {
  position: relative;
  display: inline-flex;
  border-radius: 9999px;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--primary);
  box-shadow: 0 0 8px var(--gold-glow);
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: white;
}

@media (min-width: 768px) {
  .hero-title { font-size: 4rem; }
}

@media (min-width: 1024px) {
  .hero-title { font-size: 5rem; }
}

.text-glow {
  color: var(--primary);
  animation: glow-text 2.5s ease-in-out infinite;
}

.text-gradient {
  background: linear-gradient(135deg, var(--green-bright) 0%, #f5c518 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 50rem;
  font-weight: 400;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .hero-subtitle { font-size: 1.375rem; }
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
}

@media (min-width: 768px) {
  .hero-stats { gap: 1.5rem; font-size: 0.9375rem; }
}

.hero-stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(245, 197, 24, 0.18);
  backdrop-filter: blur(8px);
}

.hero-cta-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.hero-note {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

/* ============================================================
   SECCIONES BASE
   ============================================================ */

.section {
  padding: 5rem 1.5rem;
  position: relative;
}

.section-dark {
  background-color: var(--bg-section);
}

.section-darker {
  padding: 6rem 1.5rem;
  background-color: #147f70;
}

/* Texto blanco en secciones verdes */
.section-darker .section-title,
.section-darker .discovery-title,
.section-darker .discovery-intro {
  color: white;
}

.section-darker .section-subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.section-container {
  max-width: 64rem;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  margin-bottom: 1rem;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .section-title { font-size: 2.5rem; }
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* ============================================================
   VSL SECTION
   ============================================================ */

.vsl-container {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(245, 197, 24, 0.22);
  box-shadow:
    0 0 0 1px rgba(245,197,24,0.08),
    0 0 60px rgba(245,197,24,0.08),
    0 30px 70px rgba(0,0,0,0.7);
  background-color: #000;
  aspect-ratio: 16 / 9;
  max-width: 56rem;
  margin: 0 auto;
}

.video-thumbnail {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.65;
  transition: opacity 0.5s;
}

.vsl-container:hover .video-thumbnail {
  opacity: 0.5;
}

.play-button-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: none;
  background: none;
  cursor: pointer;
}

.play-button-pulse {
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  background-color: rgba(245, 197, 24, 0.2);
  border-radius: 9999px;
  animation: ping 1.2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.play-button {
  width: 5.5rem;
  height: 5.5rem;
  background: linear-gradient(135deg, #f5c518, #e8a020);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(245,197,24,0.55), 0 8px 30px rgba(0,0,0,0.5);
  transition: transform 0.3s;
  animation: pulse-gold 2.5s ease-in-out infinite;
}

.play-button-wrapper:hover .play-button {
  transform: scale(1.15);
  animation: none;
  box-shadow: 0 0 70px rgba(245,197,24,0.85);
}

.play-icon {
  color: #07070e;
  font-size: 2.5rem;
}

.video-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
}

.progress-bar-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255,255,255,0.8);
  font-size: 0.75rem;
  font-family: monospace;
}

.progress-track {
  flex: 1;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  overflow: hidden;
}

.progress-fill {
  width: 33%;
  height: 100%;
  background: linear-gradient(to right, var(--primary), var(--green-bright));
}

.vsl-cta {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

/* ============================================================
   DISCOVERY / AGENDA
   ============================================================ */

.discovery-grid {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .discovery-grid { grid-template-columns: repeat(2, 1fr); }
}

.discovery-intro {
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.75rem;
}

.discovery-title {
  font-size: 2rem;
  font-weight: 900;
  color: white;
  margin-bottom: 2rem;
  line-height: 1.12;
}

@media (min-width: 768px) {
  .discovery-title { font-size: 2.75rem; }
}

.agenda-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.agenda-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.125rem;
  border-radius: 0.875rem;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s ease;
}

.agenda-item:hover {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(245, 197, 24, 0.35);
  transform: translateX(6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.agenda-icon {
  background: rgba(245, 197, 24, 0.15);
  border: 1px solid rgba(245, 197, 24, 0.25);
  padding: 0.625rem;
  border-radius: 0.625rem;
  color: var(--primary);
  flex-shrink: 0;
  display: flex;
}

.agenda-text h4 {
  color: white;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}

.agenda-text p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  margin: 0.25rem 0 0 0;
}

.discovery-image-container {
  position: relative;
  height: 100%;
  min-height: 500px;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.55), 0 0 0 1px rgba(245,197,24,0.1);
}

.discovery-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75);
}

.discovery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.1), transparent);
}

.discovery-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: rgba(7, 7, 14, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 1.25rem 1.5rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(245, 197, 24, 0.2);
  box-shadow: 0 0 30px rgba(245,197,24,0.07);
}

.badge-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.badge-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* ============================================================
   SOCIAL PROOF
   ============================================================ */

.social-proof-section {
  padding: 6rem 1.5rem;
  background: linear-gradient(180deg, var(--bg-section) 0%, var(--bg-dark) 100%);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.social-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .social-grid { grid-template-columns: repeat(3, 1fr); }
}

.project-card {
  background: var(--bg-card);
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.35s ease;
}

.project-card:hover {
  border-color: rgba(245, 197, 24, 0.28);
  box-shadow: 0 20px 55px rgba(0,0,0,0.5), 0 0 35px rgba(245,197,24,0.06);
  transform: translateY(-6px);
}

.project-card.featured {
  border-color: rgba(245, 197, 24, 0.35);
  box-shadow: 0 0 40px rgba(245,197,24,0.08);
  position: relative;
}

.card-image-wrapper {
  height: 12rem;
  overflow: hidden;
  position: relative;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: saturate(0.6) brightness(0.85);
}

.project-card:hover .card-image {
  transform: scale(1.07);
  filter: saturate(1) brightness(1);
}

.card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.3rem 0.875rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.badge-success {
  background: linear-gradient(135deg, #15803d, #22c55e);
  color: white;
  box-shadow: 0 4px 14px rgba(22,163,74,0.45);
}

.badge-warning {
  background: linear-gradient(135deg, #b45309, #f59e0b);
  color: white;
  box-shadow: 0 4px 14px rgba(180,83,9,0.45);
}

.badge-primary {
  background: linear-gradient(135deg, #d4a017, #f5c518);
  color: #07070e;
  font-weight: 900;
  box-shadow: 0 4px 18px rgba(245,197,24,0.55);
  animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  50% { opacity: .8; }
}

.card-content {
  padding: 1.5rem;
}

.card-title {
  font-size: 1.125rem;
  font-weight: 800;
  color: white;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-desc {
  color: var(--text-muted);
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.65;
}

/* ============================================================
   TARGET AUDIENCE
   ============================================================ */

.audience-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
}

.audience-card {
  background: rgba(0, 0, 0, 0.25);
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.audience-card:hover {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(245, 197, 24, 0.25);
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}

.audience-card:hover::before {
  opacity: 1;
}

.audience-card .card-title {
  justify-content: center;
  color: white;
}

.audience-card .card-desc {
  color: rgba(255,255,255,0.65);
}

.audience-icon {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.5rem auto;
  background: linear-gradient(135deg, rgba(245,197,24,0.18), rgba(245,197,24,0.06));
  border: 1px solid rgba(245,197,24,0.25);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

/* ============================================================
   SCARCITY
   ============================================================ */

.scarcity-section {
  padding: 5.5rem 1.5rem;
  background: linear-gradient(135deg, #0b1e19 0%, #091410 50%, #0b1e19 100%);
  position: relative;
  overflow: hidden;
}

.scarcity-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(20,127,112,0.18), transparent 65%);
}

.scarcity-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top center, rgba(245,197,24,0.06), transparent 55%);
}

.scarcity-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 58rem;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  width: 100%;
}

.scarcity-section .section-title {
  color: white;
  text-shadow: 0 2px 25px rgba(0,0,0,0.6);
}

.scarcity-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  padding: 0.45rem 1.25rem;
  border-radius: 9999px;
  box-shadow: 0 0 28px rgba(239,68,68,0.55), 0 4px 14px rgba(239,68,68,0.4);
  animation: badge-pulse 1.8s ease-in-out infinite;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 3rem;
  color: white;
  width: 100%;
}

@media (min-width: 768px) {
  .countdown-container { gap: 1.5rem; }
}

.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 110px;
}

.countdown-number {
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(245,197,24,0.15), rgba(245,197,24,0.05));
  border: 1px solid rgba(245, 197, 24, 0.35);
  border-radius: 0.75rem;
  padding: 0.75rem 0.5rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  color: var(--primary);
  animation: countdown-glow 1.5s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(245,197,24,0.1), inset 0 1px 0 rgba(255,255,255,0.05);
}

@media (min-width: 480px) {
  .countdown-number { font-size: 2.5rem; padding: 0.875rem 0.625rem; }
}

@media (min-width: 768px) {
  .countdown-number { font-size: 4rem; padding: 1.25rem 1rem; }
  .countdown-box    { max-width: 150px; }
}

.countdown-label {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
}

@media (min-width: 480px) {
  .countdown-label { font-size: 0.75rem; }
}

.countdown-separator {
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  padding-top: 0.75rem;
  align-self: flex-start;
  flex-shrink: 0;
  color: var(--primary);
  opacity: 0.85;
  animation: separator-blink 1s step-end infinite;
}

@media (min-width: 480px) {
  .countdown-separator { font-size: 2.5rem; }
}

@media (min-width: 768px) {
  .countdown-separator { font-size: 4rem; }
}

/* ============================================================
   REGISTRO
   ============================================================ */

.registration-section {
  padding: 6rem 1.5rem;
  background: var(--bg-dark);
  position: relative;
  overflow: hidden;
}

.registration-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 65% 50%, rgba(20,127,112,0.08), transparent 55%);
}

.registration-bg {
  position: absolute;
  inset: 0;
}

.registration-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.025;
  filter: grayscale(1);
}

.registration-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--bg-dark), transparent, var(--bg-dark));
}

.registration-grid {
  position: relative;
  z-index: 10;
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .registration-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Bullets de beneficios en la sección de registro */
.registration-grid .text-left p,
.registration-grid .text-left [style*="color: var(--text-muted)"] {
  color: rgba(255,255,255,0.6) !important;
}

.registration-grid .text-left [style*="background-color: var(--surface-dark)"] {
  background-color: var(--bg-surface) !important;
  border-color: rgba(245,197,24,0.12) !important;
}

.glass-form {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(245, 197, 24, 0.15);
  box-shadow: 0 25px 60px rgba(0,0,0,0.55), 0 0 45px rgba(245,197,24,0.04);
}

@media (min-width: 768px) {
  .glass-form { padding: 2.5rem; }
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.form-input,
.form-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.625rem;
  padding: 0.875rem 1rem;
  color: white;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  box-sizing: border-box;
  font-size: 0.9375rem;
  font-family: 'Manrope', sans-serif;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.form-select option {
  background-color: var(--bg-card);
  color: white;
}

.form-input:focus,
.form-select:focus {
  outline: none;
  border-color: rgba(245, 197, 24, 0.5);
  background: rgba(245, 197, 24, 0.05);
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.1);
}

.phone-input-group {
  display: flex;
}

.phone-prefix {
  display: inline-flex;
  align-items: center;
  padding: 0 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  background: rgba(245, 197, 24, 0.1);
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}

.phone-input {
  border-radius: 0 0.625rem 0.625rem 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 480px) {
  .form-row { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   SECCIÓN FINAL (cierre)
   ============================================================ */

.section.section-darker[style*="text-align: center"] {
  background: linear-gradient(135deg, #0b2e27 0%, #0e3a32 50%, #0b2e27 100%) !important;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background: #04040a;
  padding: 3rem 0;
  border-top: 1px solid rgba(245, 197, 24, 0.08);
  color: white;
}

.footer-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 768px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* ============================================================
   OVERRIDE ELEMENTOR
   ============================================================ */

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78a9135 */.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 4rem;
  background: radial-gradient(ellipse at 50% 0%, #1a1a2e 0%, #0d0d18 45%, #07070e 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Aureola dorada central */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 55%, rgba(245,197,24,0.07) 0%, transparent 60%);
  z-index: 5;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #07070e 0%,
    rgba(7, 7, 14, 0.88) 35%,
    rgba(7, 7, 14, 0.55) 100%
  );
  z-index: 10;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  filter: saturate(0.4);
}

.hero-content {
  position: relative;
  z-index: 20;
  max-width: 66rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(245,197,24,0.14), rgba(245,197,24,0.05));
  border: 1px solid rgba(245,197,24,0.35);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  animation: badge-pulse 3s ease-in-out infinite;
}

.hero-badge-dot {
  position: relative;
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
}

.hero-badge-ping {
  position: absolute;
  display: inline-flex;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-color: var(--primary);
  opacity: 0.75;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hero-badge-circle {
  position: relative;
  display: inline-flex;
  border-radius: 9999px;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--primary);
  box-shadow: 0 0 8px var(--gold-glow);
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: white;
}

@media (min-width: 768px) {
  .hero-title { font-size: 4rem; }
}

@media (min-width: 1024px) {
  .hero-title { font-size: 5rem; }
}

.text-glow {
  color: var(--primary);
  animation: glow-text 2.5s ease-in-out infinite;
}

.text-gradient {
  background: linear-gradient(135deg, var(--green-bright) 0%, #f5c518 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 50rem;
  font-weight: 400;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .hero-subtitle { font-size: 1.375rem; }
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
}

@media (min-width: 768px) {
  .hero-stats { gap: 1.5rem; font-size: 0.9375rem; }
}

.hero-stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(245, 197, 24, 0.18);
  backdrop-filter: blur(8px);
}

.hero-cta-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.hero-note {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a3fb78 */.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 4rem;
  background: radial-gradient(ellipse at 50% 0%, #1a1a2e 0%, #0d0d18 45%, #07070e 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Aureola dorada central */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 55%, rgba(245,197,24,0.07) 0%, transparent 60%);
  z-index: 5;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #07070e 0%,
    rgba(7, 7, 14, 0.88) 35%,
    rgba(7, 7, 14, 0.55) 100%
  );
  z-index: 10;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  filter: saturate(0.4);
}

.hero-content {
  position: relative;
  z-index: 20;
  max-width: 66rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(245,197,24,0.14), rgba(245,197,24,0.05));
  border: 1px solid rgba(245,197,24,0.35);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  animation: badge-pulse 3s ease-in-out infinite;
}

.hero-badge-dot {
  position: relative;
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
}

.hero-badge-ping {
  position: absolute;
  display: inline-flex;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-color: var(--primary);
  opacity: 0.75;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hero-badge-circle {
  position: relative;
  display: inline-flex;
  border-radius: 9999px;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--primary);
  box-shadow: 0 0 8px var(--gold-glow);
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: white;
}

@media (min-width: 768px) {
  .hero-title { font-size: 4rem; }
}

@media (min-width: 1024px) {
  .hero-title { font-size: 5rem; }
}

.text-glow {
  color: var(--primary);
  animation: glow-text 2.5s ease-in-out infinite;
}

.text-gradient {
  background: linear-gradient(135deg, var(--green-bright) 0%, #f5c518 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 50rem;
  font-weight: 400;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .hero-subtitle { font-size: 1.375rem; }
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
}

@media (min-width: 768px) {
  .hero-stats { gap: 1.5rem; font-size: 0.9375rem; }
}

.hero-stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(245, 197, 24, 0.18);
  backdrop-filter: blur(8px);
}

.hero-cta-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.hero-note {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a0b5a9 */.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: saturate(0.6) brightness(0.85);
}/* End custom CSS */