html, body {
  margin: 0;
  min-height: 100%;
  font-family: system-ui, sans-serif;
  color: #1f2937;
  background: #fff;
}

#atterraggio-sfondo {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

#atterraggio-sfondo[hidden],
#atterraggio-sfondo-velo[hidden] {
  display: none !important;
}

#atterraggio-sfondo-velo {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, .42);
  z-index: 1;
  pointer-events: none;
}

#accessi-atterraggio {
  position: relative;
  z-index: 2;
}

.navbar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.navbar > .container-xl {
  display: flex;
  align-items: center;
  min-height: 5rem;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.navbar-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.navbar-brand-image {
  height: 3.5rem;
  width: auto;
  max-width: 16rem;
  object-fit: contain;
  display: block;
}

#atterraggio-nome {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}

.accedi {
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  padding: 0 1rem;
  border-radius: .375rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  background: #066fd1;
  color: #fff;
}

.accedi[hidden] {
  display: none !important;
}
