:root{
  --bo-black: #0b0b0b;
  --bo-gray: #d9d9d9;
  --bo-yellow: #ffc107;
}

.bo-navbar{
  background: var(--bo-black);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.bo-navbar{
  background: #060605;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bo-navbar .navbar-toggler{
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  padding: .4rem .6rem;
}
.bo-navbar .navbar-toggler:focus{
  box-shadow: 0 0 0 .15rem rgba(255,193,7,.25);
}

.bo-logo{ width: 150px; height: 150px; object-fit: contain; }

.bo-hero{
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.bo-btn{
  border-radius: 0;
  padding: .55rem 1.4rem;
  font-weight: 600;
}

.bo-btn-cta{
  border-radius: 2px;
  font-weight: 700;
}

.bo-hero-img{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
}

.bo-logo-lg{
  width: 220px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: inline-block; 
}

.bo-hero-bullets li{
  font-weight: 600;
}

.bo-section-light{ background: #f7f7f7; }
.bo-section-gray{ background: var(--bo-gray); }

.bo-card{
  padding: 1rem;
}

.bo-circle-img{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid rgba(0,0,0,.06);
}

.bo-step-icon{
  font-size: 2.2rem;
  color: var(--bo-yellow);
  margin-bottom: .5rem;
}

.bo-footer{ background:#060605; }
.bo-follow{
  color:#ffc107;
  font-weight:800;
  font-size:1.6rem;
}
.bo-social a{
  color:#fff;
  font-size:1.15rem;
  opacity:.9;
  text-decoration:none;
}
.bo-social a:hover{ opacity:1; }

.bo-hr{
  border-color: rgba(255,255,255,.12);
}

.bo-float{
  position: fixed;
  right: 18px;
  bottom: 75px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.bo-float-btn{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.15);
  background: #0b0b0b;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0,0,0,.35);
}

.bo-float-btn i{ font-size: 1.25rem; }

.bo-float-btn.is-hidden{
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: all .2s ease;
}

.bo-float-btn.is-visible{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.bo-wa{ color:#25D366; } 
.bo-top{ color:#fff; }   

@media (max-width: 991.98px){
  .bo-nav-panel{
    margin-top: 12px;
    padding: 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
  }

  .bo-navbar .nav-link{
    padding: 10px 12px;
    border-radius: 10px;
    color: rgba(255,255,255,.85);
  }
  .bo-navbar .nav-link:hover{
    background: rgba(255,255,255,.06);
    color: #fff;
  }

  .bo-navbar .bo-btn-cta{
    width: 100%;
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 800;
  }
}

@media (max-width: 991.98px){
  .bo-hero h1{
    font-size: 1.9rem;
    line-height: 1.15;
  }
  .bo-hero p{
    font-size: 1rem;
    margin-bottom: 12px;
  }

  .bo-hero-bullets li{
    margin-bottom: 6px;
  }

  .bo-hero .bo-btn{
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 800;
  }
}

/* ==========================================================
   ✅ BLOQUE NUEVO: MODAL LOGIN/REGISTRO (AGREGADO AL FINAL)
   ========================================================== */

/* Backdrop un poco más oscuro */
.modal-backdrop.show{
  opacity: .72;
}

/* ⚠️ CLAVE: Bootstrap pinta el fondo en .modal-content */
#startModal .modal-content.bo-modal-dark{
  background: var(--bo-black) !important;
  color: #fff !important;
  border: 1px solid rgba(255,193,7,.28) !important;
  border-radius: 14px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.55) !important;
}

/* Título y textos */
#startModal .modal-title{
  color: #fff !important;
}

#startModal .form-label,
#startModal .form-check-label{
  color: #fff !important;
}

.bo-modal-muted{
  color: rgba(255,255,255,.72) !important;
}

/* Botón cerrar */
#startModal .bo-modal-close{
  filter: invert(1) grayscale(1) !important;
  opacity: .9 !important;
}

/* Inputs oscuros */
#startModal .form-control{
  background: #121212 !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 10px !important;
}

#startModal .form-control::placeholder{
  color: rgba(255,255,255,.45) !important;
}

#startModal .form-control:focus{
  border-color: rgba(255,193,7,.65) !important;
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.18) !important;
}

