/* DUKA Landing — Dark Premium
   #0a0a0f charcoal + #f2a93c amber */

/* tokens */
:root {
	--dl-bg: #0a0a0f;
	--dl-bg-alt: #0e0e14;
	--dl-surface: rgba(255, 255, 255, 0.03);
	--dl-surface-hover: rgba(255, 255, 255, 0.06);
	--dl-border: rgba(255, 255, 255, 0.06);
	--dl-border-hover: rgba(242, 169, 60, 0.35);
	--dl-text: #f0f0f2;
	--dl-text-sec: rgba(255, 255, 255, 0.55);
	--dl-text-muted: rgba(255, 255, 255, 0.25);
	--dl-amber: #f2a93c;
	--dl-amber-dark: #d88a12;
	--dl-amber-glow: rgba(242, 169, 60, 0.12);
	--dl-green: #10b981;
	--dl-red: #ef4444;
	--dl-radius: 16px;
	--dl-radius-sm: 10px;
	--dl-radius-pill: 9999px;
	--dl-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
	--dl-spring: cubic-bezier(0.16, 1, 0.3, 1);
	--dl-wrap: 1152px;
	--dl-nav-bg: rgba(10, 10, 15, 0.7);
	--dl-nav-drawer: rgba(10, 10, 15, 0.95);
}

/* light theme overrides */
[data-theme="light"] {
	--dl-bg: #f8f8fa;
	--dl-bg-alt: #f0f0f3;
	--dl-surface: #ffffff;
	--dl-surface-hover: #f5f5f7;
	--dl-border: rgba(15, 23, 42, 0.08);
	--dl-border-hover: rgba(242, 169, 60, 0.4);
	--dl-text: #0f172a;
	--dl-text-sec: #475569;
	--dl-text-muted: rgba(15, 23, 42, 0.35);
	--dl-amber-glow: rgba(242, 169, 60, 0.1);
	--dl-nav-bg: rgba(248, 248, 250, 0.72);
	--dl-nav-drawer: rgba(248, 248, 250, 0.97);
}

[data-theme="light"] .dl-surface-shadow {
	box-shadow:
		0 1px 3px rgba(15, 23, 42, 0.06),
		0 0 0 0.5px rgba(15, 23, 42, 0.04);
}

[data-theme="light"] .dl-marquee__item {
	color: rgba(15, 23, 42, 0.1);
}

[data-theme="light"] .dl-marquee__fade-l {
	background: linear-gradient(to right, #f8f8fa, transparent);
}

[data-theme="light"] .dl-marquee__fade-r {
	background: linear-gradient(to left, #f8f8fa, transparent);
}

[data-theme="light"] .dl-hero__orb {
	opacity: 0.6;
}

[data-theme="light"] .dl-dash {
	background: rgba(255, 255, 255, 0.85);
	border-color: rgba(15, 23, 42, 0.08);
	box-shadow: 0 8px 40px rgba(15, 23, 42, 0.08);
}

[data-theme="light"] .dl-float-card {
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(15, 23, 42, 0.08);
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

[data-theme="light"] .dl-feat {
	background: var(--dl-surface);
	box-shadow:
		0 1px 3px rgba(15, 23, 42, 0.04),
		inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

[data-theme="light"] .dl-test {
	background: var(--dl-surface);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

[data-theme="light"] .dl-test__quote::before {
	color: rgba(242, 169, 60, 0.15);
}

[data-theme="light"] .dl-plan {
	background: var(--dl-surface);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

[data-theme="light"] .dl-plan--popular::after {
	background: var(--dl-bg);
}

[data-theme="light"] details.dl-faq {
	background: var(--dl-surface);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

[data-theme="light"] .dl-cta__glow {
	background: radial-gradient(circle, rgba(242, 169, 60, 0.06), transparent 70%);
}

[data-theme="light"] .dl-footer {
	background: #f0f0f3;
}

[data-theme="light"] .dl-btn--ghost {
	background: rgba(255, 255, 255, 0.7);
	border-color: rgba(15, 23, 42, 0.12);
}

[data-theme="light"] .dl-btn--ghost:hover {
	background: #fff;
	border-color: rgba(15, 23, 42, 0.22);
}

[data-theme="light"] .dl ::selection {
	background: rgba(242, 169, 60, 0.2);
	color: #0f172a;
}

/* theme toggle */
.dl-theme-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 0;
	background: rgba(255, 255, 255, 0.06);
	color: var(--dl-text-sec);
	cursor: pointer;
	transition:
		background 0.2s ease,
		color 0.2s ease;
	padding: 0;
	flex-shrink: 0;
}

.dl-theme-toggle:hover {
	background: rgba(255, 255, 255, 0.12);
	color: var(--dl-text);
}

[data-theme="light"] .dl-theme-toggle {
	background: rgba(15, 23, 42, 0.05);
}

[data-theme="light"] .dl-theme-toggle:hover {
	background: rgba(15, 23, 42, 0.1);
}

.dl-theme-toggle svg {
	width: 16px;
	height: 16px;
}

.dl-theme-toggle .icon-moon {
	display: none;
}

[data-theme="light"] .dl-theme-toggle .icon-sun {
	display: none;
}

[data-theme="light"] .dl-theme-toggle .icon-moon {
	display: block;
}

/* smooth theme transition */
.dl,
.dl-nav,
.dl-feat,
.dl-test,
.dl-plan,
.dl-footer,
details.dl-faq,
.dl-btn--ghost,
.dl-dash,
.dl-float-card {
	transition:
		background-color 0.3s ease,
		color 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease;
}

/* frappe chrome kill */
.web-footer,
footer.web-footer,
.navbar,
nav.navbar,
.website-header,
.page-header,
.page-header-wrapper,
.web-sidebar,
.social-icons,
.breadcrumb-container,
.page-breadcrumbs {
	display: none !important;
}

html,
body {
	background: var(--dl-bg) !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
}

.main-section,
main.page-content,
.page-content,
.container,
.container-fluid,
[data-page-container],
.page-content-wrapper,
body > main {
	padding: 0 !important;
	max-width: 100% !important;
	margin: 0 !important;
}

#page-__index,
#body {
	padding: 0 !important;
}

/* base */
*,
*::before,
*::after {
	box-sizing: border-box;
}

.dl {
	font-family:
		"Inter",
		-apple-system,
		BlinkMacSystemFont,
		sans-serif;
	font-feature-settings: "cv02", "cv03", "cv04", "cv11";
	-webkit-font-smoothing: antialiased;
	color: var(--dl-text);
	background: var(--dl-bg);
	min-height: 100vh;
}

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

.dl h1,
.dl h2,
.dl h3,
.dl h4,
.dl p,
.dl span {
	font-family: inherit;
}

.dl ::selection {
	background: rgba(242, 169, 60, 0.25);
	color: #fff;
}

.dl-wrap {
	max-width: var(--dl-wrap);
	margin: 0 auto;
	padding: 0 24px;
}

/* pill badge */
.dl-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: var(--dl-radius-pill);
	border: 0.5px solid rgba(242, 169, 60, 0.2);
	background: linear-gradient(180deg, rgba(242, 169, 60, 0.08), rgba(242, 169, 60, 0.03));
	padding: 6px 16px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--dl-amber);
	position: relative;
	overflow: hidden;
}

.dl-pill::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(242, 169, 60, 0.15), transparent);
	animation: dl-shimmer 3s ease-in-out infinite;
}

@keyframes dl-shimmer {
	0% {
		left: -100%;
	}
	100% {
		left: 200%;
	}
}

/* buttons */
.dl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	white-space: nowrap;
	border-radius: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.22s var(--dl-ease);
	border: 0;
	font-family: inherit;
	text-decoration: none;
}

