.elementor-3953 .elementor-element.elementor-element-bb631ea{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.elementor-3953 .elementor-element.elementor-element-bb631ea:not(.elementor-motion-effects-element-type-background), .elementor-3953 .elementor-element.elementor-element-bb631ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F0F0F;}/* 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; }
}

/* ================================================ */
/* BIG U — CTA CARD (Agendar Llamada)               */
/* ================================================ */

.bigu-cta-card {
  max-width: 760px;
  margin: 48px auto;
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: linear-gradient(135deg, 
    rgba(120, 95, 50, 0.35), 
    rgba(80, 65, 35, 0.25)
  );
  border: 1px solid rgba(200, 165, 90, 0.25);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 220, 150, 0.08);
  position: relative;
  z-index: 2;
}

/* Avatar circular */
.bigu-cta-avatar {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 220, 150, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.bigu-cta-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Contenido */
.bigu-cta-content {
  flex: 1;
  min-width: 0;
}

.bigu-cta-text {
  color: #E8DFC5;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 18px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", sans-serif;
}

.bigu-cta-text strong {
  color: #FFFFFF;
  font-weight: 700;
}

/* Botón verde */
.bigu-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: linear-gradient(135deg, #0F7A4D, #0A6641);
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 8px;
  border: 1px solid rgba(46, 204, 113, 0.3);
  box-shadow: 
    0 4px 14px rgba(15, 122, 77, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", sans-serif;
}

.bigu-cta-button:hover {
  background: linear-gradient(135deg, #13915C, #0E7A4D);
  transform: translateY(-2px);
  box-shadow: 
    0 8px 20px rgba(15, 122, 77, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.bigu-cta-button:active {
  transform: translateY(0);
}

.bigu-cta-icon {
  font-size: 16px;
  line-height: 1;
}


/* ===== RESPONSIVE MÓVIL ===== */
@media (max-width: 768px) {
  .bigu-cta-card {
    margin: 36px auto;
    padding: 20px;
    gap: 14px;
    border-radius: 12px;
  }
  
  .bigu-cta-avatar {
    width: 36px;
    height: 36px;
  }
  
  .bigu-cta-text {
    font-size: 15px;
    margin-bottom: 16px;
  }
  
  .bigu-cta-button {
    width: 100%;
    justify-content: center;
    padding: 13px 22px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .bigu-cta-card {
    flex-direction: column;
    align-items: stretch;
  }
  
  .bigu-cta-avatar {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
  }
}/* End custom CSS */