.index-content > .value-prop {
    margin: clamp(4.5rem, 9vw, 7rem) auto clamp(3rem, 6vw, 4.5rem);
    padding: 0 .6rem;
}

.index-content > section {
    padding: 0 .6rem 2rem .6rem;
}

.waitlist {
    font-size: 1.5rem;
    margin: 0 0 12rem 0;
    text-align: center;
}

.index-content > section > h1,
.index-content > section > h2 {
  font-family: "LoRes", sans-serif;
  font-size: 2.6rem;
  text-align: center;
}

.index-content > .guarantee {
  background: #eff5ff;
  border-radius: 1.55rem;
  box-shadow: 0 18px 38px rgba(14, 38, 91, .14);
  color: #10224d;
  margin: clamp(4.5rem, 9vw, 7rem) auto 2rem;
  max-width: 980px;
  padding: clamp(2rem, 6vw, 4rem);
  text-align: center;
}

.index-content > .guarantee h2 {
  margin-top: 0;
}

.index-content > .guarantee a,
.index-content > .guarantee a:visited {
  color: #3b6ed8;
}

.index-content > .guarantee a:hover {
  color: #10224d;
}

/* Page reveal motion */
.js .programme-content > section {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
}

.js .programme-content > section.intersecting {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js .programme-content > section {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Parent and tutor pathways */
.audience-pathways {
  margin: 3rem auto 5rem;
  max-width: 980px;
  padding: 0 .6rem 2rem;
}

.audience-pathways-intro {
  margin: 0 auto 1.8rem;
  max-width: 650px;
  text-align: center;
}

.audience-pathways-label,
.audience-pathway-kicker {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 0 .65rem;
  text-transform: uppercase;
}

.audience-pathways-grid {
  display: grid;
  gap: 1rem;
}

.audience-pathway {
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  min-height: 18rem;
  padding: 2rem;
}

.audience-pathway h3 {
  font-family: "LoRes", sans-serif;
  font-size: 1.8rem;
  line-height: 1.05;
  margin: 0 0 1rem;
}

.audience-pathway>p:not(.audience-pathway-kicker) {
  flex: 1;
  margin: 0 0 1.5rem;
}

.audience-pathway-parent {
  background: #eff5ff;
  color: #10224d;
}

.audience-pathway-parent .audience-pathway-kicker {
  color: #3b6ed8;
}

.audience-pathway-tutor {
  background: #132a5e;
  color: #fff;
}

.audience-pathway-tutor .audience-pathway-kicker {
  color: #ffdd34;
}

.audience-pathway-tutor .cta {
  background: #ffdd34;
}

.audience-pathways-blog-link {
  margin-top: 1.25rem;
  text-align: center;
}

.audience-pathways-blog-link a {
  align-items: center;
  border: 1px solid #132a5e;
  border-radius: 999px;
  color: #132a5e;
  display: inline-flex;
  font-size: .75rem;
  font-weight: 700;
  gap: .4rem;
  letter-spacing: .06em;
  padding: .65rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.audience-pathways-blog-link a:visited {
  color: #132a5e;
}

.audience-pathways-blog-link a:hover {
  background: #132a5e;
  color: #fff;
  opacity: 1;
}

@media (min-width: 700px) {
  .audience-pathways-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
