body.erovale-app-page {
	overflow-x: clip;
}

body.erovale-app-page .page-main {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.erovale-app-page .vn-page {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body.erovale-app-page .vn-page-header {
	display: none !important;
}

body.erovale-app-page .vn-page-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	color: inherit;
	font-size: 1rem;
	line-height: 1.5;
}

.erovale-app-landing,
.erovale-app-landing * {
	box-sizing: border-box;
}

.erovale-app-landing {
	--app-red: #df001b;
	--app-red-bright: #ff1736;
	--app-yellow: #ffd400;
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none !important;
	margin: 0 0 0 -50vw !important;
	overflow: hidden;
	background: #eef0f5;
	color: #17191f;
}

.vn-page-content .erovale-app-landing a {
	text-decoration: none;
}

.erovale-app-hero {
	position: relative;
	overflow: hidden;
	min-height: 700px;
	border-bottom: 3px solid var(--app-red);
	background:
		radial-gradient(circle at 18% 18%, rgba(223,0,27,.28), transparent 34%),
		radial-gradient(circle at 86% 72%, rgba(223,0,27,.14), transparent 30%),
		linear-gradient(135deg, #170307 0%, #050505 42%, #000 100%);
	color: #fff;
}

.erovale-app-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
	background-size: 42px 42px;
	-webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
	mask-image: linear-gradient(to bottom, #000, transparent 88%);
	pointer-events: none;
}

.erovale-app-hero-shell {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(310px, 390px);
	gap: clamp(40px, 8vw, 110px);
	align-items: center;
	width: min(calc(100% - 48px), 1180px);
	min-height: 700px;
	margin: 0 auto;
	padding: 64px 0 0;
}

.erovale-app-hero-copy {
	max-width: 700px;
	padding-bottom: 60px;
}

.erovale-app-brand {
	display: flex;
	align-items: center;
	min-height: 54px;
	margin-bottom: 22px;
}

.erovale-app-brand .vn-logo-stack {
	width: min(235px, 60vw) !important;
	max-width: 235px !important;
}

.erovale-app-brand img,
.erovale-app-brand picture {
	display: block;
	max-width: 235px;
	max-height: 72px;
	object-fit: contain;
	object-position: left center;
}

.erovale-app-brand > strong {
	color: #fff;
	font-size: 2rem;
	font-weight: 950;
	letter-spacing: -.04em;
}

.erovale-app-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 19px;
	padding: 7px 12px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 999px;
	color: #fff;
	background: rgba(255,255,255,.055);
	font-size: .7rem;
	font-weight: 900;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.erovale-app-badge span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--app-red-bright);
	box-shadow: 0 0 0 5px rgba(255,23,54,.14);
}

.erovale-app-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(3.5rem, 6vw, 6.3rem);
	font-weight: 950;
	letter-spacing: -.06em;
	line-height: .91;
	text-wrap: balance;
}

.erovale-app-lead {
	max-width: 660px;
	margin: 24px 0 0;
	color: #c4c4ca;
	font-size: clamp(1rem, 1.55vw, 1.18rem);
	line-height: 1.7;
}

.erovale-app-cta {
	display: grid;
	grid-template-columns: 36px auto;
	width: min(100%, 340px);
	min-height: 68px;
	margin-top: 30px;
	padding: 10px 23px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 999px;
	color: #fff !important;
	background: linear-gradient(135deg, var(--app-red-bright), #b70028);
	box-shadow: 0 20px 42px rgba(223,0,27,.32), inset 0 1px 0 rgba(255,255,255,.22);
	text-align: left;
	transition: transform .2s ease, box-shadow .2s ease;
}

.erovale-app-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 26px 50px rgba(223,0,27,.42), inset 0 1px 0 rgba(255,255,255,.22);
}

.erovale-app-cta > span {
	grid-row: 1 / 3;
	align-self: center;
	font-size: 1.7rem;
}

