/* PLANVENTE — AJUSTEMENTS LÉGERS */

/* Fond général */
body {
  background-color: #0A0A0F !important;
}

/* Titres principaux */
h1, h2, h3,
.title,
.company-name {
  color: #D4AF37 !important;
}

/* Liens */
a {
  color: #D4AF37 !important;
}

/* Boutons principaux uniquement */
.btn,
.btn-primary,
button[type="submit"] {
  background-color: #D4AF37 !important;
  color: #0A0A0F !important;
  border-radius: 10px !important;
  border: none !important;
  font-weight: 700 !important;
}

/* Boutons au survol */
.btn:hover,
.btn-primary:hover,
button[type="submit"]:hover {
  background-color: #F5C462 !important;
  color: #0A0A0F !important;
}

/* Champs formulaire */
input,
textarea,
select {
  border-radius: 8px !important;
  border-color: rgba(212, 175, 55, 0.35) !important;
}

/* Petites bordures dorées sur les cartes sans changer leur taille */
.service-item,
.item,
.card {
  border-color: rgba(212, 175, 55, 0.25) !important;
}

/* Footer léger */
footer,
.footer {
  border-top: 1px solid rgba(212, 175, 55, 0.18) !important;
}