:root {
  --bg: #f5f8fc;
  --primary-soft: #e8f1ff;
  --text-soft: #5f6b7a;
}

body {
  background: var(--bg);
  color: #1f2937;
}

.hero-section {
  background:
    radial-gradient(circle at top right, rgba(13, 110, 253, 0.12), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.py-lg-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.shadow-soft {
  box-shadow: 0 10px 35px rgba(16, 24, 40, 0.08);
}

.feature-mini {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.feature-number {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: var(--primary-soft);
  color: #0d6efd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.pill-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 1rem;
}

.info-tile {
  background: white;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid #e9eef5;
}

.preview-box {
  background: #0f172a;
  color: #e2e8f0;
  padding: 1.25rem;
  border-radius: 1rem;
}

.preview-box pre {
  color: inherit;
  white-space: pre-wrap;
  font-family: inherit;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
}

.check-grid-item {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.8rem;
  padding: 0.75rem 0.9rem;
  min-height: 100%;
}

.check-grid .form-check-input {
  float: none;
  margin-top: 0.2rem;
  margin-right: 0.5rem;
}

.check-grid .form-check-label {
  margin-left: 0;
}

.form-control,
.form-select {
  min-height: 48px;
  border-radius: 0.9rem;
}

textarea.form-control {
  min-height: 120px;
}

.card {
  border-radius: 1.25rem;
}

.navbar-brand,
.btn,
.badge {
  letter-spacing: 0.01em;
}
