/* Hero CTA Widget */

/* Force full-width, remove all spacing */
.elementor-widget-hero-cta {
	padding: 0 !important;
	margin: 0 !important;
	width: 100vw !important;
	max-width: 100vw !important;
	left: 50% !important;
	right: 50% !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	position: relative !important;
}

.elementor-widget-hero-cta .elementor-widget-container {
	padding: 0 !important;
	margin: 0 !important;
}

/* Remove Elementor container padding */
.e-con-inner:has(> .elementor-widget-hero-cta) {
	padding: 0 !important;
}

.hero-cta-widget {
	padding: 112px 64px;
}

.hero-cta-container {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.hero-content {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	max-width: 768px;
	margin: 0 auto;
	width: 100%;
}

.hero-heading {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: -0.48px;
	margin: 0;
	color: #0c0c0c;
}

@media (min-width: 768px) {
	.hero-heading {
		font-size: 60px;
		letter-spacing: -0.6px;
	}
}

.hero-subheading {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	color: #0c0c0c;
}

.hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin-top: 8px;
}

.hero-button {
	font-family: Inter, sans-serif;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	cursor: pointer;
	white-space: nowrap;
}

.hero-button-primary {
	background-color: #0066cc;
	color: #ffffff;
	border: none;
}

.hero-button-primary:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

.hero-button-secondary {
	background-color: #ffffff;
	color: #0c0c0c;
	border: 1px solid rgba(12, 12, 12, 0.15);
}

.hero-button-secondary:hover {
	border-color: #0c0c0c;
	transform: translateY(-1px);
}

.hero-image {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	max-height: 600px;
}

.hero-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

@media (max-width: 767px) {
	.hero-cta-widget {
		padding: 64px 24px;
	}

	.hero-cta-container {
		gap: 48px;
	}

	.hero-heading {
		font-size: 36px;
		letter-spacing: -0.36px;
	}

	.hero-subheading {
		font-size: 16px;
	}
}