.erovale-app-cta strong {
	align-self: end;
	font-size: 1.03rem;
}

.erovale-app-cta small {
	align-self: start;
	color: rgba(255,255,255,.75);
	font-size: .68rem;
}

.erovale-app-unavailable {
	display: inline-flex;
	margin: 29px 0 0;
	padding: 14px 18px;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 10px;
	color: #d4d4d8;
	background: rgba(255,255,255,.055);
	font-size: .86rem;
}

.erovale-app-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin: 18px 0 0;
	color: #8f8f97;
	font-size: .72rem;
	font-weight: 750;
}

.erovale-app-meta span + span::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 0 11px 2px 0;
	border-radius: 50%;
	background: var(--app-red-bright);
}

.erovale-app-device {
	align-self: end;
	width: 100%;
	max-width: 360px;
	margin: 0 auto -76px;
	text-align: center;
}

.erovale-app-device-frame {
	position: relative;
	padding: 13px;
	border: 1px solid #34343a;
	border-radius: 42px;
	background: #08080a;
	box-shadow: 0 42px 90px rgba(0,0,0,.52), 0 0 0 4px rgba(255,255,255,.025);
	transform: rotate(1.2deg);
}

.erovale-app-device-speaker {
	position: absolute;
	z-index: 2;
	top: 6px;
	left: 50%;
	width: 70px;
	height: 5px;
	border-radius: 999px;
	background: #27272c;
	transform: translateX(-50%);
}

.erovale-app-device img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #27272c;
	border-radius: 31px;
	object-fit: cover;
}

.erovale-app-device figcaption {
	margin-top: 14px;
	color: #76767d;
	font-size: .68rem;
}

.erovale-app-main {
	width: min(calc(100% - 48px), 1180px);
	margin: 0 auto;
	padding: 90px 0 54px;
}

.erovale-app-section-head {
	max-width: 820px;
	margin-bottom: 30px;
}

.erovale-app-section-head > p,
.erovale-app-kicker {
	margin: 0 0 9px;
	color: var(--app-red);
	font-size: .72rem;
	font-weight: 950;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.erovale-app-section-head h2,
.erovale-app-install h2,
.erovale-app-final h2 {
	margin: 0;
	color: #17191f;
	font-size: clamp(2rem, 4.3vw, 3.55rem);
	letter-spacing: -.045em;
	line-height: 1;
	text-wrap: balance;
}

.erovale-app-section-head > span {
	display: block;
	margin-top: 14px;
	color: #626670;
	font-size: 1rem;
	line-height: 1.65;
}

.erovale-app-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.erovale-app-feature-grid article {
	min-height: 185px;
	padding: 21px;
	border: 1px solid #dce0e8;
	border-bottom: 3px solid var(--app-red);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(22,25,34,.06);
}

.erovale-app-feature-grid i {
	display: grid;
	width: 44px;
	height: 44px;
	margin-bottom: 22px;
	place-items: center;
	border-radius: 12px;
	color: #fff;
	background: #111217;
	font-size: 1.05rem;
	font-style: normal;
}

.erovale-app-feature-grid h3 {
	margin: 0 0 7px;
	color: #20222a;
	font-size: 1rem;
}

.erovale-app-feature-grid p {
	margin: 0;
	color: #646873;
	font-size: .84rem;
	line-height: 1.58;
}

.erovale-app-install {
	display: grid;
	grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
	gap: clamp(38px, 7vw, 90px);
	align-items: start;
	margin-top: 88px;
	padding: clamp(30px, 5vw, 54px);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(22,25,34,.08);
}

.erovale-app-install-intro > p:last-child {
	margin: 18px 0 0;
	color: #626670;
	font-size: .9rem;
	line-height: 1.65;
}

.erovale-app-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.erovale-app-steps li {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 13px;
	min-height: 114px;
	align-content: center;
	padding: 16px;
	border: 1px solid #e1e4eb;
	border-radius: 13px;
	background: #f7f8fb;
}

.erovale-app-steps li > span {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--app-red);
	font-size: .79rem;
	font-weight: 950;
}

