html {
	scroll-behavior: smooth;
}

.home-page {
	position: relative;
	background:
		radial-gradient(circle at 18% 18%, rgba(37, 99, 235, 0.14), transparent 30%),
		radial-gradient(circle at 82% 22%, rgba(14, 165, 233, 0.18), transparent 32%),
		linear-gradient(180deg, #f8fbff 0%, #eef6ff 48%, #ffffff 100%);
	color: #0f172a;
	overflow: hidden;
}

.ds-hero {
	position: relative;
	min-height: calc(100vh - 84px);
	padding: 78px 0 88px;
	overflow: hidden;
}

.ds-hero-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 10% 28%, rgba(37, 99, 235, 0.14), transparent 30%),
		radial-gradient(circle at 85% 35%, rgba(14, 165, 233, 0.20), transparent 34%);
	pointer-events: none;
}

.ds-hero-row {
	min-height: calc(100vh - 190px);
}

.ds-hero-content,
.ds-hero-showcase,
.ds-section,
.ds-contact {
	position: relative;
	z-index: 2;
}

.ds-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 11px 18px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.08);
	border: 1px solid rgba(37, 99, 235, 0.16);
	color: #1d4ed8;
	font-size: 14px;
	font-weight: 850;
	margin-bottom: 28px;
}

.ds-hero-content h1 {
	max-width: 680px;
	font-size: clamp(44px, 5vw, 76px);
	line-height: 0.98;
	letter-spacing: -0.05em;
	font-weight: 950;
	color: #08111f;
	margin-bottom: 26px;
}

.ds-hero-content p {
	max-width: 650px;
	font-size: 18px;
	line-height: 1.85;
	color: #334155;
	margin-bottom: 28px;
}

.ds-hero-actions,
.contact-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.ds-btn-primary,
.ds-btn-secondary,
.ds-btn-light,
.ds-btn-outline-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 56px;
	padding: 16px 24px;
	border-radius: 16px;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
	border: 1px solid transparent;
	transition: all 0.25s ease;
	cursor: pointer;
}

.ds-btn-primary {
	background: linear-gradient(135deg, #2563eb, #0ea5e9);
	color: #ffffff;
	box-shadow: 0 20px 42px rgba(37, 99, 235, 0.25);
}

.ds-btn-primary:hover,
.ds-btn-light:hover,
.ds-btn-outline-light:hover,
.ds-btn-secondary:hover {
	transform: translateY(-3px);
	text-decoration: none;
}

.ds-btn-primary:hover {
	color: #ffffff;
	box-shadow: 0 24px 52px rgba(37, 99, 235, 0.32);
}

.ds-btn-secondary {
	background: rgba(255, 255, 255, 0.86);
	border-color: rgba(37, 99, 235, 0.16);
	color: #1e3a8a;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.ds-btn-secondary:hover {
	background: #ffffff;
	color: #1d4ed8;
}

.ds-hero-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	max-width: 645px;
	margin-top: 34px;
}

.ds-hero-metrics div {
	padding: 18px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
	backdrop-filter: blur(14px);
}

.ds-hero-metrics strong {
	display: block;
	font-size: 20px;
	font-weight: 950;
	color: #0f172a;
	margin-bottom: 6px;
}

.ds-hero-metrics span {
	font-size: 13px;
	font-weight: 800;
	color: #475569;
}

.ds-hero-showcase {
	min-height: 560px;
	max-width: 720px;
	margin-left: auto;
	transform: translateX(8px);
}

.ds-hero-showcase::before {
	content: '';
	position: absolute;
	left: 80px;
	right: 10px;
	top: 80px;
	bottom: 45px;
	border-radius: 44px;
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(14, 165, 233, 0.12)),
		repeating-linear-gradient(135deg, rgba(15, 23, 42, 0.03) 0 1px, transparent 1px 12px);
	box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.08);
}

