/* VVS Landing Page – card, header, hero (text + slider), contact */

body.vvs-landing-page {
	background: linear-gradient(135deg, #0a1628 0%, #1a365d 35%, #2c5282 70%, #1e3a5f 100%) !important;
	background-attachment: fixed;
	min-height: 100vh !important;
	box-sizing: border-box !important;
}

body.vvs-landing-page .vvs-landing {
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 1rem;
	box-sizing: border-box;
}

body.vvs-landing-page .vvs-card {
	width: 100%;
	max-width: 960px;
	background: rgba(22, 30, 45, 0.85);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

body.vvs-landing-page .vvs-header {
	position: relative;
	z-index: 10;
	padding: 1.25rem 0 0;
	border-bottom: none;
	background: linear-gradient(180deg, rgba(30, 58, 95, 0.5) 0%, rgba(22, 30, 45, 0.2) 60%, transparent 100%);
}

body.vvs-landing-page .vvs-header-inner {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 0;
}

body.vvs-landing-page .vvs-logo-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
}

body.vvs-landing-page .vvs-logo {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 0 !important;
	text-decoration: none !important;
	color: #f4f4f5 !important;
	font-weight: 600;
	font-size: 1.15rem;
	letter-spacing: 0.02em;
}

body.vvs-landing-page .vvs-logo-tagline {
	display: block;
	font-size: 0.85rem;
	color: rgba(244, 244, 245, 0.65);
	letter-spacing: 0.08em;
	font-weight: 500;
}

body.vvs-landing-page .vvs-logo img {
	display: block;
	width: 140px;
	height: auto;
	max-height: 160px;
	object-fit: contain;
}

body.vvs-landing-page .vvs-hero {
	position: relative;
	z-index: 5;
	padding: 2.5rem 2rem 2.5rem;
	background: linear-gradient(160deg, rgba(30, 58, 95, 0.6) 0%, rgba(22, 30, 45, 0.9) 50%, rgba(15, 23, 42, 0.85) 100%);
}

body.vvs-landing-page .vvs-hero-inner {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
	align-items: stretch;
	min-height: min(384px, 46.4vh);
}

body.vvs-landing-page .vvs-hero-col-text {
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	min-height: 0;
}

body.vvs-landing-page .vvs-hero-visual {
	display: flex;
	min-height: 0;
}

body.vvs-landing-page .vvs-hero-image-wrap {
	flex: 1;
	min-height: 0;
}

body.vvs-landing-page .vvs-hero-text {
	display: block;
}

body.vvs-landing-page .vvs-hero-panel {
	display: none;
}

body.vvs-landing-page .vvs-hero-panel.is-active {
	display: block;
}

body.vvs-landing-page .vvs-hero-body {
	max-width: 360px;
}

body.vvs-landing-page .vvs-hero-body p {
	margin: 0 0 0.75rem;
}

body.vvs-landing-page .vvs-hero-body p:last-child {
	margin-bottom: 0;
}

body.vvs-landing-page .vvs-nav {
	display: flex !important;
	justify-content: center;
	gap: 1.75rem;
	margin-top: auto;
	flex-shrink: 0;
}

body.vvs-landing-page .vvs-nav a {
	color: rgba(244, 244, 245, 0.8) !important;
	text-decoration: none !important;
	font-size: 0.9rem;
	font-weight: 500;
	transition: color 0.2s;
}

body.vvs-landing-page .vvs-nav a:hover {
	color: #f4f4f5 !important;
}

body.vvs-landing-page .vvs-nav-link.is-active {
	color: #f4f4f5 !important;
	font-weight: 600;
}

body.vvs-landing-page .vvs-hero-title {
	color: #f4f4f5 !important;
	font-size: clamp(1.75rem, 3.5vw, 2.25rem) !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	margin: 0 0 0.75rem !important;
	letter-spacing: -0.02em;
}

body.vvs-landing-page .vvs-hero-subtext {
	color: rgba(244, 244, 245, 0.65) !important;
	font-size: 0.95rem !important;
	line-height: 1.55 !important;
	margin: 0 0 1.5rem !important;
	max-width: 360px;
}

body.vvs-landing-page .vvs-hero-image-wrap {
	position: relative;
	z-index: 2;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
	max-width: 360px;
	margin-left: auto;
	align-self: stretch;
	height: 100%;
}

body.vvs-landing-page .vvs-hero-slider-track {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 200px;
}

body.vvs-landing-page .vvs-hero-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

body.vvs-landing-page .vvs-hero-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	position: relative;
}

