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: linear-gradient(180deg, #f7fafe 0%, #ffffff 70%);
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.fpn-hero {
  min-height: calc(100vh - 220px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 0 2rem;
}

.fpn-card {
  width: 100%;
  max-width: 920px;
  background-color: #ffffff;
  border: 1px solid #e3ecf7;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 18px 45px rgba(0, 73, 148, 0.12);
}

.fpn-logo-wrap {
  margin-bottom: 1.25rem;
}

.fpn-logo {
  max-width: 280px;
  width: 100%;
  height: auto;
}

.fpn-badge {
  display: inline-block;
  background-color: #eaf2fb;
  color: #004994;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
}

.fpn-title {
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  color: #002f66;
  margin-bottom: 0.75rem;
}

.fpn-subtitle {
  color: #4f5f75;
  max-width: 700px;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

.fpn-status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.9rem;
}

.fpn-status-item {
  border: 1px solid #dce9f8;
  background: #f8fbff;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  display: flex;
  flex-direction: column;
}

.fpn-status-label {
  font-size: 0.8rem;
  color: #6a7d95;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fpn-status-value {
  color: #003b7a;
  font-weight: 700;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .fpn-card {
    padding: 1.4rem;
  }

  .fpn-subtitle {
    font-size: 1rem;
  }
}
