/* Paleta OneInversor */
.text-primary-oneinversor {
  color: #0A1F44;
}
.text-gold {
  color: #D4AF37;
}
.bg-gold {
  background-color: #D4AF37 !important;
  color: #0A1F44;
  font-weight: 600;
}
.bg-dark-oneinversor {
  background-color: #0A1F44 !important;
  color: #fff;
}
.card-oneinversor {
  border: 1px solid #D4AF37;
  border-radius: 12px;
}

.btn-gold {
  background-color: #D4AF37;
  color: #0A1F44;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
}
.btn-gold:hover {
  background-color: #b99430;
  color: #fff;
}

.navbar {
  border-bottom: 1px solid #e6e6e6;
}
.btn-primary {
  background-color: #ff6600;
  border: none;
}

.btn-primary:hover {
  background-color: #e65c00;
}
.cookie-consent {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #1a1a1a;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 9999;
  font-size: 14px;
}
.cookie-consent a { color: #f0c14b; text-decoration: underline; }
.cookie-consent button { background: #f0c14b; border: none; color: #000; }