.course-hero {
  display: block;
  min-height: 540px;
  padding-bottom: 70px;
  padding-top: 82px;
}

.course-hero-copy {
  max-width: 920px;
}

.course-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
}

.course-section {
  padding-bottom: 72px;
  padding-top: 72px;
}

.career-grid {
  margin-top: 42px;
}

.curriculum-inner {
  gap: 58px;
}

.module-list article {
  padding: 18px 0;
}

.module-list ul {
  color: #b9bdb9;
  display: grid;
  font-size: 14px;
  gap: 7px;
  line-height: 1.5;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.module-list li::before {
  color: #e0b2ad;
  content: "•";
  margin-right: 10px;
}

.certificate-section {
  gap: 60px;
}

.pool-section {
  gap: 60px;
  padding-bottom: 70px;
  padding-top: 70px;
}

.enrol-section {
  align-items: start;
  gap: 60px;
  grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr);
  padding-bottom: 76px;
  padding-top: 76px;
}

.intake-form {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  display: grid;
  gap: 17px;
  padding: 28px;
}

.intake-form label,
.intake-form legend {
  color: #303532;
  font-size: 12px;
  font-weight: 700;
}

.intake-form input:not([type="checkbox"]):not([type="radio"]),
.intake-form textarea {
  background: #fbfaf7;
  border: 1px solid #cbc8bf;
  border-radius: 2px;
  color: var(--ink);
  display: block;
  font: inherit;
  font-size: 14px;
  margin-top: 7px;
  padding: 12px;
  width: 100%;
}

.intake-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.day-options {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
}

.day-options label {
  align-items: center;
  background: #f4f0e8;
  display: flex;
  gap: 7px;
  padding: 10px;
}

.specialist-pathways {
  display: block;
}

.specialist-pathways .course-intro {
  max-width: 850px;
}

.specialist-price-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 38px 0 26px;
}

.specialist-price-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  padding: 25px;
}

.specialist-price-grid h3 {
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 400;
  margin: 8px 0 12px;
}

.specialist-price-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.specialist-price-grid .path-price {
  color: var(--red-dark);
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}

.specialist-price-grid .bundle-card {
  background: var(--green);
  color: #fff;
}

.specialist-price-grid .bundle-card .path-price,
.specialist-price-grid .bundle-card p {
  color: #fff;
}

.pathway-options {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.pathway-options label {
  align-items: center;
  background: #f4f0e8;
  border: 2px solid transparent;
  cursor: pointer;
  display: flex;
  gap: 12px;
  min-height: 92px;
  min-width: 0;
  padding: 14px;
}

.pathway-options label:has(input:checked) {
  background: #f9eeec;
  border-color: var(--red);
}

.pathway-options input {
  flex: 0 0 auto;
  margin: 0;
}

.pathway-options span {
  display: grid;
  flex: 1;
  gap: 5px;
  min-width: 0;
}

.pathway-options b {
  color: var(--ink);
  font-size: 14px;
}

.pathway-options small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
}

.pathway-options strong {
  color: var(--red-dark);
  font-size: 16px;
  white-space: nowrap;
}

.entry-section {
  display: block;
}

.entry-section .course-intro {
  max-width: 920px;
}

.entry-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.entry-grid article {
  border-top: 1px solid var(--line);
  padding: 28px 20px 0 0;
}

.entry-grid h3 {
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 400;
  margin: 8px 0 12px;
}

.entry-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.entry-note {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 6px;
  margin-top: 30px;
  padding-top: 18px;
}

.entry-note strong {
  font-size: 13px;
}

.entry-note span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 850px) {
  .course-hero {
    padding-top: 72px;
  }

  .enrol-section {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .specialist-price-grid {
    grid-template-columns: 1fr;
  }

  .entry-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .course-hero {
    padding-bottom: 54px;
    padding-top: 58px;
  }

  .course-section,
  .enrol-section {
    padding-bottom: 58px;
    padding-top: 58px;
  }

  .pool-section {
    padding-bottom: 58px;
    padding-top: 58px;
  }

  .day-options {
    grid-template-columns: repeat(2, 1fr);
  }

  .pathway-options {
    grid-template-columns: 1fr;
  }

  .intake-form {
    padding: 20px;
  }
}
