.research-card { text-align: center; }
.research-card .card-icon { margin: 0 auto 1rem; }
.why-row { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.25rem; }
.why-row .why-icon { width: 48px; height: 48px; min-width: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-navy) 100%); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.why-row h4 { color: var(--primary-navy); font-size: 1.05rem; margin-bottom: 0.25rem; }
.why-row p { color: var(--text-medium); font-size: 0.9rem; line-height: 1.5; margin: 0; }
.uni-hero-img { border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,0.15); max-width: 100%; height: auto; }

.hero-features a.hero-feature-item { transition: all 0.3s ease; }
.hero-features a.hero-feature-item:hover { transform: translateY(-4px); background: rgba(255,255,255,0.15); }
.hero-features a.hero-feature-item:hover h4 { color: #8a6d1c; }
