/**
 * Security hub hero section styles — Figma node 3570:6089.
 */

.gh-sec-hero {
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	background: var(--gh-green-dark);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 144px 160px;
	overflow: hidden;
}

.gh-sec-hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	pointer-events: none;
	z-index: 0;
}

.gh-sec-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	max-width: 1120px;
	width: 100%;
}

.gh-sec-hero__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
}

.gh-sec-hero__title {
	margin: 0;
	font-family: 'schibsted_grotesk_demi', Arial, sans-serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 48px;
	color: var(--gh-white);
}

.gh-sec-hero__subtitle {
	margin: 0;
	max-width: 832px;
	font-family: 'avenir_next_worldmedium', 'Verdana';
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: var(--gh-white);
}

.gh-sec-hero__actions {
	display: flex;
	gap: 8px;
	align-items: center;
}

.gh-sec-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: 200px;
	padding: 13px 16px;
	border-radius: 8px;
	text-decoration: none;
	white-space: nowrap;
}

.gh-sec-hero__btn--outline {
	border: 1px solid var(--gh-accent);
	font-family: 'avenir_next_worlddemi', 'Verdana';
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: var(--gh-white);
}

.gh-sec-hero__btn--outline:hover {
	background: var(--gh-accent);
	color: var(--gh-text-primary);
}

.gh-sec-hero__btn--link {
	font-family: 'avenir_next_worldmedium', 'Verdana';
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: var(--gh-white);
	text-decoration: underline;
}

.gh-sec-hero__btn--link:hover {
	opacity: 0.8;
}

@media (min-width: 1024px) and (max-width: 1439px) {
	.gh-sec-hero {
		padding: 96px 40px;
	}
}

@media (max-width: 1023px) {
	.gh-sec-hero {
		padding: 64px 24px;
	}

	.gh-sec-hero__title {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 768px) {
	.gh-sec-hero {
		padding: 64px 16px;
	}

	.gh-sec-hero__title {
		font-size: 32px;
		line-height: 40px;
	}

	.gh-sec-hero__actions {
		flex-direction: column;
		align-items: center;
	}

	.gh-sec-hero__btn {
		width: 100%;
		max-width: 328px;
		padding: 13px 16px;
		font-size: 16px;
		line-height: 24px;
	}
}
