html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background: #f6f8fb;
  color: #1f2937;
}

.welcome-page {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 60vh;
  padding: 3rem 1rem;
  text-align: center;
}

.welcome-panel {
  max-width: 620px;
}

.welcome-kicker {
  color: #4f46e5;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.welcome-panel h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}

.welcome-copy {
  color: #4b5563;
  font-size: 1.2rem;
  margin: 0;
}
