/* Intel Fortes Segurança - Estilos customizados (geolocalizado - BH e região) */

:root {
  --flp-blue: #166534;
  --flp-cyan: #16a34a;
  --flp-green: #22c55e;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
}

/* Caminhos relativos ao CSS (assets/css/) para funcionar em /emprestimo ou na raiz */
.hero-bg {
  background-image: linear-gradient(rgba(22, 101, 52, 0.45), rgba(22, 101, 52, 0.35)),
    url('../images/banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.5)),
    url('../images/bg-form.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Selects do formulário de contato: opções com texto escuro no dropdown */
#contato-estado option,
#contato-cidade option {
  color: #1f2937;
  background: #fff;
}
