:root {
	--dl-bg: #030407;
	--dl-bg-2: #080a10;
	--dl-blue: #4b8de3;
	--dl-blue-soft: #7aaeff;
	--dl-violet: #7655ff;
	--dl-cyan: #67dfff;
	--dl-ink: #f8f9ff;
	--dl-muted: #a9adbd;
	--dl-dim: #696d7c;
	--dl-line: rgba(255, 255, 255, 0.12);
	--dl-line-blue: rgba(75, 141, 227, 0.34);
	--dl-panel: rgba(12, 14, 22, 0.72);
	--dl-panel-strong: rgba(17, 20, 32, 0.9);
	--dl-radius: 8px;
	--dl-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

html {
	scroll-behavior: smooth;
}

body.dl-command-home {
	margin: 0;
	background: var(--dl-bg);
	color: var(--dl-ink);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0;
}

.dl-command-home a {
	color: inherit;
	text-decoration: none;
}

.dl-site-shell {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 35%, rgba(87, 68, 173, 0.2), transparent 25%),
		radial-gradient(circle at 61% 48%, rgba(75, 141, 227, 0.14), transparent 28%),
		linear-gradient(180deg, #030304 0%, #050507 48%, #030304 100%);
}

.dl-site-shell::after {
	position: absolute;
	z-index: 0;
	inset: 0;
	pointer-events: none;
	background-image:
		radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.8px),
		radial-gradient(circle, rgba(122, 174, 255, 0.42) 0 1px, transparent 1.6px);
	background-position: 4% 11%, 70% 16%;
	background-size: 210px 170px, 310px 230px;
	opacity: 0.42;
	content: "";
}

.dl-nav {
	position: fixed;
	z-index: 20;
	top: 36px;
	left: 50%;
	display: grid;
	width: min(1260px, calc(100% - 120px));
	align-items: center;
	grid-template-columns: 220px 1fr 160px;
	gap: 20px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	transform: translateX(-50%);
	transition: padding 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.dl-nav.is-scrolled {
	padding: 12px 14px;
	border: 1px solid rgba(122, 174, 255, 0.2);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(9, 12, 20, 0.9), rgba(15, 22, 38, 0.78)),
		radial-gradient(circle at 18% 50%, rgba(75, 141, 227, 0.22), transparent 34%);
	box-shadow: 0 18px 70px rgba(0, 0, 0, 0.34);
	backdrop-filter: blur(20px);
}

.dl-brand,
.dl-menu,
.dl-actions,
.dl-signal-row,
.dl-service-top,
.dl-logo-strip,
.dl-ai-steps div {
	display: flex;
	align-items: center;
}

.dl-brand {
	gap: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.dl-brand img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	box-shadow: 0 0 26px rgba(75, 141, 227, 0.35);
}

.dl-menu {
	justify-content: center;
	gap: clamp(28px, 4vw, 58px);
	color: rgba(255, 255, 255, 0.64);
	font-size: 16px;
	font-weight: 600;
}

.dl-menu a,
.dl-nav-cta,
.dl-button {
	transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.dl-menu a:hover {
	color: #fff;
}

.dl-nav-cta {
	justify-self: end;
	padding: 16px 24px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.dl-nav-cta:hover {
	border-color: rgba(122, 174, 255, 0.55);
	background: rgba(75, 141, 227, 0.13);
	transform: translateY(-1px);
}

.dl-nav.is-scrolled .dl-nav-cta {
	background: rgba(255, 255, 255, 0.055);
}

.dl-hero {
	position: relative;
	z-index: 2;
	min-height: 930px;
	padding: 118px 24px 0;
	overflow: hidden;
}

.dl-hero::before {
	position: absolute;
	z-index: 1;
	right: -12vw;
	bottom: 78px;
	left: -12vw;
	height: 470px;
	pointer-events: none;
	background:
		radial-gradient(ellipse 40% 38% at 50% 78%, rgba(255, 255, 255, 0.12), transparent 45%),
		radial-gradient(ellipse 66% 62% at 50% 78%, rgba(75, 141, 227, 0.24), rgba(75, 141, 227, 0.1) 44%, transparent 82%),
		linear-gradient(180deg, transparent 0%, rgba(8, 20, 34, 0.14) 42%, rgba(3, 4, 7, 0) 100%);
	content: "";
}

.dl-hero::after {
	position: absolute;
	z-index: 2;
	right: -18vw;
	bottom: -250px;
	left: -18vw;
	height: 470px;
	pointer-events: none;
	border-top: 4px solid rgba(255, 255, 255, 0.74);
	border-radius: 50% 50% 0 0;
	background:
		radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.18), transparent 12%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.76) 36%, #000 68%);
	box-shadow:
		0 -16px 58px rgba(255, 255, 255, 0.13),
		0 -48px 120px rgba(75, 141, 227, 0.16),
		inset 0 40px 90px rgba(255, 255, 255, 0.055);
	content: "";
}

