.home-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 0 44px;
}
.home-hero {
  padding: 26px 0 22px;
}
.home-hero h1 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 750;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.home-hero p {
  max-width: 620px;
  color: var(--bs-secondary-color);
  margin-bottom: 0;
}
.home-card {
  height: 100%;
  border: 1px solid rgba(108, 117, 125, .18);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.home-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .11);
  border-color: rgba(var(--bs-primary-rgb), .35);
}
.home-card .card-body {
  padding: 22px;
}
.home-card h2 {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.35;
  min-height: 3.05rem;
  margin: 0;
}
.home-card p {
  color: var(--bs-secondary-color);
  line-height: 1.55;
  min-height: 3.2rem;
}
.home-badge {
  border-radius: 999px;
  padding: 5px 9px;
  font-size: .72rem;
  font-weight: 700;
}
.home-action {
  font-weight: 650;
}
