.link-student-assessment-paths {
  padding: clamp(42px, 6vw, 78px) 20px;
  background: #f3f6f8;
  color: #0b2d50;
}
.link-student-assessment-paths-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}
.link-student-paths-kicker {
  margin: 0 0 8px;
  color: #5b8f3d;
  font-weight: 900;
  letter-spacing: .12em;
  font-size: .82rem;
}
.link-student-assessment-paths h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
}
.link-student-assessment-paths-inner > p:not(.link-student-paths-kicker) {
  max-width: 760px;
  font-size: 1.12rem;
  line-height: 1.6;
}
.link-student-paths-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}
.link-student-paths-grid a {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 25px;
  border: 1px solid #d7e0e7;
  border-radius: 16px;
  background: #fff;
  color: #0b2d50;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(11,45,80,.08);
}
.link-student-paths-grid strong { font-size: 1.35rem; line-height: 1.2; }
.link-student-paths-grid span { margin: 13px 0 22px; line-height: 1.55; }
.link-student-paths-grid b { margin-top: auto; color: #4f7f35; font-size: .9rem; }
@media (max-width: 1100px) {
  .link-student-paths-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .link-student-paths-grid { grid-template-columns: 1fr; }
  .link-student-paths-grid a { min-height: 0; }
}