.ds-showcase-card {
	position: absolute;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 30px 70px rgba(15, 23, 42, 0.16);
	border: 8px solid rgba(255, 255, 255, 0.94);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ds-showcase-card:hover {
	transform: translateY(-8px) scale(1.01);
	box-shadow: 0 38px 82px rgba(15, 23, 42, 0.22);
	z-index: 20;
}

.ds-showcase-card span {
	position: absolute;
	left: 18px;
	top: 18px;
	z-index: 4;
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 10px 14px;
	border-radius: 12px;
	background: rgba(15, 23, 42, 0.9);
	color: rgba(255, 255, 255, 0.78);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.15;
	backdrop-filter: blur(12px);
}

.ds-showcase-card span strong {
	font-size: 14px;
	color: #ffffff;
}

.ds-showcase-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ds-showcase-depurion {
	right: 20px;
	top: 55px;
	width: 430px;
	height: 275px;
	z-index: 2;
}

.ds-showcase-visitace {
	left: 25px;
	top: 182px;
	width: 208px;
	height: 385px;
	z-index: 4;
	transform: rotate(-2deg);
}

.ds-showcase-visitace:hover {
	transform: translateY(-8px) rotate(-2deg) scale(1.01);
}

.ds-showcase-linkpro {
	right: 25px;
	bottom: 30px;
	width: 410px;
	height: 240px;
	z-index: 1;
}

.ds-showcase-depuraflow {
	left: 198px;
	bottom: 0;
	width: 250px;
	height: 315px;
	z-index: 5;
	transform: rotate(2deg);
}

.ds-showcase-depuraflow:hover {
	transform: translateY(-8px) rotate(2deg) scale(1.01);
}

.ds-showcase-depuraflow img,
.solution-depuraflow .solution-image-wrap img,
.ds-showcase-depurion img,
.solution-depurion .solution-image-wrap img {
	object-position: top center;
}

.ds-section {
	padding: 96px 0;
}

.ds-section-heading {
	text-align: center;
	max-width: 790px;
	margin: 0 auto 48px;
}

.ds-section-heading span,
.contact-card > div > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	color: #2563eb;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ds-section-heading h2,
.about-card h2,
.contact-card h2 {
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.05;
	letter-spacing: -0.04em;
	font-weight: 950;
	color: #0f172a;
	margin-bottom: 16px;
}

.ds-section-heading p,
.about-card p,
.contact-card p {
	font-size: 17px;
	line-height: 1.8;
	color: #475569;
	margin-bottom: 0;
}

.ds-solutions {
	background: #ffffff;
}

.solution-card {
    border-radius: 24px;
    transition: all .25s ease;
	border: 1px solid rgba(15,23,42,.05);
	cursor: pointer;
}

.solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(15,23,42,.10);
}

.solution-image-wrap {
	height: 270px;
	background: #eff6ff;
	overflow: hidden;
}

.solution-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.solution-card:hover .solution-image-wrap img {
	transform: scale(1.035);
}

.solution-visitace .solution-image-wrap img {
	object-position: top center;
}

.solution-content {
	padding: 28px;
}

