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;
}

.hero {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.35rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0d6efd;
    background: #e9f2ff;
    border-radius: 999px;
}

.hero-card,
.info-card,
.why-box {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    padding: 1.5rem;
}

.hero-card {
    padding: 2rem;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-point {
    background: #f3f6f9;
    border: 1px solid #e9ecef;
    border-radius: 999px;
    padding: 0.55rem 0.9rem;
    font-size: 0.95rem;
    color: #495057;
}

.feature-list {
    padding-left: 1.2rem;
    margin-bottom: 0;
}

    .feature-list li {
        margin-bottom: 0.6rem;
    }

.why-box {
    display: grid;
    gap: 1rem;
}

.why-item {
    padding-bottom: 1rem;
    border-bottom: 1px solid #eef1f4;
}

    .why-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

.cta-text {
    max-width: 650px;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 0.3px;
}