.hero-section {
	padding: 120px 40px;
	background: #111111;
	color: white;
	border-radius: 24px;
}

.hero-title {
	font-size: clamp(48px, 8vw, 100px);
	line-height: 0.9;
	font-weight: 800;
	margin-bottom: 20px;
	max-width: 900px;
}

.hero-text {
	font-size: 20px;
	max-width: 600px;
	opacity: 0.8;
	margin-bottom: 40px;
}

.hero-button .wp-element-button {
	background: white;
	color: black;
	padding: 16px 28px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
}