.elementor-1595 .elementor-element.elementor-element-41f1f23e{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-3fd5e7cd */body {
    background-color: #000000 !important;
}

html {
    background-color: #000000 !important;
}

/* Fondo general del tema */
.site,
.site-content,
.page,
.content-area {
    background-color: #000000 !important;
}

/* ===== CONTENEDOR GENERAL ===== */
.bf-premium section {
    position: relative;
    overflow: hidden;
}

/* ===== EFECTO PROFUNDIDAD ===== */
.bf-premium section:nth-child(even) {
    background: #0b0b0d !important;
}

.bf-premium section:nth-child(odd) {
    background: #111 !important;
}

/* ===== GLOW SUAVE ===== */
.bf-premium section::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(246,166,34,0.05), transparent 70%);
    z-index: 0;
}

/* ===== CONTENIDO ENCIMA ===== */
.bf-premium section > div {
    position: relative;
    z-index: 2;
}

/* ===== TÍTULOS ===== */
.bf-premium h1 {
    font-size: 42px;
    letter-spacing: 0.5px;
}

.bf-premium h2 {
    font-size: 28px;
    color: #f6a622 !important;
    margin-bottom: 15px;
}

/* ===== TEXTO ===== */
.bf-premium p,
.bf-premium li {
    color: #ccc;
}

/* ===== LISTAS MÁS LIMPIAS ===== */
.bf-premium ul {
    padding-left: 20px;
}

/* ===== BOTONES PRO ===== */
.bf-premium a {
    transition: all 0.3s ease;
}

/* BOTÓN PRINCIPAL */
.bf-premium a[href*="buy"] {
    background: linear-gradient(135deg, #f6a622, #ffcc70) !important;
    box-shadow: 0 0 25px rgba(246,166,34,0.5);
}

/* HOVER BOTÓN */
.bf-premium a[href*="buy"]:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgba(246,166,34,0.8);
}

/* ===== EFECTO TARJETA SUAVE ===== */
.bf-premium div[style*="max-width: 900px"] {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(246,166,34,0.1);
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
}

/* HOVER TARJETA */
.bf-premium div[style*="max-width: 900px"]:hover {
    border-color: rgba(246,166,34,0.4);
    box-shadow: 0 0 25px rgba(246,166,34,0.15);
}

/* ===== CTA FINAL MÁS FUERTE ===== */
.bf-premium section:last-child {
    border-top: 1px solid rgba(246,166,34,0.2);
}

/* ===== PEQUEÑO DETALLE PRO ===== */
.bf-premium h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #f6a622;
    margin-top: 8px;
} 
/* TITULOS PRINCIPALES */
h1, h2 {
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow: 0 0 12px rgba(246,166,34,0.15);
}

/* SUBTITULOS (etiquetas tipo "QUE INCLUYE") */
p[style*="uppercase"] {
  color: #f6a622 !important;
  opacity: 1 !important;
  letter-spacing: 1px;
}

/* TITULOS DE SECCIONES GRANDES */
section h2 {
  font-weight: 900 !important;
  color: #ffffff !important;
}

/* MEJOR CONTRASTE GENERAL */
section {
  color: #e0e0e0;
}

/* LISTAS */
ul li {
  color: #cccccc !important;
}

/* HOVER SUTIL PARA DAR VIDA */
h2:hover {
  color: #f6a622 !important;
  transition: 0.3s;
}/* End custom CSS */