.hero {
	position: relative;
	width: 100%;
	padding: 0 var(--hero-gutter);
	background: #ffffff;
}

.hero__surface {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	min-height: 812rem;
	border-radius: var(--radius-lg);
	overflow: hidden;
	background: #25201d;
}

.hero__background {
	position: absolute;
	inset: 0;
	z-index: -3;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.hero--reference-background .hero__background {
	top: -145rem;
	height: calc(100% + 165rem);
	object-position: center top;
	filter: blur(4rem) brightness(0.78);
	transform: scale(1.012);
}

.hero__shade {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.67) 27%, rgba(0, 0, 0, 0.37) 58%, rgba(44, 32, 26, 0.40) 100%);
}

.hero__bottom-shade {
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 210rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
}

.hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1017rem) 381rem;
	align-items: center;
	justify-content: space-between;
	column-gap: 120rem;
	min-height: 812rem;
	padding: 70rem 0 40rem;
}

.hero__left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 1017rem;
	max-width: 100%;
}

.hero__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 662rem;
	max-width: 100%;
}

.hero__eyebrow {
	margin-bottom: 27rem;
	color: #f04445;
	font-size: 18rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.hero__title {
	margin: 0;
	color: #ffffff;
	font-size: 62rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.5rem;
}

.hero__description {
	width: 610rem;
	max-width: 100%;
	margin-top: 22rem;
	color: #ffffff;
	font-size: 24rem;
	font-weight: 600;
	line-height: 1.6;
}

.hero__actions {
	display: flex;
	align-items: center;
	gap: 19rem;
	margin-top: 42rem;
}

.hero-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 21rem;
	height: 93rem;
	padding: 0 35rem;
	border-radius: 10rem;
	transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
}

.hero-button:hover {
	transform: translateY(-3rem);
	filter: brightness(1.02);
}

.hero-button > img {
	flex: 0 0 33rem;
	width: 33rem;
	height: 34rem;
	object-fit: contain;
}

.hero-button > span {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.6;
}

.hero-button strong {
	font-size: 17rem;
	font-weight: 700;
	letter-spacing: 0.5rem;
	white-space: nowrap;
}

.hero-button small {
	font-size: 14rem;
	font-weight: 800;
	white-space: nowrap;
}

.hero-button--primary {
	min-width: 374rem;
	background: var(--color-accent-button);
	box-shadow: inset 0 1px 0 #f84d4d;
	color: #ffffff;
}

.hero-button--primary small {
	color: rgba(255, 255, 255, 0.62);
}

.hero-button--secondary {
	min-width: 261rem;
	background: #fefefe;
	box-shadow: inset 0 1px 0 #dbdbdb;
	color: #333333;
}

.hero-button--secondary small {
	color: rgba(51, 51, 51, 0.6);
}

.hero__benefits {
	display: flex;
	align-items: center;
	gap: 28rem;
	width: 100%;
	margin-top: 76rem;
}

.hero-benefit {
	display: flex;
	align-items: flex-start;
	gap: 16rem;
	padding-right: 30rem;
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	white-space: nowrap;
}

.hero-benefit--last {
	padding-right: 0;
	border-right: 0;
}

.hero-benefit > img {
	flex: 0 0 38rem;
	width: 38rem;
	height: 38rem;
	object-fit: contain;
}

.hero-benefit > div {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	font-size: 16rem;
	line-height: 1.6;
}

.hero-benefit strong {
	color: #ffffff;
	font-weight: 800;
}

.hero-benefit span {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 600;
}

.hero-promo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 381rem;
	height: 449rem;
	padding: 35rem;
	border-radius: 10rem;
	background: rgba(0, 0, 0, 0.63);
	backdrop-filter: blur(5rem);
	-webkit-backdrop-filter: blur(5rem);
	box-shadow: 0 18rem 45rem rgba(0, 0, 0, 0.08);
}

