.dz-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(circle at 56% 44%, rgba(33, 83, 123, 0.35), transparent 34%),
		linear-gradient(105deg, #031426 0%, #05192d 52%, #020d18 100%);
	padding: 150px 0 50px;
}




.dz-hero__container {
	position: relative;
	display: grid;
	align-items: center;
}

.dz-hero__content {
	position: relative;
	z-index: 3;
	max-width: 900px;
	padding-left: 50px;
	padding-top: clamp(76px, 7vw, 118px);
	padding: 0;
}

.dz-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-height: 38px;
	margin: 0 0 26px;
	padding: 7px 17px;
	border: 1px solid rgba(195, 128, 78, 0.74);
	border-radius: 999px;
	color: var(--dz-copper-light);
	background: rgba(7, 25, 43, 0.42);
	font-size: clamp(16px, 1.05vw, 22px);
	font-weight: 500;
	line-height: 1.35;
}

.dz-hero__eyebrow-dot {
	width: 9px;
	height: 9px;
	flex: 0 0 9px;
	border-radius: 50%;
	background: #42d98b;
	box-shadow:
		0 0 0 0 rgba(66, 217, 139, 0.44),
		0 0 16px rgba(66, 217, 139, 0.76);
	animation: dz-hero-online-pulse 1.8s ease-out infinite;
}

.dz-hero__title {
	margin: 0;
	color: var(--dz-text);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.02;
	text-wrap: balance;
	text-shadow: 0 10px 42px rgba(0, 0, 0, 0.35);
}

.dz-hero__title span {
	color: var(--dz-copper);
}

.dz-hero__description {
	margin-top: 40px;
	color: var(--dz-muted);
	font-weight: 400;
	line-height: 1.52;
}

.dz-hero__description p {
	margin: 0;
}

.dz-hero__description p + p {
	margin-top: 3px;
}

.dz-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 40px;
}

.dz-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 20px 35px;
	border: 1px solid var(--dz-line);
	border-radius: 7px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(18px, 1.16vw, 23px);
	line-height: 1;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.dz-button:hover {
	transform: translateY(-2px);
}

.dz-button:focus-visible {
	outline: 2px solid var(--dz-copper-light);
	outline-offset: 4px;
}

.dz-button--primary {
	gap: 20px;
	border-color: rgba(233, 181, 132, 0.72);
	transform: none;
	color: #160f0b;
	border: 1px solid rgba(239, 184, 128, 0.8);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 43%),
		linear-gradient(108deg, #e5b47f, #9a6747);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32),
		0 14px 32px rgba(0, 0, 0, 0.26);
}

.dz-button--primary:hover {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 45%),
		linear-gradient(110deg, #d0a780, #9b6d4f);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 22px 48px rgba(0, 0, 0, 0.32);
}

.dz-button svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dz-button--primary svg {
	transform: rotate(-45deg);
}

.dz-button--secondary svg {
	transform: none;
}

.dz-button--secondary {
	gap: 20px;
	color: var(--dz-text);
	background: rgba(5, 22, 39, 0.54);
	backdrop-filter: blur(12px);
	transform: none;
}

.dz-button--secondary:hover {
	border-color: rgba(224, 173, 125, 0.9);
	background: rgba(12, 37, 61, 0.78);
}

.dz-hero__stats {
	display: grid;
	grid-template-columns: 1.05fr 0.92fr 1fr;
	margin-top: 45px;
	padding: 25px;
	border: 1px solid var(--dz-line);
	border-radius: 10px;
	background: linear-gradient(120deg, rgba(8, 28, 47, 0.9), rgba(4, 18, 32, 0.72));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 24px 60px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(15px);
}

.dz-hero__stat {
	display: flex;
	align-items: center;
	gap: 25px;
	min-height: 94px;
	padding: 0 25px;
}

.dz-hero__stat:first-child {
	padding-left: 10px;
}

.dz-hero__stat + .dz-hero__stat {
	border-left: 1px solid rgba(193, 126, 80, 0.34);
}

.dz-hero__stat-icon {
	width: 55px;
	flex: 0 0 55px;
	color: var(--dz-copper-light);
}

