.dhi-learning-choice {
  padding: clamp(3.2rem, 7vw, 5.8rem) 0;
  color: #172333;
  background: linear-gradient(180deg, #f7f4ee, #fff);
  border-top: 1px solid #e3ded5;
}

.dhi-learning-choice__intro {
  max-width: 780px;
  margin: 0 auto 2rem;
  text-align: center;
}

.dhi-learning-choice__kicker {
  margin: 0 0 0.45rem;
  color: #8f1024;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dhi-learning-choice__intro h2 {
  margin: 0 0 0.75rem;
  color: #172333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
}

.dhi-learning-choice__intro p:last-child {
  margin: 0;
  color: #596675;
}

.dhi-learning-choice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.dhi-learning-choice__card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  color: #172333;
  background: #fff;
  border: 1px solid #e0dcd4;
  border-top: 7px solid #2f6f9f;
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(23, 35, 51, 0.1);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dhi-learning-choice__card--hybrid {
  border-top-color: #315b56;
}

.dhi-learning-choice__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(23, 35, 51, 0.14);
}

.dhi-learning-choice__card picture {
  flex: 0 0 45%;
  min-height: 310px;
  background: #e9eef1;
}

.dhi-learning-choice__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dhi-learning-choice__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1rem, 2.8vw, 1.6rem);
}

.dhi-learning-choice__label {
  color: #2f6f9f;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dhi-learning-choice__card--hybrid .dhi-learning-choice__label {
  color: #315b56;
}

.dhi-learning-choice__body h3 {
  margin: 0.55rem 0 0.65rem;
  color: #172333;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.12;
}

.dhi-learning-choice__body p {
  margin: 0;
  color: #596675;
  font-size: 0.94rem;
}

.dhi-learning-choice__cta {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 1rem;
  color: #172333;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media (max-width: 900px) {
  .dhi-learning-choice__card {
    flex-direction: column;
  }

  .dhi-learning-choice__card picture {
    flex-basis: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 680px) {
  .dhi-learning-choice__grid {
    grid-template-columns: 1fr;
  }

  .dhi-learning-choice__card picture {
    aspect-ratio: 16 / 10;
  }
}