.dl-network,
.dl-star-field {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.dl-network {
	z-index: 1;
	opacity: 0.45;
}

.dl-star-field {
	z-index: 0;
	background:
		radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.9) 0 2px, transparent 3px),
		radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.62) 0 2px, transparent 3px),
		radial-gradient(circle at 84% 58%, rgba(255, 255, 255, 0.52) 0 1px, transparent 2px),
		radial-gradient(circle at 29% 62%, rgba(255, 255, 255, 0.52) 0 1px, transparent 2px),
		radial-gradient(circle at 64% 70%, rgba(255, 255, 255, 0.62) 0 2px, transparent 3px);
	opacity: 0.82;
}

.dl-hero-inner,
.dl-section,
.dl-service-lab,
.dl-ai-panel,
.dl-projects,
.dl-cta {
	position: relative;
	z-index: 3;
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.dl-hero-inner {
	display: grid;
	min-height: 640px;
	align-content: center;
	justify-items: center;
	padding-top: 0;
	transform: translateY(-54px);
	text-align: center;
}

.dl-hero-inner > * {
	position: relative;
	z-index: 5;
}

.dl-kicker {
	margin: 0 0 20px;
	color: rgba(180, 207, 255, 0.86);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dl-hero h1,
.dl-section h2,
.dl-ai-copy h2,
.dl-projects-head h2,
.dl-cta h2 {
	margin: 0;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0;
}

.dl-hero h1 {
	width: min(860px, 100%);
	font-size: clamp(44px, 5vw, 76px);
	line-height: 1.18;
	text-wrap: balance;
	text-shadow: 0 12px 60px rgba(75, 141, 227, 0.18);
}

.dl-hero-lead {
	width: min(590px, 100%);
	margin: 28px auto 0;
	color: rgba(239, 242, 255, 0.62);
	font-size: clamp(17px, 1.55vw, 21px);
	line-height: 1.45;
	text-wrap: balance;
}

.dl-actions {
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.dl-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

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

.dl-button-primary {
	background: linear-gradient(135deg, var(--dl-blue), var(--dl-violet));
	box-shadow: 0 18px 52px rgba(91, 74, 255, 0.36);
	color: #fff;
}

.dl-button-secondary {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
}

.dl-hero-orbit {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 245px;
	pointer-events: none;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 42%, #000 78%, #000 100%);
}

.dl-logo-strip {
	position: absolute;
	z-index: 5;
	right: 50%;
	bottom: 54px;
	width: min(1280px, calc(100% - 54px));
	overflow: hidden;
	opacity: 0.27;
	transform: translateX(50%);
	mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
}

.dl-logo-track {
	display: flex;
	width: max-content;
	align-items: center;
	gap: clamp(8px, 1.3vw, 24px);
	animation: dlLogoMarquee 32s linear infinite;
	will-change: transform;
}

.dl-logo-strip:hover .dl-logo-track {
	animation-play-state: paused;
}

.dl-logo-strip-item {
	display: grid;
	width: clamp(220px, 18vw, 300px);
	height: 98px;
	flex: 0 0 auto;
	place-items: center;
}

.dl-logo-strip-item img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 76px;
	object-fit: contain;
	filter: grayscale(1) brightness(1.9);
	opacity: 0.72;
}

.dl-logo-word {
	color: rgba(255, 255, 255, 0.42);
	font-size: clamp(36px, 3.6vw, 56px);
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
	filter: grayscale(1);
}

@keyframes dlLogoMarquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(calc(-50% - clamp(21px, 2.5vw, 41px)), 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.dl-logo-track,
	.dl-project-track {
		animation: none;
	}
}

.dl-section {
	padding: 104px 0 52px;
}

.dl-section-head {
	display: grid;
	gap: 18px;
	align-items: start;
	margin-bottom: 34px;
}

.dl-section h2,
.dl-ai-copy h2,
.dl-projects-head h2,
.dl-cta h2 {
	font-size: clamp(32px, 5vw, 58px);
	line-height: 1.05;
	text-wrap: balance;
}

.dl-intro-grid {
	display: grid;
	gap: 26px;
	align-items: start;
	justify-items: start;
}

.dl-intro-copy p,
.dl-ai-copy p,
.dl-split p,
.dl-service-card p,
.dl-use-grid p {
	margin: 0;
	color: var(--dl-muted);
	font-size: 16px;
	line-height: 1.72;
}

.dl-intro .dl-section-head,
.dl-intro .dl-intro-grid {
	max-width: 1040px;
	margin-right: auto;
	margin-left: 0;
	text-align: left;
}

.dl-signal-row {
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
}

.dl-signal-row span {
	padding: 12px 14px;
	border: 1px solid var(--dl-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--dl-muted);
	font-size: 13px;
}

.dl-signal-row strong {
	color: var(--dl-blue-soft);
}

.dl-service-lab {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	padding-bottom: 104px;
}

.dl-service-card,
.dl-stack-panel,
.dl-use-grid article,
.dl-project-card {
	border: 1px solid var(--dl-line);
	border-radius: var(--dl-radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
		var(--dl-panel);
	box-shadow: var(--dl-shadow);
	backdrop-filter: blur(18px);
}

.dl-service-card {
	position: relative;
	min-height: 420px;
	padding: 24px;
	overflow: hidden;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.dl-service-card::before {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 0%, rgba(75, 141, 227, 0.18), transparent 42%);
	opacity: 0;
	transition: opacity 180ms ease;
	content: "";
}

.dl-service-card:hover {
	border-color: var(--dl-line-blue);
	background:
		linear-gradient(180deg, rgba(75, 141, 227, 0.12), rgba(255, 255, 255, 0.02)),
		var(--dl-panel-strong);
	transform: translateY(-6px);
}

.dl-service-card:hover::before {
	opacity: 1;
}

.dl-service-card > * {
	position: relative;
	z-index: 2;
}

.dl-service-top {
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 58px;
}

.dl-service-top span {
	color: rgba(255, 255, 255, 0.28);
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
}

.dl-service-top p {
	margin: 0;
	padding: 7px 10px;
	border: 1px solid rgba(122, 174, 255, 0.26);
	border-radius: 999px;
	color: var(--dl-blue-soft);
	font-size: 12px;
	font-weight: 900;
}

.dl-service-card h3 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
}

.dl-service-card ul,
.dl-ai-steps,
.dl-use-grid {
	display: grid;
	gap: 12px;
}

.dl-service-card ul {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.dl-service-card li {
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 800;
}

.dl-ai-panel {
	display: grid;
	grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
	gap: 58px;
	align-items: center;
	padding: 72px;
	border: 1px solid rgba(122, 174, 255, 0.22);
	border-radius: var(--dl-radius);
	background:
		radial-gradient(circle at 22% 42%, rgba(75, 141, 227, 0.28), transparent 33%),
		linear-gradient(135deg, rgba(24, 28, 45, 0.92), rgba(8, 10, 16, 0.84));
	box-shadow: var(--dl-shadow);
}

.dl-ai-visual {
	position: relative;
	min-height: 380px;
}

.dl-ai-visual::before,
.dl-ai-visual::after {
	position: absolute;
	inset: 50%;
	width: 300px;
	height: 300px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	content: "";
}

.dl-ai-visual::after {
	width: 420px;
	height: 420px;
	border-color: rgba(75, 141, 227, 0.18);
}

.dl-ai-core {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 132px;
	height: 132px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	background: rgba(4, 5, 9, 0.72);
	box-shadow: 0 0 80px rgba(75, 141, 227, 0.48);
	transform: translate(-50%, -50%);
}

.dl-ai-core img {
	display: block;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	object-fit: cover;
}

.dl-node {
	position: absolute;
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
	font-weight: 900;
}

.dl-node-a { top: 10%; left: 10%; }
.dl-node-b { top: 8%; right: 10%; }
.dl-node-c { top: 42%; right: 1%; }
.dl-node-d { right: 12%; bottom: 13%; }
.dl-node-e { bottom: 8%; left: 32%; }
.dl-node-f { bottom: 22%; left: 2%; }
.dl-node-g { top: 43%; left: 4%; }
.dl-node-h { top: 6%; left: 43%; }

.dl-ai-copy p {
	margin-top: 22px;
	max-width: 640px;
}

.dl-ai-steps {
	margin-top: 28px;
}

.dl-ai-steps div {
	gap: 16px;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dl-ai-steps strong {
	color: var(--dl-blue-soft);
	font-size: 13px;
}

.dl-ai-steps span {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 700;
}

.dl-split {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 50px;
	align-items: center;
}

.dl-split > div:first-child {
	display: grid;
	gap: 28px;
	align-content: start;
}

.dl-split > div:first-child .dl-kicker {
	margin: 0;
}

.dl-stack-panel {
	overflow: hidden;
}

.dl-stack-panel div {
	display: grid;
	grid-template-columns: 54px 150px 1fr;
	gap: 18px;
	align-items: center;
	padding: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.dl-stack-panel div:last-child {
	border-bottom: 0;
}

.dl-stack-panel strong {
	color: var(--dl-blue-soft);
}

.dl-stack-panel span {
	color: #fff;
	font-weight: 900;
}

.dl-stack-panel p {
	margin: 0;
	color: var(--dl-muted);
	font-size: 14px;
	line-height: 1.55;
}

.dl-use-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dl-use-grid article {
	min-height: 190px;
	padding: 24px;
}

.dl-use-grid span {
	display: block;
	margin-bottom: 34px;
	color: var(--dl-blue-soft);
	font-size: 13px;
	font-weight: 900;
}

.dl-projects {
	position: relative;
	z-index: 3;
	width: min(1180px, calc(100% - 32px));
	margin: 18px auto 0;
	padding: 72px 0 96px;
}

.dl-projects-head {
	display: grid;
	max-width: 820px;
	gap: 18px;
	margin-bottom: 34px;
}

.dl-projects-head p:last-child {
	margin: 0;
	color: var(--dl-muted);
	font-size: 17px;
	line-height: 1.68;
}

.dl-project-carousel {
	position: relative;
	overflow: hidden;
	margin-inline: calc((100vw - min(1180px, calc(100vw - 32px))) / -2);
	padding: 2px calc((100vw - min(1180px, calc(100vw - 32px))) / 2);
	cursor: grab;
	touch-action: pan-y;
	user-select: none;
}

.dl-project-carousel::before,
.dl-project-carousel::after {
	position: absolute;
	z-index: 7;
	top: 0;
	bottom: 0;
	width: min(18vw, 240px);
	pointer-events: none;
	content: "";
}

.dl-project-carousel::before {
	left: 0;
	background: linear-gradient(90deg, #030407 0%, rgba(3, 4, 7, 0.78) 30%, transparent 100%);
}

.dl-project-carousel::after {
	right: 0;
	background: linear-gradient(270deg, #030407 0%, rgba(3, 4, 7, 0.78) 30%, transparent 100%);
}

.dl-project-carousel.is-dragging {
	cursor: grabbing;
}

.dl-project-track {
	display: flex;
	width: max-content;
	gap: 18px;
	animation: dlProjectCarousel 34s linear infinite;
	will-change: transform;
}

.dl-project-carousel.is-manual .dl-project-track {
	animation: none;
	transform: translate3d(var(--dl-project-offset, 0px), 0, 0);
	transition: transform 360ms ease;
}

.dl-project-carousel.is-dragging .dl-project-track {
	transition: none;
}

.dl-project-arrow {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	display: grid;
	width: clamp(88px, 12vw, 180px);
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.26);
	font-size: clamp(86px, 10vw, 142px);
	font-weight: 300;
	line-height: 1;
	place-items: center;
	opacity: 0;
	transition: opacity 180ms ease, color 180ms ease;
}

.dl-project-arrow:hover {
	color: rgba(255, 255, 255, 0.48);
}

.dl-project-arrow-prev {
	left: 0;
	background: linear-gradient(90deg, rgba(3, 4, 7, 0.62), transparent);
}

.dl-project-arrow-next {
	right: 0;
	background: linear-gradient(270deg, rgba(3, 4, 7, 0.62), transparent);
}

.dl-project-carousel:hover .dl-project-arrow,
.dl-project-arrow:focus-visible {
	opacity: 1;
}

.dl-project-card {
	position: relative;
	display: grid;
	width: clamp(340px, 42vw, 560px);
	min-height: 540px;
	flex: 0 0 auto;
	align-content: start;
	overflow: hidden;
	padding: 14px;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.dl-project-card::before {
	position: absolute;
	inset: -1px;
	background:
		radial-gradient(circle at 24% 18%, rgba(75, 141, 227, 0.24), transparent 34%),
		radial-gradient(circle at 80% 92%, rgba(111, 78, 255, 0.18), transparent 36%);
	opacity: 0;
	transition: opacity 180ms ease;
	content: "";
}

.dl-project-card:hover {
	border-color: var(--dl-line-blue);
	background:
		linear-gradient(180deg, rgba(75, 141, 227, 0.13), rgba(255, 255, 255, 0.02)),
		var(--dl-panel-strong);
	transform: translateY(-4px);
}

.dl-project-card:hover::before {
	opacity: 1;
}

.dl-project-content {
	position: relative;
	z-index: 1;
}

.dl-project-image {
	position: relative;
	z-index: 1;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: calc(var(--dl-radius) - 8px);
	background: #05070c;
}

.dl-project-image::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, transparent 54%, rgba(5, 7, 12, 0.72) 100%),
		radial-gradient(circle at 28% 18%, rgba(75, 141, 227, 0.18), transparent 38%);
	content: "";
}

.dl-project-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1.01);
	transition: transform 260ms ease, filter 260ms ease;
}

.dl-project-card:hover .dl-project-image img {
	filter: saturate(1.12) contrast(1.04);
	transform: scale(1.045);
}

.dl-project-content {
	padding: 24px 12px 10px;
}

.dl-project-badge {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 18px;
	padding: 8px 11px;
	border: 1px solid rgba(122, 174, 255, 0.25);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--dl-blue-soft);
	font-size: 12px;
	font-weight: 900;
}

.dl-project-card h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 2.3vw, 32px);
	line-height: 1.12;
}

