/* XmartPro WAW home hero */
.logo.xmp-home-logo-wrap {
	align-items: flex-start;
	text-align: left;
}

.logo.xmp-home-logo-wrap img {
	width: 52px;
	height: 52px;
	object-fit: contain;
	filter: drop-shadow(0 8px 18px rgba(73, 133, 255, 0.28));
}

.xmp-waw-slider {
	background: #050914;
	position: relative;
	overflow: hidden;
}

.xmp-waw-slider .owl-stage-outer,
.xmp-waw-slider .owl-stage,
.xmp-waw-slider .owl-item {
	height: 100%;
}

.xmp-waw-slider > .slide-carousel {
	position: relative;
	z-index: 2;
}

.xmp-waw-slider .xmp-waw-slide {
	position: relative;
	min-height: 720px;
	height: calc(100vh - 76px);
	max-height: 880px;
	padding: 72px 0 94px;
	background-image: none !important;
	overflow: hidden;
}

.xmp-waw-media-layer,
.xmp-waw-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.xmp-waw-media-layer {
	z-index: 0;
	background: #050914;
	overflow: hidden;
}

.xmp-waw-hero-video {
	object-fit: cover;
	transform: scale(1.01);
	filter: brightness(1.02) saturate(1.14);
	opacity: 1;
}

.xmp-waw-hero-video.is-unavailable {
	display: none;
}

.xmp-waw-bg {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(3, 8, 20, 0.66) 0%, rgba(3, 8, 20, 0.4) 35%, rgba(3, 8, 20, 0.08) 68%, rgba(3, 8, 20, 0.34) 100%),
		linear-gradient(180deg, rgba(3, 8, 20, 0.52) 0%, rgba(3, 8, 20, 0.06) 42%, rgba(3, 8, 20, 0.58) 100%) !important;
}

.xmp-waw-slide:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		radial-gradient(900px 520px at 68% 45%, rgba(33, 107, 255, 0.14), transparent 62%),
		linear-gradient(120deg, rgba(8, 19, 43, 0.1), rgba(8, 19, 43, 0));
}

.xmp-waw-slide:after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0.16;
	background-image:
		linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
	background-size: 80px 80px;
	mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.xmp-waw-canvas {
	display: none;
}

.xmp-waw-slider .container {
	position: relative;
	z-index: 3;
	max-width: 1180px;
}

.xmp-waw-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: 72px;
	align-items: center;
	min-height: 560px;
}

.xmp-waw-hero-grid-right {
	grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
}

.xmp-waw-hero-grid-right .xmp-waw-copy {
	order: 2;
}

.xmp-waw-hero-grid-right .xmp-waw-stage {
	order: 1;
}

.xmp-waw-copy .slider-text {
	max-width: 720px;
	text-align: left;
}

.xmp-waw-kicker-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.xmp-waw-kicker,
.xmp-waw-motion {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 0 16px;
	border: 1px solid rgba(99, 148, 255, 0.34);
	border-radius: 999px;
	background: rgba(5, 13, 30, 0.72);
	color: #f8fbff;
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.xmp-waw-motion {
	text-transform: none;
	letter-spacing: 0;
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	background: rgba(23, 69, 82, 0.58);
}

.xmp-waw-motion span {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #4de1d1;
	box-shadow: 0 0 0 7px rgba(77, 225, 209, 0.13);
}

.xmp-waw-slider .slider-text > .text-animated {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.58s ease, transform 0.58s ease;
}

.xmp-waw-slider .owl-item.active .slider-text > .text-animated {
	opacity: 1;
	transform: translateY(0);
}

.xmp-waw-slider .owl-item.active .slider-text > .text-animated:nth-child(2) {
	transition-delay: 0.08s;
}

.xmp-waw-slider .owl-item.active .slider-text > .text-animated:nth-child(3) {
	transition-delay: 0.16s;
}

.xmp-waw-slider .owl-item.active .slider-text > .text-animated:nth-child(4) {
	transition-delay: 0.24s;
}

.xmp-waw-slider .text-animated h1 {
	font-family: "Work Sans", sans-serif;
	font-size: 76px;
	font-weight: 800;
	line-height: 0.98;
	text-transform: none;
	color: #ffffff;
	margin: 0 0 24px;
	letter-spacing: 0;
	text-shadow: 0 18px 42px rgba(0, 0, 0, 0.44);
}

.xmp-waw-slider .text-animated h1 em {
	display: inline-block;
	color: #3f7cff;
	font-style: normal;
}

.xmp-waw-slider .text-animated p {
	max-width: 650px;
	margin: 0;
	color: rgba(235, 243, 255, 0.92);
	font-size: 20px;
	line-height: 1.7;
	font-weight: 500;
}

.xmp-waw-slider .text-animated ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 30px;
}

.xmp-waw-slider .text-animated li {
	margin: 0;
}