body.vvs-landing-page .vvs-hero-slide .vvs-hero-image {
	width: 100% !important;
	height: 100% !important;
	display: block !important;
	object-fit: cover !important;
	object-position: center;
}

body.vvs-landing-page .vvs-hero-slider-prev,
body.vvs-landing-page .vvs-hero-slider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
	transition: background 0.2s;
}

body.vvs-landing-page .vvs-hero-slider-prev:hover,
body.vvs-landing-page .vvs-hero-slider-next:hover {
	background: rgba(0, 0, 0, 0.7);
}

body.vvs-landing-page .vvs-hero-slider-prev {
	left: 8px;
}

body.vvs-landing-page .vvs-hero-slider-next {
	right: 8px;
}

body.vvs-landing-page .vvs-hero-slider-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	gap: 6px;
	justify-content: center;
}

body.vvs-landing-page .vvs-hero-slider-dots button {
	width: 8px;
	height: 8px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	padding: 0;
	transition: background 0.2s, transform 0.2s;
}

body.vvs-landing-page .vvs-hero-slider-dots button:hover,
body.vvs-landing-page .vvs-hero-slider-dots button[aria-selected="true"] {
	background: #fff;
	transform: scale(1.15);
}

body.vvs-landing-page .vvs-hero-image {
	width: 100% !important;
	max-width: 100%;
	display: block !important;
	vertical-align: middle;
}

body.vvs-landing-page .vvs-contact-section {
	padding: 2rem 2rem 2.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	background: linear-gradient(0deg, rgba(15, 23, 42, 0.6) 0%, rgba(22, 30, 45, 0.25) 50%, transparent 100%);
}

body.vvs-landing-page .vvs-contact-card {
	max-width: 100%;
}

body.vvs-landing-page .vvs-contact-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2.5rem;
	justify-content: center;
	align-items: center;
}

body.vvs-landing-page .vvs-contact-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: rgba(244, 244, 245, 0.9);
	font-size: 0.95rem;
}

body.vvs-landing-page .vvs-contact-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 10px;
	background: rgba(59, 130, 246, 0.2);
	color: #93c5fd;
}

body.vvs-landing-page .vvs-contact-icon svg {
	width: 20px;
	height: 20px;
}

body.vvs-landing-page .vvs-contact-label {
	display: block;
	color: rgba(244, 244, 245, 0.6);
	font-size: 0.8rem;
	margin-bottom: 0.15rem;
}

body.vvs-landing-page .vvs-contact-value {
	font-weight: 500;
}

@media (max-width: 900px) {
	body.vvs-landing-page .vvs-hero-inner {
		grid-template-columns: 1fr !important;
		text-align: center;
	}
	body.vvs-landing-page .vvs-hero-subtext {
		margin-left: auto;
		margin-right: auto;
	}
	body.vvs-landing-page .vvs-hero-image-wrap {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 700px) {
	body.vvs-landing-page {
		padding: 1rem 0.75rem !important;
	}
	body.vvs-landing-page .vvs-hero,
	body.vvs-landing-page .vvs-contact-section {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	body.vvs-landing-page .vvs-header-inner {
		flex-wrap: wrap;
	}
	body.vvs-landing-page .vvs-nav {
		order: 3;
		width: 100%;
		justify-content: center;
	}
	body.vvs-landing-page .vvs-contact-grid {
		flex-direction: column;
		align-items: center;
	}
}