.dl-project-card p {
	margin: 18px 0 0;
	color: var(--dl-muted);
	font-size: 15px;
	line-height: 1.7;
}

.dl-project-stack,
.dl-project-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.dl-project-stack span,
.dl-project-metrics strong {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.055);
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 850;
}

.dl-project-metrics strong {
	border: 1px solid rgba(122, 174, 255, 0.18);
	color: rgba(235, 241, 255, 0.86);
}

.dl-projects-action {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

@keyframes dlProjectCarousel {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(calc(-50% - 9px), 0, 0);
	}
}

.dl-cta {
	margin-bottom: 54px;
	padding: 78px;
	border: 1px solid rgba(122, 174, 255, 0.26);
	border-radius: var(--dl-radius);
	background:
		radial-gradient(circle at 48% 0%, rgba(75, 141, 227, 0.26), transparent 44%),
		linear-gradient(135deg, rgba(18, 22, 38, 0.94), rgba(5, 7, 12, 0.92));
	box-shadow: var(--dl-shadow);
	text-align: center;
}

.dl-footer {
	position: relative;
	z-index: 3;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto 42px;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--dl-radius);
	background:
		radial-gradient(circle at 12% 0%, rgba(75, 141, 227, 0.14), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
		rgba(5, 7, 12, 0.82);
	box-shadow: var(--dl-shadow);
	backdrop-filter: blur(18px);
}

