.ah-hero-container {
	position: relative;
	height: 60vh;
	min-height: 400px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.ah-overlay {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}

.ah-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	padding: 0 20px;
}

.ah-title {
	font-family: 'Roboto', sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
}

.ah-divider {
	height: 2px;
	width: 80px;
	background-color: #fff;
	margin: 0 auto 20px;
}

.ah-subtitle {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.ah-title { font-size: 2.5rem; }
	.ah-subtitle { font-size: 1rem; }
}