.hero-promo__deadline {
	color: var(--color-accent);
	font-size: 16rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.hero-promo__title {
	margin-top: 20rem;
	color: #ffffff;
	font-size: 26rem;
	font-weight: 800;
	line-height: 1.4;
}

.hero-promo__discount {
	display: flex;
	align-items: baseline;
	margin-top: 6rem;
	color: var(--color-accent);
	font-weight: 800;
	line-height: 1.05;
}

.hero-promo__discount strong {
	font-size: 112rem;
	font-weight: 800;
}

.hero-promo__discount span {
	font-size: 78rem;
	font-weight: 800;
}

.hero-promo__price {
	margin-top: 6rem;
	color: #ffffff;
	font-size: 53rem;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
}

.hero-promo__note {
	margin-top: auto;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16rem;
	font-weight: 600;
	line-height: 1.6;
}

@media (max-width: 1700px) {
	.hero__inner {
		grid-template-columns: minmax(0, 920rem) 360rem;
		column-gap: 80rem;
	}

	.hero__left {
		width: 920rem;
	}

	.hero__benefits {
		gap: 18rem;
	}

	.hero-benefit {
		gap: 12rem;
		padding-right: 18rem;
	}

	.hero-benefit > div {
		font-size: 14rem;
	}

	.hero-promo {
		width: 360rem;
	}
}

@media (max-width: 1380px) {
	.hero__surface,
	.hero__inner {
		min-height: 720rem;
	}

	.hero__inner {
		grid-template-columns: minmax(0, 760rem) 330rem;
		column-gap: 50rem;
	}

	.hero__left {
		width: 760rem;
	}

	.hero__title {
		font-size: 52rem;
	}

	.hero__description {
		font-size: 21rem;
	}

	.hero-button {
		height: 84rem;
		padding-inline: 24rem;
	}

	.hero-button--primary {
		min-width: 330rem;
	}

	.hero-button--secondary {
		min-width: 240rem;
	}

	.hero__benefits {
		display: grid;
		grid-template-columns: repeat(2, max-content);
		row-gap: 18rem;
		margin-top: 50rem;
	}

	.hero-benefit:nth-child(2) {
		border-right: 0;
	}

	.hero-benefit:nth-child(3) {
		border-right: 2px solid rgba(255, 255, 255, 0.2);
	}

	.hero-promo {
		width: 330rem;
		height: 420rem;
		padding: 30rem;
	}

	.hero-promo__discount strong {
		font-size: 96rem;
	}

	.hero-promo__discount span {
		font-size: 64rem;
	}

	.hero-promo__price {
		font-size: 45rem;
	}
}

@media (max-width: 1180px) {
	.hero {
		padding-top: 16rem;
	}

	.hero__surface {
		min-height: 720rem;
	}

	.hero__inner {
		grid-template-columns: minmax(0, 1fr) 310rem;
		column-gap: 36rem;
		min-height: 720rem;
		padding: 55rem 0 35rem;
	}

	.hero__left {
		width: auto;
	}

	.hero__copy {
		width: 580rem;
	}

	.hero__title {
		font-size: 46rem;
	}

	.hero__description {
		font-size: 19rem;
	}

	.hero__actions {
		align-items: stretch;
		gap: 12rem;
	}

	.hero-button {
		gap: 14rem;
		padding-inline: 18rem;
	}

	.hero-button strong {
		font-size: 15rem;
	}

	.hero-button small {
		font-size: 12rem;
	}

	.hero-button--primary {
		min-width: 285rem;
	}

	.hero-button--secondary {
		min-width: 210rem;
	}

	.hero-promo {
		width: 310rem;
		height: 400rem;
		padding: 26rem;
	}
}

@media (max-width: 900px) {
	.hero__surface {
		min-height: auto;
	}

	.hero__inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		min-height: auto;
		padding: 56rem 0 42rem;
	}

	.hero__left,
	.hero__copy {
		width: 100%;
	}

	.hero__copy {
		max-width: 650rem;
	}

	.hero__actions {
		flex-wrap: wrap;
	}

	.hero__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.hero-benefit {
		white-space: normal;
	}

	.hero-promo {
		width: 100%;
		height: auto;
		min-height: 330rem;
		margin-top: 40rem;
	}

	.hero-promo__note {
		margin-top: 22rem;
	}
}

@media (max-width: 767px) {
	.hero {
		padding-top: 10rem;
	}

	.hero__surface {
		border-radius: 16rem;
	}

	.hero__background {
		object-position: 56% center;
	}

	.hero--reference-background .hero__background {
		top: -145rem;
		height: calc(100% + 165rem);
		object-position: 52% top;
	}

	.hero__shade {
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.69) 64%, rgba(0, 0, 0, 0.52) 100%);
	}

	.hero__inner {
		width: calc(100% - 40rem);
		padding: 44rem 0 28rem;
	}

	.hero__eyebrow {
		margin-bottom: 18rem;
		font-size: 13rem;
		line-height: 1.3;
	}

	.hero__title {
		font-size: 38rem;
		line-height: 1.08;
		letter-spacing: -0.4rem;
	}

	.hero__description {
		margin-top: 19rem;
		font-size: 17rem;
		line-height: 1.55;
	}

	.hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		margin-top: 30rem;
	}

	.hero-button,
	.hero-button--primary,
	.hero-button--secondary {
		justify-content: flex-start;
		width: 100%;
		min-width: 0;
		height: 76rem;
		padding-inline: 22rem;
	}

	.hero-button strong,
	.hero-button small {
		white-space: normal;
	}

	.hero__benefits {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 22rem 16rem;
		margin-top: 34rem;
	}

	.hero-benefit,
	.hero-benefit:nth-child(3) {
		gap: 11rem;
		padding: 0;
		border: 0;
	}

	.hero-benefit > img {
		flex-basis: 32rem;
		width: 32rem;
		height: 32rem;
	}

	.hero-benefit > div {
		gap: 0;
		font-size: 12rem;
		line-height: 1.45;
	}

	.hero-promo {
		min-height: 340rem;
		margin-top: 34rem;
		padding: 26rem;
		background: rgba(0, 0, 0, 0.67);
	}

	.hero-promo__deadline {
		font-size: 13rem;
	}

	.hero-promo__title {
		margin-top: 16rem;
		font-size: 23rem;
	}

	.hero-promo__discount {
		margin-top: 3rem;
	}

	.hero-promo__discount strong {
		font-size: 84rem;
	}

	.hero-promo__discount span {
		font-size: 54rem;
	}

	.hero-promo__price {
		font-size: 39rem;
	}

	.hero-promo__note {
		font-size: 14rem;
		line-height: 1.5;
	}
}

@media (max-width: 420px) {
	.hero__title {
		font-size: 35rem;
	}

	.hero__benefits {
		grid-template-columns: 1fr;
	}

	.hero-promo__price {
		font-size: 34rem;
	}
}

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