.elementor-6130 .elementor-element.elementor-element-51db548{--display:flex;}.elementor-6130 .elementor-element.elementor-element-d945626{--display:flex;}.elementor-6130 .elementor-element.elementor-element-d945626:not(.elementor-motion-effects-element-type-background), .elementor-6130 .elementor-element.elementor-element-d945626 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.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-6130 .elementor-element.elementor-element-2b1a31a img{width:18%;}/* Start custom CSS for html, class: .elementor-element-4efcc84 */*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: #07001f;
  color: #ffffff;
}

.page {
  width: 100%;
  background: #07001f;
}

/* HERO */

.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(192, 62, 255, 0.35), transparent 32%),
    radial-gradient(circle at 10% 85%, rgba(255, 104, 217, 0.22), transparent 35%),
    linear-gradient(135deg, #07001f 0%, #12003a 50%, #1d0057 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("leadership-lab.png");
  background-size: cover;
  background-position: center;
  opacity: 0.12;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 0, 31, 0.96) 0%,
    rgba(7, 0, 31, 0.88) 50%,
    rgba(7, 0, 31, 0.72) 100%
  );
}

.hero-wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  padding: 80px 8%;
  display: flex;
  align-items: center;
}

.hero-left {
  width: 100%;
  max-width: 1280px;
}

.event-label {
  display: inline-block;
  margin-bottom: 28px;
  padding: 12px 24px;
  border: 1px solid #d65cff;
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(214, 92, 255, 0.12);
  box-shadow: 0 0 28px rgba(214, 92, 255, 0.28);
}

/* AQUÍ ESTÁ EL CAMBIO IMPORTANTE */
.hero-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 36px;
  align-items: start;
  margin-bottom: 28px;
}

h1 {
  max-width: 820px;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -2px;
}

h1 span {
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, #ffd1f3 40%, #ff74dc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* LOGO MÁS GRANDE Y SIN DISTORSIÓN */
.logo-box {
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 6px;
}

.logo-box img {
  width: 100%;
  max-width: 320px;
  max-height: 220px;
  object-fit: contain;
  object-position: center top;
  display: block;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.30));
}

.hero-text {
  max-width: 760px;
  margin-bottom: 32px;
  color: #f4ecff;
  font-size: 22px;
  line-height: 1.55;
}

.hero-text strong {
  color: #ffffff;
}

/* OFERTA */

.offer-card {
  width: 100%;
  max-width: 620px;
  margin-bottom: 34px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 116, 220, 0.48);
  box-shadow: 0 0 35px rgba(214, 92, 255, 0.22);
  backdrop-filter: blur(12px);
}

.small-text {
  margin-bottom: 6px;
  color: #ffd6f5;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.offer-card h2 {
  color: #ffffff;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1;
  margin-bottom: 18px;
  text-shadow: 0 0 25px rgba(255, 116, 220, 0.45);
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
}

.price-row span {
  color: #f4ecff;
}

.price-row del {
  color: #ffd1f3;
  font-weight: 700;
}

.price-row strong {
  color: #ffffff;
  font-size: 24px;
}

/* BUTTON */

.main-button {
  display: inline-block;
  padding: 17px 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b832ff, #ff74dc);
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 0 34px rgba(255, 116, 220, 0.38);
  transition: 0.25s ease;
}

.main-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 44px rgba(255, 116, 220, 0.52);
}

/* SECCIONES */

.section,
.details-section,
.cta {
  width: 100%;
  padding: 90px 8%;
}

.section {
  background: #07001f;
}

.details-section {
  background:
    radial-gradient(circle at center, rgba(184, 50, 255, 0.20), transparent 40%),
    linear-gradient(135deg, #12003a 0%, #07001f 100%);
}

.section-header {
  max-width: 880px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-header span {
  display: block;
  margin-bottom: 10px;
  color: #ffd1f3;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-header h2 {
  color: #ffffff;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.12;
}

/* BENEFICIOS */

.benefit-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.benefit-card {
  padding: 34px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.benefit-card h3 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 25px;
}

.benefit-card p {
  color: #f4ecff;
  font-size: 17px;
  line-height: 1.6;
}

/* DETALLES */

.details-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.detail-item {
  padding: 30px 24px;
  border-radius: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 116, 220, 0.45);
  box-shadow: 0 0 30px rgba(184, 50, 255, 0.20);
}

.detail-item span {
  display: block;
  margin-bottom: 12px;
  color: #ffd1f3;
  font-size: 16px;
  font-weight: 800;
}

.detail-item strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.35;
}

/* TOPICS */

.topics {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.topics div {
  padding: 21px 24px;
  border-radius: 18px;
  color: #ffffff;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.09);
  border-left: 5px solid #ff74dc;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

/* CTA */

.cta {
  text-align: center;
  background:
    linear-gradient(135deg, rgba(184, 50, 255, 0.34), rgba(255, 116, 220, 0.20)),
    #0b0128;
}

.cta h2 {
  max-width: 850px;
  margin: 0 auto 20px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.1;
}

.cta p {
  max-width: 720px;
  margin: 0 auto 34px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.55;
}

.cta strong {
  color: #ffd1f3;
}

/* RESPONSIVE */

@media (max-width: 1150px) {
  .hero-title-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .logo-box {
    min-height: 160px;
    justify-content: flex-start;
  }

  .logo-box img {
    width: auto;
    max-width: 260px;
    max-height: 160px;
  }

  .benefit-grid,
  .details-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .hero-wrapper,
  .section,
  .details-section,
  .cta {
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .event-label {
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  h1 {
    letter-spacing: -1px;
  }

  .logo-box {
    min-height: 110px;
  }

  .logo-box img {
    max-width: 200px;
    max-height: 110px;
  }

  .hero-text {
    font-size: 18px;
  }

  .price-row {
    font-size: 17px;
  }

  .price-row strong {
    font-size: 21px;
  }

  .benefit-grid,
  .details-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */