:root {
  --dominus-blue: #012b5b;   /* azul marinho */
  --dominus-blue-dark: #001a3a;
  --dominus-gold: #d4a52f;   /* dourado do logo */
}

/* Base */
body {
  background-color: #ffffff;
  color: #1f2933;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: var(--dominus-blue);
}

a:hover {
  color: var(--dominus-blue-dark);
}

/* Navbar */
.bg-dominus {
  background-color: var(--dominus-blue) !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #e5e7eb;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffff;
}

/* Botões */
.btn-dominus {
  background-color: var(--dominus-blue);
  color: #ffffff;
  border: none;
}

.btn-dominus:hover,
.btn-dominus:focus {
  background-color: var(--dominus-blue-dark);
  color: #ffffff;
}

/* Cards */
.card-dominus {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

/* Card "Em breve" com borda tracejada */
.border-dashed {
  border-style: dashed !important;
}

/* Seções */
section {
  scroll-margin-top: 80px; /* ajuda no anchor com navbar fixa */
}

/* Footer */
footer {
  background-color: #f9fafb;
}

/* Responsivo pequeno ajuste */
@media (max-width: 767.98px) {
  h1 {
    font-size: 1.8rem;
  }

  .navbar-brand img {
    height: 40px;
  }
}
.foto-perfil {
  border-radius: 120px;   /* cantos levemente arredondados, não círculo */
  object-fit: cover;
}

.img-cliente {
  max-height: 90px;
  width: auto;
  object-fit: contain;
}

.logo-dominus {
  filter: drop-shadow(0 0 32px rgba(0, 0, 0, 10.0)) !important;
}

.nav-flag .nav-link {
  padding-left: 0.5rem;
  padding-right: 0;
  cursor: default;
}

.nav-flag .nav-link {
  font-size: 1.1rem;
}

.site-footer {
  background: #0e1015;
  color: #fff;
  padding: 32px 16px;
  font-size: 0.9rem;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-brand img {
  max-height: 80px;
  margin-bottom: 8px;
}

.footer-brand p {
  max-width: 360px;
  margin-bottom: 0;
}

.footer-security p,
.footer-social p {
  margin: 4px 0;
}

.footer-social a {
  margin-right: 12px;
  color: #fff;
  text-decoration: none;
}

.footer-social a:hover {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 24px;
  border-top: 1px solid #252835;
  padding-top: 12px;
  text-align: center;
  font-size: 0.8rem;
}

/* Bandeira EUA (navbar e footer) */
.flag-us {
  width: 30px;
  height: auto;
  border-radius: 3px;
  margin-left: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
