.home-v1-slider {
	position: relative;
	width: 100%;
	margin: 0;
	background: #020a12;
}

.svlvc-home-hero,
.svlvc-home-hero * { box-sizing: border-box; }

.svlvc-home-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	min-height: clamp(570px, 54vw, 660px);
	overflow: hidden;
	background: #020a12;
	color: #fff;
}

.svlvc-home-hero__media,
.svlvc-home-hero__shade {
	position: absolute;
	inset: 0;
}

.svlvc-home-hero__media { z-index: -2; }
.svlvc-home-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.svlvc-home-hero__shade {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(1,8,16,.98) 0%, rgba(1,9,18,.93) 31%, rgba(1,10,20,.62) 56%, rgba(1,10,20,.14) 82%),
		linear-gradient(0deg, rgba(1,7,13,.72), transparent 42%);
}

.svlvc-home-hero__inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: clamp(42px, 6vw, 74px) clamp(24px, 5vw, 64px);
}

.svlvc-home-hero__content { max-width: 690px; }
.svlvc-home-hero__eyebrow {
	margin: 0 0 11px !important;
	color: #ffd400 !important;
	font-size: clamp(.72rem, .9vw, .84rem) !important;
	font-weight: 900 !important;
	letter-spacing: .15em;
	line-height: 1.35 !important;
	text-transform: uppercase;
}

.svlvc-home-hero h1 {
	max-width: 680px;
	margin: 0 0 17px !important;
	color: #fff !important;
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(2.55rem, 5vw, 4.65rem) !important;
	font-weight: 850 !important;
	letter-spacing: -.045em;
	line-height: .98 !important;
	text-wrap: balance;
}

.svlvc-home-hero__lead {
	max-width: 650px;
	margin: 0 0 22px !important;
	color: #e0e7ea !important;
	font-size: clamp(1rem, 1.4vw, 1.18rem) !important;
	line-height: 1.52 !important;
}

.svlvc-home-hero__benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 18px;
	max-width: 610px;
	margin: 0 0 25px !important;
	padding: 0 !important;
	list-style: none !important;
}

.svlvc-home-hero__benefits li {
	position: relative;
	margin: 0 !important;
	padding: 0 0 0 24px !important;
	color: #f3f7f8 !important;
	font-size: .9rem !important;
	font-weight: 700;
	line-height: 1.4 !important;
}

.svlvc-home-hero__benefits li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #19d8f2;
	font-weight: 950;
}

.svlvc-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	margin-bottom: 19px;
}

.svlvc-home-hero__primary,
.svlvc-home-hero__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 18px;
	border: 1px solid #ffd400;
	border-radius: 8px;
	font-size: .84rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: transform .18s ease, background .18s ease, color .18s ease;
}

.svlvc-home-hero__primary { background: #ffd400; color: #111 !important; }
.svlvc-home-hero__secondary { background: rgba(2,12,22,.52); color: #fff !important; backdrop-filter: blur(8px); }
.svlvc-home-hero__primary:hover,
.svlvc-home-hero__primary:focus-visible,
.svlvc-home-hero__secondary:hover,
.svlvc-home-hero__secondary:focus-visible { transform: translateY(-2px); background: #ffe34d; color: #111 !important; }

.svlvc-home-hero__method {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	gap: 11px;
	align-items: center;
	max-width: 570px;
	padding: 10px 12px;
	border: 1px solid rgba(116,221,239,.32);
	border-radius: 10px;
	background: rgba(3,19,31,.68);
	color: #fff !important;
	text-decoration: none !important;
	backdrop-filter: blur(10px);
}

.svlvc-home-hero__method:hover,
.svlvc-home-hero__method:focus-visible { border-color: #ffd400; }
.svlvc-home-hero__method-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #ffd400;
	color: #111;
	font-size: 1rem;
	font-weight: 950;
}
.svlvc-home-hero__method strong,
.svlvc-home-hero__method small { display: block; }
.svlvc-home-hero__method strong { margin-bottom: 2px; font-size: .82rem; line-height: 1.25; }
.svlvc-home-hero__method small { color: #cbd7dc; font-size: .69rem; line-height: 1.35; }

@media (min-width: 1200px) {
	.svlvc-home-hero__inner {
		padding-left: clamp(285px, 17vw, 330px);
		padding-right: clamp(38px, 4vw, 58px);
	}
	.svlvc-home-hero__content { max-width: 740px; }
	.svlvc-home-hero h1 {
		max-width: 740px;
		margin-bottom: 14px !important;
		font-size: clamp(2.9rem, 3.3vw, 3.65rem) !important;
		line-height: 1.01 !important;
	}
	.svlvc-home-hero__lead { max-width: 720px; margin-bottom: 18px !important; }
	.svlvc-home-hero__benefits { max-width: 700px; margin-bottom: 20px !important; }
	.svlvc-home-hero__actions { margin-bottom: 15px; }
	.svlvc-home-hero__method { max-width: 660px; }
}

@media (max-width: 767px) {
	.svlvc-home-hero {
		align-items: flex-start;
		min-height: 670px;
	}
	.svlvc-home-hero__media img { object-position: 58% center; }
	.svlvc-home-hero__shade {
		background:
			linear-gradient(180deg, rgba(1,7,14,.97) 0%, rgba(1,8,16,.89) 46%, rgba(1,9,18,.75) 72%, rgba(1,8,15,.92) 100%),
			linear-gradient(90deg, rgba(1,8,16,.92), rgba(1,8,16,.22));
	}
	.svlvc-home-hero__inner { padding: 35px 20px 28px; }
	.svlvc-home-hero__content { max-width: 100%; }
	.svlvc-home-hero h1 { max-width: 580px; font-size: clamp(2.25rem, 11vw, 3.45rem) !important; line-height: 1 !important; }
	.svlvc-home-hero__lead { font-size: .97rem !important; line-height: 1.48 !important; }
	.svlvc-home-hero__benefits { gap: 8px 12px; }
	.svlvc-home-hero__benefits li { font-size: .78rem !important; }
	.svlvc-home-hero__actions { display: grid; grid-template-columns: 1fr; }
	.svlvc-home-hero__primary,
	.svlvc-home-hero__secondary { width: 100%; }
}

@media (max-width: 420px) {
	.svlvc-home-hero { min-height: 690px; }
	.svlvc-home-hero__benefits { grid-template-columns: 1fr; }
	.svlvc-home-hero__method { grid-template-columns: 34px minmax(0, 1fr) auto; }
	.svlvc-home-hero__method-mark { width: 34px; height: 34px; }
}

@media (prefers-reduced-motion: reduce) {
	.svlvc-home-hero__primary,
	.svlvc-home-hero__secondary { transition: none; }
}