.dl-btn:active {
	transform: scale(0.97);
}

.dl-btn--primary {
	background: var(--dl-amber);
	color: #fff;
	padding: 14px 24px;
	font-size: 14px;
	box-shadow:
		0 2px 12px rgba(242, 169, 60, 0.35),
		0 1px 2px rgba(0, 0, 0, 0.08);
}

.dl-btn--primary:hover {
	background: var(--dl-amber-dark);
	box-shadow:
		0 8px 30px rgba(242, 169, 60, 0.3),
		0 1px 2px rgba(0, 0, 0, 0.06);
	transform: translateY(-1px);
}

.dl-btn--ghost {
	background: rgba(255, 255, 255, 0.04);
	color: var(--dl-text);
	padding: 14px 24px;
	font-size: 14px;
	border: 0.5px solid var(--dl-border);
}

.dl-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.07);
	border-color: var(--dl-border-hover);
	transform: translateY(-1px);
}

.dl-btn--sm {
	padding: 8px 16px;
	font-size: 13px;
	border-radius: var(--dl-radius-sm);
}

/* navbar */
.dl-nav {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--dl-nav-bg);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	border-bottom: 0.5px solid var(--dl-border);
}

.dl-nav__inner {
	max-width: var(--dl-wrap);
	margin: 0 auto;
	padding: 0 24px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dl-nav__logo {
	display: inline-flex;
	align-items: center;
}

.dl-nav__logo img {
	height: 28px;
	width: auto;
}

.dl-nav__links {
	display: none;
	align-items: center;
	gap: 4px;
}

.dl-nav__link {
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 500;
	color: var(--dl-text-sec);
	border-radius: 8px;
	transition: all 0.18s ease;
}

.dl-nav__link:hover {
	color: var(--dl-text);
	background: rgba(255, 255, 255, 0.04);
}

.dl-nav__link--active {
	color: var(--dl-amber);
	background: var(--dl-amber-glow);
	position: relative;
}

.dl-nav__link--active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 16px;
	height: 2px;
	background: var(--dl-amber);
	border-radius: 1px;
}

/* Mobile drawer active */
.dl-drawer a.dl-nav__link--active {
	color: var(--dl-amber);
	background: var(--dl-amber-glow);
}

.dl-nav__cta {
	display: flex;
	align-items: center;
	gap: 10px;
}

.dl-burger {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	background: 0;
	color: var(--dl-text-sec);
	cursor: pointer;
	border-radius: 8px;
	transition: background 0.18s ease;
}

.dl-burger:hover {
	background: rgba(255, 255, 255, 0.04);
}

.dl-burger svg {
	width: 20px;
	height: 20px;
}

/* Mobile drawer */
.dl-drawer {
	display: none;
	position: fixed;
	inset: 60px 0 0;
	z-index: 99;
	background: var(--dl-nav-drawer);
	backdrop-filter: blur(20px);
	padding: 24px;
	flex-direction: column;
	gap: 8px;
}

.dl-drawer.open {
	display: flex;
}

.dl-drawer a {
	padding: 14px 16px;
	font-size: 15px;
	font-weight: 500;
	color: var(--dl-text-sec);
	border-radius: 10px;
	transition: all 0.18s ease;
}

.dl-drawer a:hover {
	color: var(--dl-text);
	background: rgba(255, 255, 255, 0.04);
}

@media (min-width: 768px) {
	.dl-nav__links {
		display: flex;
	}

	.dl-burger {
		display: none;
	}
}

/* hero */
.dl-hero {
	position: relative;
	min-height: 720px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.dl-hero__orbs {
	pointer-events: none;
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.dl-hero__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
}

.dl-hero__orb--1 {
	right: -150px;
	top: -80px;
	width: 600px;
	height: 600px;
	background: radial-gradient(
		circle,
		rgba(242, 169, 60, 0.1),
		rgba(216, 138, 18, 0.04),
		transparent
	);
}

.dl-hero__orb--2 {
	left: -120px;
	top: 45%;
	width: 450px;
	height: 450px;
	background: radial-gradient(circle, rgba(242, 169, 60, 0.06), transparent);
}

.dl-hero__orb--3 {
	right: 25%;
	bottom: 10%;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(16, 185, 129, 0.04), transparent);
}

.dl-hero__grid {
	position: relative;
	max-width: var(--dl-wrap);
	margin: 0 auto;
	padding: 72px 24px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	align-items: center;
}

.dl-hero__copy {
	max-width: 540px;
}

.dl-hero__title {
	margin-top: 24px;
	font-size: 44px;
	line-height: 1.05;
	font-weight: 700;
	letter-spacing: -0.034em;
	color: var(--dl-text);
}

.dl-hero__title .accent {
	background: linear-gradient(90deg, var(--dl-amber), var(--dl-amber-dark));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.dl-hero__sub {
	margin-top: 20px;
	font-size: 17px;
	line-height: 1.6;
	color: var(--dl-text-sec);
}

.dl-hero__actions {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.dl-hero__trust {
	margin-top: 28px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	font-size: 12px;
	color: var(--dl-text-muted);
}

.dl-hero__trust span {
	display: flex;
	align-items: center;
	gap: 6px;
}

.dl-hero__visual {
	display: none;
	position: relative;
	height: 540px;
}

/* Hero entrance */
.dl-entrance {
	opacity: 0;
	transform: translateY(20px);
	animation: dl-slideUp 0.7s var(--dl-spring) forwards;
}

.dl-s1 {
	animation-delay: 0ms;
}

.dl-s2 {
	animation-delay: 80ms;
}

.dl-s3 {
	animation-delay: 160ms;
}

.dl-s4 {
	animation-delay: 280ms;
}

.dl-s5 {
	animation-delay: 400ms;
}

@keyframes dl-slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Dashboard mock */
.dl-dash {
	position: absolute;
	top: 0;
	left: 8px;
	right: 8px;
	border-radius: var(--dl-radius);
	border: 0.5px solid var(--dl-border);
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(16px);
	padding: 20px;
	box-shadow:
		0 8px 40px rgba(0, 0, 0, 0.3),
		0 0 60px rgba(242, 169, 60, 0.03);
}

.dl-dash__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.dl-dash__shop {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 600;
}

.dl-dash__live {
	display: flex;
	align-items: center;
	gap: 6px;
	border-radius: var(--dl-radius-pill);
	background: rgba(16, 185, 129, 0.1);
	padding: 4px 10px;
	font-size: 10px;
	color: var(--dl-green);
	font-weight: 600;
}

.dl-dash__metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.dl-dash__metric {
	border-radius: 12px;
	border: 0.5px solid var(--dl-border);
	background: rgba(255, 255, 255, 0.02);
	padding: 12px;
}

.dl-dash__metric-label {
	font-size: 9px;
	font-weight: 500;
	color: var(--dl-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.dl-dash__metric-val {
	margin-top: 6px;
	font-size: 15px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.dl-dash__badge {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	margin-top: 4px;
	font-size: 9px;
	font-weight: 600;
	border-radius: var(--dl-radius-pill);
	padding: 2px 6px;
}

.dl-dash__badge--up {
	color: var(--dl-green);
	background: rgba(16, 185, 129, 0.1);
}

.dl-dash__badge--down {
	color: var(--dl-red);
	background: rgba(239, 68, 68, 0.1);
}

.dl-dash__badge--amber {
	color: var(--dl-amber);
	background: var(--dl-amber-glow);
}

/* Floating widgets */
.dl-float-card {
	position: absolute;
	border-radius: 14px;
	border: 0.5px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: saturate(160%) blur(24px);
	-webkit-backdrop-filter: saturate(160%) blur(24px);
	padding: 12px 14px;
	box-shadow:
		0 4px 24px rgba(0, 0, 0, 0.25),
		0 0 0 1px rgba(255, 255, 255, 0.03) inset,
		0 1px 0 rgba(255, 255, 255, 0.04) inset;
	z-index: 10;
	transition:
		box-shadow 0.4s ease,
		border-color 0.4s ease;
}

.dl-float-card:hover {
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow:
		0 8px 40px rgba(0, 0, 0, 0.3),
		0 0 0 1px rgba(255, 255, 255, 0.05) inset,
		0 0 30px rgba(242, 169, 60, 0.04);
}

[data-theme="light"] .dl-float-card {
	border-color: rgba(15, 23, 42, 0.06);
	background: rgba(255, 255, 255, 0.85);
	box-shadow:
		0 4px 24px rgba(15, 23, 42, 0.08),
		0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.dl-float-card__inner {
	display: flex;
	align-items: center;
	gap: 10px;
}

.dl-float-card__icon {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}

/* Pulsing glow ring on float-card icons */
.dl-float-card__icon::after {
	content: "";
	position: absolute;
	inset: -3px;
	border-radius: 12px;
	border: 1.5px solid currentColor;
	opacity: 0;
	animation: dl-icon-pulse 2.8s ease-in-out infinite;
}

@keyframes dl-icon-pulse {
	0%,
	100% {
		opacity: 0;
		transform: scale(1);
	}
	50% {
		opacity: 0.2;
		transform: scale(1.12);
	}
}

@media (min-width: 1024px) {
	.dl-hero__grid {
		grid-template-columns: 1fr 1fr;
		gap: 64px;
	}

	.dl-hero__visual {
		display: block;
	}

	.dl-hero__title {
		font-size: 58px;
	}
}

/* float animations (organic, bubble-like) */
.dl-float {
	animation: dl-f1 6s ease-in-out infinite;
}

.dl-float-alt {
	animation: dl-f2 5s ease-in-out infinite;
}

.dl-float-slow {
	animation: dl-f3 8s ease-in-out infinite;
}

@keyframes dl-f1 {
	0%,
	100% {
		transform: translateY(0) translateX(0) rotate(0deg) scale(1);
	}
	25% {
		transform: translateY(-8px) translateX(3px) rotate(0.5deg) scale(1.01);
	}
	50% {
		transform: translateY(-12px) translateX(-2px) rotate(-0.3deg) scale(1.02);
	}
	75% {
		transform: translateY(-5px) translateX(4px) rotate(0.2deg) scale(1.005);
	}
}

@keyframes dl-f2 {
	0%,
	100% {
		transform: translateY(0) translateX(0) rotate(0deg) scale(1);
	}
	25% {
		transform: translateY(6px) translateX(-3px) rotate(-0.4deg) scale(1.01);
	}
	50% {
		transform: translateY(12px) translateX(2px) rotate(0.5deg) scale(1.02);
	}
	75% {
		transform: translateY(4px) translateX(-4px) rotate(-0.2deg) scale(1.005);
	}
}

@keyframes dl-f3 {
	0%,
	100% {
		transform: translateY(0) translateX(0) rotate(0deg) scale(1);
	}
	20% {
		transform: translateY(-4px) translateX(5px) rotate(0.3deg) scale(1.01);
	}
	40% {
		transform: translateY(-8px) translateX(-3px) rotate(-0.4deg) scale(1.015);
	}
	60% {
		transform: translateY(-3px) translateX(4px) rotate(0.2deg) scale(1.01);
	}
	80% {
		transform: translateY(-6px) translateX(-2px) rotate(-0.15deg) scale(1.005);
	}
}

/* marquee */
.dl-marquee {
	border-top: 0.5px solid var(--dl-border);
	border-bottom: 0.5px solid var(--dl-border);
	overflow: hidden;
}

.dl-marquee__inner {
	padding: 32px 0;
}

.dl-marquee__label {
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: var(--dl-text-muted);
	margin-bottom: 24px;
}

.dl-marquee__track-wrap {
	position: relative;
}

.dl-marquee__fade-l,
.dl-marquee__fade-r {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 96px;
	z-index: 10;
}

.dl-marquee__fade-l {
	left: 0;
	background: linear-gradient(to right, var(--dl-bg), transparent);
}

.dl-marquee__fade-r {
	right: 0;
	background: linear-gradient(to left, var(--dl-bg), transparent);
}

.dl-marquee__track {
	display: flex;
	white-space: nowrap;
	animation: dl-scroll 40s linear infinite;
}

.dl-marquee__track:hover {
	animation-play-state: paused;
}

.dl-marquee__item {
	flex-shrink: 0;
	padding: 0 32px;
	font-size: 16px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.12);
	letter-spacing: -0.01em;
}

@keyframes dl-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/* section shared */
.dl-section {
	padding: 120px 24px;
	max-width: var(--dl-wrap);
	margin: 0 auto;
}

.dl-section--alt {
	background: var(--dl-bg-alt);
	border-top: 0.5px solid var(--dl-border);
	border-bottom: 0.5px solid var(--dl-border);
}

.dl-section__head {
	text-align: center;
	max-width: 540px;
	margin: 0 auto 64px;
}

.dl-section__head h2 {
	font-size: 38px;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.1;
	margin: 16px 0 0;
}

.dl-section__head h2 .muted {
	color: var(--dl-text-sec);
	font-weight: 700;
}

.dl-section__head p {
	margin-top: 16px;
	font-size: 15px;
	color: var(--dl-text-sec);
	line-height: 1.6;
}

/* features bento grid */
.dl-bento {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.dl-feat {
	border-radius: var(--dl-radius);
	border: 0.5px solid var(--dl-border);
	background: var(--dl-surface);
	padding: 24px;
	transition:
		border-color 0.35s var(--dl-ease),
		box-shadow 0.35s var(--dl-ease),
		transform 0.35s var(--dl-ease);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
	position: relative;
	overflow: hidden;
}

.dl-feat::before {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(242, 169, 60, 0.08), transparent 70%);
	left: var(--glow-x, -100px);
	top: var(--glow-y, -100px);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
}

.dl-feat:hover::before {
	opacity: 1;
}

.dl-feat:hover {
	border-color: var(--dl-border-hover);
	transform: translateY(-3px);
	box-shadow:
		0 8px 30px rgba(242, 169, 60, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.dl-feat__icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(242, 169, 60, 0.12), rgba(216, 138, 18, 0.05));
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--dl-amber);
	margin-bottom: 16px;
}

.dl-feat__title {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.dl-feat__body {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.6;
	color: var(--dl-text-sec);
}

@media (min-width: 640px) {
	.dl-bento {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.dl-bento {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* how it works */
.dl-steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	counter-reset: step;
}

.dl-step {
	display: flex;
	gap: 20px;
	counter-increment: step;
}

.dl-step__num {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: var(--dl-amber-glow);
	color: var(--dl-amber);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 800;
}

.dl-step__num::before {
	content: counter(step);
}

.dl-step__title {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 6px;
}

.dl-step__body {
	font-size: 13px;
	color: var(--dl-text-sec);
	line-height: 1.6;
	margin: 0;
}

@media (min-width: 768px) {
	.dl-steps {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* stats */
.dl-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	padding: 80px 24px;
	max-width: var(--dl-wrap);
	margin: 0 auto;
}

.dl-stat {
	text-align: center;
	padding: 32px 16px;
	border-radius: var(--dl-radius);
	border: 0.5px solid var(--dl-border);
	background: var(--dl-surface);
	transition:
		border-color 0.3s ease,
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.dl-stat:hover {
	border-color: var(--dl-border-hover);
	transform: translateY(-3px);
	box-shadow: 0 8px 32px rgba(242, 169, 60, 0.06);
}

.dl-stat__icon {
	color: var(--dl-amber);
	margin-bottom: 12px;
}

.dl-stat__num {
	font-size: 48px;
	font-weight: 800;
	letter-spacing: -0.03em;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	background: linear-gradient(135deg, var(--dl-text), var(--dl-text-sec));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.dl-stat__bar {
	width: 48px;
	height: 2px;
	margin: 12px auto;
	background: linear-gradient(90deg, var(--dl-amber), transparent);
	border-radius: 2px;
}

.dl-stat__label {
	font-size: 13px;
	color: var(--dl-text-sec);
	font-weight: 500;
}

@media (min-width: 768px) {
	.dl-stats {
		grid-template-columns: repeat(4, 1fr);
	}

	.dl-stat__num {
		font-size: 56px;
	}
}

/* testimonials */
.dl-testimonials {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.dl-test {
	border-radius: var(--dl-radius);
	border: 0.5px solid var(--dl-border);
	background: var(--dl-surface);
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	transition:
		border-color 0.3s ease,
		transform 0.4s var(--dl-spring),
		box-shadow 0.3s ease;
}

.dl-test:hover {
	transform: translateY(-4px) perspective(800px) rotateX(1deg);
	border-color: var(--dl-border-hover);
	box-shadow: 0 12px 40px rgba(242, 169, 60, 0.06);
}

.dl-test--featured {
	border-color: rgba(242, 169, 60, 0.2);
	box-shadow: 0 8px 40px rgba(242, 169, 60, 0.06);
}

.dl-test__stars {
	display: flex;
	gap: 2px;
	color: var(--dl-amber);
}

.dl-test__quote {
	font-size: 14px;
	line-height: 1.65;
	color: var(--dl-text-sec);
	flex: 1;
	position: relative;
	padding-left: 0;
}

.dl-test__quote::before {
	content: "\201C";
	position: absolute;
	left: -4px;
	top: -12px;
	font-size: 48px;
	color: rgba(242, 169, 60, 0.08);
	font-weight: 700;
	line-height: 1;
}

.dl-test__author {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
}

.dl-test__avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--dl-amber), var(--dl-amber-dark));
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	flex-shrink: 0;
}

.dl-test__name {
	font-size: 13px;
	font-weight: 600;
}

.dl-test__role {
	font-size: 11px;
	color: var(--dl-text-muted);
}

@media (min-width: 768px) {
	.dl-testimonials {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* pricing */
@property --dl-angle {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}

.dl-plans {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	align-items: stretch;
	max-width: var(--dl-wrap);
	margin: 0 auto;
}

.dl-plan {
	position: relative;
	border-radius: var(--dl-radius);
	border: 0.5px solid var(--dl-border);
	background: var(--dl-surface);
	padding: 32px 24px 28px;
	display: flex;
	flex-direction: column;
	transition:
		border-color 0.3s ease,
		transform 0.3s ease;
}

.dl-plan:hover {
	border-color: var(--dl-border-hover);
	transform: translateY(-2px);
}

.dl-plan--popular {
	border-color: transparent;
	z-index: 1;
	box-shadow: 0 12px 48px rgba(242, 169, 60, 0.1);
}

.dl-plan--popular::before {
	content: "";
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	z-index: -1;
	background: conic-gradient(
		from var(--dl-angle),
		var(--dl-amber),
		var(--dl-amber-dark),
		transparent 40%,
		var(--dl-amber)
	);
	animation: dl-rotate 4s linear infinite;
}

.dl-plan--popular::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	z-index: -1;
	background: var(--dl-bg);
}

@keyframes dl-rotate {
	to {
		--dl-angle: 360deg;
	}
}

.dl-plan__badge {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(135deg, var(--dl-amber), var(--dl-amber-dark));
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 5px 14px;
	border-radius: var(--dl-radius-pill);
	box-shadow: 0 4px 12px rgba(242, 169, 60, 0.3);
}

.dl-plan__name {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.dl-plan__tag {
	font-size: 12px;
	color: var(--dl-text-sec);
	margin-top: 2px;
}

.dl-plan__price {
	margin-top: 20px;
	font-variant-numeric: tabular-nums;
}

.dl-plan__price .num {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.dl-plan__price .cur {
	font-size: 13px;
	font-weight: 600;
	color: var(--dl-text-sec);
	margin-right: 4px;
}

.dl-plan__price .per {
	font-size: 12px;
	color: var(--dl-text-muted);
	margin-left: 4px;
}

.dl-plan__divider {
	height: 0.5px;
	background: var(--dl-border);
	margin: 20px 0 18px;
}

.dl-plan__features {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.dl-plan__features li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	color: var(--dl-text-sec);
}

.dl-plan__features svg {
	flex-shrink: 0;
	margin-top: 2px;
	color: var(--dl-green);
}

.dl-plan__cta {
	margin-top: auto;
}

@media (min-width: 640px) {
	.dl-plans {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.dl-plans {
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	}
}

/* faq */
.dl-faq-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 720px;
	margin: 0 auto;
}

details.dl-faq {
	border-radius: var(--dl-radius);
	border: 0.5px solid var(--dl-border);
	background: var(--dl-surface);
	transition: border-color 0.2s ease;
}

details.dl-faq[open] {
	border-color: rgba(242, 169, 60, 0.25);
}

details.dl-faq summary {
	cursor: pointer;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 14px;
	font-weight: 600;
	color: var(--dl-text);
	list-style: none;
}

details.dl-faq summary::-webkit-details-marker {
	display: none;
}

details.dl-faq summary::after {
	content: "+";
	font-size: 18px;
	color: var(--dl-amber);
	transition: transform 0.2s ease;
	font-weight: 400;
}

details.dl-faq[open] summary::after {
	content: "\2212";
}

details.dl-faq .dl-faq__body {
	padding: 0 20px 18px;
	font-size: 13px;
	color: var(--dl-text-sec);
	line-height: 1.65;
}

details.dl-faq .dl-faq__body p {
	margin: 0 0 8px;
}

details.dl-faq .dl-faq__body p:last-child {
	margin: 0;
}

/* final cta */
.dl-cta {
	position: relative;
	text-align: center;
	padding: 120px 24px;
	overflow: hidden;
}

.dl-cta__glow {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 600px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(242, 169, 60, 0.08), transparent 70%);
	filter: blur(60px);
	pointer-events: none;
}

.dl-cta h2 {
	font-size: 42px;
	font-weight: 800;
	letter-spacing: -0.03em;
	position: relative;
}

.dl-cta p {
	font-size: 15px;
	color: var(--dl-text-sec);
	margin-top: 16px;
	position: relative;
}

.dl-cta__actions {
	margin-top: 32px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	position: relative;
}

.dl-cta__fine {
	margin-top: 24px;
	font-size: 11px;
	color: var(--dl-text-muted);
	position: relative;
}

/* footer */
.dl-footer {
	border-top: 0.5px solid var(--dl-border);
	padding: 64px 24px 32px;
}

.dl-footer__inner {
	max-width: var(--dl-wrap);
	margin: 0 auto;
}

.dl-footer__grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 48px;
	margin-bottom: 48px;
}

.dl-footer__brand {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.dl-footer__brand img {
	height: 24px;
	width: auto;
}

.dl-footer__tagline {
	font-size: 13px;
	color: var(--dl-text-sec);
	line-height: 1.6;
	max-width: 260px;
	margin: 0;
}

.dl-footer__social {
	display: flex;
	gap: 12px;
	margin-top: 16px;
}

.dl-footer__social a {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	border: 0.5px solid var(--dl-border);
	background: var(--dl-surface);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--dl-text-sec);
	transition:
		color 0.25s ease,
		border-color 0.25s ease,
		background 0.25s ease;
}

.dl-footer__social a:hover {
	color: var(--dl-amber);
	border-color: var(--dl-border-hover);
	background: var(--dl-amber-glow);
}

.dl-footer__built {
	margin-top: 16px;
	font-size: 11px;
	color: var(--dl-text-muted);
	display: flex;
	align-items: center;
	gap: 6px;
}

.dl-footer__col h4 {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: var(--dl-text-muted);
	margin: 0 0 16px;
}

.dl-footer__col ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.dl-footer__col a {
	font-size: 13px;
	color: var(--dl-text-sec);
	font-weight: 500;
	transition: color 0.18s ease;
}

.dl-footer__col a:hover {
	color: var(--dl-amber);
}

.dl-footer__bottom {
	padding-top: 24px;
	border-top: 0.5px solid var(--dl-border);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
}

.dl-footer__bottom p {
	font-size: 11px;
	color: var(--dl-text-muted);
	margin: 0;
}

.dl-footer__status {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	color: var(--dl-text-muted);
}

.dl-status-dot {
	position: relative;
	width: 7px;
	height: 7px;
}

.dl-status-dot::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: #34d399;
	opacity: 0.6;
	animation: dl-ping 1.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.dl-status-dot::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: #10b981;
}

@keyframes dl-ping {
	75%,
	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}

@media (max-width: 767px) {
	.dl-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 28px;
	}
}

@media (max-width: 480px) {
	.dl-footer__grid {
		grid-template-columns: 1fr;
	}
}

/* scroll reveal */
.dl-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity 0.6s var(--dl-spring),
		transform 0.6s var(--dl-spring);
}

.dl-reveal.revealed {
	opacity: 1;
	transform: translateY(0);
}

.dl-reveal.dl-d1 {
	transition-delay: 0ms;
}

.dl-reveal.dl-d2 {
	transition-delay: 60ms;
}

.dl-reveal.dl-d3 {
	transition-delay: 120ms;
}

.dl-reveal.dl-d4 {
	transition-delay: 180ms;
}

.dl-reveal.dl-d5 {
	transition-delay: 240ms;
}

.dl-reveal.dl-d6 {
	transition-delay: 300ms;
}

.dl-reveal.dl-d7 {
	transition-delay: 360ms;
}

.dl-reveal.dl-d8 {
	transition-delay: 420ms;
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
	.dl-entrance,
	.dl-float,
	.dl-float-alt,
	.dl-float-slow {
		animation: none !important;
	}

	.dl-reveal {
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.dl-marquee__track {
		animation: none !important;
	}

	.dl-plan--popular::before {
		animation: none !important;
	}

	.dl-status-dot::before {
		animation: none !important;
	}
}

/* cookie consent */
.dl-cookie-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 16px 24px;
	background: rgba(10, 10, 15, 0.92);
	backdrop-filter: saturate(160%) blur(20px);
	-webkit-backdrop-filter: saturate(160%) blur(20px);
	border-top: 0.5px solid var(--dl-border);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	transform: translateY(100%);
	transition: transform 0.4s var(--dl-spring);
}

.dl-cookie-bar.visible {
	transform: translateY(0);
}

[data-theme="light"] .dl-cookie-bar {
	background: rgba(248, 248, 250, 0.92);
}

.dl-cookie-bar__text {
	font-size: 13px;
	color: var(--dl-text-sec);
	line-height: 1.5;
	flex: 1;
}

.dl-cookie-bar__text a {
	color: var(--dl-amber);
	text-decoration: underline;
}

.dl-cookie-bar__actions {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

/* page transition bar */
.dl-loading-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, var(--dl-amber), var(--dl-amber-dark));
	z-index: 10000;
	transition: width 0.3s ease;
	border-radius: 0 1px 1px 0;
}

.dl-loading-bar.active {
	width: 70%;
	transition: width 8s cubic-bezier(0.1, 0.05, 0.1, 1);
}

.dl-loading-bar.done {
	width: 100%;
	transition: width 0.2s ease;
	opacity: 0;
	transition:
		width 0.2s ease,
		opacity 0.3s 0.2s ease;
}

/* gpu hints */
.dl-float,
.dl-float-alt,
.dl-float-slow,
.dl-entrance {
	will-change: transform;
	backface-visibility: hidden;
}

.dl-marquee__track {
	will-change: transform;
}

/* page header (subpages) */
.dl-page-head {
	text-align: center;
	padding: 80px 24px 48px;
	max-width: var(--dl-wrap);
	margin: 0 auto;
}

.dl-page-head h1 {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.1;
	margin: 16px 0 0;
}

.dl-page-head p {
	margin-top: 12px;
	font-size: 15px;
	color: var(--dl-text-sec);
	line-height: 1.6;
}

/* prose (legal/about pages) */
.dl-prose {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 24px 80px;
}

.dl-prose h2 {
	font-size: 22px;
	font-weight: 700;
	margin: 48px 0 12px;
	letter-spacing: -0.015em;
}

.dl-prose h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 32px 0 8px;
}

.dl-prose p {
	font-size: 14px;
	line-height: 1.7;
	color: var(--dl-text-sec);
	margin: 0 0 16px;
}

.dl-prose ul,
.dl-prose ol {
	padding-left: 20px;
	margin: 0 0 16px;
}

.dl-prose li {
	font-size: 14px;
	line-height: 1.7;
	color: var(--dl-text-sec);
	margin: 0 0 8px;
}

.dl-prose a {
	color: var(--dl-amber);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.dl-prose a:hover {
	color: var(--dl-amber-dark);
}

.dl-prose strong {
	color: var(--dl-text);
	font-weight: 600;
}

.dl-prose hr {
	border: 0;
	height: 0.5px;
	background: var(--dl-border);
	margin: 40px 0;
}

/* contact form */
.dl-form {
	max-width: 540px;
}

.dl-form-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.dl-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.dl-field label {
	font-size: 13px;
	font-weight: 600;
	color: var(--dl-text);
}

.dl-field input,
.dl-field textarea,
.dl-field select {
	width: 100%;
	border: 0.5px solid var(--dl-border);
	border-radius: 12px;
	padding: 12px 16px;
	font-size: 14px;
	font-family: inherit;
	background: var(--dl-surface);
	color: var(--dl-text);
	outline: none;
	transition:
		border-color 0.18s ease,
		box-shadow 0.18s ease;
}

.dl-field input:focus,
.dl-field textarea:focus,
.dl-field select:focus {
	border-color: var(--dl-amber);
	box-shadow: 0 0 0 3px rgba(242, 169, 60, 0.12);
}

.dl-field textarea {
	min-height: 120px;
	resize: vertical;
}

@media (min-width: 640px) {
	.dl-form-grid {
		grid-template-columns: 1fr 1fr;
	}
}

/* two-col layout (subpages) */
.dl-two-col {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	max-width: var(--dl-wrap);
	margin: 0 auto;
	padding: 0 24px 80px;
}

@media (min-width: 768px) {
	.dl-two-col {
		grid-template-columns: 1fr 1fr;
	}
}

/* showcase (split image+text) */
.dl-showcase {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	max-width: var(--dl-wrap);
	margin: 0 auto;
	overflow: hidden;
	border-radius: var(--dl-radius);
	border: 0.5px solid var(--dl-border);
}

.dl-showcase__img {
	position: relative;
	min-height: 280px;
	overflow: hidden;
}

.dl-showcase__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s var(--dl-spring);
}

.dl-showcase:hover .dl-showcase__img img {
	transform: scale(1.04);
}

.dl-showcase__content {
	padding: 40px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--dl-surface);
}

.dl-showcase__pill {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--dl-amber);
	margin-bottom: 12px;
}

.dl-showcase__content h2 {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0 0 12px;
}

.dl-showcase__content p {
	font-size: 14px;
	color: var(--dl-text-sec);
	line-height: 1.65;
	margin: 0 0 20px;
}

.dl-showcase__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dl-showcase__list li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--dl-text-sec);
}