.solution-topline {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.solution-icon {
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: linear-gradient(135deg, #2563eb, #0ea5e9);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}

.solution-topline span {
	font-size: 13px;
	font-weight: 900;
	color: #2563eb;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.solution-content h3 {
	font-size: 30px;
	font-weight: 950;
	letter-spacing: -0.03em;
	color: #0f172a;
	margin-bottom: 8px;
}

.solution-content h4 {
	font-size: 18px;
	font-weight: 850;
	color: #1e3a8a;
	margin-bottom: 14px;
}

.solution-content p {
	font-size: 15px;
	line-height: 1.75;
	color: #475569;
	margin-bottom: 20px;
}

.solution-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.solution-content li {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 13px;
	font-weight: 800;
	color: #334155;
}

.solution-content li i {
	color: #16a34a;
}

.ds-about {
	background:
		radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.09), transparent 30%),
		linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}

.about-card {
	border-radius: 34px;
	background: #ffffff;
	padding: 42px;
	box-shadow: 0 28px 70px rgba(15, 23, 42, 0.10);
	border: 1px solid rgba(15, 23, 42, 0.08);
}

.about-logo {
	max-width: 260px;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 26px;
}

.about-card p + p {
	margin-top: 16px;
}

.about-features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.about-features div {
	min-height: 170px;
	padding: 24px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.07);
	box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.about-features i {
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: #eff6ff;
	color: #2563eb;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-bottom: 18px;
}

.about-features strong {
	display: block;
	font-size: 18px;
	font-weight: 900;
	color: #0f172a;
	margin-bottom: 8px;
}

.about-features span {
	display: block;
	font-size: 14px;
	line-height: 1.65;
	color: #64748b;
	font-weight: 650;
}

.ds-contact {
	padding: 88px 0 96px;
	background: #ffffff;
}

.contact-card {
	position: relative;
	overflow: hidden;
	border-radius: 34px;
	background:
		radial-gradient(circle at right top, rgba(14, 165, 233, 0.26), transparent 38%),
		linear-gradient(135deg, #0f172a, #1e3a8a);
	padding: 48px;
	box-shadow: 0 30px 78px rgba(15, 23, 42, 0.22);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	color: #ffffff;
}

.contact-card h2 {
	color: #ffffff;
}

.contact-card p,
.contact-card > div > span {
	color: rgba(255, 255, 255, 0.78);
}

.contact-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.contact-email {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: all .2s ease;
	cursor: pointer;
}

.contact-email:hover {
	color: #ffffff;
	transform: translateY(-1px);
	text-decoration: underline;
}

.contact-email span {
	user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
}

.ds-btn-light {
	background: #ffffff;
	color: #1e3a8a;
}

@media (max-width: 1199px) {
	.ds-hero-showcase {
		transform: none;
		min-height: 520px;
	}

	.ds-showcase-depurion {
		width: 410px;
		height: 262px;
	}

	.ds-showcase-linkpro {
		width: 370px;
	}
}

@media (max-width: 991px) {
	.ds-hero {
		padding: 70px 0 64px;
	}

	.ds-hero-content {
		text-align: center;
		margin-bottom: 36px;
	}

	.ds-hero-content p,
	.ds-hero-content h1,
	.ds-hero-metrics {
		margin-left: auto;
		margin-right: auto;
	}

	.ds-hero-actions {
		justify-content: center;
	}

	.ds-hero-showcase {
		margin: 0 auto;
	}

	.contact-card {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 768px) {
	.ds-hero {
		padding-top: 48px;
	}

	.ds-hero-content h1 {
		font-size: 44px;
	}

	.ds-hero-metrics,
	.about-features,
	.solution-content ul {
		grid-template-columns: 1fr;
	}

	.ds-hero-showcase {
		min-height: 470px;
		max-width: 430px;
	}

	.ds-hero-showcase::before {
		left: 28px;
		right: 18px;
		top: 42px;
		bottom: 28px;
	}

	.ds-showcase-depurion {
		right: 5px;
		top: 20px;
		width: 300px;
		height: 190px;
	}

	.ds-showcase-visitace {
		left: 5px;
		top: 145px;
		width: 145px;
		height: 270px;
	}

	.ds-showcase-linkpro {
		right: 5px;
		bottom: 54px;
		width: 265px;
		height: 160px;
	}

	.ds-showcase-depuraflow {
		left: 135px;
		bottom: 6px;
		width: 175px;
		height: 220px;
	}

	.ds-showcase-card {
		border-width: 6px;
		border-radius: 20px;
	}

	.ds-showcase-card span {
		left: 10px;
		top: 10px;
		padding: 8px 10px;
		font-size: 9px;
	}

	.ds-showcase-card span strong {
		font-size: 11px;
	}

	.ds-section,
	.ds-contact {
		padding: 72px 0;
	}

	.solution-image-wrap {
		height: 230px;
	}

	.solution-content,
	.about-card {
		padding: 24px;
	}

	.contact-card {
		padding: 34px 24px;
		border-radius: 26px;
	}

	.ds-btn-primary,
	.ds-btn-secondary,
	.ds-btn-light,
	.ds-btn-outline-light {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.ds-hero-content h1 {
		font-size: 38px;
	}

	.ds-hero-content p {
		font-size: 16px;
	}

	.ds-hero-showcase {
		min-height: 420px;
	}

	.ds-showcase-depurion {
		width: 270px;
		height: 170px;
	}

	.ds-showcase-visitace {
		width: 128px;
		height: 242px;
	}

	.ds-showcase-linkpro {
		width: 238px;
		height: 145px;
	}

	.ds-showcase-depuraflow {
		left: 122px;
		width: 160px;
		height: 205px;
	}
}
