.n3-hero-banner,
.n3-hero-banner * {
	box-sizing: border-box;
}

.n3-hero-banner {
	--n3-hero-accent: #ffbf00;
	--n3-hero-height: 720px;
	--n3-hero-image: none;
	position: relative;
	min-height: var(--n3-hero-height);
	overflow: hidden;
	background: #fbfbfb;
	color: #111;
	isolation: isolate;
}

.n3-hero-banner::before {
	position: absolute;
	top: -90px;
	left: 36%;
	z-index: 1;
	width: 250px;
	height: 250px;
	border: 1px solid rgba(140, 146, 154, .16);
	border-width: 0 0 1px 1px;
	background:
		radial-gradient(circle at 28% 42%, #d9dce0 0 4px, transparent 5px),
		radial-gradient(circle at 64% 72%, #d9dce0 0 4px, transparent 5px),
		linear-gradient(135deg, transparent 47%, rgba(140, 146, 154, .16) 48% 49%, transparent 50%);
	content: "";
	transform: rotate(7deg);
}

.n3-hero-banner__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	width: min(100%, 1540px);
	min-height: var(--n3-hero-height);
	margin: 0 auto;
	padding: clamp(38px, 4.4vw, 72px) clamp(24px, 4.2vw, 68px);
}

.n3-hero-banner__content {
	width: min(50%, 720px);
}

.n3-hero-banner__eyebrow {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin-bottom: clamp(24px, 3vw, 42px);
	padding: 9px 17px 9px 12px;
	border: 1px solid #d9dde2;
	border-radius: 999px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 3px 12px rgba(17, 24, 39, .035);
	font-size: clamp(13px, 1.05vw, 17px);
	font-weight: 500;
	line-height: 1.3;
}

.n3-hero-banner__eyebrow > span {
	display: inline-flex;
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	color: var(--n3-hero-accent);
}

.n3-hero-banner__eyebrow svg,
.n3-hero-banner__button svg,
.n3-hero-banner__list svg {
	display: block;
	width: 100%;
	height: 100%;
}

.n3-hero-banner h1 {
	max-width: 680px;
	margin: 0;
	color: #0d0e10;
	font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
	font-size: clamp(40px, 4vw, 65px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.04;
	text-transform: uppercase;
}

.n3-hero-banner__title-line {
	display: block;
	width: 42px;
	height: 4px;
	margin: 12px 0 8px;
	border-radius: 4px;
	background: var(--n3-hero-accent);
}

.n3-hero-banner__description {
	max-width: 650px;
	font-size: clamp(15px, 1.15vw, 19px);
	line-height: 1.58;
}

.n3-hero-banner__description p {
	margin: 0;
}

.n3-hero-banner__list {
	max-width: 650px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.n3-hero-banner__list li {
	display: flex;
	align-items: center;
	min-height: 40px;
	border-bottom: 1px solid #dfe1e4;
	font-size: clamp(14px, 1.03vw, 17px);
	line-height: 1.35;
}

.n3-hero-banner__list li:last-child {
	border-bottom: 0;
}

.n3-hero-banner__list li > span {
	display: inline-flex;
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	margin-right: 12px;
	color: var(--n3-hero-accent);
}

.n3-hero-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 24px;
}

.n3-hero-banner__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	padding: 13px 25px;
	border: 2px solid transparent;
	border-radius: 15px;
	font-size: clamp(15px, 1.1vw, 19px);
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.n3-hero-banner__button:hover {
	transform: translateY(-2px);
}

.n3-hero-banner__button > span {
	display: inline-flex;
	flex: 0 0 31px;
	width: 31px;
	height: 31px;
	margin-right: 12px;
}

.n3-hero-banner__button--primary {
	background: var(--n3-hero-accent);
	box-shadow: 0 9px 22px rgba(255, 191, 0, .22);
	color: #111 !important;
}

.n3-hero-banner__button--primary:hover {
	background: #ffc928;
	box-shadow: 0 12px 27px rgba(255, 191, 0, .3);
}

.n3-hero-banner__button--secondary {
	border-color: #d9dde2;
	background: rgba(255, 255, 255, .88);
	color: #111 !important;
}

.n3-hero-banner__button--secondary:hover {
	border-color: #bfc5cc;
	background: #fff;
}

.n3-hero-banner__button--secondary > span {
	color: var(--n3-hero-accent);
}

.n3-hero-banner__media {
	position: absolute;
	inset: 0 0 0 52%;
	z-index: 0;
	overflow: hidden;
	border-radius: 46px 0 0 0;
	background-color: #d9dde1;
	background-image: var(--n3-hero-image);
	background-position: 62% center;
	background-size: cover;
	clip-path: polygon(18% 0, 16.4% .25%, 15.1% 1%, 14% 2.2%, 13.2% 3.8%, 0 100%, 100% 100%, 100% 0);
}

.n3-hero-banner__media::after {
	position: absolute;
	inset: 0 auto 0 0;
	width: 17%;
	background: linear-gradient(105deg, rgba(251, 251, 251, .22), transparent 76%);
	content: "";
}

@media (max-width: 1180px) {
	.n3-hero-banner__content {
		width: 51%;
	}

	.n3-hero-banner__media {
		left: 54%;
		clip-path: polygon(19% 0, 17.2% .3%, 15.7% 1.1%, 14.5% 2.5%, 13.7% 4.2%, 0 100%, 100% 100%, 100% 0);
	}

	.n3-hero-banner__button {
		min-height: 58px;
		padding: 12px 18px;
	}
}

@media (max-width: 849px) {
	.n3-hero-banner {
		min-height: 0;
	}

	.n3-hero-banner::before {
		top: -120px;
		left: auto;
		right: -60px;
	}

	.n3-hero-banner__inner {
		display: block;
		min-height: 0;
		padding: 42px 24px 36px;
	}

	.n3-hero-banner__content {
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
	}

	.n3-hero-banner__eyebrow {
		margin-bottom: 25px;
	}

	.n3-hero-banner h1 {
		font-size: clamp(37px, 8vw, 58px);
	}

	.n3-hero-banner__media {
		position: relative;
		inset: auto;
		width: 100%;
		height: clamp(330px, 62vw, 520px);
		border-radius: 28px 28px 0 0;
		background-position: center 42%;
		clip-path: none;
	}

	.n3-hero-banner__media::after {
		display: none;
	}
}

@media (max-width: 549px) {
	.n3-hero-banner__inner {
		padding: 32px 18px 28px;
	}

	.n3-hero-banner__eyebrow {
		align-items: flex-start;
		border-radius: 16px;
		font-size: 13px;
	}

	.n3-hero-banner h1 {
		font-size: 36px;
	}

	.n3-hero-banner__description {
		font-size: 15px;
	}

	.n3-hero-banner__list li {
		padding: 6px 0;
		font-size: 14px;
	}

	.n3-hero-banner__actions {
		gap: 12px;
	}

	.n3-hero-banner__button {
		width: 100%;
		min-height: 58px;
		border-radius: 13px;
	}

	.n3-hero-banner__media {
		height: 320px;
		background-position: 58% center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.n3-hero-banner__button {
		transition: none;
	}
}
