.shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 4rem 1.25rem 6rem;
}

.intro {
  margin-bottom: 3rem;
}

.eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a6b7a;
}

.intro h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.intro p {
  margin: 0;
  max-width: 60ch;
  color: #41515f;
}

.intro a {
  color: #16578d;
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

.card {
  display: block;
  padding: 1.5rem 1.5rem 1.75rem;
  background: #ffffff;
  border: 1px solid #e3e7ec;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition:
    transform 120ms ease,
    box-shadow 120ms ease,
    border-color 120ms ease;
}

.card:hover {
  transform: translateY(-2px);
  border-color: #c4d3e1;
  box-shadow: 0 6px 20px -10px rgba(20, 40, 60, 0.18);
}

.card .label {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #16578d;
}

.card h2 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

.card p {
  margin: 0;
  color: #4d5d6b;
  font-size: 0.95rem;
}

.foot {
  margin-top: 4rem;
  font-size: 0.85rem;
  color: #6b7a87;
}

.foot a {
  color: #16578d;
}
