.home,
.home body,
.home .page-wrapper,
.home .page-content,
.home .elementor-9 {
	overflow-x: hidden !important;
}

.home .elementor-element-ozhero01 > .elementor-container {
	max-width: none;
	padding: 0;
}

.home .elementor-element-ozhero01 .elementor-widget-container {
	overflow: visible;
}

.oz-hero {
	position: relative;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	color: #fff;
	overflow: hidden;
	border-radius: 0 0 28px 28px;
	background-color: #102b46;
	background-image:
		linear-gradient(135deg, rgba(6, 16, 28, 0.96) 0%, rgba(10, 27, 46, 0.92) 46%, rgba(10, 27, 46, 0.88) 100%),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='600' viewBox='0 0 1200 600'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23ff6a00' stop-opacity='.14'/%3E%3Cstop offset='.6' stop-color='%2370c5ff' stop-opacity='.10'/%3E%3Cstop offset='1' stop-color='%23ffffff' stop-opacity='.05'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none'%3E%3Cpath d='M-80 140 C 180 40, 360 260, 640 160 S 1060 40, 1280 180' stroke='url(%23g)' stroke-width='2'/%3E%3Cpath d='M-60 260 C 200 150, 340 420, 640 300 S 1040 160, 1280 340' stroke='url(%23g)' stroke-width='2' opacity='.75'/%3E%3Cpath d='M-60 380 C 220 290, 360 520, 660 420 S 1080 260, 1280 470' stroke='url(%23g)' stroke-width='2' opacity='.55'/%3E%3C/g%3E%3Cg fill='%23ffffff' opacity='.08'%3E%3Ccircle cx='180' cy='130' r='3'/%3E%3Ccircle cx='320' cy='250' r='2'/%3E%3Ccircle cx='520' cy='190' r='2'/%3E%3Ccircle cx='720' cy='310' r='3'/%3E%3Ccircle cx='910' cy='190' r='2'/%3E%3Ccircle cx='1040' cy='320' r='2'/%3E%3C/g%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover, cover;
}

@supports (clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%)) {
	.oz-hero {
		border-radius: 0;
		clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
	}
}

.oz-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top right, rgba(255, 106, 0, 0.18), transparent 22%),
		radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.10), transparent 26%),
		radial-gradient(circle at 18% 74%, rgba(255, 106, 0, 0.14), transparent 34%),
		radial-gradient(circle at 88% 78%, rgba(112, 197, 255, 0.12), transparent 30%),
		linear-gradient(180deg, rgba(7, 18, 31, 0.1) 0%, rgba(7, 18, 31, 0.38) 100%);
	pointer-events: none;
}

.oz-hero::after {
	content: "";
	position: absolute;
	inset: -2px;
	background:
		linear-gradient(115deg, rgba(255, 106, 0, 0.18), rgba(16, 43, 70, 0.0) 42%, rgba(112, 197, 255, 0.12) 78%, rgba(255, 106, 0, 0.12)),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, rgba(255, 255, 255, 0.0) 1px 12px);
	mix-blend-mode: overlay;
	opacity: 0.9;
	pointer-events: none;
}

.oz-hero__content {
	padding-left: 2px;
	padding-right: 2px;
}

.oz-hero::marker {
	content: none;
}

.oz-hero::selection {
	background: rgba(255, 106, 0, 0.35);
	color: #fff;
}

.oz-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	min-height: clamp(320px, 44vh, 440px);
	max-height: 440px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 64px clamp(28px, 4vw, 44px) 56px;
	width: 100%;
	box-sizing: border-box;
}

.oz-hero__content {
	width: min(100%, 700px);
	padding: 0 14px;
	max-width: 100%;
	box-sizing: border-box;
}

.oz-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #e8f1fb;
}

.oz-hero h1 {
	max-width: 18ch;
	margin: 18px 0 14px;
	font-size: clamp(32px, 4.2vw, 56px);
	line-height: 1.06;
	letter-spacing: -0.04em;
	font-weight: 800;
	color: #fff;
	text-shadow:
		0 18px 44px rgba(0, 0, 0, 0.42),
		0 2px 0 rgba(0, 0, 0, 0.12);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.oz-hero__lead {
	max-width: 620px;
	margin: 0;
	font-size: clamp(15px, 1.35vw, 18px);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
	text-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.oz-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.oz-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 26px;
	border-radius: 16px;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.oz-hero__button::before {
	content: "";
	position: absolute;
	inset: -2px;
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.22) 20%, transparent 44%);
	transform: translateX(-120%);
	opacity: 0.0;
	pointer-events: none;
}

.oz-hero__button:hover {
	transform: translateY(-1px);
}

.oz-hero__button:hover::before {
	opacity: 1;
	transform: translateX(120%);
	transition: transform 0.65s ease, opacity 0.2s ease;
}