.dl-showcase__list svg {
	flex-shrink: 0;
	color: var(--dl-green);
}

@media (min-width: 768px) {
	.dl-showcase {
		grid-template-columns: 1fr 1fr;
	}

	.dl-showcase--reverse .dl-showcase__img {
		order: 2;
	}

	.dl-showcase--reverse .dl-showcase__content {
		order: 1;
	}
}

/* mobile responsive fixes */
@media (max-width: 480px) {
	.dl-hero__title {
		font-size: 32px !important;
	}

	.dl-hero__sub {
		font-size: 14px;
	}

	.dl-hero__trust {
		flex-direction: column;
		gap: 6px;
	}

	.dl-hero__actions {
		flex-direction: column;
		gap: 10px;
	}

	.dl-hero__actions .dl-btn {
		width: 100%;
		justify-content: center;
	}

	.dl-stats {
		grid-template-columns: 1fr !important;
		gap: 12px;
	}

	.dl-stat__num {
		font-size: 36px !important;
	}

	.dl-plans {
		grid-template-columns: 1fr !important;
	}

	.dl-showcase__content {
		padding: 24px 20px;
	}

	.dl-cookie-bar {
		flex-direction: column;
		gap: 12px;
		padding: 14px 20px;
	}

	.dl-cookie-bar__text {
		font-size: 12px;
		text-align: center;
	}

	.dl-billing-toggle {
		flex-wrap: wrap;
		gap: 8px;
	}

	.dl-section__head h2 {
		font-size: 26px;
	}

	.dl-cta h2 {
		font-size: 28px;
	}
}

@media (max-width: 375px) {
	.dl-hero__title {
		font-size: 28px !important;
	}

	.dl-nav__links {
		display: none;
	}

	.dl-plan {
		padding: 20px;
	}
}
