.acb-hero-wrapper {
	width: 100%;
	background-color: #0b071e; /* Dark night sky fallback */
	background-image: radial-gradient(circle at center, #1b1338 0%, #0b071e 100%);
	padding: 100px 20px;
	box-sizing: border-box;
}

.acb-hero-content {
	max-width: 900px;
	margin: 0 auto;
}

.acb-hero-subtitle {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 500;
}

.acb-hero-title {
	font-size: 48px;
	font-family: 'Georgia', serif;
	margin: 0 0 20px 0;
	line-height: 1.2;
}

.acb-hero-desc {
	font-size: 16px;
	line-height: 1.6;
	max-width: 750px;
	margin: 0 auto 35px auto;
}

.acb-hero-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.acb-btn {
	display: inline-block;
	padding: 14px 28px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
	border-radius: 2px;
}

.acb-btn-primary {
	border: 1px solid transparent;
}

.acb-btn-primary:hover {
	opacity: 0.9;
}

.acb-btn-secondary {
	background-color: rgba(255, 255, 255, 0.03);
	border: 1px solid #504465;
}

.acb-btn-secondary:hover {
	border-color: #ffffff;
}