.oz-hero__button--primary {
	background: linear-gradient(135deg, #ff6a00 0%, #ff8a2a 100%);
	box-shadow: 0 20px 34px rgba(255, 106, 0, 0.26);
	color: #fff;
}

.oz-hero__button--secondary {
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	backdrop-filter: blur(10px);
}

.oz-hero__points {
	display: none;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.oz-hero__point {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
	font-weight: 700;
	color: #f1f6fb;
}

.oz-hero__stats {
	display: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	max-width: 760px;
	margin-top: 34px;
}

.oz-hero__stat {
	padding: 18px 18px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.oz-hero__stat-value {
	display: block;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.05;
	color: #fff;
}

.oz-hero__stat-label {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
}

.oz-hero__aside {
	display: none;
}

.oz-hero__glass {
	width: 100%;
	max-width: 320px;
	padding: 24px;
	border-radius: 28px;
	background: rgba(12, 31, 51, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(14px);
	box-shadow: 0 24px 60px rgba(4, 14, 24, 0.24);
}

.oz-hero__glass-title {
	display: block;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #ffd5b3;
}

.oz-hero__glass-phone {
	display: block;
	margin-top: 14px;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.02;
	color: #fff;
}

.oz-hero__glass-copy {
	margin: 14px 0 0;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
}

.oz-hero__glass-list {
	display: grid;
	gap: 10px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.oz-hero__glass-list li {
	padding: 12px 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
	color: #f3f8fd;
}

@media (min-width: 1280px) {
	.oz-hero__aside {
		flex: 0 0 320px;
		display: flex;
		justify-content: flex-end;
	}
}

@media (max-width: 1199px) {
	.oz-hero {
		background-image:
			linear-gradient(180deg, rgba(6, 16, 28, 0.96) 0%, rgba(10, 27, 46, 0.92) 55%, rgba(10, 27, 46, 0.92) 100%),
			url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='600' viewBox='0 0 1200 600'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23ff6a00' stop-opacity='.14'/%3E%3Cstop offset='.6' stop-color='%2370c5ff' stop-opacity='.10'/%3E%3Cstop offset='1' stop-color='%23ffffff' stop-opacity='.05'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none'%3E%3Cpath d='M-80 140 C 180 40, 360 260, 640 160 S 1060 40, 1280 180' stroke='url(%23g)' stroke-width='2'/%3E%3Cpath d='M-60 260 C 200 150, 340 420, 640 300 S 1040 160, 1280 340' stroke='url(%23g)' stroke-width='2' opacity='.75'/%3E%3Cpath d='M-60 380 C 220 290, 360 520, 660 420 S 1080 260, 1280 470' stroke='url(%23g)' stroke-width='2' opacity='.55'/%3E%3C/g%3E%3Cg fill='%23ffffff' opacity='.08'%3E%3Ccircle cx='180' cy='130' r='3'/%3E%3Ccircle cx='320' cy='250' r='2'/%3E%3Ccircle cx='520' cy='190' r='2'/%3E%3Ccircle cx='720' cy='310' r='3'/%3E%3Ccircle cx='910' cy='190' r='2'/%3E%3Ccircle cx='1040' cy='320' r='2'/%3E%3C/g%3E%3C/svg%3E");
	}

	.oz-hero__inner {
		min-height: clamp(340px, 50vh, 480px);
		padding: 56px 32px 48px;
	}
	.oz-hero h1 {
		max-width: 20ch;
	}
}

@media (max-width: 1024px) {
	.oz-hero__inner {
		min-height: clamp(300px, 44vh, 400px);
		max-height: 400px;
		padding: 48px 28px 40px;
		align-items: center;
	}

	.oz-hero__points {
		display: none;
		grid-template-columns: 1fr;
	}

	.oz-hero__point {
		justify-content: center;
	}

	.oz-hero__stats {
		display: none;
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.oz-hero__stat {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.oz-hero {
		overflow: visible;
	}

	.oz-hero::after {
		inset: 0;
	}

	.oz-hero__inner {
		padding: 56px calc(24px + env(safe-area-inset-right)) 48px calc(24px + env(safe-area-inset-left)) !important;
		max-height: none;
	}

	.oz-hero__content {
		width: 100%;
		text-align: center;
		padding-left: 12px;
		padding-right: 12px;
	}

	.oz-hero h1,
	.oz-hero__lead {
		display: block;
		overflow: visible;
		-webkit-line-clamp: initial;
		-webkit-box-orient: initial;
	}

	.oz-hero h1 {
		letter-spacing: -0.01em;
	}

	.oz-hero__eyebrow {
		min-height: 38px;
		padding: 0 14px;
		font-size: 11px;
		letter-spacing: 0.05em;
		justify-content: center;
	}

	.oz-hero h1 {
		max-width: none;
		margin: 18px 0 14px;
		font-size: 32px;
		line-height: 1.08;
		letter-spacing: 0;
	}

	.oz-hero__lead {
		font-size: 16px;
		line-height: 1.68;
		margin-left: auto;
		margin-right: auto;
	}

	.oz-hero__actions {
		flex-direction: column;
	}

	.oz-hero__button {
		width: 100%;
	}

	.oz-hero__points {
		justify-items: center;
	}

	.oz-hero__stats {
		text-align: center;
	}

	.oz-hero__stat {
		padding-left: 0;
	}
}

@keyframes ozHeroSheen {
	0% { filter: hue-rotate(0deg); opacity: 0.82; }
	50% { filter: hue-rotate(12deg); opacity: 1; }
	100% { filter: hue-rotate(0deg); opacity: 0.82; }
}

@media (prefers-reduced-motion: reduce) {
	.oz-hero::after {
		animation: none;
	}
	.oz-hero__button:hover {
		transform: none;
	}
	.oz-hero__button:hover::before {
		transition: none;
		transform: none;
		opacity: 0.0;
	}
}

.home .oz-hero::after {
	animation: none !important;
}

.home #main p,
.home #main p strong {
	color: #555;
}

.home #main h2 strong,
.home #main .text-primary,
.home #main [style*="#ff6600"] {
	color: #d45200 !important;
}

.home .footer-bottom__right a {
	color: #333 !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}
