/* Fall 2026 term layout (curriculum_wip) */

html {
  scroll-behavior: smooth;
}

.curriculum-v2 {
  margin-bottom: 20px;
}

.curriculum-v2 .cv2-title {
  background: #f2f2f2;
  text-align: center;
  margin-bottom: 1.25rem;
}

.curriculum-v2 .cv2-catch {
  color: #0068b6;
  font-weight: bold;
  font-size: 1.85rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 1.5rem;
}

.curriculum-v2 .cv2-hero {
  text-align: center;
  margin-bottom: 1.5rem;
}

.curriculum-v2 .cv2-hero img {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 10px;
  background: #f2f2f2;
}

.curriculum-v2 .cv2-intro {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 0;
}

.curriculum-v2 .cv2-section {
  margin-top: 2.75rem;
}

.curriculum-v2 .cv2-section > h3 {
  font-size: 1.15rem;
  font-weight: bold;
  color: #156cb4;
  border-left: 6px solid #156cb4;
  padding: 0.35rem 0 0.35rem 0.85rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.curriculum-v2 .cv2-lead {
  line-height: 1.85;
  margin-bottom: 1rem;
}

.curriculum-v2 .cv2-overview {
  background: #f7f7f7;
  padding: 1.25rem 1.25rem 0.5rem;
}

.curriculum-v2 .cv2-dl {
  margin: 0;
}

.curriculum-v2 .cv2-dl-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0.85rem 0;
  border-bottom: 1px solid #e3e3e3;
}

.curriculum-v2 .cv2-dl-row:last-child {
  border-bottom: none;
}

.curriculum-v2 .cv2-dl-label {
  flex: 0 0 11.5rem;
  font-weight: bold;
  color: #156cb4;
  padding-right: 1rem;
  line-height: 1.6;
}

.curriculum-v2 .cv2-dl-value {
  flex: 1 1 16rem;
  min-width: 0;
  line-height: 1.75;
}

.curriculum-v2 .cv2-note {
  display: block;
  margin-top: 0.4rem;
  font-size: 13px;
  color: #777;
}

.curriculum-v2 .cv2-end-list {
  margin: 0;
  padding-left: 1.2rem;
}

.curriculum-v2 .cv2-access-periods {
  background: #f7f7f7;
  padding: 0.5rem 1.25rem;
}

.curriculum-v2 .cv2-access-periods .cv2-dl-label {
  flex-basis: 100%;
  padding-right: 0;
  margin-bottom: 0.25rem;
}

.curriculum-v2 .cv2-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
  margin: 0 0 1.5rem;
}

.curriculum-v2 .cv2-picker-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 1.1rem 1rem 1.2rem;
  text-align: center;
}

.curriculum-v2 .cv2-picker-card.is-featured {
  border-color: #156cb4;
}

.curriculum-v2 .cv2-picker-main {
  flex: 1 1 auto;
}

.curriculum-v2 .cv2-picker-name {
  display: inline-block;
  background: #156cb4;
  color: #fff;
  font-size: 12px;
  padding: 0.35em 0.8em;
  margin-bottom: 0.7rem;
}

.curriculum-v2 .cv2-picker-card.is-featured .cv2-picker-name {
  background: #ec5a32;
}

.curriculum-v2 .cv2-picker-price {
  font-size: 1.35rem;
  font-weight: bold;
  color: #ec5a32;
  margin-bottom: 0.5rem;
}

.curriculum-v2 .cv2-picker-price small {
  font-size: 0.7em;
  font-weight: normal;
  color: #777;
}

.curriculum-v2 .cv2-picker-audience {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.9rem;
  text-align: left;
}

.curriculum-v2 .cv2-picker-card .btn {
  margin-top: auto;
  flex-shrink: 0;
  font-size: 13px;
  padding: 0.65em 0.8em;
}

.curriculum-v2 .cv2-compare-wrap {
  margin-bottom: 0.5rem;
}

.curriculum-v2 .cv2-compare-mobile {
  display: none;
}