.dz-hero__stat-icon svg {
	width: 100%;
	height: auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.dz-hero__stat strong {
	display: block;
	color: var(--dz-copper-light);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.dz-hero__stat strong small {
	font-size: 0.62em;
	font-weight: 400;
}

.dz-hero__stat span {
	display: block;
	margin-top: 8px;
	color: var(--dz-muted);
	font-size: clamp(15px, 0.92vw, 20px);
	line-height: 1.28;
}

.dz-hero__visual {
	position: absolute;
	right: -1.8%;
	bottom: 0;
	z-index: 1;
	width: 51%;
	height: 100%;
	pointer-events: none;
}

.dz-hero__visual::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(90deg, #05192d 0%, rgba(5, 25, 45, 0.9) 5%, transparent 31%),
		linear-gradient(180deg, transparent 70%, rgba(1, 10, 19, 0.26));
}

.dz-hero__image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58% top;
	filter: saturate(0.82) contrast(1.06) brightness(0.9);
}

.dz-hero__arc {
	position: absolute;
	z-index: 3;
	left: -21%;
	top: 4%;
	width: 58%;
	height: 118%;
	border-radius: 50%;
	border-left: 3px solid rgba(189, 220, 243, 0.55);
	transform: rotate(16deg);
	box-shadow: -8px 0 20px rgba(152, 206, 246, 0.12);
	opacity: 0.7;
}

.dz-hero__arc--two {
	left: -11%;
	top: 7%;
	border-left-color: rgba(157, 113, 77, 0.42);
	box-shadow: none;
	opacity: 0.45;
}

@media (min-width: 1900px) {
	.dz-hero,
	.dz-hero__container {
		min-height: 1040px;
	}

	.dz-hero__content {
		padding-left: 52px;
	}
}

@media (max-width: 1500px) {
	.dz-hero,
	.dz-hero__container {
		min-height: 820px;
	}

	.dz-hero__container {
		grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
		padding-top: 54px;
	}

	.dz-hero__content {
		padding-left: 24px;
	}

	.dz-hero__title {
		font-size: clamp(50px, 4.45vw, 70px);
	}

	.dz-hero__description {
		margin-top: 34px;
	}

	.dz-hero__actions {
		gap: 24px;
		margin-top: 36px;
	}

	.dz-button {
		min-width: 260px;
		min-height: 72px;
	}

	.dz-hero__stats {
		margin-top: 34px;
		padding: 18px 20px;
	}

	.dz-hero__stat {
		gap: 18px;
		padding: 0 20px;
	}

	.dz-hero__stat-icon {
		width: 45px;
		flex-basis: 45px;
	}
}

@media (max-width: 1180px) {
	.dz-hero {
		min-height: auto;
	}

	.dz-hero__container {
		grid-template-columns: minmax(0, 1fr) 420px;
		min-height: 780px;
		padding-top: 64px;
		padding-bottom: 48px;
	}

	.dz-hero__content {
		padding-left: 0;
	}

	.dz-hero__title {
		font-size: clamp(46px, 5.3vw, 62px);
	}

	.dz-hero__description {
		max-width: 690px;
		font-size: 18px;
	}

	.dz-button {
		min-width: 230px;
		padding-inline: 28px;
	}

	.dz-hero__stats {
		max-width: 760px;
	}

	.dz-hero__stat {
		gap: 12px;
		padding-inline: 14px;
	}

	.dz-hero__visual {
		right: -13%;
		width: 58%;
	}
}

@media (max-width: 900px) {
	.dz-hero__container {
		display: block;
		min-height: auto;
		padding-top: 70px;
		padding-bottom: 0;
	}

	.dz-hero__content {
		max-width: 760px;
	}

	.dz-hero__eyebrow {
		margin-bottom: 28px;
	}

	.dz-hero__title {
		font-size: clamp(43px, 8vw, 66px);
	}

	.dz-hero__visual {
		position: relative;
		right: auto;
		bottom: auto;
		width: calc(100% + 48px);
		height: 630px;
		margin: -80px -24px 0;
	}

	.dz-hero__visual::before {
		background:
			linear-gradient(180deg, #05182a 0%, rgba(5, 24, 42, 0.82) 12%, transparent 42%),
			linear-gradient(90deg, rgba(3, 20, 36, 0.58), transparent 45%);
	}

	.dz-hero__image {
		object-position: center top;
	}

	.dz-hero__stats {
		position: relative;
		z-index: 4;
		grid-template-columns: repeat(3, 1fr);
		margin-top: 38px;
	}
}

@media (max-width: 700px) {
	.dz-hero__container {
		padding-top: 48px;
	}

	.dz-hero__title {
		font-size: clamp(39px, 11vw, 56px);
		line-height: 1.04;
	}

	.dz-hero__title br {
		display: none;
	}

	.dz-hero__description {
		margin-top: 28px;
		font-size: 17px;
	}

	.dz-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 32px;
	}

	.dz-button {
		width: 100%;
		min-width: 0;
		min-height: 66px;
	}

	.dz-hero__stats {
		grid-template-columns: 1fr;
		padding: 8px 22px;
	}

	.dz-hero__stat,
	.dz-hero__stat:first-child {
		padding: 20px 0;
	}

	.dz-hero__stat + .dz-hero__stat {
		border-top: 1px solid rgba(193, 126, 80, 0.34);
		border-left: 0;
	}

	.dz-hero__stat-icon {
		width: 48px;
		flex-basis: 48px;
	}

	.dz-hero__visual {
		height: 500px;
		margin-top: -28px;
	}
}

@media (max-width: 420px) {
	.dz-hero__container {
		padding-top: 38px;
	}

	.dz-hero__eyebrow {
		font-size: 15px;
	}

	.dz-hero__title {
		font-size: clamp(36px, 10.5vw, 44px);
	}

	.dz-hero__description {
		font-size: 16px;
	}

	.dz-button {
		font-size: 18px;
	}

	.dz-hero__visual {
		height: 430px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dz-button {
		transition: none;
	}
}

@media (max-width: 1180px) {
	.dz-hero__inner {
		padding-top: clamp(62px, 7vw, 88px);
	}
}

@media (max-width: 680px) {
	.dz-hero__inner {
		padding-top: 48px;
	}
}

@keyframes dz-hero-online-pulse {
	0% {
		box-shadow:
			0 0 0 0 rgba(66, 217, 139, 0.44),
			0 0 16px rgba(66, 217, 139, 0.76);
	}
	70% {
		box-shadow:
			0 0 0 10px rgba(66, 217, 139, 0),
			0 0 22px rgba(66, 217, 139, 0.92);
	}
	100% {
		box-shadow:
			0 0 0 0 rgba(66, 217, 139, 0),
			0 0 16px rgba(66, 217, 139, 0.76);
	}
}

@media (prefers-reduced-motion: reduce) {
	.dz-hero__eyebrow-dot {
		animation: none;
	}
}

