.discovery-hero {
  position: relative;
  min-height: 390px;
  margin-top: 112px;
  overflow: hidden;
  color: #fff;
}

.discovery-hero--scholarships {
  background: linear-gradient(105deg, rgba(0, 45, 89, .96), rgba(25, 141, 191, .72)),
              url('../img/study-abroad-bg.png') center/cover no-repeat;
}

.discovery-hero--events {
  background: linear-gradient(105deg, rgba(0, 45, 89, .96), rgba(48, 104, 190, .68)),
              url('../img/appointment-hero.png') center/cover no-repeat;
}

.discovery-hero::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: -190px;
  right: -40px;
  border: 60px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
}

.discovery-hero::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  bottom: -85px;
  left: 8%;
  background: rgba(255, 255, 255, .06);
  border-radius: 50%;
}

.discovery-hero .container {
  position: relative;
  z-index: 1;
}

.discovery-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: #dff4ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.discovery-hero h1 {
  max-width: 780px;
  margin: 0 0 15px;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.15rem);
  font-weight: 800;
  letter-spacing: -.04em;
}

.discovery-hero p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, .87);
  font-size: 17px;
  line-height: 1.75;
}

.discovery-section {
  padding: 80px 0 95px;
  background: linear-gradient(180deg, #f7faff 0%, #fff 100%);
}

.discovery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 38px;
}

.discovery-heading span {
  color: #0174b7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.discovery-heading h2 {
  margin: 7px 0 0;
  color: #12324d;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
}

.discovery-heading p {
  max-width: 470px;
  margin: 0;
  color: #63798b;
  line-height: 1.65;
}

.discovery-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2ebf3;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(22, 65, 99, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.discovery-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 48px rgba(22, 65, 99, .15);
}

.discovery-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #dff3ff, #cddff5);
}

.discovery-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.discovery-card:hover .discovery-card__media img {
  transform: scale(1.045);
}

.discovery-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: rgba(0, 59, 116, .9);
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
  backdrop-filter: blur(6px);
}

.discovery-card__badge--featured {
  background: #f5a623;
}

.discovery-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px;
}

.discovery-card__date {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  color: #39718e;
  font-size: 13px;
  font-weight: 700;
}

.discovery-card h3 {
  margin: 0 0 12px;
  color: #12324d;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.45;
}

.discovery-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 19px;
  color: #586f81;
  font-size: 14px;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.discovery-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #edf2f6;
}

.discovery-card__fact {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  color: #566f81;
  font-size: 12px;
  line-height: 1.5;
}

.discovery-card__fact i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #1687c7;
}

.discovery-card__fact span {
  overflow-wrap: anywhere;
}

.discovery-empty {
  padding: 65px 25px;
  color: #607789;
  text-align: center;
  background: #fff;
  border: 1px dashed #b9d3e5;
  border-radius: 20px;
}

.discovery-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin-bottom: 18px;
  color: #1888c7;
  font-size: 34px;
  background: #eaf7fe;
  border-radius: 50%;
}

.discovery-empty h3 {
  margin-bottom: 9px;
  color: #12324d;
  font-weight: 750;
}

.discovery-empty p {
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

.discovery-cta {
  padding: 64px 0;
  background: #003b74;
}

.discovery-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.discovery-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 750;
}

.discovery-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
}

.discovery-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 13px 22px;
  color: #003b74;
  font-weight: 700;
  background: #fff;
  border-radius: 30px;
  transition: transform .2s ease, background .2s ease;
}

.discovery-cta__button:hover {
  color: #003b74;
  background: #dff4ff;
  transform: translateY(-2px);
}

.public-footer {
  padding: 55px 0 25px;
  color: #607487;
  background: #fff;
  border-top: 1px solid #e6eef5;
}

.public-footer__logo {
  max-width: 175px;
  margin-bottom: 18px;
}

.public-footer h4 {
  margin-bottom: 17px;
  color: #12324d;
  font-size: 16px;
  font-weight: 750;
}

.public-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.public-footer li {
  margin-bottom: 10px;
}

.public-footer a {
  color: #607487;
}

.public-footer a:hover {
  color: #1687c7;
}

.public-footer__bottom {
  margin-top: 38px;
  padding-top: 20px;
  font-size: 13px;
  border-top: 1px solid #e7eef4;
}

@media (max-width: 991px) {
  .discovery-hero {
    min-height: 320px;
    margin-top: 96px;
  }

  .discovery-heading,
  .discovery-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .discovery-hero {
    min-height: 300px;
    margin-top: 88px;
  }

  .discovery-hero p {
    font-size: 15px;
  }

  .discovery-section {
    padding: 55px 0 70px;
  }

  .discovery-card__body {
    padding: 21px;
  }

  .discovery-card__facts {
    grid-template-columns: 1fr;
  }

  .discovery-cta {
    padding: 48px 0;
  }
}