.curriculum-v2 .cv2-compare {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.curriculum-v2 .cv2-compare th,
.curriculum-v2 .cv2-compare td {
  border: 1px solid #ddd;
  padding: 0.85rem 0.75rem;
  vertical-align: top;
  line-height: 1.6;
}

.curriculum-v2 .cv2-compare thead th {
  background: #156cb4;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.curriculum-v2 .cv2-compare thead th.cv2-compare-label {
  background: #5a5a5a;
  width: 9.5rem;
}

.curriculum-v2 .cv2-compare thead th.is-featured {
  background: #ec5a32;
}

.curriculum-v2 .cv2-compare tbody th {
  background: #f4f4f4;
  font-weight: bold;
  font-size: 12px;
  color: #555;
  text-align: left;
  width: 9.5rem;
}

.curriculum-v2 .cv2-compare td {
  font-size: 13px;
}

.curriculum-v2 .cv2-compare .is-featured {
  background: #fff8f5;
}

.curriculum-v2 .cv2-compare .cv2-price {
  font-size: 1.15rem;
  font-weight: bold;
  color: #ec5a32;
  text-align: center;
}

.curriculum-v2 .cv2-compare .cv2-muted {
  color: #bbb;
  text-align: center;
}

.curriculum-v2 .cv2-compare .cv2-yes {
  color: #156cb4;
  font-weight: bold;
  text-align: center;
}

.curriculum-v2 .cv2-compare .cv2-detail-cell {
  text-align: center;
  background: #fafafa;
}

.curriculum-v2 .cv2-compare .btn {
  white-space: nowrap;
}

.curriculum-v2 .cv2-compare-card {
  border: 1px solid #e5e5e5;
  margin-bottom: 1rem;
  background: #fff;
}

.curriculum-v2 .cv2-compare-card.is-featured {
  border-color: #ec5a32;
}

.curriculum-v2 .cv2-compare-card-head {
  background: #156cb4;
  color: #fff;
  padding: 0.9rem 1rem 1rem;
  text-align: center;
}

.curriculum-v2 .cv2-compare-card.is-featured .cv2-compare-card-head {
  background: #ec5a32;
}

.curriculum-v2 .cv2-compare-card-head h4 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: #fff;
}

.curriculum-v2 .cv2-compare-card-head .cv2-price {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}

.curriculum-v2 .cv2-compare-card-head .cv2-price small {
  font-size: 0.7em;
  font-weight: normal;
  opacity: 0.9;
}

.curriculum-v2 .cv2-compare-card-list {
  margin: 0;
  padding: 0.25rem 0;
}

.curriculum-v2 .cv2-compare-card-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #eee;
}

.curriculum-v2 .cv2-compare-card-row:last-child {
  border-bottom: none;
}

.curriculum-v2 .cv2-compare-card-row dt {
  flex: 0 0 100%;
  font-size: 11px;
  font-weight: bold;
  color: #888;
  margin-bottom: 0.25rem;
}

.curriculum-v2 .cv2-compare-card-row dd {
  flex: 1 1 auto;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.curriculum-v2 .cv2-compare-card-row .cv2-muted {
  color: #bbb;
}

.curriculum-v2 .cv2-compare-card-row .cv2-yes {
  color: #156cb4;
  font-weight: bold;
}

.curriculum-v2 .cv2-compare-card .btn {
  margin: 0.25rem 1rem 1rem;
  width: calc(100% - 2rem);
}

.curriculum-v2 .cv2-weeks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.curriculum-v2 .cv2-weeks li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid #eee;
}

.curriculum-v2 .cv2-weeks li:nth-child(odd) {
  background: #f7f7f7;
}

.curriculum-v2 .cv2-weeks .cv2-week-label {
  flex: 0 0 6.5rem;
  font-weight: bold;
  color: #156cb4;
}

.curriculum-v2 .cv2-weeks .cv2-week-break {
  width: 100%;
  text-align: center;
  color: #777;
  font-size: 13px;
}

.curriculum-v2 .cv2-trial-links {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem -0.4rem 0;
}

.curriculum-v2 .cv2-trial-links a,
.curriculum-v2 .cv2-trial-links span {
  display: inline-block;
  margin: 0 0.4rem 0.6rem;
}

.curriculum-v2 .cv2-flow {
  counter-reset: cv2flow;
  list-style: none;
  padding: 0;
  margin: 0;
}

