.university-detail-hero {
    border-radius: 24px;
    padding: 34px;
    background: linear-gradient(135deg, #6d28d9 0%, #4f46e5 55%, #ec4899 100%);
    color: #ffffff;
    box-shadow: 0 18px 45px rgba(55, 35, 120, 0.18);
    margin-bottom: 32px;
  }

  .university-detail-logo-wrap {
    width: 140px;
    height: 140px;
    background: #ffffff;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .university-detail-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 14px;
  }

  .university-detail-logo-placeholder {
    font-size: 54px;
    font-weight: 900;
    color: #6d5dfc;
  }

  .university-rank-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 800;
    margin-top: 16px;
  }

  .detail-card {
    border: 0;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(55, 35, 120, 0.10);
  }

  .detail-card-title {
    color: #6d5dfc;
    font-weight: 800;
  }

  .course-list-item a:hover {
    color: #6d28d9 !important;
  }

  .university-detail-eyebrow {
    letter-spacing: 1px;
  }
