@import url("https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&display=swap");

.dlyte-front {
	background: #f5f4f0;
	color: #0b1114;
	font-family: "Geist", "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.6;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow-x: clip;
	--brand-blue: var(--threeds-accent, #2f3cff);
}

body.front-page .site-content .ast-container,
body.home .site-content .ast-container {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.front-page .site-content,
body.home .site-content {
	padding: 0 !important;
}

body.front-page,
body.home {
	overflow-x: hidden;
}

.dlyte-front * {
	box-sizing: border-box;
}

.dlyte-front h1,
.dlyte-front h2,
.dlyte-front h3 {
	font-family: "Geist", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin: 0 0 12px;
}

.dlyte-front p {
	margin: 0 0 16px;
	color: #1f2a33;
}

.dlyte-container {
	width: min(1200px, 92%);
	margin: 0 auto;
}

.dlyte-hero {
	position: relative;
	padding: 120px 0 90px;
	overflow: hidden;
	background: radial-gradient(circle at top right, #d9efe7 0%, transparent 55%),
		radial-gradient(circle at 15% 20%, #c3d7ff 0%, transparent 45%),
		linear-gradient(180deg, #f8f6f2 0%, #f2efe7 100%);
}

.dlyte-hero::before,
.dlyte-hero::after {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(14, 85, 112, 0.12), transparent 65%);
	filter: blur(1px);
}

.dlyte-hero::before {
	top: -120px;
	left: -80px;
}

.dlyte-hero::after {
	bottom: -160px;
	right: -120px;
}

.dlyte-hero-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 48px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.dlyte-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--brand-blue);
	color: #e7f5f2;
	font-size: 0.6rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.dlyte-hero h1 {
	font-size: clamp(2.6rem, 4vw, 3.8rem);
	color: #071117;
}

.dlyte-hero p {
	font-size: 1.1rem;
	max-width: 520px;
}

.dlyte-hero-ctas {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin: 28px 0 32px;
}

.dlyte-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dlyte-btn-primary {
	background: var(--brand-blue);
	color: #f5fbff;
	box-shadow: 0 10px 20px rgba(25, 40, 160, 0.2);
}

.dlyte-btn-ghost {
	border: 1px solid var(--brand-blue);
	color: var(--brand-blue);
	background: rgba(255, 255, 255, 0.4);
}

.dlyte-btn-light {
	border: 1px solid rgba(13, 37, 48, 0.2);
	background: rgba(255, 255, 255, 0.8);
	color: #0d2530;
}

.dlyte-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 22px rgba(6, 24, 32, 0.16);
}

.dlyte-hero-metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 18px;
	margin-top: 20px;
}

.dlyte-metric {
	background: rgba(255, 255, 255, 0.75);
	border-radius: 16px;
	padding: 16px 18px 16px 50px;
	box-shadow: 0 10px 30px rgba(12, 35, 46, 0.08);
	position: relative;
}

.dlyte-metric::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 16px;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.9;
}

.dlyte-metric-mirror::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f3cff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l2.5 6L21 10l-6.5 2L12 18l-2.5-6L3 10l6.5-2L12 2z'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E");
}

.dlyte-metric-tolerance::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f3cff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l7 4v6c0 5-3.5 9-7 10-3.5-1-7-5-7-10V6l7-4z'/%3E%3Cpath d='M9.5 12.5l2 2 4-4'/%3E%3C/svg%3E");
}

.dlyte-metric-removal::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f3cff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2c3 4 6 7 6 11a6 6 0 0 1-12 0c0-4 3-7 6-11z'/%3E%3Cpath d='M8.5 13.5h7'/%3E%3C/svg%3E");
}

.dlyte-metric strong {
	display: block;
	font-size: 1rem;
	color: #0d2530;
	margin-bottom: 6px;
}

.dlyte-metric span {
	font-size: 0.9rem;
	color: #425662;
}

.dlyte-hero-visual {
	position: relative;
	display: grid;
	place-items: center;
}