.curriculum-v2 .cv2-flow > li {
  list-style: none;
  position: relative;
  padding: 0.85rem 0 0.85rem 3rem;
  border-bottom: 1px solid #eee;
}

.curriculum-v2 .cv2-flow > li:last-child {
  border-bottom: none;
}

.curriculum-v2 .cv2-flow > li:before {
  counter-increment: cv2flow;
  content: counter(cv2flow);
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #156cb4;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  font-size: 13px;
  font-weight: bold;
}

.curriculum-v2 .cv2-flow-notes {
  margin: 0.6rem 0 0;
  padding-left: 1.2rem;
  font-size: 13px;
  color: #666;
}

.curriculum-v2 .cv2-course {
  margin-top: 1.75rem;
  border: 1px solid #e5e5e5;
  scroll-margin-top: 130px;
}

.curriculum-v2 .cv2-course-head {
  background: #156cb4;
  color: #fff;
  padding: 1rem 1.25rem 1.15rem;
}

.curriculum-v2 .cv2-course.is-featured .cv2-course-head {
  background: #ec5a32;
}

.curriculum-v2 .cv2-course-name {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 0.35rem;
}

.curriculum-v2 .cv2-course-tagline {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.95;
}

.curriculum-v2 .cv2-course-body {
  padding: 1.35rem 1.25rem 1.5rem;
}

.curriculum-v2 .cv2-course-body h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #156cb4;
  margin: 1.4rem 0 0.7rem;
}

.curriculum-v2 .cv2-cycle {
  background: #f7f7f7;
  padding: 1rem 1rem 0.75rem;
  margin: 1rem 0;
}

.curriculum-v2 .cv2-cycle-label {
  font-weight: bold;
  color: #0068b6;
  text-align: center;
  margin-bottom: 0.75rem;
}

.curriculum-v2 .cv2-cycle-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.curriculum-v2 .cv2-cycle-steps li {
  list-style: none;
  flex: 1 1 8.5rem;
  max-width: 11rem;
  margin: 0 0.35rem 0.7rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0.7rem 0.55rem;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.curriculum-v2 .cv2-cycle-steps li span {
  display: block;
  color: #156cb4;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.curriculum-v2 .cv2-goal {
  background: #fff8e8;
  padding: 1rem 1rem;
  margin-top: 1.25rem;
}

.curriculum-v2 .cv2-goal strong {
  display: block;
  color: #ec5a32;
  margin-bottom: 0.35rem;
}

.curriculum-v2 .cv2-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1.1rem;
  border-top: 1px solid #eee;
}

.curriculum-v2 .cv2-price-row .cv2-price {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ec5a32;
  margin-bottom: 0.75rem;
}

.curriculum-v2 .cv2-price-row .cv2-price small {
  font-size: 0.7em;
  font-weight: normal;
  color: #777;
}

.curriculum-v2 .cv2-price-row .btn {
  min-width: 16rem;
}

.curriculum-v2 .cv2-disabled {
  pointer-events: none;
  opacity: 0.65;
}

.curriculum-v2 .cv2-notice {
  font-size: 13px;
  color: orangered;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .curriculum-v2 .cv2-compare-wrap {
    display: none;
  }

  .curriculum-v2 .cv2-compare-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .curriculum-v2 .cv2-picker {
    grid-template-columns: 1fr;
  }

  .curriculum-v2 .cv2-catch {
    font-size: 1.45rem;
  }

  .curriculum-v2 .cv2-dl-label {
    flex: 0 0 100%;
    margin-bottom: 0.25rem;
  }

  .curriculum-v2 .cv2-weeks li {
    display: block;
  }

  .curriculum-v2 .cv2-weeks .cv2-week-label {
    display: block;
    margin-bottom: 0.25rem;
  }

  .curriculum-v2 .cv2-price-row .btn {
    width: 100%;
    min-width: 0;
  }

  .curriculum-v2 .cv2-cycle-steps li {
    max-width: none;
    flex: 1 1 42%;
  }

  .curriculum-v2 .cv2-course {
    scroll-margin-top: 70px;
  }
}
