/* ==========================================================================
   Hero — "Професійний друк"
   ========================================================================== */

.deksprint-hero {
	background-image: url('https://deks-print.com/wp-content/uploads/2026/07/baner.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #1A1A1A;
}

.deksprint-hero,
.deksprint-hero * {
	line-height: 1.15;
	font-family: 'PP Neue Corp Narrow', sans-serif;
	-webkit-tap-highlight-color: transparent;
}

.deksprint-hero__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 90px 24px;
}

.deksprint-hero__title {
	color: #DEDAC8;
	font-weight: 500;
	font-size: 70px;
	text-transform: uppercase;
	margin: 0 0 20px;
	max-width: 700px;
}

.deksprint-hero__subtitle {
	color: #C9C4B8;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.25;
	margin: 0 0 48px;
	max-width: 560px;
	text-transform: uppercase;
}

/* --- Badges --- */
.deksprint-hero__badges {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	margin-bottom: 40px;
}

.deksprint-hero__badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px;
	max-width: 150px;
}

.deksprint-hero__badge img {
	display: block;
	height: 40px;
	width: auto;
}

.deksprint-hero__badge span {
	color: #E7E3D8;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.25;
	text-transform: uppercase;
}

/* --- CTA button (image) --- */
.deksprint-hero__cta {
	display: inline-block;
	line-height: 0;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

.deksprint-hero__cta:hover {
	transform: translateY(-2px);
	opacity: 0.92;
}

.deksprint-hero__cta img {
	display: block;
	height: 56px;
	width: auto;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px) {
	.deksprint-hero__title {
		font-size: 48px;
	}

	.deksprint-hero__subtitle {
		font-size: 26px;
	}

	.deksprint-hero__badges {
		gap: 24px;
	}

	.deksprint-hero__inner {
		padding: 60px 20px;
	}
}

@media (max-width: 600px) {
	.deksprint-hero__title {
		font-size: 34px;
	}

	.deksprint-hero__subtitle {
		font-size: 18px;
		margin-bottom: 32px;
	}

	.deksprint-hero__badges {
		flex-wrap: wrap;
		gap: 20px 16px;
		justify-content: flex-start;
	}

	.deksprint-hero__badge {
		max-width: 90px;
	}

	.deksprint-hero__badge img {
		height: 32px;
	}

	.deksprint-hero__badge span {
		font-size: 12px;
	}

	.deksprint-hero__cta img {
		height: 44px;
	}
}
