/* ============================================
HERO SECTION IMPROVEMENTS
============================================ */
.medical-hero-sm {
	min-height: 40vh;
	padding: 3rem 0;
}

.medical-hero-title {
	color: #fff;
	margin-bottom: 1rem;
}

.medical-hero-subtitle {
	font-size: clamp(1rem, 3vw, 1.3rem);
	margin: 0 0 1.5rem;
	opacity: 0.95;
	color: rgba(255,255,255,0.9);
}

.medical-contact-card {
	display: inline-block;
	margin-bottom: 1rem;
}

.medical-contact-link {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: #fff;
	text-decoration: none;
}

.medical-contact-icon {
	width: 44px;
	height: 44px;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	flex-shrink: 0;
}

.medical-contact-info {
	text-align: left;
}

.medical-contact-label {
	font-size: 0.75rem;
	opacity: 0.85;
}

.medical-contact-value {
	font-size: clamp(1.3rem, 4vw, 1.6rem);
	font-weight: 700;
}
