﻿.hero-section {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 80px 0 60px;
}

	.hero-section h1 {
		font-size: 3rem;
		font-weight: bold;
	}

	.hero-section p {
		font-size: 1.25rem;
		margin-top: 1rem;
	}

.card {
	border-radius: 10px;
	border: none;
}