.elementor-4140 .elementor-element.elementor-element-bb631ea{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:3%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-4140 .elementor-element.elementor-element-bb631ea:not(.elementor-motion-effects-element-type-background), .elementor-4140 .elementor-element.elementor-element-bb631ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0A0A;}/* Start custom CSS *//* ===== BIG U LEAD MAGNET ===== */

.bigu-lead-magnet {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #E8E8E8;
  line-height: 1.7;
  font-size: 17px;
}

/* HERO */
.bigu-emoji-big {
  font-size: 72px;
  margin-bottom: 16px;
}

.bigu-title {
  font-size: 42px !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  line-height: 1.2 !important;
  margin-bottom: 28px !important;
  letter-spacing: -0.02em;
}

.bigu-intro {
  font-size: 17px;
  color: #C9C9C9;
  margin-bottom: 14px;
}

.bigu-intro strong {
  color: #FFFFFF;
}

/* ===== IMAGEN DESTACADA (centrada + proporción natural) ===== */
.bigu-image-wrap {
  margin: 48px auto;
  max-width: 480px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 217, 102, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: block;
}

.bigu-image-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 30px 80px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(255, 217, 102, 0.15);
}

.bigu-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 15, 15, 0) 0%,
    rgba(15, 15, 15, 0) 70%,
    rgba(15, 15, 15, 0.35) 100%
  );
  pointer-events: none;
  border-radius: 16px;
  z-index: 1;
}

.bigu-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

/* Responsive móvil */
@media (max-width: 768px) {
  .bigu-image-wrap {
    margin: 32px auto;
    max-width: 90%;
    border-radius: 12px;
  }
  .bigu-image-wrap img {
    border-radius: 12px;
  }
}

/* DIVISOR */
.bigu-divider {
  border: none;
  border-top: 1px solid #2A2A2A;
  margin: 48px 0;
}

/* BLOQUES */
.bigu-block {
  margin-bottom: 32px;
}

.bigu-h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  margin: 0 0 20px 0 !important;
  line-height: 1.3 !important;
}

.bigu-h3 {
  font-size: 19px !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  margin: 24px 0 12px 0 !important;
}

.bigu-subtle {
  color: #8A8A8A;
  font-weight: 400;
  font-size: 0.9em;
}

.bigu-highlight {
  color: #FFFFFF;
  font-weight: 600;
}

.bigu-pointer {
  color: #FFD966;
  font-weight: 500;
  margin-top: 12px;
}

.bigu-example {
  color: #9A9A9A;
  font-size: 0.92em;
  font-style: italic;
  display: block;
  margin-top: 4px;
  margin-left: 4px;
}

/* LISTAS */
.bigu-list,
.bigu-list-plain {
  list-style: none;
  padding-left: 0;
  margin: 12px 0;
}

.bigu-list li,
.bigu-list-plain li {
  padding: 6px 0 6px 4px;
  color: #D8D8D8;
}

.bigu-list-plain li::before {
  content: "• ";
  color: #FFD966;
  font-weight: bold;
  margin-right: 6px;
}

.bigu-sublist {
  list-style: none;
  padding-left: 24px;
  margin-top: 8px;
}

.bigu-sublist li {
  padding: 4px 0;
  color: #B8B8B8;
  font-size: 0.95em;
}

.bigu-sublist li::before {
  content: "◦ ";
  color: #888;
  margin-right: 6px;
}

/* COLORES ESPECIALES */
.bigu-red {
  color: #FF6B6B !important;
}

.bigu-green {
  color: #51CF66 !important;
}

/* CHECKLIST */
.bigu-checklist-block {
  background: #161616;
  border: 1px solid #2A2A2A;
  border-radius: 12px;
  padding: 28px;
}

.bigu-checklist {
  list-style: none;
  padding-left: 0;
}

.bigu-checklist li {
  padding: 8px 0;
  color: #E0E0E0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bigu-checklist input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #FFD966;
  cursor: pointer;
}

/* CIERRE */
.bigu-closing {
  background: linear-gradient(135deg, #1A1A1A, #0F0F0F);
  border-left: 3px solid #FFD966;
  padding: 28px;
  border-radius: 8px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .bigu-title { font-size: 32px !important; }
  .bigu-h2 { font-size: 22px !important; }
  .bigu-h3 { font-size: 17px !important; }
  .bigu-lead-magnet { padding: 24px 16px; font-size: 16px; }
}/* End custom CSS */