

/* --- Elegant Modern Redesign: Home Page --- */
.hero-section {
	background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
	border-radius: 18px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.06);
	padding: 56px 32px;
	margin-bottom: 32px;
	text-align: center;
	font-family: 'Inter', 'Montserrat', Arial, sans-serif;
}
.hero-section h1 {
	font-size: 2.5rem;
	color: #0077b6;
	margin-bottom: 16px;
}
.hero-section p {
	color: #444;
	font-size: 1.25rem;
	margin-bottom: 24px;
}
