.elementor-13 .elementor-element.elementor-element-59a35df{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-59a35df:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-59a35df > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#040504;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-13 .elementor-element.elementor-element-436faf5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-436faf5:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-436faf5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#BEBEBE;}.elementor-13 .elementor-element.elementor-element-436faf5.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13 .elementor-element.elementor-element-28c650a{text-align:center;}.elementor-13 .elementor-element.elementor-element-28c650a .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:35px;font-weight:600;color:#020617;}.elementor-13 .elementor-element.elementor-element-4d064bd{width:var( --container-widget-width, 50% );max-width:50%;background-color:#FFFFFF;--container-widget-width:50%;--container-widget-flex-grow:0;}.elementor-13 .elementor-element.elementor-element-4d064bd.elementor-element{--align-self:center;}.elementor-13 .elementor-element.elementor-element-f5f861a{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-f5f861a:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-f5f861a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#040504;}.elementor-13 .elementor-element.elementor-element-f98d118{width:var( --container-widget-width, 101.674% );max-width:101.674%;--container-widget-width:101.674%;--container-widget-flex-grow:0;}.elementor-13 .elementor-element.elementor-element-f98d118.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-4d064bd{--container-widget-width:366px;--container-widget-flex-grow:0;width:var( --container-widget-width, 366px );max-width:366px;}}@media(min-width:768px){.elementor-13 .elementor-element.elementor-element-436faf5{--width:91.812%;}}/* Start custom CSS for container, class: .elementor-element-59a35df */body {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f00e1c */body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #0f172a;
}

/* HERO */
.hero {
  background: linear-gradient(135deg, #020617, #0f172a);
  color: #fff;
  text-align: center;
  padding: 140px 20px;
}

.hero h1 {
  font-size: 50px;
  max-width: 950px;
  margin: auto;
  line-height: 1.25;
  font-weight: 800;
}

.hero p {
  font-size: 22px;
  opacity: 0.9;
  max-width: 800px;
  margin: 25px auto 0 auto;
  line-height: 1.5;
}

/* BOTONES */
.btn {
  display: inline-block;
  margin-top: 35px;
  padding: 18px 38px;
  border-radius: 14px;
  background: #25D366;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(37,211,102,0.2);
}

.btn:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(37,211,102,0.4);
}

.btn-secondary {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 8px;
  background: #f1f5f9;
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
  border: 1px solid #cbd5e1;
}

.btn-secondary:hover {
  background: #e2e8f0;
}

/* SECCIONES */
.section {
  padding: 100px 20px;
  max-width: 1200px;
  margin: auto;
}

.title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 60px;
}

/* GRID */
.grid {
  display: grid;
  gap: 30px;
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* CARDS */
.card {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  border: 1px solid #f1f5f9;
}

.card h3 {
  margin-top: 0;
  font-size: 22px;
  color: #0f172a;
}

.card p {
  font-size: 16px;
  line-height: 1.6;
  color: #334155;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.text-center {
  text-align: center;
}

.card-subtitle {
  font-size: 14px !important;
  color: #64748b !important;
  margin-bottom: 20px;
}

/* VS */
.vs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  max-width: 900px;
  margin: auto;
}

.bad {
  background: #fff1f2;
  border: 1px solid #fecdd3;
}

.bad h3 { color: #9f1239; }

.good {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}
.good h3 { color: #065f46; }

.vs p {
  font-weight: 500;
  font-size: 17px;
}

/* CAJA DE URGENCIA ESPECÍFICA */
.urgency-box {
  background: #fffbeb;
  border: 2px dashed #f59e0b;
  padding: 40px;
  border-radius: 18px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.urgency-box h3 {
  color: #b45309;
  font-size: 24px;
  margin-top: 0;
}

.urgency-box p {
  font-size: 18px;
  line-height: 1.6;
  color: #78350f;
}

/* CTA FINAL */
.cta {
  background: #020617;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
}

.cta h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}

.cta p {
  font-size: 18px;
  opacity: 0.85;
  max-width: 600px;
  margin: auto;
}

/* MICROCOPY */
.microcopy {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 12px;
}

/* HEADER Y LOGO */
.va-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 14px 20px;
  background: rgba(10,10,15,0.75);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.va-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.va-logo {
  height: 48px;
  width: auto;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeLogo 0.8s ease forwards;
}

.va-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 0 12px rgba(120, 80, 255, 0.7));
}

@keyframes fadeLogo {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* STICKY CTA MOBILE */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #020617;
  padding: 12px;
  display: flex;
  justify-content: center;
  z-index: 9999;
}

.sticky-cta a {
  width: 95%;
  text-align: center;
  background: #25D366;
  color: #fff;
  padding: 16px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
}

/* =========================
   MOBILE OPTIMIZATION PRO
========================= */
@media (max-width: 768px) {
  .hero {
    padding: 100px 20px 60px 20px;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.3;
  }

  .hero p {
    font-size: 17px;
  }

  .btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    padding: 16px 20px;
  }

  .section {
    padding: 60px 20px;
  }

  .title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .vs {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 25px;
  }

  .urgency-box {
    padding: 25px;
  }

  .urgency-box h3 {
    font-size: 20px;
  }

  .urgency-box p {
    font-size: 15px;
  }

  .cta {
    padding: 80px 20px 120px 20px; /* Espacio extra abajo por el sticky mobile */
  }

  .cta h2 {
    font-size: 30px;
  }

  .va-header {
    padding: 10px 15px;
  }
}/* End custom CSS */
/* Start custom CSS */html, body {
  margin: 0 !important;
  padding: 0 !important;
}
/* CONTENEDOR FULL WIDTH REAL */
.vda-footer-pro {
  background: #020617;
  color: #fff;
  padding: 80px 20px 40px;
}

/* WRAP CENTRAL */
.vda-footer-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* CTA */
.vda-footer-cta {
  text-align: center;
  margin-bottom: 60px;
}

.vda-footer-cta h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.vda-footer-cta p {
  color: #94a3b8;
  margin-bottom: 20px;
}

/* BADGES */
.vda-badges {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.vda-badges span {
  background: #0f172a;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
}

/* BOTON PRINCIPAL */
.vda-btn-main {
  display: inline-block;
  padding: 14px 24px;
  background: #22c55e;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.vda-btn-main:hover {
  background: #16a34a;
}

/* GRID */
.vda-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

/* TEXTOS */
.vda-footer-grid h4 {
  margin-bottom: 10px;
}

.vda-footer-grid p,
.vda-footer-grid li {
  color: #94a3b8;
  font-size: 14px;
}

.vda-footer-grid ul {
  list-style: none;
  padding: 0;
}

.vda-footer-grid li {
  margin-bottom: 8px;
}

/* BOTON SECUNDARIO */
.vda-btn-sec {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 16px;
  background: #0ea5e9;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}

/* BOTTOM */
.vda-footer-bottom {
  text-align: center;
  border-top: 1px solid #1e293b;
  padding-top: 20px;
  font-size: 13px;
  color: #64748b;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .vda-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .vda-footer-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */