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;*/
/*}*/

/*.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;*/
/*}*/

body {
  background: #f8f9fa;
}

.feature-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.cta {
  background: #0d6efd;
  color: white;
  padding: 70px 0;
}

.hero {
  background: linear-gradient(135deg, #0b2e63, #081a3a);
  color: #fff;
  padding: 5rem 0;
}

.hero-badge {
  background: rgba(255, 255, 255, .15);
  border-radius: 999px;
  padding: .5rem 1rem;
  display: inline-block;
  font-size: .9rem;
}

.card-glass {
  background: #fff;
  border: none;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #0b2e63;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.checkmark {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #0b2e63;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0 auto 1rem;
}