.dlyte-hero-orbit {
	position: absolute;
	width: 640px;
	height: 640px;
	border-radius: 50%;
	border: 1px dashed rgba(13, 37, 48, 0.2);
	animation: dlyte-spin 12s linear infinite, dlyte-pulse 4s ease-in-out infinite;
	background: #ffffff;
	box-shadow: 0 30px 80px rgba(12, 35, 46, 0.18);
}

.dlyte-hero-image {
	width: min(1008px, 95vw);
	height: auto;
	filter: drop-shadow(0 30px 45px rgba(9, 20, 26, 0.25));
	position: relative;
	z-index: 1;
}

.dlyte-benefits {
	padding: 90px 0;
	background: #fff;
}

.dlyte-section-head {
	max-width: 680px;
	margin-bottom: 42px;
}

.dlyte-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.75rem;
	color: #59707f;
	margin-bottom: 12px;
}

.dlyte-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 24px;
}

.dlyte-card {
	padding: 24px;
	border-radius: 20px;
	background: linear-gradient(160deg, #f7fafb 0%, #edf2f5 100%);
	box-shadow: 0 18px 36px rgba(9, 29, 38, 0.08);
}

.dlyte-card-icon {
	padding-top: 64px;
	position: relative;
}

.dlyte-card-icon::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 22px;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: rgba(47, 60, 255, 0.12);
	border: 1px solid rgba(47, 60, 255, 0.2);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}

.dlyte-benefits .dlyte-card-icon {
	padding-top: 120px;
}

.dlyte-benefits .dlyte-card-icon::before {
	width: 68px;
	height: 68px;
	border-radius: 22px;
	top: 24px;
	left: 24px;
	background-size: 36px 36px;
}

.dlyte-icon-mirror::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f3cff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 6v12'/%3E%3C/svg%3E");
}

.dlyte-icon-tolerance::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f3cff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l7 4v6c0 5-3.5 9-7 10-3.5-1-7-5-7-10V6l7-4z'/%3E%3Cpath d='M9.5 12.5l2 2 4-4'/%3E%3C/svg%3E");
}

.dlyte-icon-savings::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f3cff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3v18h18'/%3E%3Cpath d='M7 14l3-3 3 2 4-5'/%3E%3C/svg%3E");
}

.dlyte-icon-safe::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f3cff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l7 4v6c0 5-3.5 9-7 10-3.5-1-7-5-7-10V6l7-4z'/%3E%3Cpath d='M12 7v6'/%3E%3Ccircle cx='12' cy='16' r='1'/%3E%3C/svg%3E");
}

.dlyte-card h3 {
	font-size: 1.35rem;
	color: #0d2530;
}

.dlyte-ecosystem {
	padding: 90px 0;
	background: linear-gradient(180deg, #ffffff 0%, #f7fafb 100%);
}

.dlyte-ecosystem-grid {
	align-items: stretch;
}

.dlyte-ecosystem-grid .dlyte-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.dlyte-ecosystem-grid .dlyte-ecosystem-link {
	margin-top: auto;
}

.dlyte-ecosystem .dlyte-card-icon {
	padding-top: 120px;
}

.dlyte-ecosystem .dlyte-card-icon::before {
	width: 68px;
	height: 68px;
	border-radius: 22px;
	top: 24px;
	left: 24px;
	background-size: 36px 36px;
}

.dlyte-ecosystem-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	color: var(--brand-blue);
	font-weight: 600;
	text-decoration: none;
}

.dlyte-ecosystem-link::after {
	content: "";
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%232f3cff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M13 5l7 7-7 7'/%3E%3C/svg%3E");
}

.dlyte-ecosystem-link:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.dlyte-ecosystem-close {
	margin-top: 42px;
	padding: 28px 30px;
	border-radius: 26px;
	background: linear-gradient(150deg, rgba(47, 60, 255, 0.10), rgba(217, 239, 231, 0.55));
	box-shadow: 0 18px 45px rgba(9, 29, 38, 0.08);
}

.dlyte-ecosystem-close h3 {
	font-size: 1.5rem;
	color: #071117;
	margin-bottom: 10px;
}

.dlyte-ecosystem-close p {
	margin: 0;
	max-width: 950px;
}

.dlyte-icon-print::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f3cff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9V2h12v7'/%3E%3Cpath d='M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M6 14h12v8H6z'/%3E%3C/svg%3E");
}

.dlyte-icon-powder::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f3cff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10'/%3E%3Cpath d='M6 7l1 14h10l1-14'/%3E%3Cpath d='M10 7V3h4v4'/%3E%3Cpath d='M9 13c1 0 1-1 2-1s1 1 2 1 1-1 2-1'/%3E%3C/svg%3E");
}

.dlyte-icon-polish::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232f3cff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h16'/%3E%3Cpath d='M7 16l5-12 5 12'/%3E%3Cpath d='M9.5 10h5'/%3E%3C/svg%3E");
}

.dlyte-process {
	padding: 90px 0;
	background: linear-gradient(140deg, #0b1b24 0%, #132e3b 100%);
	color: #e6f0f4;
}

.dlyte-process p,
.dlyte-process h2,
.dlyte-process h3,
.dlyte-process .dlyte-eyebrow {
	color: #e6f0f4;
}

.dlyte-process-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 48px;
}

.dlyte-steps {
	display: grid;
	gap: 18px;
}

.dlyte-step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px;
	align-items: start;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 18px;
	padding: 18px 20px;
}

.dlyte-step span {
	font-size: 1.1rem;
	font-weight: 700;
	color: #7cd4d4;
}

.dlyte-compare {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	padding: 28px;
	display: grid;
	gap: 12px;
}

.dlyte-compare-head h3 {
	margin-bottom: 6px;
}

.dlyte-compare-row {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dlyte-compare-row:last-child {
	border-bottom: none;
}

.dlyte-compare-labels {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.7rem;
}

.dlyte-range {
	padding: 90px 0;
	background: #fff;
}

.dlyte-video {
	padding: 0;
	background: #0b1114;
	color: #f2fbff;
}

.dlyte-video .dlyte-section-head,
.dlyte-video .dlyte-eyebrow {
	color: #f2fbff;
}

.dlyte-video h2 {
	color: #132d3a;
}

.dlyte-video-wrap {
	width: 100%;
	margin-top: 0;
	position: relative;
	overflow: hidden;
}

.dlyte-video-frame {
	width: 100%;
	height: 70vh;
	display: block;
	object-fit: cover;
	border-radius: 0;
	cursor: pointer;
}

.dlyte-video-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(7, 12, 15, 0.75) 0%, rgba(7, 12, 15, 0.35) 35%, rgba(7, 12, 15, 0) 60%);
}

.dlyte-video-overlay .dlyte-section-head {
	max-width: 680px;
	margin: 0;
	padding: 0;
}

.dlyte-range-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 26px;
}

.dlyte-range-grid-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dlyte-range-card {
	background: #ffffff;
	border: 1px solid rgba(13, 37, 48, 0.08);
	border-radius: 24px;
	padding: 24px;
	display: grid;
	gap: 12px;
	text-align: center;
	box-shadow: 0 10px 26px rgba(12, 35, 46, 0.08);
}

.dlyte-range-card img {
	width: 100%;
	height: 220px;
	object-fit: contain;
	margin-bottom: 10px;
}

.dlyte-range-card h3 {
	font-size: 1.35rem;
	color: #0d2530;
	margin-bottom: 4px;
}

.dlyte-range-cap {
	font-size: 0.95rem;
	color: #516571;
	margin: 0;
}

.dlyte-range-links {
	display: flex;
	justify-content: center;
	gap: 16px;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-top: 10px;
}

