.ahs-wrapper-1aadfef4 {
	position: relative;
	width: 100vw;
	min-height: 80vh;
	display: flex;
	flex-direction: column;
	background-size: cover;
	background-position: center;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.ahs-overlay-1aadfef4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(3,15,30,0.9) 0%, rgba(3,15,30,0.6) 50%, rgba(3,15,30,0.2) 100%);
	z-index: 1;
}

.ahs-content-container-1aadfef4 {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1200px;
	margin: auto auto 0 auto;
	padding: 80px 20px 40px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
}

.ahs-main-content-1aadfef4 {
	max-width: 60%;
	margin-bottom: 60px;
}

.ahs-title-1aadfef4 {
	font-size: 2.5rem;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.ahs-subtitle-1aadfef4 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 20px;
}

.ahs-desc-1aadfef4 {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 30px;
}

.ahs-btn-1aadfef4 {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 24px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	transition: opacity 0.3s ease;
}

.ahs-btn-1aadfef4:hover {
	opacity: 0.9;
}

.ahs-btn-icon-1aadfef4 {
	width: 1em;
	height: 1em;
}

.ahs-stats-row-1aadfef4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding-top: 40px;
	margin-top: auto;
}

.ahs-stat-item-1aadfef4 {
	text-align: center;
}

.ahs-stat-num-1aadfef4 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

.ahs-stat-label-1aadfef4 {
	font-size: 1rem;
	font-weight: 500;
}

@media (max-width: 1024px) {
	.ahs-main-content-1aadfef4 {
		max-width: 80%;
	}
	.ahs-stats-row-1aadfef4 {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 40px;
	}
}

@media (max-width: 768px) {
	.ahs-main-content-1aadfef4 {
		max-width: 100%;
	}
	.ahs-title-1aadfef4 {
		font-size: 2rem;
	}
	.ahs-subtitle-1aadfef4 {
		font-size: 1.2rem;
	}
	.ahs-stat-num-1aadfef4 {
		font-size: 2.5rem;
	}
}
