.hero-section-ae90a403 {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 80px 10%;
	box-sizing: border-box;
	overflow: hidden;
	color: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.hero-bg-container-ae90a403 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero-img-ae90a403,
.hero-video-ae90a403 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
	background-position: center;
}

.hero-overlay-ae90a403 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at right, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.85) 100%);
	z-index: 2;
}

.hero-content-ae90a403 {
	position: relative;
	z-index: 3;
	max-width: 800px;
}

.hero-title-ae90a403 {
	font-size: clamp(2.2rem, 5vw, 4.2rem);
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 40px;
	color: #ffffff;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.hero-btn-ae90a403 {
	display: inline-block;
	padding: 12px 36px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffffff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	background: transparent;
}

.hero-btn-ae90a403:hover {
	background: #ffffff;
	color: #000000;
	border-color: #ffffff;
	box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15);
}

/* Gutenberg Editor Panel Controls */
.hero-editor-panel-ae90a403 {
	background: #1e1e1e;
	color: #fff;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 20px;
	font-family: sans-serif;
	font-size: 13px;
	border: 1px solid #333;
}
.hero-editor-panel-ae90a403 h4 {
	margin-top: 0;
	margin-bottom: 12px;
	color: #fff;
	border-bottom: 1px solid #333;
	padding-bottom: 8px;
}
.hero-editor-field-ae90a403 {
	margin-bottom: 12px;
}
.hero-editor-field-ae90a403 label {
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
	color: #ccc;
}
.hero-editor-field-ae90a403 input,
.hero-editor-field-ae90a403 select {
	width: 100%;
	padding: 8px;
	background: #2e2e2e;
	border: 1px solid #444;
	color: #fff;
	border-radius: 4px;
}
