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;
}

.navbar-brand {
  font-weight: 700;
}

.brand-mark {
  width: 1.8rem;
  height: 1.8rem;
}

.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-card {
  background: linear-gradient(135deg, #ffffff, #eef4ff);
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid #d9e4ff;
}

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4b63b4;
  font-weight: 700;
}

.feature-list {
  padding-left: 1.2rem;
}

.feature-list li {
  margin-bottom: 0.75rem;
}

.raw-preview {
  white-space: pre-wrap;
  font-size: 0.9rem;
  background: #f8f9fa;
  border-radius: 0.75rem;
  padding: 0.9rem;
  margin-bottom: 0;
  max-height: 320px;
  overflow: auto;
}

.review-hero .btn {
  flex-shrink: 0;
}

.raw-details summary {
  cursor: pointer;
  font-weight: 600;
}

.raw-details[open] summary {
  margin-bottom: 0.75rem;
}