.dl-footer-main {
	display: grid;
	grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(0, 0.72fr));
	gap: 34px;
	padding-bottom: 32px;
}

.dl-footer-brand p {
	max-width: 360px;
	margin: 22px 0 0;
	color: var(--dl-muted);
	font-size: 15px;
	line-height: 1.7;
}

.dl-footer-column {
	display: grid;
	align-content: start;
	gap: 12px;
}

.dl-footer-column h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.dl-footer-column a,
.dl-footer-column span {
	color: rgba(239, 242, 255, 0.58);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.dl-footer-column a:hover {
	color: var(--dl-blue-soft);
}

.dl-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	color: rgba(239, 242, 255, 0.42);
	font-size: 13px;
	font-weight: 800;
}

@media (max-width: 1080px) {
	.dl-nav {
		grid-template-columns: 180px 1fr 136px;
	}

	.dl-service-lab,
	.dl-use-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dl-footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dl-service-card {
		min-height: 340px;
	}
}

@media (max-width: 880px) {
	.dl-nav {
		position: absolute;
		top: 16px;
		grid-template-columns: 1fr auto;
		width: calc(100% - 28px);
		border-radius: 18px;
	}

	.dl-menu {
		display: none;
	}

	.dl-hero {
		min-height: 820px;
		padding-top: 108px;
	}

	.dl-hero::before {
		bottom: 62px;
	}

	.dl-hero::after {
		bottom: -245px;
	}

	.dl-section-head,
	.dl-intro-grid,
	.dl-ai-panel,
	.dl-split {
		grid-template-columns: 1fr;
	}

	.dl-ai-panel {
		padding: 38px 24px;
	}

	.dl-ai-visual {
		min-height: 300px;
	}

	.dl-logo-strip {
		bottom: 42px;
		width: calc(100% - 24px);
	}

	.dl-logo-track {
		gap: 34px;
	}

	.dl-stack-panel div {
		grid-template-columns: 48px 1fr;
	}

	.dl-stack-panel p {
		grid-column: 2;
	}
}