.xmp-waw-slider .text-animated li a {
	min-width: 150px;
	border: 1px solid rgba(100, 153, 255, 0.42) !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #2f72ff, #5cd4ff) !important;
	color: #ffffff !important;
	padding: 15px 26px;
	font-family: "Work Sans", sans-serif;
	font-size: 15px;
	font-weight: 800;
	text-align: center;
	text-transform: none;
	box-shadow: 0 18px 42px rgba(31, 112, 255, 0.32);
}

.xmp-waw-slider .text-animated li:last-child a {
	background: rgba(7, 14, 31, 0.76) !important;
	border-color: rgba(130, 163, 228, 0.42) !important;
	box-shadow: none;
}

.xmp-waw-slider .text-animated li a:hover,
.xmp-waw-slider .text-animated li:last-child a:hover {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #0a1225 !important;
}

.xmp-waw-stage {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 22px;
	min-height: 520px;
}

.xmp-waw-panel,
.xmp-waw-showcase {
	border: 1px solid rgba(100, 153, 255, 0.22);
	border-radius: 28px;
	background: rgba(8, 17, 37, 0.78);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
	backdrop-filter: blur(16px);
}

.xmp-waw-panel {
	width: min(100%, 372px);
	padding: 24px;
	z-index: 2;
}

.xmp-waw-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.xmp-waw-panel-head span,
.xmp-waw-panel-head b {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 16px;
	border: 1px solid rgba(118, 154, 224, 0.24);
	border-radius: 999px;
	color: rgba(238, 244, 255, 0.78);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.xmp-waw-panel-head b {
	border: 0;
	color: #c9fff7;
	background: rgba(47, 155, 137, 0.44);
	letter-spacing: 0.08em;
}

.xmp-waw-panel strong {
	display: block;
	color: #f8fbff;
	font-size: 28px;
	line-height: 1.18;
	margin-bottom: 16px;
}

.xmp-waw-panel p {
	color: rgba(217, 229, 247, 0.78);
	font-size: 15px;
	line-height: 1.65;
	margin-bottom: 20px;
}

.xmp-waw-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.xmp-waw-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(125, 160, 230, 0.2);
	border-radius: 999px;
	color: rgba(238, 244, 255, 0.86);
	background: rgba(255, 255, 255, 0.04);
	font-size: 13px;
	font-weight: 800;
}

.xmp-waw-showcase {
	width: min(100%, 372px);
	padding: 0;
	overflow: hidden;
	border-radius: 24px;
	flex: 0 0 auto;
}

.xmp-waw-showcase img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.xmp-waw-slider .slider-one .owl-nav {
	bottom: 30px;
	left: 50%;
	width: auto;
	display: flex;
	gap: 12px;
	transform: translateX(-50%);
}

.xmp-waw-slider .slider-one .owl-nav .owl-prev,
.xmp-waw-slider .slider-one .owl-nav .owl-next {
	width: 48px;
	height: 48px;
	line-height: 43px;
	margin: 0;
	border: 1px solid rgba(118, 154, 224, 0.22) !important;
	border-radius: 0;
	background: rgba(3, 8, 20, 0.78) !important;
	color: #ffffff !important;
}

.xmp-waw-slider .slider-one .owl-nav .owl-prev:hover,
.xmp-waw-slider .slider-one .owl-nav .owl-next:hover {
	background: #ffffff !important;
	color: #0a1225 !important;
	border-color: #ffffff !important;
}

@media only screen and (max-width: 991px) {
	.logo.xmp-home-logo-wrap {
		min-height: 74px;
		align-items: flex-start;
		text-align: left;
	}

	.xmp-waw-slider .xmp-waw-slide {
		min-height: 720px;
		height: auto;
		padding: 78px 0 112px;
	}

	.xmp-waw-hero-grid,
	.xmp-waw-hero-grid-right {
		display: block;
		min-height: 0;
	}

	.xmp-waw-hero-grid-right .xmp-waw-copy,
	.xmp-waw-hero-grid-right .xmp-waw-stage {
		order: initial;
	}

	.xmp-waw-stage {
		display: none;
	}

	.xmp-waw-copy .slider-text {
		max-width: 760px;
	}

	.xmp-waw-slider .text-animated h1 {
		font-size: 58px;
		line-height: 1.04;
	}

	.xmp-waw-slider .text-animated p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 575px) {
	.xmp-waw-slider .xmp-waw-slide {
		min-height: 680px;
		padding: 58px 0 112px;
	}

	.xmp-waw-kicker-row {
		margin-bottom: 18px;
	}

	.xmp-waw-kicker,
	.xmp-waw-motion {
		min-height: 34px;
		padding: 0 12px;
		font-size: 11px;
	}

	.xmp-waw-slider .text-animated h1 {
		font-size: 42px;
		line-height: 1.08;
		margin-bottom: 18px;
	}

	.xmp-waw-slider .text-animated p {
		font-size: 16px;
		line-height: 1.65;
	}

	.xmp-waw-slider .text-animated ul {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 24px;
	}

	.xmp-waw-slider .text-animated li a {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.xmp-waw-slider .slider-text > .text-animated {
		transition: none;
		transform: none;
	}
}
