.ms-component-wrapper .ms-hero-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
	padding: 40px 24px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
	background-color: #0a192f;
	background-image:
		radial-gradient(circle at 15% 20%, rgba(100, 255, 218, 0.45) 0%, transparent 70%),
		radial-gradient(circle at 85% 80%, rgba(189, 147, 249, 0.45) 0%, transparent 70%);
}

.ms-component-wrapper .ms-hero-content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
	max-width: 1100px;
	z-index: 1;
}

.ms-component-wrapper .ms-hero-text-group {
	flex: 1;
}

.ms-component-wrapper .ms-hero-headline {
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 16px 0;
	letter-spacing: -0.02em;
}

.ms-component-wrapper .ms-hero-subheading {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 0;
}

.ms-component-wrapper .ms-hero-action {
	display: flex;
	align-items: center;
}

.ms-component-wrapper .ms-hero-cta {
	display: inline-block;
	background-color: #64ffda;
	color: #0a192f;
	padding: 16px 32px;
	border-radius: 4px;
	font-weight: 700;
	text-decoration: none;
	font-size: 1rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background;
}