.dlyte-range-links-cta {
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.dlyte-range-links a {
	color: #0d2530;
	text-decoration: none;
	border-bottom: 1px solid rgba(13, 37, 48, 0.2);
	padding-bottom: 3px;
}

.dlyte-range-links-cta .dlyte-btn {
	border-bottom: none;
	border: none;
	text-transform: none;
	letter-spacing: 0;
	font-size: 0.85rem;
	padding: 13px 22px;
	line-height: 1.1;
	color: var(--brand-blue);
	box-shadow: none;
	background: transparent;
}

.dlyte-range-links a:hover {
	border-bottom-color: #0d2530;
}

.dlyte-range-links-cta .dlyte-btn:hover {
	border-bottom-color: transparent;
}

.dlyte-placeholder {
	height: 220px;
	border-radius: 20px;
	display: grid;
	place-content: center;
	gap: 6px;
	background: linear-gradient(135deg, rgba(47, 60, 255, 0.08), rgba(14, 35, 70, 0.08));
	border: 1px dashed rgba(13, 37, 48, 0.2);
	color: #0d2530;
}

.dlyte-placeholder span {
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(13, 37, 48, 0.6);
}

.dlyte-placeholder strong {
	font-size: 1.1rem;
}

.dlyte-systems {
	padding: 90px 0 110px;
	background: radial-gradient(circle at 20% 20%, #ecf4ff 0%, transparent 55%),
		radial-gradient(circle at 80% 0%, #e7f8f1 0%, transparent 50%),
		#f5f7f4;
}

.dlyte-system-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 26px;
}

.dlyte-system-card {
	background: #fff;
	border-radius: 24px;
	padding: 28px;
	box-shadow: 0 20px 40px rgba(14, 33, 44, 0.12);
	display: grid;
	gap: 12px;
}

.dlyte-system-card.featured {
	background: #0d2530;
	color: #e7f5f2;
	transform: translateY(-6px);
}

.dlyte-system-card.featured h3,
.dlyte-system-card.featured p {
	color: #e7f5f2;
}

.dlyte-system-meta {
	font-size: 0.9rem;
	color: #5a6b75;
}

.dlyte-system-card.featured .dlyte-system-meta {
	color: rgba(231, 245, 242, 0.8);
}

.dlyte-cta {
	padding: 90px 0 120px;
	background: linear-gradient(135deg, #112a33 0%, #203f4b 100%);
	color: #f2fbff;
}

.dlyte-cta p,
.dlyte-cta h2,
.dlyte-cta h3,
.dlyte-cta .dlyte-eyebrow {
	color: #f2fbff;
}

.dlyte-cta-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 48px;
	align-items: center;
}

.dlyte-cta-panel {
	background: rgba(255, 255, 255, 0.08);
	padding: 28px;
	border-radius: 22px;
	display: grid;
	gap: 12px;
}

.dlyte-cta-item {
	padding: 6px 0 6px 32px;
	border-radius: 14px;
	background: transparent;
	position: relative;
	line-height: 1.35;
}

.dlyte-cta-item::before {
	content: "✓";
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #7cd4d4;
	font-weight: 700;
}

.dlyte-cta-note {
	font-size: 0.85rem;
	color: rgba(242, 251, 255, 0.7);
}

@keyframes dlyte-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.dlyte-hero,
	.dlyte-card,
	.dlyte-step,
	.dlyte-system-card,
	.dlyte-cta-panel {
		animation: dlyte-rise 0.9s ease both;
	}

	.dlyte-card:nth-child(2),
	.dlyte-step:nth-child(2),
	.dlyte-system-card:nth-child(2) {
		animation-delay: 0.1s;
	}

	.dlyte-card:nth-child(3),
	.dlyte-step:nth-child(3),
	.dlyte-system-card:nth-child(3) {
		animation-delay: 0.2s;
	}
}

@keyframes dlyte-rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes dlyte-pulse {
	0%,
	100% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(0.92);
		opacity: 1;
	}
}

@media (max-width: 980px) {
	.dlyte-hero-grid,
	.dlyte-process-grid,
	.dlyte-cta-grid {
		grid-template-columns: 1fr;
	}

	.dlyte-hero {
		padding: 100px 0 80px;
	}

	.dlyte-hero-visual {
		order: -1;
	}

	.dlyte-hero-orbit {
		width: 480px;
		height: 480px;
	}

	.dlyte-hero-image {
		width: min(768px, 95vw);
	}

	.dlyte-range-grid-three {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.dlyte-hero {
		padding: 80px 0 70px;
	}

	.dlyte-hero-metrics {
		grid-template-columns: 1fr;
	}

	.dlyte-compare-row {
		grid-template-columns: 1fr;
	}

	.dlyte-compare-labels {
		display: none;
	}

	.dlyte-compare-row > div:nth-child(2),
	.dlyte-compare-row > div:nth-child(3) {
		padding-left: 0;
	}
}
