/*
 * Click&Staff — stabilité du header
 *
 * Le sélecteur est volontairement limité à .nav-cta.
 * Les valeurs ne dépendent d'aucune variable CSS définie dans une autre page.
 */

.nav-cta {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.nav-cta > .btn,
.nav-cta > a.btn {
  min-height: 46px !important;
  padding: 0 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  font-family: "DM Sans", Inter, system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.nav-cta > .btn.btn-ghost,
.nav-cta > a.btn-ghost {
  border: 1px solid rgba(26, 22, 18, .28) !important;
  background: transparent !important;
  color: #1A1612 !important;
}

.nav-cta > .btn.btn-ghost:hover,
.nav-cta > a.btn-ghost:hover {
  border-color: #1A1612 !important;
  background: #1A1612 !important;
  color: #FBF8F2 !important;
}

.nav-cta > .btn.btn-terra,
.nav-cta > a.btn-terra {
  border: 1px solid #C8472E !important;
  background-color: #C8472E !important;
  background-image: none !important;
  color: #FBF8F2 !important;
  box-shadow: none !important;
}

.nav-cta > .btn.btn-terra:hover,
.nav-cta > a.btn-terra:hover {
  border-color: #8B2419 !important;
  background-color: #8B2419 !important;
  color: #FFFFFF !important;
}

@media (max-width: 900px) {
  .nav-cta {
    gap: 7px !important;
  }

  .nav-cta > .btn,
  .nav-cta > a.btn {
    min-height: 42px !important;
    padding: 0 15px !important;
  }
}