/* Checkbox dorado */
#startModal .bo-modal-check{
  background: #121212 !important;
  border: 1px solid rgba(255,255,255,.25) !important;
}
#startModal .bo-modal-check:checked{
  background: var(--bo-yellow) !important;
  border-color: var(--bo-yellow) !important;
}

/* Botones del modal (solo dentro del modal) */
#startModal .bo-btn{
  border-radius: 10px !important;
  padding: .75rem 1rem !important;
  font-weight: 800 !important;
}

/* Principal dorado */
#startModal .bo-btn-gold{
  background: var(--bo-yellow) !important;
  border: 1px solid var(--bo-yellow) !important;
  color: #000 !important;
}
#startModal .bo-btn-gold:hover{
  background: #e0ac00 !important;
  border-color: #e0ac00 !important;
}

/* Secundario gris/blanco */
#startModal .bo-btn-secondary{
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  color: #fff !important;
}
#startModal .bo-btn-secondary:hover{
  background: rgba(255,255,255,.12) !important;
}

/* Ghost */
#startModal .bo-btn-ghost{
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.55) !important;
  color: #fff !important;
}
#startModal .bo-btn-ghost:hover{
  background: rgba(255,255,255,.08) !important;
}

/* Links dorados */
#startModal .bo-modal-link{
  background: transparent !important;
  border: 0 !important;
  padding: .25rem .5rem !important;
  text-decoration: none;
  font-weight: 700;
}

#startModal .bo-modal-link-gold{
  color: var(--bo-yellow) !important;
}
#startModal .bo-modal-link-gold:hover{
  color: #ffd86b !important;
  text-decoration: underline;
}

/* Alert error */
#startModal .alert-danger{
  background: rgba(220,53,69,.14) !important;
  border: 1px solid rgba(220,53,69,.35) !important;
  color: #ffd2d2 !important;
}

/* ==========================================================
   ✅ MODAL VALIDATE (MISMO TEMA DARK QUE startModal)
   ========================================================== */

#validateModal .modal-content.bo-modal-dark{
  background: var(--bo-black) !important;
  color: #fff !important;
  border: 1px solid rgba(255,193,7,.28) !important;
  border-radius: 14px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.55) !important;
}

#validateModal .modal-title{
  color: #fff !important;
}

#validateModal .form-label,
#validateModal .form-check-label{
  color: #fff !important;
}

#validateModal .bo-modal-close{
  filter: invert(1) grayscale(1) !important;
  opacity: .9 !important;
}

#validateModal .form-control{
  background: #121212 !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 10px !important;
}

#validateModal .form-control::placeholder{
  color: rgba(255,255,255,.45) !important;
}

#validateModal .form-control:focus,
#validateModal .form-select:focus{
  border-color: rgba(255,193,7,.65) !important;
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.18) !important;
}

#validateModal .bo-modal-check{
  background: #121212 !important;
  border: 1px solid rgba(255,255,255,.25) !important;
}
#validateModal .bo-modal-check:checked{
  background: var(--bo-yellow) !important;
  border-color: var(--bo-yellow) !important;
}

/* Botones (igual que startModal) */
#validateModal .bo-btn{
  border-radius: 10px !important;
  padding: .75rem 1rem !important;
  font-weight: 800 !important;
}

#validateModal .bo-btn-gold{
  background: var(--bo-yellow) !important;
  border: 1px solid var(--bo-yellow) !important;
  color: #000 !important;
}
#validateModal .bo-btn-gold:hover{
  background: #e0ac00 !important;
  border-color: #e0ac00 !important;
}

#validateModal .bo-btn-secondary{
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  color: #fff !important;
}
#validateModal .bo-btn-secondary:hover{
  background: rgba(255,255,255,.12) !important;
}

#validateModal .bo-btn-ghost{
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.55) !important;
  color: #fff !important;
}
#validateModal .bo-btn-ghost:hover{
  background: rgba(255,255,255,.08) !important;
}

#validateModal .form-text,
#validateModal .bo-modal-muted{
  color: rgba(255,255,255,.72) !important;
}

#validateModal .alert-danger{
  background: rgba(220,53,69,.14) !important;
  border: 1px solid rgba(220,53,69,.35) !important;
  color: #ffd2d2 !important;
}