.eh-1481-container {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #0A192F; /* Fallback Anza Deep Blue */
	background-size: cover;
	background-position: center;
}

.eh-1481-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.eh-1481-wrapper {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.eh-1481-location {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 8px;
}

.eh-1481-heading {
	font-size: 56px;
	line-height: 1.1;
	margin: 0;
}

.eh-1481-subtitle {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 16px;
}

.eh-1481-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 16px;
}

.eh-1481-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 2px solid transparent;
	border-radius: 4px; /* default radius */
	cursor: pointer;
}

.eh-1481-btn-secondary {
	border-style: solid;
}

.eh-1481-btn:hover {
	opacity: 0.9;
	text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 767px) {
	.eh-1481-heading {
		font-size: 40px;
	}
	
	.eh-1481-subtitle {
		font-size: 18px;
	}
	
	.eh-1481-buttons {
		flex-direction: column;
		width: 100%;
	}
	
	.eh-1481-btn {
		width: 100%;
	}
}
