.dz-about {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 104px 0 112px;
	background:
		radial-gradient(circle at 77% 22%, rgba(35, 82, 119, 0.26), transparent 34%),
		radial-gradient(circle at 18% 82%, rgba(13, 48, 78, 0.24), transparent 38%),
		linear-gradient(180deg, #041528 0%, #071d33 48%, #041528 100%);
}

.dz-about::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -3;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(108, 146, 177, 0.015) 1px, transparent 1px),
		linear-gradient(90deg, rgba(108, 146, 177, 0.015) 1px, transparent 1px);
	background-size: 78px 78px;
	mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 90%, transparent);
}

.dz-about__glow {
	position: absolute;
	top: 12%;
	right: 7%;
	z-index: -2;
	width: 620px;
	height: 520px;
	border-radius: 50%;
	background: radial-gradient(ellipse, rgba(29, 76, 115, 0.23), transparent 70%);
	filter: blur(18px);
	pointer-events: none;
}

.dz-about__layout {
	display: grid;
	grid-template-columns: minmax(420px, 0.94fr) minmax(0, 1.06fr);
	align-items: center;
	gap: clamp(50px, 6vw, 96px);
	padding: 0 20px;
}

.dz-about__visual {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(184, 119, 75, 0.68);
	border-radius: 18px;
	background: #07192c;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.018),
		0 30px 82px rgba(0, 0, 0, 0.24);
}

.dz-about__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(6, 20, 35, 0.02), rgba(3, 14, 25, 0.13)),
		radial-gradient(circle at 82% 16%, rgba(225, 157, 95, 0.04), transparent 30%);
}

.dz-about__visual img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 487 / 635;
	object-fit: cover;
}

.dz-about__content {
	max-width: 730px;
}

.dz-about__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	margin: 0 0 26px;
	padding: 7px 17px;
	border: 1px solid rgba(195, 128, 78, 0.74);
	border-radius: 999px;
	color: #e2a466;
	background: rgba(7, 25, 43, 0.42);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.25;
	text-transform: uppercase;
}

.dz-about__title {
	margin: 0;
	color: var(--dz-text);
	font-size: clamp(44px, 3.75vw, 68px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.07;
	text-wrap: balance;
}

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

.dz-about__text {
	margin-top: 29px;
}

.dz-about__text p {
	margin: 0;
	color: var(--dz-muted);
	font-size: clamp(17px, 1.08vw, 20px);
	line-height: 1.72;
}

.dz-about__text p + p {
	margin-top: 21px;
}

.dz-about__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 31px;
}

.dz-about-stat {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	min-height: 112px;
	padding: 19px 22px;
	border: 1px solid rgba(182, 117, 73, 0.7);
	border-radius: 12px;
	background:
		linear-gradient(145deg, rgba(17, 47, 73, 0.78), rgba(5, 22, 38, 0.92));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.015);
}

.dz-about-stat__icon {
	width: 62px;
	height: 62px;
	color: #e2a061;
}

.dz-about-stat__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 8px 17px rgba(0, 0, 0, 0.19));
}

.dz-about-stat__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 5px;
}

.dz-about-stat__copy strong {
	color: #e3a263;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(27px, 1.8vw, 39px);
	font-weight: 400;
	line-height: 1;
}

.dz-about-stat:last-child .dz-about-stat__copy strong {
	color: var(--dz-text);
	font-size: clamp(20px, 1.3vw, 27px);
}

.dz-about-stat__copy span {
	color: var(--dz-muted);
	font-size: clamp(15px, 0.94vw, 18px);
	line-height: 1.35;
}

.dz-about__actions {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 32px;
}

.dz-about__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 64px;
	padding: 15px 31px;
	border-radius: 9px;
	font-size: clamp(17px, 1vw, 20px);
	text-decoration: none;
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		background-color 180ms ease,
		box-shadow 180ms ease;
}

.dz-about__button--primary {
	min-width: 278px;
	border: 1px solid rgba(226, 169, 112, 0.92);
	color: #0b1825;
	background:
		linear-gradient(135deg, #e8c191 0%, #c38f63 52%, #9a684a 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.28),
		0 15px 36px rgba(91, 54, 35, 0.2);
	font-family: Georgia, "Times New Roman", serif;
}

.dz-about__button--secondary {
	position: relative;
	min-width: 185px;
	padding-inline: 13px;
	color: var(--dz-text);
}

.dz-about__button--secondary::after {
	content: "";
	position: absolute;
	left: 13px;
	right: 13px;
	bottom: 9px;
	height: 1px;
	background: linear-gradient(90deg, rgba(218, 149, 91, 0.72), rgba(218, 149, 91, 0.22));
}

.dz-about__button svg {
	width: 26px;
	height: 26px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 180ms ease;
}

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

.dz-about__button--primary:hover {
	background:
		linear-gradient(135deg, #f0cf9f 0%, #d2a074 52%, #aa7555 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.34),
		0 18px 42px rgba(91, 54, 35, 0.28);
}

.dz-about__button:hover svg {
	transform: translateX(5px);
}

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

@media (max-width: 1320px) {
	.dz-about__layout {
		grid-template-columns: minmax(370px, 0.9fr) minmax(0, 1.1fr);
		gap: 45px;
		padding-inline: 8px;
	}

	.dz-about-stat {
		padding-inline: 17px;
	}
}

@media (max-width: 1080px) {
	.dz-about {
		padding: 90px 0 98px;
	}

	.dz-about__layout {
		grid-template-columns: 1fr;
	}

	.dz-about__visual {
		width: min(100%, 650px);
		margin-inline: auto;
	}

	.dz-about__content {
		max-width: 820px;
		margin-inline: auto;
	}

	.dz-about__title br {
		display: none;
	}
}

@media (max-width: 680px) {
	.dz-about {
		padding: 70px 0 78px;
	}

	.dz-about__layout {
		gap: 37px;
		padding-inline: 0;
	}

	.dz-about__eyebrow {
		font-size: 11px;
		letter-spacing: 0.11em;
	}

	.dz-about__title {
		font-size: clamp(38px, 11vw, 52px);
	}

	.dz-about__text p {
		font-size: 16px;
		line-height: 1.62;
	}

	.dz-about__stats {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.dz-about-stat {
		min-height: 94px;
		padding: 15px 18px;
	}

	.dz-about__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 13px;
	}

	.dz-about__button,
	.dz-about__button--primary,
	.dz-about__button--secondary {
		width: 100%;
		min-width: 0;
	}

	.dz-about__button--secondary {
		min-height: 52px;
	}
}

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