@media (max-width: 640px) {
	.dl-nav {
		padding: 10px;
	}

	.dl-brand span {
		font-size: 15px;
	}

	.dl-nav-cta {
		padding: 12px 14px;
		font-size: 13px;
	}

	.dl-hero {
		min-height: 730px;
		padding-inline: 10px;
		padding-bottom: 54px;
	}

	.dl-hero::before {
		right: -44vw;
		bottom: 42px;
		left: -44vw;
		height: 390px;
		background:
			radial-gradient(ellipse 42% 34% at 50% 78%, rgba(255, 255, 255, 0.11), transparent 44%),
			radial-gradient(ellipse 78% 54% at 50% 80%, rgba(75, 141, 227, 0.22), rgba(75, 141, 227, 0.09) 44%, transparent 80%),
			linear-gradient(180deg, transparent 0%, rgba(8, 20, 34, 0.12) 44%, rgba(3, 4, 7, 0) 100%);
	}

	.dl-hero::after {
		right: -72vw;
		bottom: -184px;
		left: -72vw;
		height: 340px;
		border-top-width: 3px;
		background:
			radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.13), transparent 12%),
			linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.72) 42%, #000 76%);
		box-shadow:
			0 -12px 40px rgba(255, 255, 255, 0.1),
			0 -42px 96px rgba(75, 141, 227, 0.15),
			inset 0 28px 70px rgba(255, 255, 255, 0.045);
	}

	.dl-hero-inner,
	.dl-section,
	.dl-service-lab,
	.dl-ai-panel,
	.dl-projects,
	.dl-cta,
	.dl-footer {
		width: calc(100% - 20px);
	}

	.dl-hero h1 {
		font-size: 38px;
		line-height: 1.18;
	}

	.dl-hero-inner {
		min-height: 540px;
		transform: translateY(-62px);
	}

	.dl-hero-lead {
		margin-top: 22px;
		font-size: 18px;
		line-height: 1.55;
	}

	.dl-actions {
		margin-top: 24px;
	}

	.dl-button {
		width: 100%;
	}

	.dl-logo-strip {
		bottom: 30px;
		width: calc(100% - 18px);
		opacity: 0.22;
	}

	.dl-logo-track {
		gap: 8px;
		animation-duration: 26s;
	}

	.dl-logo-strip-item {
		width: 116px;
		height: 58px;
	}

	.dl-logo-strip-item img {
		max-height: 42px;
	}

	.dl-logo-word {
		font-size: 28px;
	}

	.dl-project-card {
		width: min(86vw, 420px);
		min-height: 520px;
	}

	.dl-project-carousel {
		cursor: grab;
	}

	.dl-project-carousel::before,
	.dl-project-carousel::after {
		width: 42px;
	}

	.dl-project-arrow {
		display: none;
	}

	.dl-service-lab,
	.dl-use-grid {
		grid-template-columns: 1fr;
	}

	.dl-service-card {
		min-height: auto;
	}

	.dl-service-top {
		margin-bottom: 38px;
	}

	.dl-ai-visual::after {
		width: 320px;
		height: 320px;
	}

	.dl-node {
		font-size: 12px;
	}

	.dl-cta {
		padding: 42px 22px;
	}

	.dl-footer {
		padding: 24px;
	}

	.dl-footer-main {
		grid-template-columns: 1fr;
	}

	.dl-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}
