/* ============================================================
   COLLEGES — page-specific CSS
   ============================================================ */

.promo-video .video-poster {
  background:
    radial-gradient(ellipse 70% 55% at 50% 65%, rgba(168,85,247,0.22) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 15% 75%, rgba(0,212,255,0.12) 0%, transparent 50%),
    radial-gradient(ellipse 45% 40% at 85% 25%, rgba(254,192,39,0.10) 0%, transparent 50%),
    linear-gradient(160deg, #08080f 0%, #0d0d0d 100%);
}

.promo-video .video-poster::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.12);
}

.seo-link-highlight {
  color: var(--gold-dark);
  font-weight: 700;
  text-decoration: underline;
}
