.sectionLead {
  display: block;
  max-width: 790px;
  margin-top: -22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.audience { padding-bottom: 70px; }

.routeCards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 46px;
}

.routeCard {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 28px 124px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--navy);
  background: #fff;
}

.routeCard.featured {
  border-top-color: var(--accent);
  background: #fffaf7;
}

.routeCard.offer {
  border-top-color: #d6a33d;
  background: #fffdf8;
}

.routeNo {
  position: absolute;
  top: 25px;
  right: 30px;
  color: #d7dce1;
  font-size: 40px;
  font-weight: 900;
}

.routeFor {
  margin: 0 58px 10px 0;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.routeCard h3 {
  margin: 0 58px 14px 0;
  font-size: 24px;
  line-height: 1.15;
}

.routeCard > p:not(.routeFor) {
  min-height: 52px;
  color: var(--muted);
  line-height: 1.6;
}

.routeCard ul {
  min-height: 128px;
  margin: 22px 0;
  padding-left: 20px;
  color: #4d5964;
  line-height: 1.8;
}

.routeAction {
  position: absolute;
  right: 30px;
  bottom: 26px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 16px 18px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.routeAction:hover { background: var(--accent); }
.routeAction span { font-size: 20px; }
.routeNote { margin: 22px 0 0; color: var(--muted); font-size: 13px; text-align: center; }

@media (max-width: 1050px) {
  .routeCards { grid-template-columns: 1fr; }
}

@media (max-width: 850px) {
  .routeCards { grid-template-columns: 1fr; }
  .routeCard > p:not(.routeFor), .routeCard ul { min-height: 0; }
}

@media (max-width: 560px) {
  .sectionLead { margin-top: -12px; font-size: 15px; }
  .routeCard { padding: 28px 22px 112px; }
  .routeNo { right: 20px; }
  .routeCard h3 { font-size: 23px; }
  .routeAction { right: 22px; bottom: 22px; left: 22px; font-size: 13px; }
}
