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: #f5f7fb;
  color: #182033;
}

.bg-motor { background: linear-gradient(90deg, #081d3a, #123f74); }
.hero-motor { background: radial-gradient(circle at top right, #1f79bd, #0a2446 62%); color: white; }
.glass-card { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 1rem; backdrop-filter: blur(8px); }
.feature-list li { padding: .45rem 0; }
.pricing-card { border: 0; border-radius: 1rem; }
.pricing-card.featured { border: 2px solid #1b70b5; transform: translateY(-4px); }
.price { font-size: 2.2rem; font-weight: 800; color: #103f72; }
.price small { font-size: .85rem; color: #6b7280; }
.metric-card { border: 0; border-radius: 1rem; }
.license-box { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .06em; background: #eef5ff; border: 1px dashed #1b70b5; }

.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;
}