.erovale-app-steps strong {
	color: #25272e;
	font-size: .9rem;
}

.erovale-app-steps p {
	margin: 4px 0 0;
	color: #70747d;
	font-size: .77rem;
	line-height: 1.45;
}

.erovale-app-final {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 60px;
	padding: clamp(28px, 5vw, 48px);
	border-radius: 22px;
	background:
		radial-gradient(circle at 90% 50%, rgba(223,0,27,.22), transparent 34%),
		#09090a;
	box-shadow: 0 26px 60px rgba(18,20,28,.16);
}

.erovale-app-final p {
	margin: 0 0 7px;
	color: var(--app-yellow);
	font-size: .72rem;
	font-weight: 950;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.erovale-app-final h2 {
	max-width: 700px;
	color: #fff;
}

.erovale-app-final span {
	display: block;
	margin-top: 11px;
	color: #96969e;
	font-size: .85rem;
}

.erovale-app-final > a {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 25px;
	border-radius: 10px;
	color: #fff !important;
	background: var(--app-red);
	box-shadow: 0 16px 32px rgba(223,0,27,.26);
	font-weight: 900;
}

@media (max-width: 980px) {
	.erovale-app-hero {
		min-height: 640px;
	}

	.erovale-app-hero-shell {
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 40px;
		min-height: 640px;
	}

	.erovale-app-hero h1 {
		font-size: clamp(3.3rem, 7vw, 5rem);
	}

	.erovale-app-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.erovale-app-feature-grid article {
		min-height: 155px;
	}
}

@media (max-width: 760px) {
	.erovale-app-hero {
		min-height: 0;
	}

	.erovale-app-hero-shell {
		grid-template-columns: 1fr;
		gap: 16px;
		width: min(calc(100% - 28px), 620px);
		min-height: 0;
		padding: 55px 0 0;
		text-align: center;
	}

	.erovale-app-hero-copy {
		max-width: 620px;
		margin-inline: auto;
		padding-bottom: 24px;
	}

	.erovale-app-brand {
		justify-content: center;
	}

	.erovale-app-brand img {
		object-position: center;
	}

	.erovale-app-badge {
		margin-bottom: 17px;
	}

	.erovale-app-hero h1 {
		font-size: clamp(2.8rem, 13vw, 4.25rem);
	}

	.erovale-app-lead {
		margin-inline: auto;
		font-size: .95rem;
	}

	.erovale-app-cta,
	.erovale-app-unavailable {
		margin-inline: auto;
	}

	.erovale-app-meta {
		justify-content: center;
	}

	.erovale-app-device {
		max-width: 285px;
		margin-bottom: -58px;
	}

	.erovale-app-device-frame {
		border-radius: 35px;
		transform: none;
	}

	.erovale-app-device img {
		border-radius: 25px;
	}

	.erovale-app-main {
		width: min(calc(100% - 24px), 1180px);
		padding-top: 100px;
	}

	.erovale-app-install {
		grid-template-columns: 1fr;
		margin-top: 58px;
	}

	.erovale-app-final {
		align-items: stretch;
		flex-direction: column;
	}

	.erovale-app-final > a {
		width: 100%;
	}
}

@media (max-width: 560px) {
	.erovale-app-meta {
		gap: 7px 12px;
	}

	.erovale-app-meta span + span::before {
		display: none;
	}

	.erovale-app-feature-grid,
	.erovale-app-steps {
		grid-template-columns: 1fr;
	}

	.erovale-app-feature-grid article {
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 14px;
		min-height: 0;
	}

	.erovale-app-feature-grid i {
		margin: 0;
	}

	.erovale-app-install {
		padding: 25px 18px;
	}

	.erovale-app-steps li {
		min-height: 0;
	}

	.erovale-app-final {
		padding: 26px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.erovale-app-cta {
		transition: none;
	}
}
