@font-face {
	font-family: "Ubuntu Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/ubuntu-sans/UbuntuSans-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Ubuntu Sans";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/ubuntu-sans/UbuntuSans-Italic.woff2") format("woff2");
}

@font-face {
	font-family: "Ubuntu Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/ubuntu-sans/UbuntuSans-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Ubuntu Sans";
	font-style: normal;
	font-weight: 700 1000;
	font-display: swap;
	src: url("../fonts/ubuntu-sans/UbuntuSans-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "Ubuntu Sans";
	font-style: italic;
	font-weight: 700 1000;
	font-display: swap;
	src: url("../fonts/ubuntu-sans/UbuntuSans-BoldItalic.woff2") format("woff2");
}

@font-face {
	font-family: "Ubuntu Sans Mono";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/ubuntu-sans-mono/UbuntuSansMono-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Ubuntu Sans Mono";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/ubuntu-sans-mono/UbuntuSansMono-Bold.woff2") format("woff2");
}

:root {
	--card: #ffffff;
	--ring: #a5b4fc;
	--input: #737373;
	--muted: #f0f0f0;
	--accent: #f59e0b;
	--border: #d9dde5;
	--radius: 1rem;
	--chart-1: #4f46e5;
	--chart-2: #14b8a6;
	--chart-3: #f59e0b;
	--chart-4: #ec4899;
	--chart-5: #22c55e;
	--popover: #ffffff;
	--primary: #4f46e5;
	--sidebar: #f7f9f3;
	--spacing: 0.25rem;
	--font-mono: "Ubuntu Sans Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	--font-sans: "Ubuntu Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--secondary: #14b8a6;
	--background: #f7f9f3;
	--font-serif: "Ubuntu Sans", system-ui, sans-serif;
	--foreground: #000000;
	--destructive: #ef4444;
	--shadow-blur: 0px;
	--shadow-color: #1a1a1a;
	--sidebar-ring: #a5b4fc;
	--shadow-spread: 0px;
	--letter-spacing: normal;
	--shadow-opacity: 0.05;
	--sidebar-accent: #f59e0b;
	--sidebar-border: #d9dde5;
	--card-foreground: #000000;
	--shadow-offset-x: 0px;
	--shadow-offset-y: 0px;
	--sidebar-primary: #4f46e5;
	--muted-foreground: #333333;
	--accent-foreground: #000000;
	--popover-foreground: #000000;
	--primary-foreground: #ffffff;
	--sidebar-foreground: #000000;
	--secondary-foreground: #ffffff;
	--destructive-foreground: #ffffff;
	--sidebar-accent-foreground: #000000;
	--sidebar-primary-foreground: #ffffff;
	--color-primary: var(--primary);
	--color-secondary: var(--accent);
	--color-dark: var(--foreground);
	--color-gray: var(--muted-foreground);
	--color-border: var(--border);
	--color-light: var(--muted);
	--color-white: var(--card);
	--color-accent: var(--secondary);
	--color-neon: var(--chart-2);
	--color-ink: #050508;
	--font-primary: var(--font-sans);
	--space-xs: calc(var(--spacing) * 2);
	--space-sm: calc(var(--spacing) * 4);
	--space-md: calc(var(--spacing) * 6);
	--space-lg: calc(var(--spacing) * 12);
	--space-xl: calc(var(--spacing) * 20);
	--container: 1440px;
	--container-reading: 1280px;
}

.dark {
	--card: #1a212b;
	--ring: #818cf8;
	--input: #ffffff;
	--muted: #333333;
	--accent: #fcd34d;
	--border: #3a4556;
	--radius: 1rem;
	--chart-1: #818cf8;
	--chart-2: #2dd4bf;
	--chart-3: #fcd34d;
	--chart-4: #f472b6;
	--chart-5: #4ade80;
	--popover: #1a212b;
	--primary: #818cf8;
	--sidebar: #000000;
	--spacing: 0.25rem;
	--font-mono: "Ubuntu Sans Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	--font-sans: "Ubuntu Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--secondary: #2dd4bf;
	--background: #000000;
	--font-serif: "Ubuntu Sans", system-ui, sans-serif;
	--foreground: #ffffff;
	--destructive: #f87171;
	--shadow-blur: 0px;
	--shadow-color: #1a1a1a;
	--sidebar-ring: #818cf8;
	--shadow-spread: 0px;
	--letter-spacing: normal;
	--shadow-opacity: 0.05;
	--sidebar-accent: #fcd34d;
	--sidebar-border: #3a4556;
	--card-foreground: #ffffff;
	--shadow-offset-x: 0px;
	--shadow-offset-y: 0px;
	--sidebar-primary: #818cf8;
	--muted-foreground: #cccccc;
	--accent-foreground: #000000;
	--popover-foreground: #ffffff;
	--primary-foreground: #000000;
	--sidebar-foreground: #ffffff;
	--secondary-foreground: #000000;
	--destructive-foreground: #000000;
	--sidebar-accent-foreground: #000000;
	--sidebar-primary-foreground: #000000;
	--color-primary: var(--primary);
	--color-secondary: var(--accent);
	--color-dark: #050508;
	--color-gray: var(--muted-foreground);
	--color-border: var(--border);
	--color-light: var(--muted);
	--color-white: #ffffff;
	--color-accent: var(--secondary);
	--color-neon: var(--chart-2);
	--color-ink: #050508;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--foreground);
	background:
		radial-gradient(circle at 18% 12%, rgba(236, 72, 153, 0.12), transparent 28rem),
		radial-gradient(circle at 86% 18%, rgba(79, 70, 229, 0.1), transparent 30rem),
		linear-gradient(180deg, var(--background) 0%, color-mix(in srgb, var(--background) 88%, var(--card)) 100%);
	font-family: var(--font-primary);
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: var(--letter-spacing);
}

.dark body {
	background:
		radial-gradient(circle at 18% 12%, rgba(129, 140, 248, 0.16), transparent 28rem),
		radial-gradient(circle at 82% 16%, rgba(45, 212, 191, 0.08), transparent 30rem),
		linear-gradient(180deg, #000000 0%, #070b13 100%);
}

.nykel-neural-bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0.8;
	mix-blend-mode: multiply;
}

.dark .nykel-neural-bg {
	opacity: 0.72;
	mix-blend-mode: screen;
}

.site-header,
.site-main,
.site-footer {
	position: relative;
	z-index: 1;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	line-height: 1.12;
}

.container {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.content-narrow {
	max-width: 820px;
}

.section {
	padding-block: var(--space-xl);
}

.section-muted {
	background:
		radial-gradient(circle at 10% 10%, rgba(79, 70, 229, 0.08), transparent 32%),
		var(--muted);
}

.section-header {
	max-width: 760px;
	margin-bottom: var(--space-lg);
}

.vip-clients {
	overflow: hidden;
	background: transparent;
}

.vip-clients__inner {
	display: grid;
	gap: var(--space-md);
}

.vip-clients__header {
	max-width: 760px;
}

.vip-clients__header .eyebrow {
	margin-bottom: 6px;
}

.vip-clients__header h2 {
	margin: 0;
	font-size: clamp(1.35rem, 2.5vw, 2.38rem);
	font-weight: 900;
	letter-spacing: 0;
}

.vip-clients__carousel {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-block: 0;
	mask-image: linear-gradient(90deg, transparent 0%, #000000 9%, #000000 91%, transparent 100%);
}

.vip-clients__track {
	display: flex;
	align-items: center;
	gap: clamp(14px, 2vw, 28px);
	width: max-content;
	animation: vip-clients-scroll 36s linear infinite;
	will-change: transform;
}

.vip-clients__carousel:hover .vip-clients__track {
	animation-play-state: paused;
}

.vip-clients__item {
	display: grid;
	place-items: center;
	flex: 0 0 clamp(153px, 16.5vw, 225px);
	height: clamp(59px, 6.4vw, 87px);
	padding: 0 18px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	transition: transform 180ms ease, filter 180ms ease;
}

.vip-clients__item:hover {
	transform: translateY(-3px);
	filter: drop-shadow(0 12px 22px rgba(79, 70, 229, 0.28));
}

.vip-clients__item img {
	display: block;
	width: 100%;
	max-width: 165px;
	max-height: 59px;
	height: auto;
	object-fit: contain;
}

.dark .vip-clients__item {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

@keyframes vip-clients-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - clamp(7px, 1vw, 14px)));
	}
}

@media (max-width: 640px) {
	.vip-clients__header {
		text-align: center;
	}

	.vip-clients__item {
		flex-basis: 131px;
		height: 61px;
		padding: 0 12px;
	}

	.vip-clients__item img {
		max-width: 113px;
		max-height: 47px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vip-clients__track {
		animation: none;
	}
}

.value-added {
	padding-block: clamp(14px, 2vw, 28px) clamp(36px, 5vw, 64px);
	background: transparent;
}

.value-added__inner {
	display: grid;
	gap: var(--space-md);
}

.value-added__header {
	max-width: 760px;
}

.value-added__header .eyebrow {
	margin-bottom: 6px;
}

.value-added__header h2 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(1.55rem, 3.2vw, 2.75rem);
	font-weight: 900;
	letter-spacing: 0;
}

.value-added__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	padding: 14px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 14px;
	box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
	backdrop-filter: blur(16px);
}

.dark .value-added__grid {
	background: rgba(15, 23, 42, 0.42);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.value-added__item {
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 4px;
	justify-items: center;
	min-height: 104px;
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 20px;
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.value-added__item::before {
	position: absolute;
	inset: auto -40px -60px auto;
	width: 130px;
	height: 130px;
	content: "";
	background: radial-gradient(circle, rgba(79, 70, 229, 0.18), transparent 68%);
	opacity: 0;
	transition: opacity 180ms ease, transform 180ms ease;
}

.value-added__item:hover {
	background: #ffffff;
	box-shadow: 0 22px 54px rgba(79, 70, 229, 0.18);
	transform: translateY(-3px);
}

.value-added__item:hover::before {
	opacity: 1;
	transform: translate(-10px, -10px);
}

.dark .value-added__item {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.1);
}

.dark .value-added__item:hover {
	background: rgba(255, 255, 255, 0.1);
}

.value-added__icon,
.value-added__copy,
.value-added__metric {
	position: relative;
	z-index: 1;
}

.value-added__copy {
	position: static;
}

.value-added__icon {
	display: grid;
	place-items: center;
	width: 56px;
	height: 44px;
	background: transparent;
	border-radius: 0;
	transition: opacity 180ms ease, transform 180ms ease;
}

.value-added__icon img {
	display: block;
	width: 38px;
	height: 38px;
	object-fit: contain;
}

.dark .value-added__icon img {
	filter: brightness(0) invert(1);
}

.value-added__copy h3 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--foreground);
	font-size: 1rem;
	line-height: 1.16;
	text-align: center;
	transition: opacity 180ms ease, transform 180ms ease;
}

.value-added__copy p {
	position: absolute;
	top: 50%;
	right: 12px;
	left: 12px;
	display: grid;
	place-items: center;
	margin: 0;
	padding: 7px 11px;
	color: #111827;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 11px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	backdrop-filter: blur(14px);
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.32;
	text-align: center;
	opacity: 0;
	transform: translateY(-50%) scale(0.96);
	transition: opacity 180ms ease, transform 180ms ease;
}

.dark .value-added__copy p {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.value-added__item:hover .value-added__copy p,
.value-added__item:focus-within .value-added__copy p {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.value-added__item:hover .value-added__icon,
.value-added__item:focus-within .value-added__icon,
.value-added__item:hover .value-added__copy h3,
.value-added__item:focus-within .value-added__copy h3 {
	opacity: 0;
	transform: translateY(-8px);
}

.value-added__metric {
	align-self: end;
	overflow: hidden;
	display: none;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-width: 54px;
	min-height: 30px;
	padding: 0 10px;
	color: #ffffff;
	background: #4f46e5;
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 900;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.value-added__item:hover .value-added__metric {
	opacity: 1;
	transform: translateY(0);
}

@keyframes value-added-description-pulse {
	0%,
	100% {
		box-shadow: inset 0 1px rgba(255, 255, 255, 0.14), 0 12px 24px rgba(15, 23, 42, 0.16);
		transform: scale(1);
	}

	50% {
		box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 14px 28px rgba(79, 70, 229, 0.24);
		transform: scale(1.015);
	}
}

.eyebrow {
	margin: 0 0 var(--space-xs);
	color: var(--color-primary);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--card);
	border-bottom: 1px solid var(--border);
	box-shadow: 0 6px 0 rgba(0, 0, 0, 0.04);
}

.urgent-bar {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	background: linear-gradient(90deg, #05050b 0%, #0f1221 25%, #05050b 50%, #0f1221 75%, #05050b 100%);
	background-size: 200% 100%;
	animation: urgent-bar-shimmer 18s linear infinite;
}

.urgent-bar::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(245, 158, 11, 0.12), transparent 60%);
	pointer-events: none;
}

@keyframes urgent-bar-shimmer {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

.urgent-bar__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding-inline: 48px;
}

.urgent-bar__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: calc(100% - 40px);
	padding: 6px 14px;
	color: inherit;
	text-decoration: none;
	border-radius: 999px;
	transition: background-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.urgent-bar__link:hover,
.urgent-bar__link:focus-visible {
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 8px 24px rgba(0, 0, 0, 0.18);
	transform: translateY(-1px);
}

.urgent-bar__link:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

.urgent-bar__message {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.urgent-bar__text {
	white-space: nowrap;
}

.urgent-bar__tag {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 12px;
	color: #000000;
	background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
	border-radius: 999px;
	font-weight: 900;
	letter-spacing: 0.02em;
	box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.55);
	animation: urgent-tag-pulse 2.4s ease-in-out infinite;
}

@keyframes urgent-tag-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.55); transform: scale(1); }
	50% { box-shadow: 0 0 14px 4px rgba(245, 158, 11, 0.22); transform: scale(1.03); }
}

.urgent-bar__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: var(--accent);
	animation: urgent-arrow-bounce 1.6s ease-in-out infinite;
}

.urgent-bar__arrow svg {
	width: 100%;
	height: 100%;
	stroke: currentColor;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.urgent-bar__arrow--left {
	animation-delay: 0s;
}

.urgent-bar__arrow--right {
	animation-delay: 0.8s;
}

@keyframes urgent-arrow-bounce {
	0%, 100% { transform: translateY(0); opacity: 0.85; }
	50% { transform: translateY(4px); opacity: 1; }
}

.theme-toggle {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.theme-toggle:hover {
	color: var(--accent);
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.46);
	transform: translateY(-50%) scale(1.04);
}

.theme-toggle:focus-visible {
	outline: 3px solid rgba(245, 158, 11, 0.42);
	outline-offset: 2px;
}

.theme-toggle__icon {
	display: inline-flex;
	grid-area: 1 / 1;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transform: scale(1) rotate(0deg);
	transition: opacity 160ms ease, transform 160ms ease;
}

.theme-toggle__icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.theme-toggle__icon--moon {
	opacity: 0;
	transform: scale(0.72) rotate(-18deg);
}

.dark .theme-toggle__icon--sun {
	opacity: 0;
	transform: scale(0.72) rotate(18deg);
}

.dark .theme-toggle__icon--moon {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}

.site-header__main {
	position: relative;
	z-index: 20;
	background: var(--card);
}

.site-header__main-inner {
	display: grid;
	grid-template-columns: auto minmax(260px, 1fr) auto;
	align-items: center;
	min-height: 78px;
	gap: 26px;
}

.site-header__brand-group {
	display: flex;
	align-items: center;
	gap: 24px;
}

.site-branding {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	min-width: 220px;
	padding: 4px 8px;
	background: transparent;
	border-radius: 10px;
	text-decoration: none;
}

.site-branding__logo {
	display: block;
	width: min(100%, 220px);
	height: auto;
	max-height: 54px;
	object-fit: contain;
}

.site-branding__logo--dark {
	display: none;
}

.dark .site-branding__logo--light {
	display: none;
}

.dark .site-branding__logo--dark {
	display: block;
}

.menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--foreground);
	cursor: pointer;
	border-radius: 12px;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.menu-toggle:hover {
	color: var(--primary);
	transform: translateY(-1px);
}

.menu-toggle:focus-visible {
	outline: 3px solid rgba(79, 70, 229, 0.28);
	outline-offset: 3px;
	border-radius: 10px;
}

.menu-toggle__icon {
	display: none;
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
	transition: transform 500ms ease-in-out, color 160ms ease;
}

.menu-toggle__path {
	transition: stroke-dasharray 500ms ease-in-out, stroke-dashoffset 500ms ease-in-out;
}

.menu-toggle__path--curve {
	stroke-dasharray: 12 63;
	stroke-dashoffset: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon {
	transform: rotate(-45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__path--curve {
	stroke-dasharray: 20 300;
	stroke-dashoffset: -32.42px;
}

.menu-toggle__ai {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 51px;
	height: 51px;
	color: #111827;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	user-select: none;
}

.dark .menu-toggle__ai {
	color: #ffffff;
}

.menu-toggle__ai-letter {
	position: relative;
	z-index: 1;
	display: inline-block;
	opacity: 0.54;
	animation: menu-ai-letter 3s infinite;
	animation-delay: var(--letter-delay, 0s);
}

.menu-toggle__ai-ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	animation: menu-ai-ring 5s linear infinite;
}

.menu-toggle:hover .menu-toggle__ai-letter,
.menu-toggle:focus-visible .menu-toggle__ai-letter {
	opacity: 1;
}

.menu-toggle:hover .menu-toggle__ai-ring,
.menu-toggle:focus-visible .menu-toggle__ai-ring {
	animation-duration: 2.8s;
}

@keyframes menu-ai-ring {
	0% {
		transform: rotate(90deg);
		box-shadow:
			0 5px 10px 0 #38bdf8 inset,
			0 10px 15px 0 #005dff inset,
			0 28px 28px 0 #1e40af inset,
			0 0 3px 1px rgba(56, 189, 248, 0.3),
			0 0 6px 1.6px rgba(0, 93, 255, 0.2);
	}

	50% {
		transform: rotate(270deg);
		box-shadow:
			0 5px 10px 0 #60a5fa inset,
			0 10px 6px 0 #0284c7 inset,
			0 24px 30px 0 #005dff inset,
			0 0 3px 1px rgba(56, 189, 248, 0.3),
			0 0 6px 1.6px rgba(0, 93, 255, 0.2);
	}

	100% {
		transform: rotate(450deg);
		box-shadow:
			0 5px 10px 0 #4dc8fd inset,
			0 10px 15px 0 #005dff inset,
			0 28px 28px 0 #1e40af inset,
			0 0 3px 1px rgba(56, 189, 248, 0.3),
			0 0 6px 1.6px rgba(0, 93, 255, 0.2);
	}
}

.mobile-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	color: #6b7280;
	background: transparent;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	transition: color 160ms ease, transform 160ms ease;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus-visible {
	color: #111827;
	outline: none;
	transform: translateY(-1px);
}

.dark .mobile-menu-toggle {
	color: #d1d5db;
}

.dark .mobile-menu-toggle:hover,
.dark .mobile-menu-toggle:focus-visible {
	color: #ffffff;
}

.mobile-menu-toggle__icon {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.8;
	transition: transform 500ms ease-in-out;
}

.mobile-menu-toggle__path {
	transition: stroke-dasharray 500ms ease-in-out, stroke-dashoffset 500ms ease-in-out;
}

.mobile-menu-toggle__path--curve {
	stroke-dasharray: 12 63;
	stroke-dashoffset: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon {
	transform: rotate(-45deg);
}

.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__path--curve {
	stroke-dasharray: 20 300;
	stroke-dashoffset: -32.42px;
}

@keyframes menu-ai-letter {
	0%,
	100% {
		opacity: 0.48;
		transform: translateY(0);
	}

	20% {
		opacity: 1;
		transform: scale(1.14);
	}

	40% {
		opacity: 0.72;
		transform: translateY(0);
	}
}

.header-search__form {
	position: relative;
	display: grid;
	gap: 8px;
	width: 100%;
	z-index: 40;
}

.header-search__control {
	position: relative;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	min-height: 52px;
	padding: 4px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.86)),
		#ffffff;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-search__form:focus-within .header-search__control {
	border-color: rgba(99, 102, 241, 0.5);
	box-shadow: 0 18px 42px rgba(79, 70, 229, 0.14), 0 0 0 4px rgba(99, 102, 241, 0.14);
}

.header-search__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: rgba(71, 85, 105, 0.78);
}

.header-search__icon svg,
.header-search__submit svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

.header-search__field {
	width: 100%;
	min-height: 42px;
	padding: 0 12px 0 0;
	color: var(--foreground);
	background: transparent;
	border: 0;
	border-radius: 0;
	font: inherit;
	font-weight: 700;
	outline: none;
	transition: color 180ms ease;
}

.header-search__field::placeholder {
	color: rgba(71, 85, 105, 0.72);
}

.header-search__field:focus {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

.header-search__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	padding: 0 15px;
	color: #ffffff;
	background: linear-gradient(135deg, #ef1422, #5b5cf6);
	border: 0;
	border-radius: 14px;
	box-shadow: 0 12px 26px rgba(79, 70, 229, 0.22);
	font: inherit;
	font-size: 0.82rem;
	font-weight: 900;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.header-search__submit:hover,
.header-search__submit:focus-visible {
	outline: none;
	filter: brightness(1.04);
	transform: translateY(-1px);
	box-shadow: 0 15px 30px rgba(79, 70, 229, 0.3);
}

.dark .header-search__control {
	background:
		linear-gradient(180deg, rgba(30, 41, 59, 0.92), rgba(15, 23, 42, 0.9)),
		#111827;
	border-color: rgba(148, 163, 184, 0.22);
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.dark .header-search__form:focus-within .header-search__control {
	border-color: rgba(129, 140, 248, 0.58);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), 0 0 0 4px rgba(99, 102, 241, 0.16);
}

.dark .header-search__icon {
	color: rgba(226, 232, 240, 0.78);
}

.dark .header-search__field {
	color: #f8fafc;
}

.dark .header-search__field::placeholder {
	color: rgba(226, 232, 240, 0.58);
}

.header-search__panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	z-index: 45;
	max-height: min(430px, calc(100vh - 150px));
	overflow: hidden;
	padding: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
		#ffffff;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.header-search__panel[hidden] {
	display: none;
}

.header-search__results {
	display: grid;
	gap: 6px;
	max-height: 340px;
	overflow-y: auto;
	padding-right: 2px;
	scrollbar-width: thin;
}

.header-search__status {
	padding: 14px 12px;
	color: rgba(71, 85, 105, 0.88);
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.35;
}

.header-search__result {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	min-height: 66px;
	padding: 7px;
	color: #0f172a;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 14px;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.header-search__result:hover,
.header-search__result:focus-visible {
	color: #07154a;
	background: #ffffff;
	border-color: rgba(239, 20, 34, 0.22);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
	outline: none;
	transform: translateY(-1px);
}

.header-search__thumb {
	width: 52px;
	height: 52px;
	object-fit: cover;
	background: #f1f5f9;
	border-radius: 11px;
}

.header-search__meta {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.header-search__title {
	overflow: hidden;
	color: inherit;
	font-size: 0.86rem;
	font-weight: 900;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-search__subtitle {
	display: flex;
	gap: 7px;
	align-items: center;
	min-width: 0;
	color: rgba(71, 85, 105, 0.82);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.2;
}

.header-search__subtitle span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-search__price {
	padding-left: 8px;
	color: #ef1422;
	font-size: 0.78rem;
	font-weight: 950;
	white-space: nowrap;
}

.header-search__view-all {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 7px;
	color: #ffffff;
	text-decoration: none;
	background: linear-gradient(135deg, #ef1422, #5b5cf6);
	border-radius: 13px;
	font-size: 0.82rem;
	font-weight: 950;
}

.dark .header-search__panel {
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.96)),
		#0f172a;
	border-color: rgba(148, 163, 184, 0.24);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

.dark .header-search__status {
	color: rgba(226, 232, 240, 0.76);
}

.dark .header-search__result {
	color: #f8fafc;
	background: rgba(30, 41, 59, 0.72);
	border-color: rgba(148, 163, 184, 0.18);
}

.dark .header-search__result:hover,
.dark .header-search__result:focus-visible {
	color: #ffffff;
	background: rgba(51, 65, 85, 0.92);
	border-color: rgba(129, 140, 248, 0.4);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3);
}

.dark .header-search__thumb {
	background: #111827;
}

.dark .header-search__subtitle {
	color: rgba(203, 213, 225, 0.78);
}

.header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	white-space: nowrap;
}

.header-action {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--foreground);
	font-weight: 800;
	text-decoration: none;
	transition: color 160ms ease, transform 160ms ease;
}

.header-action:hover {
	color: #e00022;
	transform: translateY(-1px);
}

.header-action--text {
	padding: 8px 10px;
	color: #6b7280;
	border-radius: 8px;
	transition: color 160ms ease, transform 160ms ease;
}

.header-action--text:hover,
.header-action--text:focus-visible,
.header-action--text:active,
.header-action--text.is-current {
	color: #05050b;
	background: transparent;
	box-shadow: none;
	outline: none;
	transform: translateY(-1px);
}

.dark .header-action--text {
	color: #9ca3af;
}

.dark .header-action--text:hover,
.dark .header-action--text:focus-visible,
.dark .header-action--text:active,
.dark .header-action--text.is-current {
	color: #ffffff;
}

.header-action--icon {
	color: #d90028;
	font-size: 1.45rem;
}

.header-cart-link {
	width: 36px;
	height: 36px;
	justify-content: center;
	gap: 0;
}

.header-cart-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.header-cart-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.header-action__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: currentColor;
}

.header-action__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.header-account {
	position: relative;
	display: inline-flex;
}

.header-cart-link,
.header-account {
	transform: translateX(5px);
}

.header-account__trigger {
	border: 0;
	background: transparent;
	cursor: pointer;
}

.header-account__avatar,
.header-account__profile-avatar {
	display: inline-grid;
	place-items: center;
	overflow: hidden;
	color: #6b7280;
	background: transparent;
	border-radius: 999px;
	font-weight: 900;
}

.header-account__avatar {
	width: 34px;
	height: 34px;
}

.header-account__avatar img,
.header-account__profile-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-account__avatar svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.header-account__trigger:hover .header-account__avatar,
.header-account__trigger:focus-visible .header-account__avatar {
	color: #111827;
}

.dark .header-account__avatar {
	color: #d1d5db;
}

.dark .header-account__trigger:hover .header-account__avatar,
.dark .header-account__trigger:focus-visible .header-account__avatar {
	color: #ffffff;
}

.header-account__menu {
	position: absolute;
	top: calc(100% + 14px);
	right: 0;
	z-index: 120;
	width: min(310px, calc(100vw - 32px));
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px) scale(0.98);
	transform-origin: top right;
	transition: opacity 160ms ease, transform 160ms ease;
}

.header-account.is-open .header-account__menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.header-account__panel {
	padding: 6px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--border);
	border-radius: 16px;
	box-shadow: 0 22px 70px rgba(21, 23, 26, 0.18);
	backdrop-filter: blur(18px);
}

.dark .header-account__panel {
	background: rgba(12, 17, 26, 0.94);
	border-color: #3a4556;
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
}

.header-account__profile {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 8px;
}

.header-account__profile-avatar {
	width: 42px;
	height: 42px;
	font-size: 0.84rem;
}

.header-account__profile strong,
.header-account__profile small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-account__profile strong {
	color: var(--foreground);
	font-size: 0.92rem;
	line-height: 1.2;
}

.header-account__profile small {
	color: var(--muted-foreground);
	font-size: 0.78rem;
	font-weight: 700;
}

.header-account__badge {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding-inline: 8px;
	color: #166534;
	background: #dcfce7;
	border: 1px solid #86efac;
	border-radius: 6px;
	font-size: 0.72rem;
	font-weight: 900;
}

.dark .header-account__badge {
	color: #86efac;
	background: rgba(22, 101, 52, 0.24);
	border-color: rgba(134, 239, 172, 0.32);
}

.header-account__group {
	display: grid;
	gap: 2px;
	padding-block: 6px;
	border-top: 1px solid var(--border);
}

.header-account__group:first-of-type {
	border-top: 0;
}

.header-account__group a,
.header-account__group button {
	display: flex;
	align-items: center;
	gap: 9px;
	width: 100%;
	min-height: 40px;
	padding: 8px 10px;
	color: var(--foreground);
	background: transparent;
	border: 0;
	border-radius: 10px;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 800;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.header-account__group a:hover,
.header-account__group a:focus-visible,
.header-account__group button:hover,
.header-account__group button:focus-visible {
	color: var(--primary);
	background: rgba(79, 70, 229, 0.08);
	outline: none;
	transform: translateX(2px);
}

.dark .header-account__group a:hover,
.dark .header-account__group a:focus-visible,
.dark .header-account__group button:hover,
.dark .header-account__group button:focus-visible {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
}

.header-account__group span[aria-hidden="true"] {
	display: inline-grid;
	place-items: center;
	width: 22px;
	color: var(--muted-foreground);
	font-weight: 900;
}

.mobile-menu-open {
	overflow: hidden;
}

.mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 115;
	display: none;
	pointer-events: none;
	visibility: hidden;
}

.mobile-menu.is-open {
	pointer-events: auto;
	visibility: visible;
}

.mobile-menu__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.34);
	border: 0;
	opacity: 0;
	transition: opacity 180ms ease;
}

.mobile-menu.is-open .mobile-menu__overlay {
	opacity: 1;
}

.mobile-menu__panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(342px, 82vw);
	padding: 0 24px 22px;
	overflow-y: auto;
	color: #5f6c78;
	background: #ffffff;
	box-shadow: -18px 0 42px rgba(15, 23, 42, 0.14);
	transform: translateX(100%);
	transition: transform 220ms ease;
}

.mobile-menu.is-open .mobile-menu__panel {
	transform: translateX(0);
}

.mobile-menu__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	margin-inline: -24px;
	padding: 0 22px;
	border-bottom: 1px solid #eeeeee;
}

.mobile-menu__brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.mobile-menu__brand img {
	width: 170px;
	height: auto;
}

.mobile-menu__close {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	color: #64717d;
	background: transparent;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
}

.mobile-menu__close:hover,
.mobile-menu__close:focus-visible {
	color: #111827;
	background: #f3f4f6;
	outline: none;
}

.mobile-menu__close svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

.mobile-menu__nav {
	padding-top: 26px;
}

.mobile-menu__group {
	display: grid;
	gap: 12px;
	padding: 16px 0;
	border-top: 3px solid #f0f0f0;
}

.mobile-menu__group:first-of-type {
	padding-top: 0;
	border-top: 0;
}

.mobile-menu__group a,
.mobile-menu__submenu button,
.mobile-menu__tool {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 30px;
	padding: 0;
	color: #5f6c78;
	background: transparent;
	border: 0;
	font: inherit;
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1.35;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 0;
}

.mobile-menu__group a:hover,
.mobile-menu__group a:focus-visible,
.mobile-menu__submenu button:hover,
.mobile-menu__submenu button:focus-visible,
.mobile-menu__tool:hover,
.mobile-menu__tool:focus-visible {
	color: #111827;
	outline: none;
}

.mobile-menu__group--tools {
	gap: 18px;
	padding-bottom: 24px;
}

.mobile-menu__group .mobile-menu__tool {
	justify-content: flex-start;
	gap: 12px;
	font-size: 1.25rem;
}

.mobile-menu__tool-icon {
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 30px;
	color: #111827;
}

.mobile-menu__tool-icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.mobile-menu__tool-icon--ai {
	font-size: 0.74rem;
	font-weight: 900;
	border: 2px solid #111827;
	border-radius: 6px;
	box-shadow: 0 0 0 2px #ffffff inset;
}

.mobile-menu__submenu {
	display: grid;
	gap: 8px;
}

.mobile-menu__submenu-list {
	display: none;
	gap: 8px;
	padding: 4px 0 4px 18px;
}

.mobile-menu__submenu.is-open .mobile-menu__submenu-list {
	display: grid;
}

.mobile-menu__submenu.is-open button span:last-child {
	transform: rotate(90deg);
}

.mobile-menu__submenu button span:last-child {
	transition: transform 160ms ease;
}

.mobile-menu__submenu-list a {
	min-height: 28px;
	font-size: 1rem;
}

.mobile-menu__phone {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 48px;
	margin-top: 4px;
	color: #ffffff;
	background: linear-gradient(90deg, #93c5fd 0%, #3b82f6 42%, #7c3aed 100%);
	border-radius: 999px;
	font-size: 1.08rem;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.mobile-menu__phone svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.header-cart-count {
	position: absolute;
	top: -13px;
	right: -12px;
	display: grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	color: var(--color-white);
	background: #e00035;
	border: 2px solid var(--color-white);
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
}

.site-header__categories {
	position: relative;
	z-index: 10;
	background: transparent;
	border-top: 0;
}

.dark .site-header__categories {
	background: transparent;
}

.site-header__categories-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 54px;
	gap: var(--space-md);
}

.category-navigation {
	min-width: 0;
}

.category-navigation,
.hero-accordion__track {
	scrollbar-width: none;
}

.category-navigation::-webkit-scrollbar,
.hero-accordion__track::-webkit-scrollbar {
	display: none;
}

.category-menu {
	display: flex;
	align-items: center;
	gap: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-menu > li:nth-child(1) {
	--category-link-accent: #2563eb;
}

.category-menu > li:nth-child(2) {
	--category-link-accent: #f59e0b;
}

.category-menu > li:nth-child(3) {
	--category-link-accent: #14b8a6;
}

.category-menu > li:nth-child(4) {
	--category-link-accent: #7c3aed;
}

.category-menu > li:nth-child(5) {
	--category-link-accent: #e11d48;
}

.category-menu > li:nth-child(6) {
	--category-link-accent: #0891b2;
}

.category-menu__item {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.category-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding-inline: 14px;
	color: #05050b;
	font-weight: 700;
	text-decoration: none;
	border-radius: 4px;
	transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.category-menu > li > a {
	color: #6b7280;
}

.dark .category-menu > li > a {
	color: #9ca3af;
}

.category-menu > li > a:hover,
.category-menu > li > a:focus-visible,
.category-menu > li > a:active,
.category-menu > li.is-current > a {
	color: #05050b;
	background:
		radial-gradient(circle at center, color-mix(in srgb, var(--category-link-accent, #111827) 22%, transparent) 0%, transparent 72%),
		linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--category-link-accent, #111827) 12%, transparent) 42%, color-mix(in srgb, var(--category-link-accent, #111827) 18%, transparent) 50%, color-mix(in srgb, var(--category-link-accent, #111827) 12%, transparent) 58%, transparent 100%);
	box-shadow: inset 0 -1px 0 color-mix(in srgb, var(--category-link-accent, #111827) 48%, transparent);
}

.dark .category-menu > li > a:hover,
.dark .category-menu > li > a:focus-visible,
.dark .category-menu > li > a:active,
.dark .category-menu > li.is-current > a {
	color: #ffffff;
}

.category-submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-left: 4px;
	padding: 0;
	color: #6b7280;
	background: transparent;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	font: inherit;
	line-height: 1;
	transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.dark .category-submenu-toggle {
	color: #9ca3af;
}

.category-submenu-toggle:hover,
.category-submenu-toggle:focus-visible {
	color: #05050b;
	background: radial-gradient(circle at center, color-mix(in srgb, var(--category-link-accent, #111827) 18%, transparent) 0%, transparent 72%);
	outline: none;
}

.has-submenu.is-open > .category-submenu-toggle,
.has-submenu:hover > .category-submenu-toggle,
.has-submenu:focus-within > .category-submenu-toggle {
	color: #05050b;
	transform: rotate(180deg);
}

.dark .category-submenu-toggle:hover,
.dark .category-submenu-toggle:focus-visible,
.dark .has-submenu.is-open > .category-submenu-toggle,
.dark .has-submenu:hover > .category-submenu-toggle,
.dark .has-submenu:focus-within > .category-submenu-toggle {
	color: #ffffff;
}

.category-submenu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 20;
	display: grid;
	min-width: 230px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: var(--color-white);
	border: 1px solid rgba(12, 12, 18, 0.08);
	border-radius: 10px;
	box-shadow: 0 18px 45px rgba(21, 23, 26, 0.16);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.dark .category-submenu {
	background: #111827;
	border-color: rgba(148, 163, 184, 0.22);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.42);
}

.category-submenu::before {
	position: absolute;
	top: -9px;
	right: 0;
	left: 0;
	height: 9px;
	content: "";
}

.has-submenu:hover > .category-submenu,
.has-submenu:focus-within > .category-submenu,
.has-submenu.is-open > .category-submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.category-submenu a {
	display: flex;
	min-height: 38px;
	padding: 0 12px;
	border-radius: 7px;
	color: #4b5563;
	font-size: 0.94rem;
	font-weight: 800;
	white-space: nowrap;
	transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.dark .category-submenu a {
	color: #d1d5db;
}

.category-submenu a:hover,
.category-submenu a:focus-visible {
	color: #05050b;
	background:
		radial-gradient(circle at center, rgba(20, 184, 166, 0.2) 0%, transparent 72%),
		linear-gradient(90deg, transparent 0%, rgba(20, 184, 166, 0.1) 42%, rgba(20, 184, 166, 0.16) 50%, rgba(20, 184, 166, 0.1) 58%, transparent 100%);
	box-shadow: inset 0 -1px 0 rgba(20, 184, 166, 0.48);
	outline: none;
}

.dark .category-submenu a:hover,
.dark .category-submenu a:focus-visible {
	color: #ffffff;
	background:
		radial-gradient(circle at center, rgba(20, 184, 166, 0.24) 0%, transparent 72%),
		linear-gradient(90deg, transparent 0%, rgba(20, 184, 166, 0.12) 42%, rgba(20, 184, 166, 0.2) 50%, rgba(20, 184, 166, 0.12) 58%, transparent 100%);
	box-shadow: inset 0 -1px 0 rgba(20, 184, 166, 0.55);
}

.header-phone {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 48px;
	padding: 0 28px;
	color: #ffffff;
	background:
		linear-gradient(90deg, #93c5fd 0%, #3b82f6 42%, #7c3aed 100%);
	border: 1px solid rgba(255, 255, 255, 0.54);
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.46);
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
	animation: header-phone-pulse 2.8s ease-in-out infinite;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.header-phone::before {
	position: absolute;
	inset: -1px;
	z-index: -2;
	content: "";
	background: linear-gradient(90deg, rgba(147, 197, 253, 0.72), rgba(59, 130, 246, 0.62), rgba(124, 58, 237, 0.58));
	border-radius: inherit;
	opacity: 0.85;
}

.header-phone::after {
	position: absolute;
	inset: 1px;
	z-index: -1;
	content: "";
	background:
		linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.46) 16%, transparent 31%) -180% 0 / 68% 100% no-repeat,
		radial-gradient(circle at 16% 28%, rgba(255, 255, 255, 0.48), transparent 24%),
		linear-gradient(90deg, #93c5fd 0%, #3b82f6 42%, #7c3aed 100%);
	border-radius: inherit;
	transition: background-position 420ms ease;
}

.header-phone:hover,
.header-phone:focus-visible {
	color: #ffffff;
	filter: saturate(1.12);
	box-shadow: 0 18px 38px rgba(37, 99, 235, 0.38), 0 0 0 4px rgba(124, 58, 237, 0.18);
	outline: none;
	transform: translateY(-1px) scale(1.04);
}

.header-phone:hover::after,
.header-phone:focus-visible::after {
	background-position: 180% 0, 0 0, 0 0;
}

.header-phone:active {
	transform: translateY(0) scale(1.01);
}

.header-phone__halo {
	position: absolute;
	inset: -24px;
	z-index: -1;
	background:
		radial-gradient(circle at 74% 50%, rgba(255, 255, 255, 0.44), transparent 18%),
		radial-gradient(circle at 82% 56%, rgba(186, 230, 253, 0.38), transparent 24%),
		radial-gradient(circle at 60% 44%, rgba(167, 139, 250, 0.34), transparent 28%);
	opacity: 0;
	transition: opacity 180ms ease;
}

.header-phone:hover .header-phone__halo,
.header-phone:focus-visible .header-phone__halo {
	opacity: 1;
}

.header-phone__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.24));
}

.header-phone__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.header-phone__label {
	position: relative;
	z-index: 1;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.01em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.header-phone__sparkle {
	position: absolute;
	z-index: 1;
	width: 7px;
	height: 7px;
	pointer-events: none;
	opacity: 0;
	transform: rotate(45deg) scale(0.5);
	transition: opacity 180ms ease;
}

.header-phone__sparkle::before,
.header-phone__sparkle::after {
	position: absolute;
	inset: 50% auto auto 50%;
	content: "";
	background: #ffffff;
	border-radius: 999px;
	transform: translate(-50%, -50%);
}

.header-phone__sparkle::before {
	width: 100%;
	height: 2px;
}

.header-phone__sparkle::after {
	width: 2px;
	height: 100%;
}

.header-phone__sparkle--one {
	top: 9px;
	left: 18px;
}

.header-phone__sparkle--two {
	top: 13px;
	left: 33px;
	width: 4px;
	height: 4px;
	animation-delay: 420ms;
}

.header-phone__sparkle--three {
	right: 17px;
	bottom: 10px;
	width: 5px;
	height: 5px;
	animation-delay: 780ms;
}

.header-phone:hover .header-phone__sparkle,
.header-phone:focus-visible .header-phone__sparkle {
	opacity: 1;
	animation: header-phone-sparkle 1.6s ease-in-out infinite;
}

.dark .header-phone {
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

@keyframes header-phone-pulse {
	0%,
	100% {
		box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.46);
	}

	50% {
		box-shadow: 0 16px 34px rgba(37, 99, 235, 0.4), 0 0 0 5px rgba(124, 58, 237, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	}
}

@keyframes header-phone-sparkle {
	0%,
	100% {
		transform: rotate(45deg) scale(0.45);
		opacity: 0.35;
	}

	50% {
		transform: rotate(45deg) scale(1);
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.header-phone,
	.header-phone__halo,
	.header-phone__sparkle {
		animation: none;
		transition: none;
	}

	.header-phone:hover .header-phone__sparkle,
	.header-phone:focus-visible .header-phone__sparkle {
		animation: none;
	}
}

.btn {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid transparent;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.btn::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	transform: translateX(-120%);
	transition: transform 420ms ease;
}

.btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(0, 87, 255, 0.22);
}

.btn:hover::after {
	transform: translateX(120%);
}

.btn-primary {
	color: var(--primary-foreground);
	background: var(--primary);
}

.btn-secondary {
	color: var(--accent-foreground);
	background: var(--accent);
}

.btn-outline {
	color: var(--foreground);
	border-color: var(--border);
	background: var(--card);
}

.btn-accent {
	color: var(--secondary-foreground);
	background: var(--secondary);
}

.side-popup-open {
	overflow: hidden;
}

.side-popup {
	position: fixed;
	--side-popup-offset: 28px;
	top: var(--side-popup-offset);
	right: 0;
	bottom: var(--side-popup-offset);
	left: 0;
	z-index: 120;
	pointer-events: none;
	visibility: hidden;
}

.side-popup.is-open {
	pointer-events: auto;
	visibility: visible;
}

.side-popup.is-minimized {
	pointer-events: none;
	visibility: visible;
}

.side-popup__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(3, 7, 18, 0.64);
	border: 0;
	opacity: 0;
	cursor: pointer;
	transition: opacity 220ms ease;
}

.side-popup.is-open .side-popup__overlay {
	opacity: 1;
}

.side-popup__panel {
	position: absolute;
	top: 0;
	right: max(18px, calc((100vw - 1180px) / 2));
	bottom: 0;
	width: min(calc(100vw - 36px), 1080px);
	min-height: calc(100vh - (var(--side-popup-offset) * 2));
	max-height: calc(100vh - (var(--side-popup-offset) * 2));
	overflow: hidden;
	color: #ffffff;
	background: #05050b;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	box-shadow: -28px 0 90px rgba(0, 0, 0, 0.42);
	outline: none;
	transform: translateX(calc(100% + 48px));
	transition: transform 260ms ease;
}

.side-popup.is-open .side-popup__panel {
	transform: translateX(0);
}

.side-popup.is-minimized .side-popup__overlay,
.side-popup.is-minimized .side-popup__panel {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.side-popup__controls {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 4;
	display: flex;
	gap: 8px;
}

.side-popup__close,
.side-popup__minimize {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.side-popup__close:hover,
.side-popup__close:focus-visible,
.side-popup__minimize:hover,
.side-popup__minimize:focus-visible {
	background: rgba(255, 255, 255, 0.18);
	outline: none;
}

.side-popup__close:hover,
.side-popup__close:focus-visible {
	transform: rotate(90deg);
}

.side-popup__minimize:hover,
.side-popup__minimize:focus-visible {
	transform: translateY(-1px);
}

.side-popup__close svg,
.side-popup__minimize svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2.4;
}

.side-popup__rail {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 121;
	display: grid;
	gap: 4px;
	place-items: center;
	min-width: 54px;
	min-height: 188px;
	padding: 16px 9px;
	color: #ffffff;
	background:
		linear-gradient(180deg, rgba(20, 136, 252, 0.86), rgba(124, 58, 237, 0.78)),
		rgba(11, 18, 32, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-right: 0;
	border-radius: 18px 0 0 18px;
	box-shadow: -16px 0 42px rgba(20, 136, 252, 0.28);
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transform: translate(110%, -50%);
	transition: opacity 180ms ease, transform 220ms ease, filter 160ms ease;
	writing-mode: vertical-rl;
}

.side-popup__rail:hover,
.side-popup__rail:focus-visible {
	filter: brightness(1.08);
	outline: none;
}

.side-popup.is-minimized .side-popup__rail {
	opacity: 1;
	pointer-events: auto;
	transform: translate(0, -50%);
}

.side-popup__rail strong {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 0.86rem;
	font-weight: 950;
	letter-spacing: 0;
}

.side-popup__rail strong span {
	font-size: 1rem;
	line-height: 1;
}

.side-popup__rail small {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.68rem;
	font-weight: 800;
}

.tubes-cursor {
	position: relative;
	display: grid;
	min-height: calc(100vh - (var(--side-popup-offset) * 2));
	overflow: hidden;
	background:
		radial-gradient(circle at 24% 20%, rgba(255, 0, 138, 0.24), transparent 28%),
		radial-gradient(circle at 80% 74%, rgba(0, 255, 255, 0.22), transparent 30%),
		linear-gradient(145deg, #05050b, #12172a 48%, #05050b);
}

.tubes-cursor__canvas,
.tubes-cursor__fallback {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.tubes-cursor__canvas {
	z-index: 1;
	opacity: 0;
	transition: opacity 260ms ease;
}

.tubes-cursor.is-webgl-ready .tubes-cursor__canvas {
	opacity: 1;
}

.tubes-cursor__fallback {
	z-index: 0;
	background:
		linear-gradient(115deg, transparent 0 18%, rgba(255, 255, 255, 0.18) 18% 19%, transparent 19% 34%, rgba(0, 255, 255, 0.2) 34% 35%, transparent 35% 100%),
		radial-gradient(circle at 50% 50%, rgba(79, 70, 229, 0.42), transparent 42%);
	filter: saturate(1.35);
	animation: tube-fallback 8s ease-in-out infinite alternate;
}

.tubes-cursor__content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - (var(--side-popup-offset) * 2));
	max-height: calc(100vh - (var(--side-popup-offset) * 2));
	padding: clamp(72px, 10vh, 110px) clamp(24px, 7vw, 56px);
	overflow-y: auto;
	text-shadow: 0 0 24px rgba(0, 0, 0, 0.86);
}

.tubes-cursor__content .eyebrow {
	color: var(--accent);
}

.tubes-cursor__content h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(4rem, 14vw, 8.5rem);
	font-weight: 1000;
	line-height: 0.84;
	text-transform: uppercase;
}

.tubes-cursor__content > strong {
	display: block;
	margin-top: 6px;
	color: #ffffff;
	font-size: clamp(2.4rem, 9vw, 5.4rem);
	line-height: 0.9;
	text-transform: uppercase;
}

.tubes-cursor__content p:not(.eyebrow) {
	max-width: 420px;
	margin-top: var(--space-md);
	color: rgba(255, 255, 255, 0.82);
	font-weight: 700;
}

.side-popup__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin-top: var(--space-md);
}

.diuz-chat {
	align-items: center;
	width: min(100%, 980px);
	margin-inline: auto;
	padding-block: clamp(18px, 3.2vh, 34px);
	text-align: center;
}

.diuz-chat__announcement {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	margin-bottom: 12px;
	padding: 0 15px;
	color: #ffffff;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	box-shadow:
		inset 0 1px rgba(255, 255, 255, 0.18),
		0 14px 42px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(18px) saturate(140%);
	font-size: 0.78rem;
	font-weight: 800;
}

.diuz-chat__heading {
	max-width: 520px;
	margin-bottom: 12px;
}

.diuz-chat__brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 240px);
	margin: 0 auto 12px;
}

.diuz-chat__brand img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 58px;
	object-fit: contain;
	filter: drop-shadow(0 10px 26px rgba(20, 136, 252, 0.18));
}

.diuz-chat .diuz-chat__heading h2 {
	margin: 0 0 var(--space-xs);
	color: #ffffff;
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 1000;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
}

.diuz-chat .diuz-chat__heading p {
	max-width: 500px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.92rem;
	font-weight: 700;
}

.diuz-chat__modes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	width: min(100%, 940px);
	margin: 0 auto 10px;
	padding: 6px;
	background: rgba(10, 13, 20, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(18px) saturate(140%);
}

.diuz-chat__mode {
	display: grid;
	gap: 2px;
	min-height: 54px;
	padding: 10px 13px;
	color: rgba(255, 255, 255, 0.62);
	background: transparent;
	border: 0;
	border-radius: 14px;
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: color 160ms ease, background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.diuz-chat__mode span {
	font-size: 0.96rem;
	font-weight: 900;
	line-height: 1.1;
}

.diuz-chat__mode small {
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.15;
}

.diuz-chat__mode:hover,
.diuz-chat__mode.is-active {
	color: #ffffff;
	background: linear-gradient(135deg, rgba(20, 136, 252, 0.42), rgba(124, 58, 237, 0.34));
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.16), 0 12px 28px rgba(20, 136, 252, 0.18);
	transform: translateY(-1px);
}

.diuz-chat__mode.is-active small {
	color: rgba(255, 255, 255, 0.78);
}

.diuz-chat__workspace {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	gap: 10px;
	width: min(100%, 940px);
	margin: 0 auto 10px;
	text-align: left;
}

.diuz-chat__smart-prompts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	width: min(100%, 940px);
	margin: 0 auto 10px;
	text-align: left;
}

.diuz-chat__smart-prompts button {
	display: grid;
	gap: 2px;
	min-height: 48px;
	padding: 10px 12px;
	color: rgba(255, 255, 255, 0.82);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
		rgba(13, 17, 26, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 14px 36px rgba(0, 0, 0, 0.18);
	font: inherit;
	cursor: pointer;
	backdrop-filter: blur(14px) saturate(135%);
	transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.diuz-chat__smart-prompts button[hidden] {
	display: none;
}

.diuz-chat__smart-prompts button span {
	font-size: 0.78rem;
	font-weight: 950;
	line-height: 1.15;
}

.diuz-chat__smart-prompts button small {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1.1;
}

.diuz-chat__smart-prompts button:hover,
.diuz-chat__smart-prompts button:focus-visible {
	color: #ffffff;
	border-color: rgba(130, 177, 255, 0.5);
	box-shadow:
		inset 0 1px rgba(255, 255, 255, 0.14),
		0 16px 40px rgba(20, 136, 252, 0.16);
	outline: none;
	transform: translateY(-1px);
}

.diuz-chat__smart-prompts button.is-disabled {
	color: rgba(255, 255, 255, 0.46);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
		rgba(13, 17, 26, 0.58);
	border-color: rgba(255, 255, 255, 0.07);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
	cursor: not-allowed;
	filter: grayscale(0.18);
	transform: none;
}

.diuz-chat__smart-prompts button.is-disabled small {
	color: rgba(255, 255, 255, 0.34);
}

.diuz-chat__smart-prompts button.is-disabled:hover,
.diuz-chat__smart-prompts button.is-disabled:focus-visible {
	color: rgba(255, 255, 255, 0.58);
	border-color: rgba(130, 177, 255, 0.16);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
	transform: none;
}

.diuz-chat__thread,
.diuz-chat__summary {
	background: rgba(13, 17, 26, 0.74);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(18px) saturate(135%);
}

.diuz-chat__thread {
	position: relative;
	z-index: 12;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: clamp(340px, 48vh, 560px);
	padding: 14px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(20, 136, 252, 0.5) transparent;
}

.diuz-chat__message {
	max-width: min(78%, 650px);
	padding: 11px 13px;
	color: rgba(255, 255, 255, 0.84);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	font-family: var(--font-sans, "Ubuntu Sans", "DM Sans", system-ui, sans-serif);
	font-size: 0.82rem;
	font-weight: 560;
	line-height: 1.38;
}

.diuz-chat__message--ai {
	border-color: rgba(20, 136, 252, 0.16);
}

.diuz-chat__message--user {
	justify-self: end;
	align-self: flex-end;
	width: max-content;
	max-width: min(84%, 560px);
	padding: 8px 12px;
	color: rgba(255, 255, 255, 0.92);
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.78), rgba(79, 70, 229, 0.68));
	border-color: rgba(147, 197, 253, 0.14);
	border-radius: 15px 15px 5px 15px;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.12);
	font-weight: 560;
}

.diuz-chat__message--user.diuz-chat__message--media {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	width: max-content;
	max-width: min(84%, 280px);
	padding: 0;
	color: var(--nykel-text, #e5edf8);
	background: transparent;
	border: 0;
	box-shadow: none;
}

.diuz-chat__message--user.diuz-chat__message--media p {
	max-width: 100%;
	padding: 9px 14px;
	color: #f8fbff;
	background:
		linear-gradient(135deg, rgba(37, 99, 235, 0.92), rgba(87, 70, 229, 0.88));
	border: 1px solid rgba(191, 219, 254, 0.24);
	border-radius: 15px 15px 5px 15px;
	box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
	text-shadow: 0 1px 1px rgba(15, 23, 42, 0.22);
}

[data-theme="dark"] .diuz-chat__message--user.diuz-chat__message--media p {
	color: #ffffff;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.88), rgba(79, 70, 229, 0.82));
	border-color: rgba(147, 197, 253, 0.2);
}

.diuz-chat__message--ai {
	align-self: flex-start;
	border-bottom-left-radius: 6px;
}

.diuz-chat__message > strong {
	display: block;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 760;
	letter-spacing: 0;
}

.diuz-chat__message .diuz-chat__inline-strong {
	display: inline;
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.diuz-chat .diuz-chat__message p {
	max-width: none;
	margin: 0 0 6px;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.diuz-chat .diuz-chat__message--user p {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.24;
	overflow-wrap: anywhere;
}

.diuz-chat__message p:last-child {
	margin-bottom: 0;
}

.diuz-chat__message ul:not(.diuz-chat__message-list) {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 8px 0 0;
	padding-left: 0;
	list-style: none;
}

.diuz-chat__message .diuz-chat__message-list {
	display: grid;
	gap: 4px;
	margin: 7px 0;
	padding-left: 1.15rem;
}

.diuz-chat__message .diuz-chat__message-list li {
	position: relative;
	padding: 0;
	color: rgba(255, 255, 255, 0.84);
	background: transparent;
	border: 0;
	border-radius: 0;
	font-size: 0.82rem;
	font-weight: 560;
	line-height: 1.38;
}

.diuz-chat__message ul.diuz-chat__message-list {
	list-style: disc;
}

.diuz-chat__message ol.diuz-chat__message-list {
	list-style: decimal;
}

.diuz-chat__message .diuz-chat__message-list li::marker {
	color: rgba(139, 152, 255, 0.9);
	font-weight: 650;
}

.diuz-chat__message ul:not(.diuz-chat__message-list) li {
	padding: 6px 8px;
	color: rgba(255, 255, 255, 0.78);
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.25;
}

.diuz-chat__message--user li {
	background: rgba(255, 255, 255, 0.12);
}

.diuz-chat__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.diuz-chat__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 12px;
	color: #ffffff;
	background: linear-gradient(135deg, #16a34a, #22c55e);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(34, 197, 94, 0.18);
	font: inherit;
	font-size: 0.78rem;
	font-weight: 950;
	text-decoration: none;
	cursor: pointer;
	transition: transform 160ms ease, filter 160ms ease;
}

.diuz-chat__action:hover,
.diuz-chat__action:focus-visible {
	color: #ffffff;
	filter: brightness(1.07);
	outline: none;
	transform: translateY(-1px);
}

.diuz-chat__action[data-diuz-action] {
	color: rgba(255, 255, 255, 0.76);
	background: rgba(20, 136, 252, 0.14);
	box-shadow: none;
}

.diuz-chat__action[data-diuz-action="send-image-whatsapp"] {
	color: #ffffff;
	background: linear-gradient(135deg, #16a34a, #22c55e);
	box-shadow: 0 12px 24px rgba(34, 197, 94, 0.18);
}

.diuz-chat__action--success,
.diuz-chat__action.diuz-chat__action--success[data-diuz-action] {
	color: #ffffff !important;
	background: linear-gradient(135deg, #16a34a, #22c55e) !important;
	box-shadow: 0 12px 24px rgba(34, 197, 94, 0.18) !important;
}

.diuz-chat__summary {
	position: relative;
	z-index: 12;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: hidden;
	padding: 12px;
	color: rgba(255, 255, 255, 0.72);
}

.diuz-chat__tablet-tabs {
	display: none;
}

.diuz-chat__summary-panel {
	display: grid;
	flex: 0 0 auto;
	gap: 10px;
	min-height: 0;
}

.diuz-chat__history-panel {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 8px;
	min-height: 0;
}

.diuz-chat__summary-head {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.diuz-chat__summary-head span {
	color: rgba(255, 255, 255, 0.44);
	font-size: 0.62rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.diuz-chat__summary-head strong {
	color: #ffffff;
	font-size: 0.68rem;
	font-weight: 950;
	text-align: right;
}

.diuz-chat__summary-agent {
	flex: 0 0 auto;
	display: grid;
	gap: 2px;
	padding: 8px 9px;
	background: rgba(20, 136, 252, 0.08);
	border: 1px solid rgba(130, 177, 255, 0.12);
	border-radius: 14px;
}

.diuz-chat__summary-agent span {
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 950;
	line-height: 1.15;
}

.diuz-chat__summary-agent small {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.6rem;
	font-weight: 760;
	line-height: 1.2;
}

.diuz-chat__summary-agent em {
	justify-self: start;
	margin-top: 2px;
	padding: 3px 7px;
	color: #b8d7ff;
	font-size: 0.58rem;
	font-style: normal;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	background: rgba(20, 136, 252, 0.12);
	border: 1px solid rgba(130, 177, 255, 0.2);
	border-radius: 999px;
}

.diuz-chat__summary-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	flex: 0 1 auto;
	gap: 6px;
	margin: 0;
	overflow: visible;
	padding: 0;
	list-style: none;
}

.diuz-chat__summary-list li {
	position: relative;
	display: grid;
	gap: 2px;
	min-height: 36px;
	padding: 6px 8px 6px 24px;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 13px;
}

.diuz-chat__summary-list li::before {
	position: absolute;
	top: 12px;
	left: 9px;
	width: 8px;
	height: 8px;
	background: #f59e0b;
	border-radius: 999px;
	box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
	content: "";
}

.diuz-chat__summary-list li.is-done::before {
	background: #22c55e;
	box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.diuz-chat__summary-list span {
	color: rgba(255, 255, 255, 0.44);
	font-size: 0.54rem;
	font-weight: 950;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.diuz-chat__summary-list strong {
	overflow: hidden;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.64rem;
	font-weight: 850;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.diuz-chat__history {
	position: relative;
	z-index: 13;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 8px;
	min-height: 0;
	padding: 2px 7px 0 0;
}

.diuz-chat__history::after {
	display: none;
}

.diuz-chat__history-head,
.diuz-chat__history-dialog-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.diuz-chat__history-head span,
.diuz-chat__history-dialog-head strong {
	color: #ffffff;
	font-size: 0.76rem;
	font-weight: 950;
	line-height: 1.15;
}

.diuz-chat__history-head small {
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.62rem;
	font-weight: 850;
}

.diuz-chat__history-list {
	position: relative;
	display: grid;
	align-content: start;
	flex: 1 1 auto;
	gap: 7px;
	min-height: 0;
	max-height: none;
	overflow-y: auto;
	padding-right: 7px;
	box-shadow: inset -2px 0 rgba(20, 136, 252, 0.22);
	scrollbar-width: thin;
	scrollbar-color: rgba(130, 177, 255, 0.72) rgba(255, 255, 255, 0.06);
	scrollbar-gutter: stable;
}

.diuz-chat__history-list::after {
	position: sticky;
	bottom: 0;
	display: block;
	height: 10px;
	margin-top: -10px;
	background: linear-gradient(180deg, transparent, rgba(8, 15, 29, 0.92));
	content: "";
	pointer-events: none;
}

.diuz-chat__history-list::-webkit-scrollbar {
	width: 8px;
}

.diuz-chat__history-list::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.055);
	border-radius: 999px;
}

.diuz-chat__history-list::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, rgba(20, 136, 252, 0.88), rgba(99, 102, 241, 0.72));
	border: 2px solid rgba(8, 15, 29, 0.9);
	border-radius: 999px;
}

.diuz-chat__history-list::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(180deg, #38bdf8, #6366f1);
}

.diuz-chat__history-item {
	display: grid;
	gap: 2px;
	width: 100%;
	padding: 9px 10px;
	color: rgba(255, 255, 255, 0.72);
	text-align: left;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 13px;
	cursor: pointer;
	transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.diuz-chat__history-item span {
	color: rgba(130, 177, 255, 0.82);
	font-size: 0.57rem;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.diuz-chat__history-item strong {
	overflow: hidden;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.7rem;
	font-weight: 900;
	line-height: 1.22;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.diuz-chat__history-item small {
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.62rem;
	font-weight: 760;
}

.diuz-chat__history-item:hover,
.diuz-chat__history-item:focus-visible {
	color: #ffffff;
	background: rgba(20, 136, 252, 0.12);
	border-color: rgba(130, 177, 255, 0.28);
	outline: none;
	transform: translateY(-1px);
}

.diuz-chat__history-empty {
	margin: 0;
	padding: 10px;
	color: rgba(255, 255, 255, 0.48);
	background: rgba(255, 255, 255, 0.035);
	border: 1px dashed rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1.35;
}

.diuz-chat__history-empty[hidden] {
	display: none;
}

.diuz-chat__new-session {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 42px;
	margin-top: 0;
	padding: 0 12px;
	color: #ffffff;
	background: linear-gradient(135deg, rgba(20, 136, 252, 0.95), rgba(99, 102, 241, 0.9));
	border: 0;
	border-radius: 13px;
	box-shadow: 0 14px 32px rgba(20, 136, 252, 0.16);
	font: inherit;
	font-size: 0.72rem;
	font-weight: 950;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.diuz-chat__summary > .diuz-chat__new-session,
.diuz-chat__history-panel > .diuz-chat__new-session {
	margin-top: 8px;
}

.diuz-chat__new-session:hover,
.diuz-chat__new-session:focus-visible {
	color: #ffffff;
	filter: brightness(1.06);
	outline: none;
	transform: translateY(-1px);
	box-shadow: 0 18px 38px rgba(20, 136, 252, 0.24);
}

.diuz-chat__history-toggle {
	display: none !important;
}

.diuz-chat__history-sheet[hidden] {
	display: none;
}

.diuz-chat__history-sheet {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: none;
}

.diuz-chat__history-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(8px);
}

.diuz-chat__history-dialog {
	position: absolute;
	right: 12px;
	bottom: 12px;
	left: 12px;
	display: grid;
	gap: 12px;
	max-height: min(72vh, 540px);
	padding: 14px;
	background:
		linear-gradient(180deg, rgba(18, 28, 46, 0.98), rgba(8, 15, 29, 0.98)),
		#0f172a;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 20px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

.diuz-chat__history-dialog-head button {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	font: inherit;
	font-size: 1.25rem;
	cursor: pointer;
}

.diuz-chat__composer {
	position: sticky;
	bottom: 0;
	width: min(100%, 940px);
	margin-inline: auto;
	text-align: left;
	z-index: 8;
}

	.diuz-chat__composer::before {
	position: absolute;
	inset: -1px;
	content: "";
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent);
	border-radius: 18px;
		pointer-events: none;
	}

	.diuz-chat__pending-attachment {
		position: relative;
		padding: 12px 14px 0;
		background: rgba(30, 30, 34, 0.9);
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 0;
		border-radius: 20px 20px 0 0;
	}

	.diuz-chat__pending-attachment[hidden] {
		display: none;
	}

	.diuz-chat__pending-attachment + textarea {
		border-top: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.diuz-chat__attachment-card {
		position: relative;
		display: grid;
		grid-template-columns: 74px minmax(0, 1fr) auto;
		align-items: center;
		gap: 10px;
		max-width: 360px;
		padding: 8px;
		color: rgba(255, 255, 255, 0.82);
		background: rgba(255, 255, 255, 0.06);
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 16px;
	}

	.diuz-chat__attachment-card img,
	.diuz-chat__attachment-icon {
		width: 74px;
		height: 74px;
		object-fit: cover;
		background: rgba(255, 255, 255, 0.08);
		border-radius: 12px;
	}

	.diuz-chat__attachment-icon {
		display: grid;
		place-items: center;
		color: rgba(255, 255, 255, 0.62);
		font-size: 0.72rem;
		font-weight: 950;
	}

	.diuz-chat__attachment-card strong,
	.diuz-chat__attachment-card small {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.diuz-chat__attachment-card strong {
		color: #ffffff;
		font-size: 0.78rem;
		font-weight: 950;
	}

	.diuz-chat__attachment-card small {
		margin-top: 3px;
		color: rgba(255, 255, 255, 0.48);
		font-size: 0.7rem;
		font-weight: 800;
	}

	.diuz-chat__attachment-card button {
		align-self: start;
		width: 24px;
		height: 24px;
		color: rgba(255, 255, 255, 0.74);
		background: rgba(255, 255, 255, 0.09);
		border: 0;
		border-radius: 999px;
		font-size: 1rem;
		line-height: 1;
		cursor: pointer;
	}

	.diuz-chat__composer textarea {
	position: relative;
	display: block;
	width: 100%;
	min-height: 58px;
	max-height: 190px;
	padding: 16px 18px 6px;
	resize: none;
	color: #ffffff;
	background: rgba(30, 30, 34, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 0;
	border-radius: 20px 20px 0 0;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.36);
	font: inherit;
	font-size: 0.96rem;
	outline: none;
}

.diuz-chat__composer textarea::placeholder {
	color: rgba(255, 255, 255, 0.38);
}

.diuz-chat__composer textarea:focus {
	border-color: rgba(20, 136, 252, 0.44);
}

.diuz-chat__toolbar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-sm);
	padding: 7px 10px 9px;
	background: rgba(30, 30, 34, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 0;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.36);
}

.diuz-chat__left-tools,
.diuz-chat__right-tools {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.diuz-chat__menu-wrap {
	position: relative;
}

.diuz-chat__icon-button,
.diuz-chat__model,
.diuz-chat__ghost,
.diuz-chat__send,
.diuz-chat__imports button,
.diuz-chat__mini-menu button {
	font: inherit;
	cursor: pointer;
}

.diuz-chat__icon-button {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: rgba(255, 255, 255, 0.68);
	background: rgba(255, 255, 255, 0.08);
	border: 0;
	border-radius: 999px;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.diuz-chat__icon-button:hover,
.diuz-chat__icon-button[aria-expanded="true"] {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.14);
	transform: scale(1.03);
}

.diuz-chat__model,
.diuz-chat__ghost {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 34px;
	padding: 0 10px;
	color: rgba(255, 255, 255, 0.58);
	background: transparent;
	border: 0;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	transition: background-color 160ms ease, color 160ms ease;
}

.diuz-chat__model:hover,
.diuz-chat__model[aria-expanded="true"],
.diuz-chat__ghost:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
}

.diuz-chat__send {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 0 15px;
	color: #ffffff;
	background: #1488fc;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 0 22px rgba(20, 136, 252, 0.32);
	font-size: 0.84rem;
	font-weight: 900;
	transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.diuz-chat__send span:first-child {
	display: none;
}

.diuz-chat__meta {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.72rem;
	font-weight: 800;
}

.diuz-chat__message--thinking p::after {
	display: inline-block;
	width: 1.4em;
	content: "...";
	animation: diuz-thinking 1.1s steps(4, end) infinite;
	overflow: hidden;
	vertical-align: bottom;
}

	.diuz-chat__image-preview {
		position: relative;
		margin: 0 0 10px;
		overflow: hidden;
		background: transparent;
		border-radius: 10px;
		cursor: zoom-in;
}

	.diuz-chat__image-preview img {
			display: block;
			width: min(100%, 460px);
			max-height: 340px;
			object-fit: contain;
			border-radius: 10px;
			transition: filter 160ms ease, transform 180ms ease;
		}

	.diuz-chat__message--user.diuz-chat__message--media .diuz-chat__image-preview {
		width: min(240px, 70vw);
		margin: 0;
		background: rgba(15, 23, 42, 0.06);
		border-radius: 18px;
	}

	.diuz-chat__message--user.diuz-chat__message--media .diuz-chat__image-preview img {
		width: 100%;
		max-height: 240px;
		aspect-ratio: 1 / 0.78;
		object-fit: cover;
	}

	.diuz-chat__image-preview:hover img,
.diuz-chat__image-preview:focus-visible img {
	filter: brightness(1.04);
	transform: scale(1.01);
}

.diuz-chat__image-preview:focus-visible {
	outline: 2px solid rgba(130, 177, 255, 0.78);
	outline-offset: 3px;
}

	.diuz-chat__preview-open {
		position: absolute;
		right: 10px;
		bottom: 10px;
		padding: 7px 10px;
		color: #ffffff;
		background: rgba(0, 0, 0, 0.62);
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 999px;
		backdrop-filter: blur(10px);
		font-size: 0.72rem;
		font-weight: 900;
		cursor: pointer;
	}

	.diuz-preview {
		position: fixed;
		inset: 0;
		z-index: 80;
		display: grid;
		place-items: center;
		padding: 18px;
	}

	.diuz-preview[hidden] {
		display: none;
	}

	.diuz-preview__backdrop {
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.72);
		backdrop-filter: blur(14px);
	}

	.diuz-preview__dialog {
		position: relative;
		z-index: 1;
		display: grid;
		grid-template-rows: auto minmax(0, 1fr) auto;
		width: min(96vw, var(--diuz-preview-dialog-width, 980px));
		max-height: min(92vh, 820px);
		overflow: hidden;
		color: #ffffff;
		background: rgba(11, 16, 27, 0.94);
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 24px;
		box-shadow: 0 30px 90px rgba(0, 0, 0, 0.54);
	}

	.diuz-preview__topbar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		padding: 14px 16px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.diuz-preview__topbar strong,
	.diuz-preview__topbar small {
		display: block;
	}

	.diuz-preview__topbar strong {
		font-size: 0.92rem;
		font-weight: 950;
	}

	.diuz-preview__topbar small {
		margin-top: 2px;
		color: rgba(255, 255, 255, 0.54);
		font-size: 0.74rem;
		font-weight: 800;
	}

	.diuz-preview__topbar button {
		width: 38px;
		height: 38px;
		color: #ffffff;
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 999px;
		font-size: 1.35rem;
		line-height: 1;
		cursor: pointer;
	}

	.diuz-preview__stage {
		display: grid;
		place-items: center;
		min-height: 0;
		margin: 0;
		padding: 10px;
		background: rgba(3, 7, 18, 0.88);
	}

	.diuz-preview__stage img {
		display: block;
		max-width: 100%;
		max-height: min(72vh, 660px);
		object-fit: contain;
		border-radius: 10px;
		box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
	}

	.diuz-preview__dialog.is-wide {
		--diuz-preview-dialog-width: 1180px;
	}

	.diuz-preview__dialog.is-tall {
		--diuz-preview-dialog-width: 720px;
	}

	.diuz-preview__actions {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		padding: 14px 16px 16px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.diuz-preview__action {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 40px;
		padding: 0 15px;
		color: #ffffff;
		background: rgba(20, 136, 252, 0.18);
		border: 1px solid rgba(20, 136, 252, 0.3);
		border-radius: 999px;
		font: inherit;
		font-size: 0.82rem;
		font-weight: 900;
		text-decoration: none;
		cursor: pointer;
	}

	.diuz-preview__action:first-child {
		background: linear-gradient(135deg, #1488fc, #7047ff);
		border-color: transparent;
	}

	.diuz-preview__action--success {
		background: linear-gradient(135deg, #16a34a, #22c55e) !important;
		border-color: transparent !important;
		box-shadow: 0 12px 24px rgba(34, 197, 94, 0.18);
	}

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

		.diuz-preview__dialog {
			width: 100%;
			max-height: 94vh;
			border-radius: 20px;
		}

		.diuz-preview__stage {
			padding: 10px;
		}

		.diuz-preview__stage img {
			max-height: 62vh;
			border-radius: 14px;
		}

		.diuz-preview__actions {
			display: grid;
			grid-template-columns: 1fr;
		}

		.diuz-preview__action {
			width: 100%;
			min-height: 44px;
		}
	}

.diuz-chat__send:not(:disabled):hover {
	background: #1a94ff;
	transform: translateY(-1px);
}

.diuz-chat__send:disabled {
	opacity: 0.42;
	cursor: not-allowed;
}

.diuz-chat__mini-menu {
	position: absolute;
	bottom: calc(100% + 12px);
	left: 0;
	z-index: 6;
	display: none;
	min-width: 190px;
	padding: 6px;
	--diuz-attach-menu-bg: rgba(255, 255, 255, 0.96);
	--diuz-attach-menu-border: rgba(15, 23, 42, 0.12);
	--diuz-attach-option-text: rgba(15, 23, 42, 0.76);
	--diuz-attach-option-hover-bg: rgba(15, 23, 42, 0.06);
	--diuz-attach-option-hover-text: #0f172a;
	--diuz-attach-icon-filter: none;
	background: var(--diuz-attach-menu-bg);
	border: 1px solid var(--diuz-attach-menu-border);
	border-radius: 14px;
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42);
	backdrop-filter: blur(18px);
}

.dark .diuz-chat__mini-menu,
.side-popup__panel .diuz-chat__mini-menu {
	--diuz-attach-menu-bg: rgba(20, 20, 24, 0.96);
	--diuz-attach-menu-border: rgba(255, 255, 255, 0.12);
	--diuz-attach-option-text: rgba(255, 255, 255, 0.82);
	--diuz-attach-option-hover-bg: rgba(255, 255, 255, 0.08);
	--diuz-attach-option-hover-text: #ffffff;
	--diuz-attach-icon-filter: invert(1) opacity(0.84) drop-shadow(0 0 8px rgba(20, 136, 252, 0.18));
}

.diuz-chat__mini-menu.is-open {
	display: grid;
}

.diuz-chat__mini-menu button {
	display: grid;
	grid-template-columns: 44px 1fr;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 38px;
	padding: 8px 10px;
	color: var(--diuz-attach-option-text);
	background: transparent;
	border: 0;
	border-radius: 10px;
	font-size: 0.86rem;
	font-weight: 800;
	text-align: left;
}

.diuz-chat__mini-menu button > span:first-child {
	display: inline-grid;
	place-items: center;
	min-height: 24px;
	padding-inline: 6px;
	color: #ffffff;
	background: rgba(20, 136, 252, 0.22);
	border-radius: 999px;
	font-size: 0.66rem;
	font-weight: 950;
}

.diuz-chat__mini-menu button:hover {
	color: var(--diuz-attach-option-hover-text);
	background: var(--diuz-attach-option-hover-bg);
}

.diuz-chat__mini-menu--attach {
	width: max-content;
	min-width: 0;
	padding: 7px;
	gap: 3px;
	transform: translateY(-6px);
}

.diuz-chat__mini-menu .diuz-chat__attach-option {
	grid-template-columns: 18px max-content;
	min-height: 38px;
	padding: 7px 10px;
	gap: 6px;
	color: var(--diuz-attach-option-text);
	width: auto;
	min-width: 128px;
}

.diuz-chat__mini-menu .diuz-chat__attach-option > span:first-child {
	display: block;
	min-height: 0;
	padding: 0;
	color: inherit;
	background: transparent;
	border-radius: 0;
	font-size: inherit;
	font-weight: 900;
}

.diuz-chat__attach-option img {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
	opacity: 0.9;
	filter: var(--diuz-attach-icon-filter);
}

.diuz-chat__attach-option span {
	overflow: visible;
	text-overflow: clip;
	white-space: nowrap;
	line-height: 1.1;
}

.diuz-chat__mini-menu .diuz-chat__attach-option--mobile {
	display: none;
}

.diuz-chat__mini-menu--model {
	right: auto;
	left: 0;
	bottom: calc(100% + 10px);
	width: 206px;
	min-width: 0;
	padding: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
		rgba(18, 20, 27, 0.98);
	border-color: rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	box-shadow:
		0 18px 42px rgba(0, 0, 0, 0.42),
		inset 0 1px rgba(255, 255, 255, 0.08);
	transform-origin: left bottom;
}

.diuz-chat__mini-menu--model button {
	grid-template-columns: 18px minmax(0, 1fr);
	min-height: 42px;
	padding: 8px 9px;
	column-gap: 8px;
	row-gap: 2px;
	align-items: center;
	color: rgba(255, 255, 255, 0.64);
	border: 1px solid transparent;
	border-radius: 13px;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.diuz-chat__mini-menu--model button > span:first-child {
	width: 9px;
	min-width: 9px;
	min-height: 9px;
	padding: 0;
	background: rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	box-shadow: none;
}

.diuz-chat__mini-menu--model button:hover,
.diuz-chat__mini-menu--model button.is-selected {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.1);
}

.diuz-chat__mini-menu--model button.is-selected > span:first-child {
	background: linear-gradient(135deg, #37a8ff, #7c3aed);
	box-shadow: 0 0 0 4px rgba(55, 168, 255, 0.12);
}

.diuz-chat__mini-menu--model strong {
	display: block;
	margin: 0;
	color: inherit;
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.12;
	text-transform: none;
}

.diuz-chat__mini-menu--model small {
	display: block;
	grid-column: 2;
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.66rem;
	font-weight: 700;
	line-height: 1.22;
	margin-top: 1px;
}

.diuz-chat__imports {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: var(--space-md);
	color: rgba(255, 255, 255, 0.44);
	font-size: 0.84rem;
	font-weight: 800;
}

.diuz-chat__imports button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 32px;
	padding: 0 12px;
	color: rgba(255, 255, 255, 0.64);
	background: rgba(15, 15, 15, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.diuz-chat__imports button:hover {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-1px);
}

.diuz-chat__quick-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: min(100%, 760px);
	margin: 12px auto 0;
}

.diuz-chat__quick-actions button,
.diuz-chat__quick-actions a {
	min-height: 34px;
	padding: 0 13px;
	color: rgba(255, 255, 255, 0.74);
	background: rgba(15, 15, 15, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	font: inherit;
	font-size: 0.76rem;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
	transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.diuz-chat__quick-actions button:hover,
.diuz-chat__quick-actions button:focus-visible,
.diuz-chat__quick-actions a:hover,
.diuz-chat__quick-actions a:focus-visible {
	color: #ffffff;
	background: rgba(20, 136, 252, 0.24);
	outline: none;
	transform: translateY(-1px);
}

.diuz-chat__quick-actions--login {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	width: min(100%, 430px);
	margin-top: 14px;
}

.diuz-chat__quick-actions--login a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 38px;
	padding-inline: 14px;
	color: rgba(255, 255, 255, 0.86);
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.diuz-chat__quick-actions--admin {
	grid-template-columns: auto auto;
	width: max-content;
	max-width: 100%;
	padding: 5px;
	background: rgba(15, 23, 42, 0.58);
	border: 1px solid rgba(130, 177, 255, 0.16);
	border-radius: 999px;
}

.diuz-chat__quick-actions--admin > span,
.diuz-chat__quick-actions--admin > button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 900;
}

.diuz-chat__quick-actions--admin > span {
	color: #bfdbfe;
	background: rgba(20, 136, 252, 0.12);
}

.diuz-chat__quick-actions--admin > button {
	color: #ffffff;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.72), rgba(99, 102, 241, 0.62));
	border-color: rgba(191, 219, 254, 0.2);
}

.diuz-chat__quick-actions--login a span:first-child {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	font-size: 0.74rem;
	font-weight: 900;
}

.diuz-chat__quick-actions--login a:hover,
.diuz-chat__quick-actions--login a:focus-visible {
	background: rgba(20, 136, 252, 0.26);
	border-color: rgba(130, 177, 255, 0.42);
}

.diuz-chat__quick-actions--login .nykel-google-login {
	min-width: 0;
}

.diuz-chat__quick-actions--login .nykel-google-login--plugin {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.diuz-chat__quick-actions--login .xoo-sl-container,
.diuz-chat__quick-actions--login .xoo-sl-btns-container,
.diuz-chat__quick-actions--login .xoo-sl-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 !important;
}

.diuz-chat__quick-actions--login .xoo-sl-loginvia {
	display: none;
}

@media (min-width: 901px) {
	.side-popup__panel {
		right: max(22px, calc((100vw - 1280px) / 2));
		width: min(calc(100vw - 44px), 1120px);
		border-color: rgba(148, 163, 184, 0.18);
		box-shadow: -34px 0 120px rgba(0, 0, 0, 0.5);
	}

	.side-popup__controls {
		top: 20px;
		right: 20px;
	}

	.tubes-cursor__content.diuz-chat {
		display: grid;
		grid-template-rows: auto minmax(0, 1fr) auto auto auto;
		justify-items: center;
		justify-content: stretch;
		width: 100%;
		max-width: none;
		min-height: calc(100vh - (var(--side-popup-offset) * 2));
		max-height: calc(100vh - (var(--side-popup-offset) * 2));
		margin: 0;
		padding: clamp(72px, 8vh, 90px) clamp(36px, 5vw, 84px) clamp(22px, 3.4vh, 34px);
		text-align: center;
	}

	.diuz-chat__brand {
		position: absolute;
		top: 18px;
		left: clamp(24px, 4vw, 44px);
		z-index: 4;
		width: min(22vw, 178px);
		margin: 0;
	}

	.diuz-chat__brand img {
		max-height: 42px;
	}

	.diuz-chat__announcement {
		min-height: 30px;
		margin: 0 0 8px;
		padding-inline: 13px;
		font-size: 0.68rem;
		letter-spacing: 0.01em;
		background: rgba(255, 255, 255, 0.075);
		border-color: rgba(255, 255, 255, 0.14);
		box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 12px 34px rgba(0, 0, 0, 0.24);
	}

	.diuz-chat__heading {
		max-width: 680px;
		margin: 0 0 12px;
	}

	.diuz-chat .diuz-chat__heading h2 {
		margin-bottom: 7px;
		font-size: clamp(2.35rem, 3.8vw, 3.55rem);
		line-height: 0.95;
	}

	.diuz-chat .diuz-chat__heading p {
		max-width: 610px;
		color: rgba(255, 255, 255, 0.72);
		font-size: 0.92rem;
		line-height: 1.45;
	}

	.diuz-chat__modes,
	.diuz-chat__workspace,
	.diuz-chat__smart-prompts,
	.diuz-chat__composer {
		width: min(100%, 920px);
	}

	.diuz-chat__modes {
		gap: 7px;
		margin-bottom: 8px;
		padding: 6px;
		background: rgba(7, 12, 24, 0.78);
		border-color: rgba(148, 163, 184, 0.16);
		border-radius: 18px;
	}

	.diuz-chat__mode {
		min-height: 50px;
		padding: 9px 14px;
		border: 1px solid transparent;
		border-radius: 14px;
	}

	.diuz-chat__mode:hover,
	.diuz-chat__mode.is-active {
		border-color: rgba(130, 177, 255, 0.24);
		background: linear-gradient(135deg, rgba(20, 136, 252, 0.44), rgba(99, 102, 241, 0.26), rgba(124, 58, 237, 0.34));
	}

	.diuz-chat__workspace {
		grid-template-columns: minmax(0, 1fr) 292px;
		gap: 12px;
		align-self: stretch;
		min-height: 0;
		margin-bottom: 8px;
	}

	.diuz-chat__thread,
	.diuz-chat__summary {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
			rgba(8, 15, 29, 0.83);
		border-color: rgba(148, 163, 184, 0.15);
		box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34), inset 0 1px rgba(255, 255, 255, 0.055);
	}

	.diuz-chat__thread {
		height: 100%;
		min-height: clamp(440px, 55vh, 640px);
		padding: 15px;
	}

	.diuz-chat__message {
		max-width: min(82%, 690px);
		padding: 13px 15px;
		background: rgba(15, 23, 42, 0.72);
		border-color: rgba(148, 163, 184, 0.13);
		border-radius: 18px;
		font-size: 0.84rem;
		line-height: 1.48;
	}

	.diuz-chat__message--user {
		max-width: min(76%, 520px);
		padding: 8px 12px;
		background: linear-gradient(135deg, rgba(37, 99, 235, 0.78), rgba(79, 70, 229, 0.68));
	}

	.diuz-chat__summary {
		align-self: stretch;
		padding: 13px;
		border-radius: 18px;
	}

	.diuz-chat__summary-agent {
		background: rgba(20, 136, 252, 0.095);
		border-color: rgba(130, 177, 255, 0.18);
	}

	.diuz-chat__summary-list {
		gap: 6px;
	}

	.diuz-chat__summary-list li {
		min-height: 36px;
		padding: 6px 8px 6px 24px;
		background: rgba(255, 255, 255, 0.055);
		border-color: rgba(255, 255, 255, 0.085);
	}

	.diuz-chat__summary-list strong {
		font-size: 0.64rem;
	}

	.diuz-chat__smart-prompts {
		gap: 9px;
		margin-bottom: 7px;
	}

	.diuz-chat__smart-prompts button {
		min-height: 48px;
		padding: 10px 13px;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
			rgba(10, 18, 32, 0.78);
		border-color: rgba(148, 163, 184, 0.14);
		border-radius: 16px;
	}

	.diuz-chat__composer {
		position: relative;
		margin-top: 0;
	}

	.diuz-chat__composer textarea,
	.diuz-chat__toolbar {
		background: rgba(26, 28, 34, 0.92);
		border-color: rgba(255, 255, 255, 0.12);
		box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
	}

	.diuz-chat__composer textarea {
		min-height: 64px;
		max-height: 150px;
		padding-top: 15px;
		font-size: 0.9rem;
	}

	.diuz-chat__toolbar {
		padding: 7px 10px 9px;
	}

	.diuz-chat__quick-actions--login {
		width: min(100%, 380px);
		margin-top: 7px;
		opacity: 0.82;
	}
}

@media (min-width: 901px) and (max-height: 780px) {
	.tubes-cursor__content.diuz-chat {
		padding-block: 58px 16px;
	}

	.diuz-chat__brand {
		width: 150px;
	}

	.diuz-chat__thread {
		min-height: clamp(380px, 50vh, 540px);
	}
}

@media (max-width: 900px) {
	.diuz-chat__history-toggle {
		display: inline-flex !important;
	}

	.diuz-chat__history-sheet {
		display: block;
	}

	.diuz-chat__history-dialog .diuz-chat__history-list {
		max-height: min(44vh, 360px);
	}
}

@keyframes tube-fallback {
	from {
		transform: scale(1) rotate(0deg);
	}
	to {
		transform: scale(1.08) rotate(3deg);
	}
}

@keyframes diuz-thinking {
	0% {
		width: 0;
	}

	100% {
		width: 1.4em;
	}
}

.hero {
	position: relative;
	overflow: hidden;
	padding-block: 88px;
	color: #05050b;
	background:
		radial-gradient(circle at 18% 18%, rgba(99, 102, 241, 0.16), transparent 28rem),
		radial-gradient(circle at 78% 22%, rgba(168, 85, 247, 0.12), transparent 30rem),
		linear-gradient(180deg, #ffffff 0%, #f7f9f3 54%, #eef2ff 100%);
}

.hero::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	content: "";
	background:
		linear-gradient(90deg, rgba(17, 24, 39, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, rgba(17, 24, 39, 0.035) 1px, transparent 1px);
	background-size: 80px 80px;
	mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
	opacity: 0.34;
}

.hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	height: 3px;
	content: "";
	background: linear-gradient(90deg, transparent 0%, rgba(99, 102, 241, 0.58) 35%, rgba(168, 85, 247, 0.7) 50%, rgba(99, 102, 241, 0.58) 65%, transparent 100%);
	box-shadow:
		0 0 24px rgba(99, 102, 241, 0.22),
		0 -18px 64px rgba(99, 102, 241, 0.1);
}

.dark .hero {
	color: var(--color-white);
	background:
		radial-gradient(circle at 18% 18%, rgba(129, 140, 248, 0.18), transparent 28rem),
		radial-gradient(circle at 78% 22%, rgba(124, 58, 237, 0.14), transparent 30rem),
		linear-gradient(180deg, #02030a 0%, #080d16 54%, #111827 100%);
}

.dark .hero::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
}

.dark .hero::after {
	background: linear-gradient(90deg, transparent 0%, rgba(99, 102, 241, 0.72) 35%, rgba(168, 85, 247, 0.82) 50%, rgba(99, 102, 241, 0.72) 65%, transparent 100%);
	box-shadow:
		0 0 24px rgba(99, 102, 241, 0.32),
		0 -18px 64px rgba(99, 102, 241, 0.14);
}

.hero-beams {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
}

.hero-beams span {
	position: absolute;
	top: -220px;
	left: var(--beam-x, 50%);
	width: 1px;
	height: var(--beam-height, 72px);
	border-radius: 999px;
	background: linear-gradient(to bottom, transparent 0%, rgba(99, 102, 241, 0.18) 18%, rgba(124, 58, 237, 0.72) 72%, rgba(79, 70, 229, 0.68) 100%);
	box-shadow: 0 0 14px rgba(99, 102, 241, 0.42);
	opacity: 0.72;
	transform: translate3d(0, 0, 0);
	animation: hero-beam-fall var(--beam-duration, 8s) linear infinite;
	animation-delay: var(--beam-delay, 0s);
}

.hero-beams span::before {
	position: absolute;
	right: -42px;
	bottom: -5px;
	width: 84px;
	height: 7px;
	content: "";
	background: linear-gradient(90deg, transparent 0%, rgba(99, 102, 241, 0.68) 50%, transparent 100%);
	border-radius: 999px;
	filter: blur(4px);
	opacity: 0;
	animation: hero-beam-impact-line var(--beam-duration, 8s) ease-out infinite;
	animation-delay: var(--beam-delay, 0s);
}

.hero-beams span::after {
	position: absolute;
	right: -2px;
	bottom: -4px;
	width: 4px;
	height: 4px;
	content: "";
	background: linear-gradient(180deg, #6366f1, #a855f7);
	border-radius: 999px;
	box-shadow:
		-34px -6px 0 rgba(99, 102, 241, 0.86),
		-25px -24px 0 rgba(168, 85, 247, 0.74),
		-15px -14px 0 rgba(99, 102, 241, 0.82),
		-6px -34px 0 rgba(168, 85, 247, 0.7),
		8px -18px 0 rgba(99, 102, 241, 0.84),
		18px -30px 0 rgba(168, 85, 247, 0.72),
		28px -10px 0 rgba(99, 102, 241, 0.8),
		36px -24px 0 rgba(168, 85, 247, 0.62),
		-42px -28px 0 rgba(99, 102, 241, 0.52),
		42px -38px 0 rgba(168, 85, 247, 0.5);
	filter: blur(0.2px);
	opacity: 0;
	transform: translate3d(0, 0, 0) scale(0.55);
	animation: hero-beam-splash var(--beam-duration, 8s) ease-out infinite;
	animation-delay: var(--beam-delay, 0s);
}

.dark .hero-beams span {
	background: linear-gradient(to bottom, transparent 0%, rgba(129, 140, 248, 0.18) 18%, rgba(168, 85, 247, 0.86) 72%, rgba(255, 255, 255, 0.78) 100%);
	box-shadow: 0 0 16px rgba(129, 140, 248, 0.64);
	opacity: 0.88;
}

.dark .hero-beams span::before {
	background: linear-gradient(90deg, transparent 0%, rgba(129, 140, 248, 0.76) 50%, transparent 100%);
}

.dark .hero-beams span::after {
	background: linear-gradient(180deg, #818cf8, #a855f7);
}

.hero-beams span:nth-child(1) {
	--beam-x: 10%;
	--beam-duration: 7s;
	--beam-delay: 2s;
}

.hero-beams span:nth-child(2) {
	--beam-x: 30%;
	--beam-duration: 3s;
	--beam-delay: 4s;
}

.hero-beams span:nth-child(3) {
	--beam-x: 18%;
	--beam-height: 42px;
	--beam-duration: 7s;
}

.hero-beams span:nth-child(4) {
	--beam-x: 48%;
	--beam-duration: 5s;
	--beam-delay: 4s;
}

.hero-beams span:nth-child(5) {
	--beam-x: 68%;
	--beam-height: 120px;
	--beam-duration: 11s;
	--beam-delay: 1s;
}

.hero-beams span:nth-child(6) {
	--beam-x: 82%;
	--beam-height: 78px;
	--beam-duration: 4s;
	--beam-delay: 2s;
}

.hero-beams span:nth-child(7) {
	--beam-x: 94%;
	--beam-height: 44px;
	--beam-duration: 6s;
	--beam-delay: 2s;
}

.hero__content {
	max-width: 620px;
}

.hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	gap: var(--space-xl);
	align-items: center;
}

.hero h1 {
	margin-bottom: var(--space-md);
	font-size: clamp(2.1rem, 4.4vw, 3.7rem);
}

.hero p {
	max-width: 650px;
	color: #4b5563;
	font-size: 1.15rem;
}

.dark .hero p {
	color: rgba(255, 255, 255, 0.84);
}

.hero .eyebrow,
.payment-band .eyebrow {
	color: var(--color-secondary);
}

.hero-orbit {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.hero-orbit span {
	position: absolute;
	width: 180px;
	height: 180px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	animation: float-orbit 8s ease-in-out infinite;
}

.hero-orbit span:nth-child(1) {
	top: 18%;
	right: 12%;
}

.hero-orbit span:nth-child(2) {
	right: 24%;
	bottom: 16%;
	width: 96px;
	height: 96px;
	animation-delay: -2s;
}

.hero-orbit span:nth-child(3) {
	top: 46%;
	right: 4%;
	width: 42px;
	height: 42px;
	background: var(--color-secondary);
	animation-delay: -4s;
}

.hero__actions,
.cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin-top: var(--space-md);
}

.hero-flow-button {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-height: 48px;
	padding: 0 32px;
	color: #111111;
	background: transparent;
	border: 1.5px solid rgba(51, 51, 51, 0.4);
	border-radius: 100px;
	font-size: 0.95rem;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
	transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1), border-color 600ms cubic-bezier(0.23, 1, 0.32, 1), border-radius 600ms cubic-bezier(0.23, 1, 0.32, 1), transform 160ms ease;
}

.dark .hero-flow-button {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.42);
}

.hero-flow-button:hover,
.hero-flow-button:focus-visible {
	color: #ffffff;
	border-color: transparent;
	border-radius: 12px;
	outline: none;
}

.hero-flow-button:active {
	transform: scale(0.95);
}

.hero-flow-button__label {
	position: relative;
	z-index: 2;
	transform: translateX(-12px);
	transition: transform 800ms ease-out;
}

.hero-flow-button:hover .hero-flow-button__label,
.hero-flow-button:focus-visible .hero-flow-button__label {
	transform: translateX(12px);
}

.hero-flow-button__circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 16px;
	height: 16px;
	background: #111111;
	border-radius: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: width 800ms cubic-bezier(0.19, 1, 0.22, 1), height 800ms cubic-bezier(0.19, 1, 0.22, 1), opacity 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.dark .hero-flow-button__circle {
	background: #4f46e5;
}

.hero-flow-button:hover .hero-flow-button__circle,
.hero-flow-button:focus-visible .hero-flow-button__circle {
	width: 220px;
	height: 220px;
	opacity: 1;
}

.hero-flow-button__arrow {
	position: absolute;
	z-index: 3;
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: left 800ms cubic-bezier(0.34, 1.56, 0.64, 1), right 800ms cubic-bezier(0.34, 1.56, 0.64, 1), color 600ms ease;
}

.hero-flow-button__arrow--left {
	left: -25%;
}

.hero-flow-button__arrow--right {
	right: 16px;
}

.hero-flow-button:hover .hero-flow-button__arrow--left,
.hero-flow-button:focus-visible .hero-flow-button__arrow--left {
	left: 16px;
}

.hero-flow-button:hover .hero-flow-button__arrow--right,
.hero-flow-button:focus-visible .hero-flow-button__arrow--right {
	right: -25%;
}

.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin-top: var(--space-lg);
}

.hero-proof span,
.hero-panel__stack span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	color: #374151;
	border: 1px solid rgba(17, 24, 39, 0.12);
	background: rgba(255, 255, 255, 0.58);
	border-radius: 8px;
	font-size: 0.9rem;
	font-weight: 800;
}

.dark .hero-proof span,
.dark .hero-panel__stack span {
	color: rgba(255, 255, 255, 0.88);
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
}

.hero-panel {
	position: relative;
	padding: var(--space-md);
	border: 1px solid rgba(255, 255, 255, 0.16);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
		rgba(8, 11, 18, 0.55);
	border-radius: 8px;
	box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(16px);
}

.hero-panel::before {
	position: absolute;
	inset: 18px;
	content: "";
	border: 1px solid rgba(0, 229, 255, 0.24);
	border-radius: 8px;
	transform: rotate(-2deg);
}

.hero-panel__screen {
	position: relative;
	min-height: 250px;
	padding: var(--space-lg);
	background:
		radial-gradient(circle at 70% 20%, rgba(255, 204, 0, 0.28), transparent 28%),
		linear-gradient(135deg, rgba(0, 87, 255, 0.94), rgba(8, 11, 18, 0.98));
	border-radius: 8px;
}

.hero-panel__label {
	display: inline-flex;
	margin-bottom: var(--space-lg);
	color: var(--color-secondary);
	font-weight: 900;
	text-transform: uppercase;
}

.hero-panel strong {
	display: block;
	font-size: clamp(2.3rem, 6vw, 4rem);
	line-height: 1;
}

.hero-panel small {
	display: block;
	margin-top: var(--space-sm);
	color: rgba(255, 255, 255, 0.78);
	font-weight: 800;
}

.hero-panel__stack {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
	margin-top: var(--space-md);
}

.hero-accordion {
	position: relative;
	z-index: 2;
	width: 100%;
	min-width: 0;
	--accordion-height: clamp(340px, 32vw, 450px);
	--accordion-closed: clamp(48px, 4.3vw, 60px);
	--accordion-active: clamp(300px, 33vw, 420px);
	--accordion-gap: clamp(10px, 1vw, 16px);
}

.hero-accordion__track {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	gap: var(--accordion-gap);
	min-height: var(--accordion-height);
	padding: 0;
	overflow: hidden;
}

.hero-accordion__item {
	position: relative;
	overflow: hidden;
	flex: 0 0 var(--accordion-closed);
	min-width: var(--accordion-closed);
	min-height: var(--accordion-height);
	background: #000000;
	border: 0;
	border-radius: 16px;
	cursor: pointer;
	box-shadow: none;
	outline: none;
	transition: flex-basis 700ms ease, min-width 700ms ease, transform 220ms ease;
}

.hero-accordion__item.is-active {
	flex-basis: var(--accordion-active);
	min-width: var(--accordion-active);
}

.hero-accordion__item img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.58;
	filter: saturate(0.94) contrast(1.08);
	transform: scale(1.05);
	transition: opacity 260ms ease, transform 700ms ease, filter 260ms ease;
}

.hero-accordion__item.is-active img {
	opacity: 0.82;
	filter: saturate(1) contrast(1);
	transform: scale(1);
}

.hero-accordion__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.16) 42%, rgba(0, 0, 0, 0.82) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 48%);
}

.hero-accordion__item h2 {
	position: absolute;
	right: auto;
	bottom: 104px;
	left: 50%;
	z-index: 1;
	width: max-content;
	max-width: 340px;
	margin: 0;
	color: #ffffff;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.15;
	text-align: center;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.58);
	transform: translateX(-50%) rotate(90deg);
	transform-origin: center;
	transition: left 260ms ease, bottom 260ms ease, transform 260ms ease, font-size 260ms ease, max-width 260ms ease;
}

.hero-accordion__item.is-active h2 {
	bottom: 26px;
	left: 50%;
	width: max-content;
	max-width: calc(100% - 48px);
	font-size: 1.02rem;
	transform: translateX(-50%) rotate(0deg);
}

.dark .hero-accordion__track {
	background: transparent;
}

.hero-showcase {
	padding-block: clamp(54px, 6vw, 82px) clamp(58px, 7vw, 96px);
}

.home-showcase {
	position: relative;
	z-index: 2;
}

.home-showcase__header {
	max-width: 850px;
	margin: 0 auto clamp(24px, 3vw, 36px);
	text-align: center;
}

.home-showcase__header h2 {
	margin: 0 0 12px;
	color: #0f172a;
	font-size: clamp(1.9rem, 3.2vw, 3rem);
	font-weight: 950;
	line-height: 1.02;
	letter-spacing: 0;
}

.home-showcase__header p {
	max-width: none;
	margin: 0;
	color: #334155;
	font-size: clamp(1rem, 1.25vw, 1.24rem);
	font-weight: 650;
}

.dark .home-showcase__header h2 {
	color: #ffffff;
}

.dark .home-showcase__header p {
	color: rgba(255, 255, 255, 0.74);
}

.home-showcase__tabs {
	display: grid;
	grid-template-columns: repeat(8, minmax(112px, 1fr));
	gap: 18px;
	max-width: 1180px;
	margin: 0 auto clamp(26px, 3.4vw, 42px);
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
	touch-action: manipulation;
}

.home-showcase__tabs-wrap {
	position: relative;
}

.home-showcase__tab {
	display: grid;
	place-items: center;
	gap: 12px;
	min-height: 118px;
	padding: 18px 10px 16px;
	color: #111827;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 11px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
	font: inherit;
	font-size: 0.88rem;
	font-weight: 900;
	text-align: center;
	cursor: pointer;
	transition: border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.home-showcase__tab img {
	width: 42px;
	height: 42px;
	object-fit: contain;
	filter: grayscale(1) brightness(0.05);
	transition: filter 160ms ease, transform 160ms ease;
}

.home-showcase__tab:hover,
.home-showcase__tab:focus-visible,
.home-showcase__tab.is-active {
	color: #4f46e5;
	background: rgba(255, 255, 255, 0.86);
	border-color: #635bff;
	box-shadow: 0 18px 42px rgba(79, 70, 229, 0.13);
	outline: none;
	transform: translateY(-2px);
}

.home-showcase__tab:active {
	transform: translateY(-1px) scale(0.98);
}

.home-showcase__tab:hover img,
.home-showcase__tab:focus-visible img,
.home-showcase__tab.is-active img {
	filter: invert(35%) sepia(86%) saturate(3310%) hue-rotate(235deg) brightness(98%) contrast(96%);
	transform: scale(1.04);
}

.dark .home-showcase__tab {
	color: rgba(255, 255, 255, 0.78);
	background: rgba(15, 23, 42, 0.72);
	border-color: rgba(255, 255, 255, 0.13);
}

.dark .home-showcase__tab img {
	filter: invert(1) opacity(0.8);
}

.dark .home-showcase__tab:hover,
.dark .home-showcase__tab:focus-visible,
.dark .home-showcase__tab.is-active {
	color: #ffffff;
	background: rgba(15, 23, 42, 0.92);
	border-color: #818cf8;
}

.dark .home-showcase__tab:hover img,
.dark .home-showcase__tab:focus-visible img,
.dark .home-showcase__tab.is-active img {
	filter: invert(62%) sepia(61%) saturate(823%) hue-rotate(203deg) brightness(103%) contrast(101%);
}

.home-showcase__panel[hidden] {
	display: none;
}

.home-showcase__category-title {
	display: grid;
	justify-items: center;
	margin-bottom: 16px;
	text-align: center;
}

.home-showcase__category-title h2 {
	position: relative;
	margin: 0;
	color: #0f172a;
	font-size: clamp(0.9rem, 1.2vw, 1.08rem);
	font-weight: 950;
	line-height: 1.15;
}

.home-showcase__category-title h2::after {
	display: block;
	width: 38px;
	height: 2px;
	margin: 7px auto 0;
	content: "";
	background: #4f46e5;
	border-radius: 999px;
}

.dark .home-showcase__category-title h2 {
	color: #ffffff;
}

.home-showcase__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.home-showcase__filter,
.home-showcase__view-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 10px;
	box-shadow: 0 8px 26px rgba(15, 23, 42, 0.04);
	font-size: 0.84rem;
	font-weight: 950;
	text-decoration: none;
}

.home-showcase__filter {
	gap: 9px;
	padding: 0 14px;
	cursor: pointer;
}

.home-showcase__filter img {
	width: 14px;
	height: 14px;
	filter: grayscale(1) brightness(0.1);
}

.home-showcase__view-all {
	min-width: 142px;
	padding: 0 22px;
	border-radius: 999px;
}

.home-showcase__view-all:hover,
.home-showcase__view-all:focus-visible,
.home-showcase__filter:hover,
.home-showcase__filter:focus-visible {
	color: #4f46e5;
	border-color: rgba(79, 70, 229, 0.42);
	outline: none;
}

.dark .home-showcase__filter,
.dark .home-showcase__view-all {
	color: rgba(255, 255, 255, 0.86);
	background: rgba(15, 23, 42, 0.78);
	border-color: rgba(255, 255, 255, 0.14);
}

.dark .home-showcase__filter img {
	filter: invert(1);
}

.home-showcase__cards {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 88px) / 5);
	grid-template-columns: none;
	gap: 22px;
	overflow-x: auto;
	padding: 2px 2px 8px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-y;
	cursor: grab;
}

.home-showcase__tabs.is-dragging,
.home-showcase__cards.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
	user-select: none;
}

.home-showcase__cards::-webkit-scrollbar {
	display: none;
}

.home-showcase-card {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 352px;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 14px;
	box-shadow: 0 20px 48px rgba(15, 23, 42, 0.07);
	text-decoration: none;
	scroll-snap-align: start;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.home-showcase-card:hover,
.home-showcase-card:focus-visible {
	color: #0f172a;
	border-color: rgba(79, 70, 229, 0.34);
	box-shadow: 0 24px 58px rgba(79, 70, 229, 0.14);
	outline: none;
	transform: translateY(-3px);
}

.dark .home-showcase-card {
	color: #ffffff;
	background: rgba(15, 23, 42, 0.82);
	border-color: rgba(255, 255, 255, 0.12);
}

.home-showcase-card__media {
	position: relative;
	margin: 0;
	padding: 14px 14px 0;
}

.home-showcase-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 1.28 / 1;
	object-fit: cover;
	background: #f8fafc;
	border-radius: 9px;
	transition: transform 220ms ease;
}

.home-showcase-card:hover .home-showcase-card__media img,
.home-showcase-card:focus-visible .home-showcase-card__media img {
	transform: scale(1.025);
}

.home-showcase-card__discount {
	position: absolute;
	top: 28px;
	right: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 12px;
	color: #ffffff;
	background: #ff3347;
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(255, 51, 71, 0.24);
	font-size: 0.84rem;
	font-weight: 950;
}

.home-showcase-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px 16px 18px;
}

.home-showcase-card h3 {
	margin: 0;
	color: inherit;
	font-size: 1.08rem;
	font-weight: 950;
	line-height: 1.16;
}

.home-showcase-card--service h3 {
	margin-bottom: 8px;
}

.home-showcase-card p {
	margin: 0 0 18px;
	color: #334155;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.45;
}

.dark .home-showcase-card p {
	color: rgba(255, 255, 255, 0.68);
}

.home-showcase-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 42px;
	margin-top: auto;
	color: #4f46e5;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
	font-size: 0.88rem;
	font-weight: 950;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.home-showcase-card__button img {
	width: 14px;
	height: 14px;
	filter: invert(35%) sepia(86%) saturate(3310%) hue-rotate(235deg) brightness(98%) contrast(96%);
	transition: filter 160ms ease, transform 160ms ease;
}

.home-showcase-card:hover .home-showcase-card__button,
.home-showcase-card:focus-visible .home-showcase-card__button,
.home-showcase-card__button:hover,
.home-showcase-card__button:focus-visible {
	color: #ffffff;
	background: #4f46e5;
	border-color: #635bff;
	box-shadow: 0 16px 34px rgba(79, 70, 229, 0.24);
	transform: translateY(-1px);
}

.home-showcase-card:hover .home-showcase-card__button img,
.home-showcase-card:focus-visible .home-showcase-card__button img,
.home-showcase-card__button:hover img,
.home-showcase-card__button:focus-visible img {
	filter: brightness(0) invert(1);
	transform: translateX(3px);
}

.dark .home-showcase-card__button {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
}

.dark .home-showcase-card:hover .home-showcase-card__button,
.dark .home-showcase-card:focus-visible .home-showcase-card__button,
.dark .home-showcase-card__button:hover,
.dark .home-showcase-card__button:focus-visible {
	color: #111827;
	background: #ffffff;
	border-color: rgba(255, 255, 255, 0.82);
	box-shadow: 0 18px 38px rgba(255, 255, 255, 0.14);
}

.dark .home-showcase-card:hover .home-showcase-card__button img,
.dark .home-showcase-card:focus-visible .home-showcase-card__button img,
.dark .home-showcase-card__button:hover img,
.dark .home-showcase-card__button:focus-visible img {
	filter: invert(35%) sepia(86%) saturate(3310%) hue-rotate(235deg) brightness(98%) contrast(96%);
}

.home-showcase-card__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 16px 0 20px;
}

.home-showcase-card__dots span {
	width: 10px;
	height: 10px;
	background: #cbd5e1;
	border-radius: 999px;
}

.home-showcase-card__dots span:first-child {
	background: #050505;
}

.dark .home-showcase-card__dots span {
	background: rgba(255, 255, 255, 0.28);
}

.dark .home-showcase-card__dots span:first-child {
	background: #ffffff;
}

.home-showcase-card__pricing {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 4px 12px;
	margin-top: auto;
	align-items: baseline;
}

.home-showcase-card__pricing strong {
	color: #111827;
	font-size: 1.12rem;
	font-weight: 950;
}

.home-showcase-card__pricing em {
	color: #2563eb;
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 900;
}

.home-showcase-card__pricing small {
	grid-column: 1 / -1;
	color: #334155;
	font-size: 0.82rem;
	font-weight: 650;
	text-decoration: line-through;
}

.dark .home-showcase-card__pricing strong,
.dark .home-showcase-card__pricing small {
	color: rgba(255, 255, 255, 0.9);
}

.dark .home-showcase-card__pricing em {
	color: #93c5fd;
}

.home-showcase__pager {
	display: grid;
	grid-template-columns: minmax(120px, 1fr) auto;
	align-items: center;
	gap: 44px;
	width: min(520px, 100%);
	margin: 30px auto 0;
}

.home-showcase__pager > span {
	position: relative;
	overflow: hidden;
	display: block;
	height: 2px;
	background: rgba(15, 23, 42, 0.12);
	border-radius: 999px;
	--showcase-thumb-left: 0%;
	--showcase-thumb-width: 18%;
}

.home-showcase__pager > span::after {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--showcase-thumb-width);
	height: 100%;
	content: "";
	background: #111827;
	border-radius: inherit;
	transform: translateX(var(--showcase-thumb-left));
	transition: width 180ms ease, transform 180ms ease;
}

.home-showcase__pager div {
	display: flex;
	gap: 12px;
}

.home-showcase__pager button {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	color: #111827;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 999px;
	font: inherit;
	font-size: 1rem;
	font-weight: 950;
	cursor: pointer;
}

.home-showcase__pager button:hover,
.home-showcase__pager button:focus-visible {
	color: #4f46e5;
	border-color: rgba(79, 70, 229, 0.42);
	outline: none;
}

.home-showcase__pager button:disabled {
	cursor: default;
	opacity: 0.38;
	transform: none;
}

.dark .home-showcase__pager > span {
	background: rgba(255, 255, 255, 0.14);
}

.dark .home-showcase__pager > span::after {
	background: #ffffff;
}

.dark .home-showcase__pager button {
	color: #ffffff;
	background: rgba(15, 23, 42, 0.8);
	border-color: rgba(255, 255, 255, 0.14);
}

.cards-grid,
.content-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--space-md);
}

.card {
	position: relative;
	overflow: hidden;
	padding: var(--space-md);
	color: var(--color-dark);
	border: 1px solid var(--color-border);
	background: var(--color-white);
	border-radius: 8px;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card h2,
.card h3 {
	margin-bottom: var(--space-xs);
	color: var(--color-dark);
	font-size: 1.12rem;
}

.card p {
	color: rgba(8, 11, 18, 0.72);
}

.card p:last-child {
	margin-bottom: 0;
}

.interactive-card {
	min-height: 190px;
	text-decoration: none;
}

.interactive-card::before {
	position: absolute;
	inset: auto -40px -80px auto;
	width: 150px;
	height: 150px;
	content: "";
	background: radial-gradient(circle, rgba(0, 87, 255, 0.22), transparent 68%);
	transition: transform 200ms ease;
}

.interactive-card:hover,
.card:hover {
	border-color: rgba(0, 87, 255, 0.36);
	box-shadow: 0 24px 70px rgba(21, 23, 26, 0.12);
	transform: translateY(-4px);
}

.interactive-card:hover::before {
	transform: scale(1.35);
}

.card-kicker {
	display: inline-flex;
	margin-bottom: var(--space-sm);
	color: var(--color-primary);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.impact-band {
	color: var(--color-white);
	background:
		radial-gradient(circle at 18% 22%, rgba(255, 204, 0, 0.22), transparent 30%),
		radial-gradient(circle at 86% 12%, rgba(0, 229, 255, 0.2), transparent 26%),
		var(--color-ink);
}

.impact-band p {
	color: rgba(255, 255, 255, 0.78);
}

.impact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
	gap: var(--space-xl);
	align-items: center;
}

.impact-metrics {
	display: grid;
	gap: var(--space-md);
}

.impact-metrics div,
.process-step {
	position: relative;
	padding: var(--space-md);
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	overflow: hidden;
}

.impact-metrics strong {
	display: block;
	color: var(--color-secondary);
	font-size: 2.4rem;
	line-height: 1;
}

.impact-metrics span {
	color: rgba(255, 255, 255, 0.78);
	font-weight: 800;
}

.use-case-grid,
.process-timeline {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-md);
}

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

.use-card {
	position: relative;
	min-height: 210px;
	padding: var(--space-md);
	color: var(--color-dark);
	border: 1px solid var(--color-border);
	background:
		linear-gradient(180deg, rgba(0, 87, 255, 0.05), transparent),
		var(--color-white);
	border-radius: 8px;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.use-card h3 {
	color: var(--color-dark);
}

.use-card p {
	color: rgba(8, 11, 18, 0.72);
}

.use-card__marker {
	display: block;
	width: 42px;
	height: 4px;
	margin-bottom: var(--space-md);
	background: var(--color-secondary);
	border-radius: 999px;
}

.use-card h3,
.process-step h3 {
	margin-bottom: var(--space-xs);
}

.process-timeline {
	counter-reset: process;
}

.process-step {
	color: var(--color-dark);
	border-color: var(--color-border);
	background: var(--color-white);
}

.process-step h3 {
	color: var(--color-dark);
}

.process-step p {
	color: rgba(8, 11, 18, 0.72);
}

.process-step span {
	display: inline-flex;
	margin-bottom: var(--space-md);
	color: var(--color-primary);
	font-size: 0.86rem;
	font-weight: 900;
}

.process-step::after {
	position: absolute;
	right: -22px;
	bottom: -34px;
	content: "";
	width: 110px;
	height: 110px;
	background: radial-gradient(circle, rgba(0, 87, 255, 0.14), transparent 68%);
}

.payment-band {
	color: var(--color-white);
	background:
		linear-gradient(135deg, rgba(0, 87, 255, 0.82), rgba(8, 11, 18, 0.96)),
		var(--color-ink);
}

.payment-band p {
	color: rgba(255, 255, 255, 0.78);
}

.payment-grid,
.trust-list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
}

.payment-grid span,
.trust-list span {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	font-weight: 800;
}

.trust-layout {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: var(--space-lg);
	align-items: center;
}

.trust-list span {
	color: var(--color-dark);
	border-color: var(--color-border);
	background: var(--color-white);
}

.featured-products-section .section-header {
	max-width: 820px;
	margin-bottom: var(--space-lg);
}

.featured-offers {
	background: rgba(247, 249, 243, 0.72);
}

.dark .featured-offers {
	background: rgba(10, 12, 18, 0.28);
}

.featured-offers__header {
	max-width: 860px;
	margin: 0 auto var(--space-xl);
	text-align: center;
}

.featured-offers__header .eyebrow {
	margin-bottom: 8px;
	color: #7c3aed;
}

.featured-offers__header h2 {
	margin: 0 0 12px;
	color: #374151;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 900;
	letter-spacing: 0;
}

.featured-offers__header h2 span {
	text-decoration: underline;
	text-decoration-color: #7c3aed;
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
}

.featured-offers__header p {
	margin: 0;
	color: #6b7280;
	font-size: clamp(1rem, 1.7vw, 1.22rem);
}

.dark .featured-offers__header h2 {
	color: #f9fafb;
}

.dark .featured-offers__header p {
	color: rgba(255, 255, 255, 0.72);
}

.featured-offers__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.featured-offers__card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	min-height: 330px;
	padding: 28px 24px;
	color: #ffffff;
	background: #111827;
	border-radius: 7px;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.16);
	text-decoration: none;
	transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.featured-offers__card:hover,
.featured-offers__card:focus-visible {
	color: #ffffff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.22);
	filter: saturate(1.04);
	outline: none;
	transform: translateY(-4px);
}

.featured-offers__card--wide {
	grid-column: span 2;
}

.featured-offers__card--dark {
	justify-content: flex-end;
	background: #020202;
}

.featured-offers__card--yellow {
	justify-content: flex-end;
	background: #ffc400;
}

.featured-offers__card--yellow::after,
.featured-offers__card--silver::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	pointer-events: none;
}

.featured-offers__card--yellow::after {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.2) 42%, transparent 78%);
}

.featured-offers__card--pink {
	justify-content: flex-end;
	background: #fb9a9e;
}

.featured-offers__card--silver {
	background: #d4d4d8;
}

.featured-offers__card--green {
	background: #03c956;
}

.featured-offers__card--blue {
	background: #2f83ee;
}

.featured-offers__badge,
.featured-offers__button {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.featured-offers__badge {
	min-height: 26px;
	margin-bottom: 10px;
	padding: 0 12px;
	color: #ffffff;
	background: #ff3d44;
	border-radius: 4px;
	font-size: 0.84rem;
	font-weight: 800;
}

.featured-offers__card strong {
	position: relative;
	z-index: 2;
	margin-bottom: 8px;
	color: #ffffff;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.05;
}

.featured-offers__title {
	position: relative;
	z-index: 2;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.58);
	font-size: clamp(1.55rem, 2.4vw, 2.2rem);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.featured-offers__card--yellow strong,
.featured-offers__card--yellow .featured-offers__title,
.featured-offers__card--silver strong,
.featured-offers__card--silver .featured-offers__title {
	color: #ffffff;
	text-shadow: 0 3px 16px rgba(0, 0, 0, 0.46), 0 1px 2px rgba(0, 0, 0, 0.4);
}

.featured-offers__button {
	min-height: 40px;
	padding: 0 18px;
	color: #ffffff;
	background: #3f4354;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(15, 23, 42, 0.26);
	font-weight: 900;
}

.featured-offers__card img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 78%;
	height: 86%;
	object-fit: contain;
	object-position: right bottom;
	pointer-events: none;
	transition: transform 260ms ease;
}

.featured-offers__card:hover img,
.featured-offers__card:focus-visible img {
	transform: scale(1.035);
}

.featured-offers__card--dark img {
	top: 0;
	right: 6px;
	bottom: auto;
	width: 92%;
	height: 92%;
	object-fit: contain;
	object-position: right top;
	opacity: 0.82;
}

.featured-offers__card--dark::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background: linear-gradient(180deg, transparent 18%, rgba(0, 0, 0, 0.9) 100%);
}

.featured-offers__card--yellow img {
	top: 0;
	bottom: auto;
	width: 78%;
	height: 100%;
	object-position: right top;
}

.featured-offers__card--pink {
	justify-content: flex-end;
}

.featured-offers__card--pink img {
	width: 72%;
	height: 88%;
}

.featured-offers__card--silver {
	min-height: 330px;
}

.featured-offers__card--silver::after {
	background: linear-gradient(90deg, rgba(17, 24, 39, 0.4) 0%, rgba(17, 24, 39, 0.24) 38%, transparent 72%);
}

.featured-offers__card--silver img {
	right: 28px;
	width: 72%;
	height: 92%;
}

.featured-offers__card--green img {
	width: 78%;
	height: 76%;
}

.featured-offers__card--blue img {
	width: 56%;
	height: 76%;
	right: 2px;
}

.featured-products .woocommerce {
	width: 100%;
}

.featured-products .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-md);
	width: 100%;
	margin: 0;
	padding: 0;
}

.featured-products .woocommerce ul.products::before,
.featured-products .woocommerce ul.products::after {
	display: none !important;
}

.featured-products .woocommerce ul.products li.product {
	position: relative;
	overflow: hidden;
	display: flex;
	float: none !important;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	min-height: 100%;
	margin: 0 !important;
	padding: 20px;
	color: #111827;
	background: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.34);
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dark .featured-products .woocommerce ul.products li.product {
	color: #ffffff;
	background: #1f2937;
	border-color: rgba(148, 163, 184, 0.32);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.featured-products .woocommerce ul.products li.product:hover {
	border-color: rgba(129, 140, 248, 0.78);
	box-shadow: 0 22px 54px rgba(79, 70, 229, 0.18);
	transform: translateY(-4px) scale(1.015);
}

.featured-products .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: flex;
	flex: 1;
	flex-direction: column;
	text-decoration: none;
}

.featured-products .woocommerce ul.products li.product img {
	width: 100%;
	max-width: none;
	margin: 0 0 16px;
	aspect-ratio: 1;
	object-fit: cover;
	background: linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(20, 184, 166, 0.12));
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 14px;
	transition: transform 420ms ease, filter 220ms ease;
}

.featured-products .woocommerce ul.products li.product:hover img {
	filter: saturate(1.05);
	transform: scale(1.035);
}

.nykel-product-card__category {
	display: block;
	margin: 0 0 8px;
	color: #64748b;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.dark .nykel-product-card__category {
	color: #94a3b8;
}

.featured-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.35em;
	margin: 0 0 14px;
	padding: 0;
	color: #111827;
	font-size: clamp(1rem, 1.2vw, 1.18rem);
	font-weight: 900;
	line-height: 1.18;
}

.dark .featured-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #ffffff;
}

.featured-products .woocommerce ul.products li.product .price {
	display: block;
	margin-top: auto;
	margin-bottom: 20px;
	color: #4f46e5;
	font-size: 1.08rem;
	font-weight: 900;
}

.dark .featured-products .woocommerce ul.products li.product .price {
	color: #8b9aff;
}

.featured-products .woocommerce ul.products li.product .button {
	align-self: flex-start;
	width: auto;
	max-width: 100%;
	min-height: 44px;
	padding: 11px 18px;
	color: #111827;
	background: #8b9aff;
	border: 0;
	border-radius: 14px;
	box-shadow: 0 10px 22px rgba(79, 70, 229, 0.22);
	white-space: normal;
	line-height: 1.15;
}

.shop-intro {
	margin-bottom: var(--space-lg);
	padding: var(--space-lg);
	color: var(--primary-foreground);
	background: linear-gradient(135deg, var(--foreground), var(--primary));
	border: 1px solid var(--border);
	border-radius: var(--radius);
}

.shop-intro--flyer {
	position: relative;
	overflow: hidden;
	display: block;
	min-height: 150px;
	margin-bottom: 8px;
	padding: 0;
	color: #ffffff;
	background:
		radial-gradient(circle at 50% 50%, rgba(79, 70, 229, 0.08), transparent 38%),
		linear-gradient(180deg, #ffffff 0%, #f4f7ff 100%);
	border: 1px solid rgba(79, 70, 229, 0.16);
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.shop-intro--flyer::before,
.shop-intro--flyer::after {
	position: absolute;
	pointer-events: none;
	content: "";
	border-radius: 999px;
}

.shop-intro--flyer::before {
	inset: 0;
	width: auto;
	height: auto;
	background:
		linear-gradient(90deg, transparent, rgba(79, 70, 229, 0.035), transparent),
		radial-gradient(circle at 50% 52%, rgba(14, 165, 233, 0.055), transparent 26%);
	border-radius: inherit;
}

.shop-intro--flyer::after {
	inset: 0;
	width: auto;
	height: auto;
	background-image:
		linear-gradient(rgba(79, 70, 229, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(79, 70, 229, 0.018) 1px, transparent 1px);
	background-size: 54px 54px;
	border-radius: inherit;
	mask-image: radial-gradient(circle at center, black 0%, transparent 68%);
}

.shop-intro__link {
	position: relative;
	z-index: 1;
	display: block;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.shop-intro__link:hover,
.shop-intro__link:focus {
	color: inherit;
	text-decoration: none;
}

.shop-intro__link:focus-visible {
	outline: 2px solid rgba(129, 140, 248, 0.9);
	outline-offset: 4px;
}

.shop-intro--flyer .shop-intro__copy {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.shop-intro__copy .eyebrow {
	margin-bottom: 12px;
	color: #6d72ff;
	font-weight: 950;
}

.shop-intro__copy h1 {
	max-width: 760px;
	margin: 0 0 18px;
	color: #050816;
	font-size: clamp(2rem, 3.2vw, 3.7rem);
	font-weight: 950;
	line-height: 1.02;
	letter-spacing: 0;
}

.shop-intro__copy p:not(.eyebrow) {
	max-width: 830px;
	margin: 0;
	color: rgba(5, 8, 22, 0.78);
	font-size: clamp(0.98rem, 1.15vw, 1.16rem);
	font-weight: 650;
	line-height: 1.55;
}

.shop-intro__projection {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	min-height: 150px;
	border-radius: inherit;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.shop-intro__projection canvas {
	display: block;
	width: 100%;
	height: 150px;
}

.shop-intro__projection-fallback {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
}

.shop-intro__projection-fallback span {
	display: none;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	color: rgba(11, 104, 82, 0.9);
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(14, 116, 88, 0.14);
	border-radius: 999px;
	font-size: clamp(1.2rem, 4vw, 3rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.08em;
	text-shadow: 0 0 18px rgba(16, 185, 129, 0.18);
}

.no-js .shop-intro__projection-fallback span:first-child {
	display: inline-flex;
}

.dark .shop-intro--flyer {
	color: #ffffff;
	background:
		radial-gradient(circle at 50% 50%, rgba(34, 211, 238, 0.08), transparent 38%),
		linear-gradient(180deg, #020403 0%, #030405 100%);
	border-color: rgba(148, 163, 184, 0.16);
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
}

.dark .shop-intro--flyer::before {
	background:
		linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.028), transparent),
		radial-gradient(circle at 50% 52%, rgba(99, 102, 241, 0.06), transparent 26%);
}

.dark .shop-intro--flyer::after {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
}

.dark .shop-intro__copy .eyebrow {
	color: #a5b4fc;
}

.dark .shop-intro__copy h1 {
	color: #ffffff;
}

.dark .shop-intro__copy p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.78);
}

.dark .shop-intro__projection {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

.dark .shop-intro__projection-fallback span {
	color: rgba(190, 255, 214, 0.86);
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
	text-shadow: 0 0 22px rgba(100, 255, 171, 0.38);
}

@media (max-width: 900px) {
	.shop-intro--flyer {
		min-height: 100px;
		padding: 0;
		text-align: center;
	}

	.shop-intro__copy h1,
	.shop-intro__copy p:not(.eyebrow) {
		margin-inline: auto;
	}

	.shop-intro__projection {
		min-height: 100px;
	}

	.shop-intro__projection canvas {
		height: 100px;
	}
}

@media (max-width: 560px) {
	.shop-intro--flyer {
		min-height: 82px;
		padding: 0;
		border-radius: 12px;
	}

	.shop-intro__copy h1 {
		font-size: clamp(1.55rem, 8vw, 2.15rem);
	}

	.shop-intro__copy p:not(.eyebrow) {
		font-size: 0.92rem;
	}

	.shop-intro__projection {
		min-height: 82px;
		border-radius: 12px;
	}

	.shop-intro__projection canvas {
		height: 82px;
	}

	.shop-intro__projection-fallback {
		inset: auto 12px 12px;
		gap: 6px;
	}

	.shop-intro__projection-fallback span {
		min-height: 24px;
		padding-inline: 8px;
		font-size: 0.62rem;
	}
}

.woocommerce .site-main {
	padding-block: var(--space-lg);
}

body.archive.woocommerce .site-main,
body.post-type-archive-product.woocommerce .site-main {
	padding-top: var(--space-sm);
}

body.archive.woocommerce .woocommerce-products-header,
body.archive.woocommerce .page-title,
body.archive.woocommerce .term-description,
body.post-type-archive-product.woocommerce .woocommerce-products-header,
body.post-type-archive-product.woocommerce .page-title,
body.post-type-archive-product.woocommerce .term-description {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

body.single-product.woocommerce .woocommerce-products-header,
body.single-product.woocommerce .page-title {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

body.single-product.woocommerce .page-title {
	margin-bottom: var(--space-md);
	font-size: clamp(2rem, 4vw, 3.25rem);
}

.woocommerce .shop-intro,
.woocommerce .woocommerce-notices-wrapper,
.woocommerce .catalog-toolbar,
.woocommerce ul.products,
.woocommerce nav.woocommerce-pagination {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.woocommerce .woocommerce-notices-wrapper {
	margin-bottom: 16px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
	position: relative;
	display: flex;
	gap: 14px;
	align-items: center;
	min-height: 64px;
	margin: 0 0 14px;
	padding: 18px 54px 18px 64px;
	color: #111827;
	background: #f3f6fc;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.35;
	list-style: none;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before {
	position: absolute;
	top: 50%;
	left: 26px;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	color: #111827;
	border: 1.8px solid currentColor;
	border-radius: 999px;
	transform: translateY(-50%);
	content: "✓";
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
}

.woocommerce .woocommerce-info::before {
	content: "i";
}

.woocommerce .woocommerce-error::before {
	color: #e11d2e;
	content: "!";
}

.woocommerce .woocommerce-message.is-auto-dismiss,
.woocommerce .woocommerce-info.is-auto-dismiss {
	overflow: hidden;
}

.woocommerce .woocommerce-message.is-auto-dismiss::after,
.woocommerce .woocommerce-info.is-auto-dismiss::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: rgba(99, 102, 241, 0.55);
	content: "";
	transform-origin: left center;
	animation: nykelNoticeTimer 2.5s linear forwards;
}

@keyframes nykelNoticeTimer {
	to {
		transform: scaleX(0);
	}
}

.woocommerce .woocommerce-error li {
	margin: 0;
}

.woocommerce .woocommerce-notice-dismiss {
	position: absolute;
	top: 50%;
	right: 20px;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	color: #6b7280;
	background: transparent;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	transform: translateY(-50%);
	transition: color 160ms ease, background 160ms ease;
}

.woocommerce .woocommerce-notice-dismiss::before,
.woocommerce .woocommerce-notice-dismiss::after {
	position: absolute;
	width: 15px;
	height: 1.8px;
	background: currentColor;
	border-radius: 999px;
	content: "";
}

.woocommerce .woocommerce-notice-dismiss::before {
	transform: rotate(45deg);
}

.woocommerce .woocommerce-notice-dismiss::after {
	transform: rotate(-45deg);
}

.woocommerce .woocommerce-notice-dismiss:hover,
.woocommerce .woocommerce-notice-dismiss:focus-visible {
	color: #111827;
	background: rgba(15, 23, 42, 0.06);
	outline: none;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button {
	order: 2;
	margin-left: auto;
}

.dark .woocommerce .woocommerce-message,
.dark .woocommerce .woocommerce-info,
.dark .woocommerce .woocommerce-error {
	color: #f8fafc;
	background: rgba(21, 28, 42, 0.94);
	border: 1px solid rgba(148, 163, 184, 0.18);
}

.dark .woocommerce .woocommerce-message::before,
.dark .woocommerce .woocommerce-info::before,
html.dark .woocommerce .woocommerce-message::before,
html.dark .woocommerce .woocommerce-info::before {
	color: #f8fafc;
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(248, 250, 252, 0.92);
}

.dark .woocommerce .woocommerce-error::before,
html.dark .woocommerce .woocommerce-error::before {
	color: #ff3b5c;
	background: rgba(255, 59, 92, 0.08);
	border-color: #ff3b5c;
}

.dark .woocommerce .woocommerce-message.is-auto-dismiss::after,
.dark .woocommerce .woocommerce-info.is-auto-dismiss::after {
	background: rgba(129, 140, 248, 0.8);
}

.dark .woocommerce .woocommerce-notice-dismiss {
	color: #cbd5e1;
}

.dark .woocommerce .woocommerce-notice-dismiss:hover,
.dark .woocommerce .woocommerce-notice-dismiss:focus-visible {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.09);
}

.woocommerce .catalog-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-md);
	margin-top: 0;
	margin-bottom: 14px;
	padding: 10px 14px;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: var(--radius);
}

.woocommerce .woocommerce-result-count {
	float: none;
	width: auto;
	margin: 0;
	color: var(--muted-foreground);
	font-weight: 700;
}

.woocommerce .woocommerce-ordering {
	float: none;
	display: flex;
	justify-content: flex-end;
	width: auto;
	margin: 0;
}

.woocommerce .woocommerce-ordering select {
	min-height: 36px;
	padding: 0 36px 0 12px;
	color: var(--foreground);
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: calc(var(--radius) * 0.75);
	font: inherit;
	font-weight: 800;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-md);
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 20px;
	color: #111827;
	border: 1px solid rgba(148, 163, 184, 0.34);
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dark .woocommerce ul.products li.product {
	color: #ffffff;
	background: #1f2937;
	border-color: rgba(148, 163, 184, 0.32);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.woocommerce ul.products li.product:hover {
	border-color: rgba(129, 140, 248, 0.78);
	box-shadow: 0 22px 54px rgba(79, 70, 229, 0.18);
	transform: translateY(-4px) scale(1.015);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: flex;
	flex: 1;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

.woocommerce ul.products li.product img {
	overflow: hidden;
	width: 100%;
	margin: 0 0 16px;
	aspect-ratio: 1;
	object-fit: cover;
	background: linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(20, 184, 166, 0.12));
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 14px;
	transition: transform 420ms ease, filter 220ms ease;
}

.woocommerce ul.products li.product:hover img {
	filter: saturate(1.05);
	transform: scale(1.035);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.35em;
	margin: 0 0 14px;
	padding: 0;
	color: #111827;
	font-family: var(--font-sans);
	font-size: clamp(1rem, 1.2vw, 1.18rem);
	font-weight: 900;
	line-height: 1.18;
}

.dark .woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #ffffff;
}

.woocommerce ul.products li.product .price {
	display: block;
	margin-top: auto;
	margin-bottom: 20px;
	color: #4f46e5;
	font-size: 1.08rem;
	font-weight: 900;
}

.dark .woocommerce ul.products li.product .price {
	color: #8b9aff;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce #payment #place_order {
	color: #111827;
	background: #8b9aff;
	border: 0;
	border-radius: 14px;
	box-shadow: 0 10px 22px rgba(79, 70, 229, 0.22);
	font-weight: 900;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce #payment #place_order:hover {
	color: #111827;
	background: #a5b4fc;
	box-shadow: 0 14px 28px rgba(79, 70, 229, 0.3);
	transform: translateY(-2px);
}

.woocommerce span.onsale {
	z-index: 3;
	min-width: 56px;
	min-height: 34px;
	padding: 8px 12px;
	color: #ffffff;
	background: #ff304f;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(255, 48, 79, 0.28);
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.woocommerce ul.products li.product {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr) 12px minmax(0, 1fr) 26px;
	padding: 0;
	color: #111827;
	background: #ffffff;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 18px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.dark .woocommerce ul.products li.product {
	color: #111827;
	background: #ffffff;
	border-color: rgba(148, 163, 184, 0.28);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: grid;
	flex: 1;
	grid-column: 1 / -1;
	grid-template-rows: auto auto auto auto auto;
	color: inherit;
	text-decoration: none;
}

.woocommerce ul.products li.product img {
	width: 100%;
	max-width: none;
	margin: 0 0 28px;
	aspect-ratio: 1;
	object-fit: cover;
	background: #f8fafc;
	border: 0;
	border-radius: 18px 18px 0 0;
	transition: transform 460ms ease, filter 220ms ease;
}

.woocommerce ul.products li.product:hover img {
	filter: saturate(1.05);
	transform: scale(1.025);
}

.nykel-product-card__favorite {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	color: #64748b;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
	font-size: 1.6rem;
	line-height: 1;
	pointer-events: none;
}

.nykel-product-card__category,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.nykel-product-card__meta,
.woocommerce ul.products li.product .price {
	margin-right: 26px;
	margin-left: 26px;
}

.nykel-product-card__category {
	margin-bottom: 10px;
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.dark .nykel-product-card__category {
	color: #64748b;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 0;
	margin-bottom: 14px;
	color: #0f172a;
	font-size: clamp(1.04rem, 1.3vw, 1.28rem);
	font-weight: 900;
	line-height: 1.18;
}

.dark .woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #0f172a;
}

.nykel-product-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 28px;
	margin-bottom: 18px;
}

.nykel-product-card__rating {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #facc15;
	font-size: 1rem;
	font-weight: 900;
	white-space: nowrap;
}

.nykel-product-card__rating small {
	color: #64748b;
	font-size: 0.86rem;
	font-weight: 800;
}

.nykel-product-card__stock {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 11px;
	color: #64748b;
	background: #f1f5f9;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 900;
	white-space: nowrap;
}

.nykel-product-card__stock.is-in-stock {
	color: #16a34a;
	background: #dcfce7;
}

.nykel-product-card__stock.is-out-of-stock {
	color: #dc2626;
	background: #fee2e2;
}

.woocommerce ul.products li.product .price {
	display: block;
	margin-top: auto;
	margin-bottom: 22px;
	color: #ff304f;
	font-size: clamp(1.18rem, 1.6vw, 1.48rem);
	font-weight: 900;
	line-height: 1.1;
}

.woocommerce ul.products li.product .price del {
	margin-left: 8px;
	color: #9ca3af;
	font-size: 0.88em;
	font-weight: 800;
	opacity: 1;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.dark .woocommerce ul.products li.product .price {
	color: #ff304f;
}

.woocommerce ul.products li.product > .button,
.woocommerce ul.products li.product > .nykel-product-card__details {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	gap: 6px;
	width: 100%;
	height: 52px;
	min-height: 52px;
	margin: 0 0 24px !important;
	padding: 0 10px !important;
	border-radius: 12px;
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1 !important;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.woocommerce ul.products li.product > .button {
	grid-column: 2 / 3;
	color: #0f172a;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.12);
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.woocommerce ul.products li.product > .button::before {
	display: inline-block;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-right: 0;
	content: "";
	background-color: currentColor;
	mask: url("../icons/cart-check-svgrepo-com.svg") center / contain no-repeat;
	-webkit-mask: url("../icons/cart-check-svgrepo-com.svg") center / contain no-repeat;
}

.woocommerce ul.products li.product > .nykel-product-card__details {
	grid-column: 4 / 5;
	color: #ffffff;
	background: #111111;
	border: 1px solid #111111;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.woocommerce ul.products li.product > .button:hover,
.woocommerce ul.products li.product > .button:focus-visible {
	color: #0f172a;
	background: #f8fafc;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
	transform: translateY(-2px);
}

.woocommerce ul.products li.product > .nykel-product-card__details:hover,
.woocommerce ul.products li.product > .nykel-product-card__details:focus-visible {
	color: #ffffff;
	background: #252525;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.22);
	transform: translateY(-2px);
}

.featured-products .woocommerce ul.products li.product {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr) 12px minmax(0, 1fr) 26px;
	padding: 0;
	color: #111827;
	background: #ffffff;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 18px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.dark .featured-products .woocommerce ul.products li.product {
	color: #111827;
	background: #ffffff;
	border-color: rgba(148, 163, 184, 0.28);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
}

.featured-products .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: grid;
	flex: 1;
	grid-column: 1 / -1;
	grid-template-rows: auto auto auto auto auto;
	color: inherit;
	text-decoration: none;
}

.featured-products .woocommerce ul.products li.product img {
	width: 100%;
	max-width: none;
	margin: 0 0 28px;
	aspect-ratio: 1;
	object-fit: cover;
	background: #f8fafc;
	border: 0;
	border-radius: 18px 18px 0 0;
}

.featured-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 0;
	margin-right: 26px;
	margin-bottom: 14px;
	margin-left: 26px;
	color: #0f172a;
	font-size: clamp(1.04rem, 1.3vw, 1.28rem);
	font-weight: 900;
	line-height: 1.18;
}

.featured-products .woocommerce ul.products li.product .price {
	margin-right: 26px;
	margin-bottom: 22px;
	margin-left: 26px;
	color: #ff304f;
	font-size: clamp(1.18rem, 1.6vw, 1.48rem);
	font-weight: 900;
}

.featured-products .woocommerce ul.products li.product > .button,
.featured-products .woocommerce ul.products li.product > .nykel-product-card__details {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	gap: 6px;
	width: 100%;
	height: 52px;
	min-height: 52px;
	margin: 0 0 24px !important;
	padding: 0 10px !important;
	border-radius: 12px;
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1 !important;
	text-align: center;
	text-decoration: none;
}

.featured-products .woocommerce ul.products li.product > .button {
	grid-column: 2 / 3;
	color: #0f172a;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.12);
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.featured-products .woocommerce ul.products li.product > .nykel-product-card__details {
	grid-column: 4 / 5;
	color: #ffffff;
	background: #111111;
	border: 1px solid #111111;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

.dark .woocommerce ul.products li.product,
.dark .featured-products .woocommerce ul.products li.product {
	color: #f8fafc;
	background: #151c27;
	border-color: rgba(148, 163, 184, 0.22);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.dark .woocommerce ul.products li.product:hover,
.dark .featured-products .woocommerce ul.products li.product:hover {
	border-color: rgba(129, 140, 248, 0.58);
	box-shadow: 0 24px 58px rgba(79, 70, 229, 0.2);
}

.dark .woocommerce ul.products li.product img,
.dark .featured-products .woocommerce ul.products li.product img {
	background: #0f172a;
}

.dark .woocommerce ul.products li.product .woocommerce-loop-product__title,
.dark .featured-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #f8fafc;
}

.dark .nykel-product-card__category {
	color: #94a3b8;
}

.dark .nykel-product-card__rating small {
	color: #cbd5e1;
}

.dark .nykel-product-card__stock {
	background: rgba(148, 163, 184, 0.14);
}

.dark .nykel-product-card__stock.is-in-stock {
	color: #86efac;
	background: rgba(34, 197, 94, 0.16);
}

.dark .nykel-product-card__stock.is-out-of-stock {
	color: #fecaca;
	background: rgba(239, 68, 68, 0.16);
}

.dark .woocommerce ul.products li.product > .button,
.dark .featured-products .woocommerce ul.products li.product > .button {
	color: #0f172a;
	background: #ffffff;
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.dark .woocommerce ul.products li.product > .nykel-product-card__details,
.dark .featured-products .woocommerce ul.products li.product > .nykel-product-card__details {
	color: #ffffff;
	background: #111111;
	border-color: #111111;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.dark .woocommerce ul.products li.product > .button:hover,
.dark .featured-products .woocommerce ul.products li.product > .button:hover,
.dark .woocommerce ul.products li.product > .button:focus-visible,
.dark .featured-products .woocommerce ul.products li.product > .button:focus-visible {
	background: #e0e7ff;
}

.dark .woocommerce ul.products li.product > .nykel-product-card__details:hover,
.dark .featured-products .woocommerce ul.products li.product > .nykel-product-card__details:hover,
.dark .woocommerce ul.products li.product > .nykel-product-card__details:focus-visible,
.dark .featured-products .woocommerce ul.products li.product > .nykel-product-card__details:focus-visible {
	background: #252525;
}

.nykel-auth {
	width: min(1120px, 100%);
	margin: 0 auto;
	padding: clamp(18px, 3vw, 34px) 0;
}

.nykel-auth__shell {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	gap: clamp(18px, 3vw, 36px);
	align-items: stretch;
}

.nykel-auth__visual,
.nykel-auth__panel {
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 24px;
}

.nykel-auth__visual {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 520px;
	padding: clamp(28px, 4vw, 48px);
	color: #ffffff;
	background:
		radial-gradient(circle at 18% 20%, rgba(255, 213, 79, 0.28), transparent 26%),
		radial-gradient(circle at 80% 12%, rgba(37, 99, 235, 0.38), transparent 26%),
		linear-gradient(145deg, #070a12 0%, #101827 55%, #030712 100%);
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.nykel-auth__visual::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 46px 46px;
	mask-image: linear-gradient(180deg, transparent, black 34%, black 100%);
}

.nykel-auth__visual > * {
	position: relative;
	z-index: 1;
}

.nykel-auth__eyebrow {
	margin: 0 0 14px;
	color: #ffd54f;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.nykel-auth__visual h1 {
	max-width: 620px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(2rem, 4vw, 4.2rem);
	font-weight: 950;
	line-height: 0.98;
	letter-spacing: 0;
}

.nykel-auth__visual p:not(.nykel-auth__eyebrow) {
	max-width: 560px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1rem;
	line-height: 1.65;
}

.nykel-auth__benefits {
	display: grid;
	gap: 10px;
	max-width: 520px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.nykel-auth__benefits li {
	display: flex;
	gap: 10px;
	align-items: center;
	color: rgba(255, 255, 255, 0.86);
	font-weight: 750;
}

.nykel-auth__benefits li::before {
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	content: "";
	background: #ffd54f;
	border-radius: 50%;
	box-shadow: 0 0 18px rgba(255, 213, 79, 0.55);
}

.nykel-auth__panel {
	padding: clamp(20px, 3vw, 34px);
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
	backdrop-filter: blur(14px);
}

.nykel-auth__tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding: 6px;
	background: #eef2ff;
	border: 1px solid rgba(79, 70, 229, 0.12);
	border-radius: 999px;
}

.nykel-auth__tabs a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 42px;
	padding: 0 16px;
	color: #475569;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 850;
	text-decoration: none;
}

.nykel-auth__tabs a.is-active,
.nykel-auth__tabs a:hover,
.nykel-auth__tabs a:focus-visible {
	color: #ffffff;
	background: linear-gradient(135deg, #2563eb, #6d5dfc);
	box-shadow: 0 14px 34px rgba(79, 70, 229, 0.24);
}

.nykel-auth__google {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	min-height: 48px;
	margin-top: 18px;
	color: #0f172a;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 16px;
	font-weight: 850;
	text-decoration: none;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nykel-auth__google span {
	display: inline-grid;
	place-items: center;
	width: 26px;
	height: 26px;
	color: #ffffff;
	background: conic-gradient(from 35deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
	border-radius: 50%;
	font-weight: 950;
}

.nykel-auth__google:hover,
.nykel-auth__google:focus-visible {
	color: #0f172a;
	border-color: rgba(79, 70, 229, 0.32);
	box-shadow: 0 16px 34px rgba(79, 70, 229, 0.16);
	transform: translateY(-1px);
}

.nykel-auth__divider {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 12px;
	align-items: center;
	margin: 22px 0;
	color: #64748b;
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
}

.nykel-auth__divider::before,
.nykel-auth__divider::after {
	height: 1px;
	content: "";
	background: rgba(15, 23, 42, 0.12);
}

.nykel-auth__forms {
	display: grid;
	gap: 18px;
}

.nykel-auth__forms.has-register {
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
}

.nykel-auth__form-card {
	display: none;
	min-width: 0;
	padding: clamp(18px, 2.4vw, 24px);
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 20px;
}

.nykel-auth__form-card.is-visible {
	display: block;
}

.nykel-auth__form-card h2 {
	margin: 0 0 18px;
	color: #0f172a;
	font-size: clamp(1.3rem, 2vw, 1.75rem);
	font-weight: 950;
	letter-spacing: 0;
}

.nykel-auth .woocommerce-form-row,
.nykel-auth .form-row {
	margin: 0 0 15px;
}

.nykel-auth label {
	display: inline-flex;
	gap: 4px;
	margin-bottom: 8px;
	color: #334155;
	font-size: 0.9rem;
	font-weight: 850;
}

.nykel-auth input.input-text,
.nykel-auth .woocommerce-Input {
	width: 100%;
	min-height: 48px;
	padding: 0 15px;
	color: #0f172a;
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.13);
	border-radius: 14px;
	font: inherit;
	font-weight: 750;
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nykel-auth input.input-text:focus,
.nykel-auth .woocommerce-Input:focus {
	background: #ffffff;
	border-color: rgba(79, 70, 229, 0.58);
	box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.12);
}

.nykel-auth__form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.nykel-auth__form-row label {
	margin: 0;
}

.nykel-auth__form-row a,
.nykel-auth .woocommerce-privacy-policy-text a {
	color: #4f46e5;
	font-weight: 850;
	text-decoration: none;
}

.nykel-auth__form-row a:hover,
.nykel-auth .woocommerce-privacy-policy-text a:hover {
	text-decoration: underline;
}

.nykel-auth .woocommerce-form__input-checkbox {
	width: 16px;
	height: 16px;
	accent-color: #4f46e5;
}

.nykel-auth .button,
.nykel-auth button.button {
	width: 100%;
	min-height: 50px;
	margin-top: 2px;
	color: #ffffff;
	background: linear-gradient(135deg, #2563eb, #6d5dfc);
	border: 0;
	border-radius: 16px;
	font-size: 0.98rem;
	font-weight: 950;
	box-shadow: 0 14px 34px rgba(79, 70, 229, 0.22);
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.nykel-auth .button:hover,
.nykel-auth button.button:hover,
.nykel-auth .button:focus-visible,
.nykel-auth button.button:focus-visible {
	color: #ffffff;
	filter: brightness(1.04);
	box-shadow: 0 18px 40px rgba(79, 70, 229, 0.3);
	transform: translateY(-1px);
}

.nykel-auth__hint,
.nykel-auth .woocommerce-privacy-policy-text {
	color: #64748b;
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.55;
}

.dark .nykel-auth__visual,
.dark .nykel-auth__panel {
	border-color: rgba(148, 163, 184, 0.18);
}

.dark .nykel-auth__panel,
.dark .nykel-auth__form-card {
	background: rgba(15, 23, 42, 0.86);
}

.dark .nykel-auth__panel {
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.dark .nykel-auth__tabs {
	background: rgba(2, 6, 23, 0.72);
	border-color: rgba(148, 163, 184, 0.16);
}

.dark .nykel-auth__tabs a {
	color: #94a3b8;
}

.dark .nykel-auth__form-card {
	border-color: rgba(148, 163, 184, 0.16);
}

.dark .nykel-auth__form-card h2,
.dark .nykel-auth label,
.dark .nykel-auth__form-row a,
.dark .nykel-auth .woocommerce-privacy-policy-text a {
	color: #ffffff;
}

.dark .nykel-auth input.input-text,
.dark .nykel-auth .woocommerce-Input {
	color: #ffffff;
	background: rgba(2, 6, 23, 0.78);
	border-color: rgba(148, 163, 184, 0.2);
}

.dark .nykel-auth input.input-text:focus,
.dark .nykel-auth .woocommerce-Input:focus {
	background: rgba(2, 6, 23, 0.96);
	border-color: rgba(129, 140, 248, 0.72);
}

.dark .nykel-auth__google {
	color: #ffffff;
	background: rgba(2, 6, 23, 0.72);
	border-color: rgba(148, 163, 184, 0.18);
}

.dark .nykel-auth__google:hover,
.dark .nykel-auth__google:focus-visible {
	color: #ffffff;
}

.dark .nykel-auth__divider,
.dark .nykel-auth__hint,
.dark .nykel-auth .woocommerce-privacy-policy-text {
	color: #94a3b8;
}

.dark .nykel-auth__divider::before,
.dark .nykel-auth__divider::after {
	background: rgba(148, 163, 184, 0.18);
}

@media (max-width: 980px) {
	.nykel-auth__shell {
		grid-template-columns: 1fr;
	}

	.nykel-auth__visual {
		min-height: 320px;
	}
}

@media (max-width: 720px) {
	.nykel-auth {
		padding-top: 10px;
	}

	.nykel-auth__visual {
		min-height: 260px;
		border-radius: 20px;
		text-align: center;
	}

	.nykel-auth__visual p:not(.nykel-auth__eyebrow),
	.nykel-auth__benefits {
		margin-inline: auto;
	}

	.nykel-auth__benefits li {
		justify-content: center;
	}

	.nykel-auth__panel {
		padding: 16px;
		border-radius: 20px;
	}

	.nykel-auth__forms.has-register {
		grid-template-columns: 1fr;
	}
}

.nykel-auth[data-auth] {
	--auth-bg-start: #0e1624;
	--auth-bg-end: #172536;
	--auth-stage-start: #102033;
	--auth-stage-end: #0e7490;
	--auth-form-surface: #f3f8fc;
	--auth-input-surface: #e6eef6;
	--auth-input-focus: #eef7fb;
	--auth-title: #102033;
	--auth-muted: #5f7288;
	--auth-primary: #0284c7;
	--auth-primary-hover: #0369a1;
	--auth-accent: #0891b2;
	--auth-accent-bright: #22d3ee;
	--auth-glow: rgba(14, 165, 233, 0.24);
	display: grid;
	place-items: center;
	width: 100%;
	min-height: min(760px, calc(100vh - 150px));
	margin: 0 auto;
	padding: clamp(34px, 6vw, 78px) 16px;
	background: linear-gradient(135deg, var(--auth-bg-start) 0%, var(--auth-bg-end) 100%);
	border-radius: 0;
}

.nykel-auth[data-auth]:not(.nykel-auth-modal) {
	min-height: auto;
	padding: clamp(18px, 3vw, 34px) 16px;
	background: transparent;
}

body.woocommerce-account:not(.logged-in) .entry-header {
	display: none;
}

body.woocommerce-account:not(.logged-in) .woocommerce-main {
	padding-block: clamp(18px, 3vw, 38px);
}

.nykel-account-gate {
	display: grid;
	place-items: center;
	min-height: clamp(300px, 46vh, 430px);
	padding: clamp(18px, 3vw, 34px) 0;
}

.nykel-account-gate__card {
	width: min(560px, 100%);
	padding: clamp(26px, 4vw, 42px);
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 24px;
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
	backdrop-filter: blur(14px);
}

.dark .nykel-account-gate__card {
	color: #f8fafc;
	background: rgba(15, 23, 42, 0.78);
	border-color: rgba(148, 163, 184, 0.2);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
}

.nykel-account-gate__eyebrow {
	margin: 0 0 8px;
	color: #0284c7;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nykel-account-gate h1 {
	margin: 0 0 12px;
	color: inherit;
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	line-height: 1.08;
	letter-spacing: 0;
}

.nykel-account-gate__card > p:not(.nykel-account-gate__eyebrow) {
	max-width: 430px;
	margin: 0 auto 24px;
	color: rgba(15, 23, 42, 0.68);
	font-size: 1rem;
	line-height: 1.6;
}

.dark .nykel-account-gate__card > p:not(.nykel-account-gate__eyebrow) {
	color: rgba(248, 250, 252, 0.74);
}

.nykel-account-gate__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.nykel-account-gate__button {
	min-height: 46px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 900;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.nykel-account-gate__button:hover,
.nykel-account-gate__button:focus-visible {
	transform: translateY(-2px);
}

.nykel-account-gate__button--primary {
	color: #ffffff;
	background: #0284c7;
	border: 1px solid #0284c7;
	box-shadow: 0 14px 30px rgba(14, 165, 233, 0.22);
}

.nykel-account-gate__button--primary:hover,
.nykel-account-gate__button--primary:focus-visible {
	background: #0369a1;
}

.nykel-account-gate__button--ghost {
	color: #111827;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.18);
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.dark .nykel-account-gate__button--ghost {
	color: #f8fafc;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
}

.nykel-password-reset {
	display: grid;
	place-items: center;
	min-height: clamp(360px, 46vh, 460px);
	padding: clamp(16px, 2.6vw, 30px) 0;
}

.nykel-password-reset__card {
	width: min(380px, 100%);
	margin: 0 auto;
	padding: clamp(22px, 3vw, 30px) clamp(22px, 3vw, 34px);
	color: #34495e;
	text-align: center;
	background: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: 2px;
	box-shadow: 0 22px 54px rgba(15, 23, 42, 0.13);
}

.dark .nykel-password-reset__card {
	color: #e5edf7;
	background: rgba(15, 23, 42, 0.9);
	border-color: rgba(148, 163, 184, 0.22);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.nykel-password-reset__card h1 {
	margin: 0 0 10px;
	color: inherit;
	font-size: clamp(1.45rem, 3vw, 1.55rem);
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0;
}

.nykel-password-reset__intro {
	margin: 0 0 16px;
	color: #35506a;
	font-size: 0.96rem;
	line-height: 1.4;
}

.dark .nykel-password-reset__intro {
	color: rgba(229, 237, 247, 0.82);
}

.nykel-password-reset__field {
	position: relative;
	margin: 0 0 8px;
	text-align: left;
}

.nykel-password-reset__field label {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 10px;
	padding: 0 5px;
	color: #60758a;
	background: #ffffff;
	font-size: 0.72rem;
	line-height: 1;
}

.dark .nykel-password-reset__field label {
	color: rgba(229, 237, 247, 0.72);
	background: #0f172a;
}

.nykel-password-reset__field label span[aria-hidden="true"] {
	color: #e11d48;
}

.nykel-password-reset__field input.input-text,
.nykel-password-reset__field .woocommerce-Input {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	color: #111827;
	background: #ffffff;
	border: 2px solid #1198f7;
	border-radius: 4px;
	font-size: 0.98rem;
	outline: none;
	box-shadow: none;
}

.dark .nykel-password-reset__field input.input-text,
.dark .nykel-password-reset__field .woocommerce-Input {
	color: #f8fafc;
	background: rgba(15, 23, 42, 0.72);
	border-color: #38bdf8;
}

.nykel-password-reset__field input.input-text:focus,
.nykel-password-reset__field .woocommerce-Input:focus {
	border-color: #0284c7;
	box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.16);
}

.nykel-password-reset__hint {
	margin: 0 0 14px;
	padding-left: 11px;
	color: #8b949e;
	text-align: left;
	font-size: 0.75rem;
}

.nykel-password-reset__submit {
	margin: 0;
}

.nykel-password-reset__submit .button,
.nykel-password-reset__submit button.button {
	width: 100%;
	min-height: 44px;
	margin: 0;
	color: #ffffff;
	background: #129af3;
	border: 0;
	border-radius: 4px;
	font-size: 0.92rem;
	font-weight: 900;
	box-shadow: none;
}

.nykel-password-reset__submit .button:hover,
.nykel-password-reset__submit button.button:hover,
.nykel-password-reset__submit .button:focus-visible,
.nykel-password-reset__submit button.button:focus-visible {
	color: #ffffff;
	background: #0284c7;
	transform: translateY(-1px);
}

.nykel-password-reset__register {
	margin: 12px 0 22px;
	color: #5f7082;
	font-size: 0.78rem;
	line-height: 1.45;
}

.nykel-password-reset__register a {
	color: #0085ff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.nykel-password-reset__divider {
	display: grid;
	grid-template-columns: 1fr;
	gap: 11px;
	margin: 0 0 14px;
	color: #b2bac2;
	font-size: 0.76rem;
}

.nykel-password-reset__divider::before {
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(148, 163, 184, 0.28);
	content: "";
}

.nykel-password-reset__google {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-height: 44px;
	color: #34495e;
	background: #e7eaed;
	border-radius: 4px;
	font-size: 0.92rem;
	font-weight: 800;
	text-decoration: none;
	transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.nykel-password-reset__google:hover,
.nykel-password-reset__google:focus-visible {
	color: #263746;
	background: #dfe4e8;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
	transform: translateY(-1px);
}

.nykel-password-reset__google img {
	width: 20px;
	height: 20px;
}

.dark .nykel-password-reset__google {
	color: #f8fafc;
	background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 640px) {
	body.woocommerce-account:not(.logged-in) .woocommerce-main {
		padding-block: 10px 22px;
	}

	.nykel-password-reset {
		min-height: auto;
		padding: 14px 0 18px;
	}

	.nykel-password-reset__card {
		width: min(100%, 356px);
		padding: 24px 22px;
	}
}

@media (min-width: 641px) and (max-width: 1024px) {
	body.woocommerce-account:not(.logged-in) .woocommerce-main {
		padding-block: 14px 28px;
	}

	.nykel-password-reset {
		min-height: clamp(340px, 42vh, 420px);
		padding: 16px 0 22px;
	}
}

.nykel-auth[data-auth] .nykel-auth__shell {
	width: min(900px, 100%);
	display: block;
}

.nykel-auth[data-auth]:not(.nykel-auth-modal) .nykel-auth__shell {
	width: min(800px, 100%);
}

.nykel-auth__stage {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 550px;
	overflow: hidden;
	background: linear-gradient(135deg, var(--auth-stage-start) 0%, var(--auth-stage-end) 100%);
	border-radius: 14px;
	box-shadow: 0 32px 76px rgba(3, 7, 18, 0.36);
	isolation: isolate;
	--auth-login-mask: polygon(16% 0, 100% 0, 100% 100%, 16% 100%);
	--auth-signup-mask: polygon(0 0, 84% 0, 84% 100%, 0 100%);
	--auth-hide-right: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	--auth-hide-left: polygon(0 0, 0 0, 0 100%, 0 100%);
	--auth-color-login-mask: ellipse(52% 136% at 0% 100%);
	--auth-color-signup-mask: ellipse(52% 136% at 100% 100%);
	--auth-color-full-mask: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.nykel-auth[data-auth]:not(.nykel-auth-modal) .nykel-auth__stage {
	min-height: 470px;
}

.nykel-auth__stage::before,
.nykel-auth__stage::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: inherit;
	transform: translateX(0);
	transition:
		clip-path 1400ms cubic-bezier(0.86, 0, 0.07, 1);
}

.nykel-auth__stage::before {
	z-index: 1;
	background: var(--auth-form-surface);
	clip-path: var(--auth-login-mask);
}

.nykel-auth__stage::after {
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(135deg, var(--auth-stage-start) 0%, var(--auth-stage-end) 100%);
	clip-path: var(--auth-color-login-mask);
}

.nykel-auth--signup .nykel-auth__stage::before {
	left: 0;
	width: 100%;
	clip-path: var(--auth-signup-mask);
}

.nykel-auth--signup .nykel-auth__stage::after {
	clip-path: var(--auth-color-signup-mask);
}

.nykel-auth.is-switching-to-signup .nykel-auth__stage::before {
	animation: nykelAuthPanelToSignup 1400ms cubic-bezier(0.86, 0, 0.07, 1) both;
	transition: none;
}

.nykel-auth.is-switching-to-signin .nykel-auth__stage::before {
	animation: nykelAuthPanelToSignin 1400ms cubic-bezier(0.86, 0, 0.07, 1) both;
	transition: none;
}

.nykel-auth.is-switching-to-signup .nykel-auth__stage::after {
	animation: nykelAuthColorToSignup 1400ms cubic-bezier(0.86, 0, 0.07, 1) both;
	transition: none;
}

.nykel-auth.is-switching-to-signin .nykel-auth__stage::after {
	animation: nykelAuthColorToSignin 1400ms cubic-bezier(0.86, 0, 0.07, 1) both;
	transition: none;
}

@keyframes nykelAuthPanelToSignup {
	0% {
		clip-path: var(--auth-login-mask);
	}

	100% {
		clip-path: var(--auth-signup-mask);
	}
}

@keyframes nykelAuthPanelToSignin {
	0% {
		clip-path: var(--auth-signup-mask);
	}

	100% {
		clip-path: var(--auth-login-mask);
	}
}

@keyframes nykelAuthColorToSignup {
	0% {
		clip-path: var(--auth-color-login-mask);
	}

	100% {
		clip-path: var(--auth-color-signup-mask);
	}
}

@keyframes nykelAuthColorToSignin {
	0% {
		clip-path: var(--auth-color-signup-mask);
	}

	100% {
		clip-path: var(--auth-color-login-mask);
	}
}

.nykel-auth__form-side,
.nykel-auth__purple-side {
	position: relative;
	z-index: 3;
	grid-row: 1;
	min-width: 0;
	display: grid;
	place-items: center;
	padding: clamp(26px, 4vw, 48px);
	transition: transform 1400ms cubic-bezier(0.86, 0, 0.07, 1);
}

.nykel-auth__form-side {
	grid-column: 2;
}

.nykel-auth--signup .nykel-auth__form-side {
	transform: translateX(-100%);
}

.nykel-auth__purple-side {
	grid-column: 1;
	color: #ffffff;
	text-align: center;
}

.nykel-auth--signup .nykel-auth__purple-side {
	transform: translateX(100%);
}

.nykel-auth[data-auth] .nykel-auth__form-card {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 6;
	width: min(320px, calc(100% - 32px));
	padding: 0;
	text-align: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, calc(-50% + 24px)) scale(0.965);
	transition: opacity 230ms ease, transform 360ms cubic-bezier(0.2, 0.82, 0.25, 1);
	transition-delay: 0ms;
}

.nykel-auth[data-auth] .nykel-auth__form-card.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
	transition-duration: 360ms, 520ms;
	transition-delay: 0ms;
}

.nykel-auth[data-auth].is-switching .nykel-auth__form-card.is-visible {
	transition-delay: 0ms;
}

.nykel-auth[data-auth].is-switching:not(.is-revealing) .nykel-auth__form-card.is-visible,
.nykel-auth[data-auth].is-switching:not(.is-revealing) .nykel-auth__aside.is-visible {
	opacity: 0.08;
	pointer-events: none;
	transform: translate(-50%, calc(-50% - 8px)) scale(0.985);
	transition-duration: 460ms, 520ms;
	transition-delay: 80ms;
}

.nykel-auth[data-auth].is-switching:not(.is-revealing) .nykel-auth__aside.is-visible {
	transform: translateY(-10px) scale(0.985);
}

.nykel-auth[data-auth].is-switching.is-revealing .nykel-auth__form-card.is-visible {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.nykel-auth[data-auth].is-switching.is-revealing .nykel-auth__aside.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.nykel-auth[data-auth] .nykel-auth__form-card h1 {
	position: static;
	overflow: visible;
	width: auto;
	height: auto;
	margin: 0 0 26px;
	color: var(--auth-title);
	font-size: clamp(2rem, 3vw, 2.35rem);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
	clip: auto;
	clip-path: none;
}

.nykel-auth[data-auth] .nykel-auth__form-card::before {
	display: none;
	content: none;
}

.nykel-auth__field {
	position: relative;
	margin: 0 0 16px;
}

.nykel-auth__field .nykel-auth__field-icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 19px;
	color: var(--auth-accent);
	font-size: 0.94rem;
	transform: translateY(-50%);
}

.nykel-auth[data-auth] form.login,
.nykel-auth[data-auth] form.register,
.nykel-auth[data-auth] .woocommerce-form {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.nykel-auth[data-auth] input.input-text,
.nykel-auth[data-auth] .woocommerce-Input {
	width: 100%;
	min-height: 54px;
	padding: 0 20px 0 50px;
	color: var(--auth-title);
	background: var(--auth-input-surface);
	border: 0;
	border-radius: 999px;
	font-size: 0.96rem;
	font-weight: 700;
	outline: none;
	box-shadow: none;
}

.nykel-auth[data-auth] .show-password-input {
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
}

.nykel-auth[data-auth] input.input-text::placeholder,
.nykel-auth[data-auth] .woocommerce-Input::placeholder {
	color: #a3a3a3;
}

.nykel-auth[data-auth] input.input-text:focus,
.nykel-auth[data-auth] .woocommerce-Input:focus {
	background: var(--auth-input-focus);
	box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.14);
}

.nykel-auth__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	justify-content: center;
	align-items: center;
	margin: -2px 0 18px;
	color: var(--auth-muted);
	font-size: 0.78rem;
	font-weight: 700;
}

.nykel-auth__meta label {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.nykel-auth__meta a {
	color: var(--auth-primary);
	text-decoration: none;
}

.nykel-auth[data-auth] .button,
.nykel-auth[data-auth] button.button {
	width: auto;
	min-width: 150px;
	min-height: 50px;
	margin: 0 auto;
	padding: 0 30px;
	color: #ffffff;
	background: var(--auth-primary);
	border: 0;
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 900;
	text-transform: uppercase;
	box-shadow: 0 13px 28px var(--auth-glow);
}

.nykel-auth[data-auth] .button:hover,
.nykel-auth[data-auth] button.button:hover,
.nykel-auth[data-auth] .button:focus-visible,
.nykel-auth[data-auth] button.button:focus-visible {
	background: var(--auth-primary-hover);
	color: #ffffff;
	transform: translateY(-1px);
}

.nykel-auth__social-label {
	margin: 20px 0 10px;
	color: var(--auth-muted);
	font-size: 0.86rem;
	font-weight: 750;
}

.nykel-auth[data-auth] .nykel-auth__google {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: auto;
	min-width: 150px;
	height: 42px;
	min-height: 0;
	margin: 0;
	padding: 0 18px;
	color: #34495e;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nykel-auth[data-auth] .nykel-auth__google span {
	width: auto;
	height: auto;
	color: inherit;
	background: transparent;
	border-radius: 0;
	font-size: 0.9rem;
	font-weight: 900;
}

.nykel-auth[data-auth] .nykel-auth__google img {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
}

.nykel-auth[data-auth] .nykel-auth__google:hover,
.nykel-auth[data-auth] .nykel-auth__google:focus-visible {
	background: #f8fafc;
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
	transform: translateY(-1px);
}

.nykel-auth[data-auth] .nykel-google-login--plugin.nykel-auth__google {
	display: flex;
	justify-content: center;
	width: 100%;
	min-width: 150px;
	height: auto;
	padding: 0;
	overflow: visible;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.nykel-auth[data-auth] .nykel-google-login--plugin .xoo-sl-container,
.nykel-auth[data-auth] .nykel-google-login--plugin .xoo-sl-btns-container,
.nykel-auth[data-auth] .nykel-google-login--plugin .xoo-sl-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	width: 100%;
}

.nykel-auth[data-auth] .nykel-google-login--plugin .xoo-sl-loginvia {
	display: none;
}

.nykel-auth[data-auth] .nykel-google-login--plugin .xoo-sl-goo-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 320px !important;
	max-width: 100%;
	min-height: 42px;
	padding: 0;
	overflow: visible;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.nykel-auth[data-auth] .nykel-google-login--plugin .xoo-sl-goo-btn iframe {
	position: static !important;
	opacity: 1;
}

.nykel-auth[data-auth] .nykel-google-login--plugin .xoo-sl-goo-btn > div {
	width: 320px !important;
	overflow: visible;
}

.nykel-auth__aside {
	position: absolute;
	width: min(300px, calc(100% - 32px));
	color: #ffffff;
	opacity: 0;
	pointer-events: none;
	transform: translateY(22px) scale(0.97);
	transition: opacity 230ms ease, transform 360ms cubic-bezier(0.2, 0.82, 0.25, 1);
	transition-delay: 0ms;
}

.nykel-auth--signup .nykel-auth__purple-side .nykel-auth__aside {
	transform: translate(34px, 22px) scale(0.97);
}

.nykel-auth--signup .nykel-auth__purple-side .nykel-auth__aside.is-visible {
	transform: translate(34px, 0) scale(1);
}

.nykel-auth__aside.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
	transition-duration: 360ms, 520ms;
	transition-delay: 0ms;
}

.nykel-auth.is-switching .nykel-auth__aside.is-visible {
	transition-delay: 0ms;
}

.nykel-auth__aside h2 {
	margin: 0 0 20px;
	color: #ffffff;
	font-size: clamp(1.4rem, 2vw, 1.75rem);
	font-weight: 900;
}

.nykel-auth__aside p {
	max-width: 300px;
	margin: 0 auto 20px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.55;
}

.nykel-auth__aside button {
	min-width: 130px;
	min-height: 42px;
	padding: 0 26px;
	color: #ffffff;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
}

.nykel-auth__aside button:hover,
.nykel-auth__aside button:focus-visible {
	background: rgba(255, 255, 255, 0.14);
}

.nykel-auth[data-auth] .nykel-auth__hint,
.nykel-auth[data-auth] .woocommerce-privacy-policy-text {
	margin: 0 0 18px;
	color: var(--auth-muted);
	font-size: 0.82rem;
	line-height: 1.45;
}

.nykel-auth-modal .nykel-auth__hint,
.nykel-auth-modal .woocommerce-privacy-policy-text {
	display: none;
}

.dark .nykel-auth[data-auth] {
	background: linear-gradient(135deg, #0b1120 0%, #122338 100%);
}

.dark .nykel-auth__stage {
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.dark .nykel-auth[data-auth] .nykel-auth__form-card h1 {
	color: var(--auth-title);
}

.nykel-auth-modal .nykel-auth__meta,
.dark .nykel-auth-modal .nykel-auth__meta,
.nykel-auth-modal .nykel-auth__meta label,
.dark .nykel-auth-modal .nykel-auth__meta label {
	color: var(--auth-muted);
}

.nykel-auth-modal .nykel-auth__meta a,
.dark .nykel-auth-modal .nykel-auth__meta a {
	color: var(--auth-primary);
}

.nykel-auth-modal .woocommerce-form__input-checkbox,
.dark .nykel-auth-modal .woocommerce-form__input-checkbox {
	accent-color: var(--auth-primary);
	background: #ffffff;
	border-color: #9ca3af;
}

.nykel-auth-modal-shell {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: visibility 0ms linear 420ms, opacity 320ms ease;
}

.nykel-auth-modal-shell.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition-delay: 0ms;
}

.nykel-auth-modal-shell__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(13, 16, 36, 0.44);
	backdrop-filter: blur(10px);
}

.nykel-auth[data-auth].nykel-auth-modal {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 100dvh;
	padding: clamp(22px, 5vw, 56px) 16px;
	background: linear-gradient(135deg, var(--auth-bg-start) 0%, var(--auth-bg-end) 100%);
	transform: translateY(14px) scale(0.985);
	transition: transform 420ms cubic-bezier(0.2, 0.85, 0.25, 1), opacity 320ms ease;
}

.nykel-auth-modal-shell.is-open .nykel-auth-modal {
	transform: translateY(0) scale(1);
}

.nykel-auth-modal .nykel-auth__shell {
	width: min(860px, calc(100% - 24px));
}

.nykel-auth-modal .nykel-auth__stage {
	min-height: min(500px, calc(100dvh - 120px));
}

.nykel-auth-modal__close {
	position: fixed;
	top: clamp(16px, 3vw, 30px);
	right: clamp(16px, 3vw, 30px);
	z-index: 8;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 14px 32px rgba(3, 7, 18, 0.28);
	transition: transform 180ms ease, background 180ms ease;
}

.nykel-auth-modal__close:hover,
.nykel-auth-modal__close:focus-visible {
	background: rgba(255, 255, 255, 0.22);
	transform: translateY(-1px);
}

body.nykel-auth-lock {
	overflow: hidden;
}

@media (max-width: 820px) {
	.nykel-auth[data-auth] {
		min-height: auto;
		padding: 24px 12px;
	}

	.nykel-auth__stage {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 28px 18px;
	}

	.nykel-auth__stage::before,
	.nykel-auth__stage::after {
		display: none;
	}

	.nykel-auth__form-side,
	.nykel-auth--signup .nykel-auth__form-side,
	.nykel-auth__purple-side,
	.nykel-auth--signup .nykel-auth__purple-side {
		grid-column: 1;
		grid-row: auto;
		transform: none;
	}

	.nykel-auth__form-side {
		order: 1;
		min-height: 410px;
		padding: 0;
		background: #ffffff;
		border-radius: 16px;
	}

	.nykel-auth__purple-side {
		order: 2;
		min-height: 190px;
		padding: 26px 12px 0;
	}

	.nykel-auth[data-auth] .nykel-auth__form-card,
	.nykel-auth__aside {
		width: min(320px, calc(100% - 28px));
	}

	.nykel-auth[data-auth] .nykel-auth__form-card {
		top: 50%;
	}

	.nykel-auth[data-auth] .nykel-auth__form-card h1 {
		font-size: 2rem;
	}

	.nykel-auth[data-auth] .nykel-auth__form-card::before {
		margin-bottom: 22px;
		font-size: 2rem;
	}

	.nykel-auth[data-auth].nykel-auth-modal {
		min-height: 100dvh;
		padding: 68px 12px 18px;
		overflow-y: auto;
	}

	.nykel-auth-modal .nykel-auth__shell {
		width: min(430px, 100%);
	}

	.nykel-auth-modal .nykel-auth__stage {
		min-height: auto;
	}

	.nykel-auth-modal__close {
		width: 40px;
		height: 40px;
		font-size: 1.75rem;
	}

	.nykel-auth[data-auth].nykel-auth-modal {
		display: block;
		padding: 0;
		background: var(--auth-form-surface);
	}

	.nykel-auth-modal .nykel-auth__shell {
		width: 100%;
		min-height: 100dvh;
	}

	.nykel-auth-modal .nykel-auth__stage {
		display: flex;
		flex-direction: column;
		width: 100%;
		min-height: 100svh;
		max-height: 100dvh;
		padding: 0;
		overflow-y: auto;
		overscroll-behavior: contain;
		scroll-padding: 96px 0 180px;
		background: var(--auth-form-surface);
		border-radius: 0;
		box-shadow: none;
	}

	.nykel-auth-modal .nykel-auth__form-side,
	.nykel-auth-modal.nykel-auth--signup .nykel-auth__form-side,
	.nykel-auth-modal .nykel-auth__purple-side,
	.nykel-auth-modal.nykel-auth--signup .nykel-auth__purple-side {
		grid-column: auto;
		grid-row: auto;
		transform: none;
	}

	.nykel-auth-modal .nykel-auth__purple-side {
		order: 1;
		display: grid;
		place-items: center;
		min-height: 154px;
		margin: 0;
		padding: 14px 24px 46px;
		background: linear-gradient(135deg, var(--auth-stage-start) 0%, var(--auth-stage-end) 100%);
		border-radius: 0;
		clip-path: ellipse(110% 100% at 0% 0%);
		transition:
			order 0ms linear,
			min-height 900ms cubic-bezier(0.86, 0, 0.07, 1),
			padding 900ms cubic-bezier(0.86, 0, 0.07, 1),
			clip-path 900ms cubic-bezier(0.86, 0, 0.07, 1),
			transform 900ms cubic-bezier(0.86, 0, 0.07, 1),
			opacity 360ms ease;
	}

	.nykel-auth-modal.nykel-auth--signup .nykel-auth__purple-side {
		order: 2;
		flex: 1 1 auto;
		min-height: 154px;
		padding: 66px 24px 14px;
		clip-path: ellipse(130% 88% at 100% 112%);
	}

	.nykel-auth-modal .nykel-auth__form-side {
		order: 2;
		flex: 0 0 auto;
		min-height: 0;
		padding: 34px 28px 30px;
		background: var(--auth-form-surface);
		border-radius: 0;
	}

	.nykel-auth-modal.nykel-auth--signup .nykel-auth__form-side {
		order: 1;
		flex: 0 0 auto;
		place-items: start center;
		padding: 52px 28px 14px;
	}

	.nykel-auth-modal:focus-within .nykel-auth__stage {
		scroll-padding: 36px 0 72px;
	}

	.nykel-auth-modal:focus-within .nykel-auth__purple-side {
		min-height: 118px;
		padding: 12px 24px 40px;
		opacity: 0.96;
		clip-path: ellipse(120% 86% at 0% 0%);
	}

	.nykel-auth-modal.nykel-auth--signup:focus-within .nykel-auth__purple-side {
		min-height: 118px;
		padding: 42px 24px 12px;
		clip-path: ellipse(138% 84% at 100% 112%);
	}

	.nykel-auth-modal:focus-within .nykel-auth__form-side {
		padding-top: 56px;
		padding-bottom: 96px;
	}

	.nykel-auth-modal.nykel-auth--signup:focus-within .nykel-auth__form-side {
		padding-top: 96px;
		padding-bottom: 42px;
	}

	.nykel-auth-modal:focus-within .nykel-auth__aside h2 {
		margin-bottom: 6px;
		font-size: 1.05rem;
	}

	.nykel-auth-modal:focus-within .nykel-auth__aside p {
		display: none;
	}

	.nykel-auth-modal:focus-within .nykel-auth__aside button {
		min-height: 34px;
		min-width: 118px;
		font-size: 0.72rem;
	}

	.nykel-auth[data-auth].nykel-auth-modal .nykel-auth__form-card {
		position: static;
		top: auto;
		left: auto;
		width: min(380px, 100%);
		margin: 0 auto;
		padding: 0;
		transform: translateY(18px);
		transition: opacity 420ms ease, transform 620ms cubic-bezier(0.2, 0.85, 0.25, 1);
	}

	.nykel-auth[data-auth].nykel-auth-modal .nykel-auth__form-card.is-visible {
		transform: translateY(0);
	}

	.nykel-auth[data-auth].nykel-auth-modal.is-switching:not(.is-revealing) .nykel-auth__form-card.is-visible,
	.nykel-auth[data-auth].nykel-auth-modal.is-switching:not(.is-revealing) .nykel-auth__aside.is-visible {
		opacity: 0.08;
		transform: translateY(-8px) scale(0.985);
	}

	.nykel-auth[data-auth].nykel-auth-modal.is-switching:not(.is-revealing) .nykel-auth__purple-side {
		opacity: 0.22;
		transform: translateY(18px) scale(0.99);
	}

	.nykel-auth[data-auth].nykel-auth-modal.is-switching.is-revealing .nykel-auth__form-card.is-visible,
	.nykel-auth[data-auth].nykel-auth-modal.is-switching.is-revealing .nykel-auth__aside.is-visible {
		opacity: 1;
		transform: translateY(0) scale(1);
	}

	.nykel-auth[data-auth].nykel-auth-modal.is-switching.is-revealing .nykel-auth__purple-side {
		opacity: 1;
		transform: translateY(0) scale(1);
	}

	.nykel-auth[data-auth].nykel-auth-modal .nykel-auth__form-card:not(.is-visible),
	.nykel-auth[data-auth].nykel-auth-modal .nykel-auth__aside:not(.is-visible) {
		position: absolute;
		visibility: hidden;
	}

	.nykel-auth[data-auth].nykel-auth-modal .nykel-auth__form-card h1 {
		margin-bottom: 12px;
		font-size: 1rem;
		line-height: 1.12;
	}

	.nykel-auth[data-auth].nykel-auth-modal .nykel-auth__field {
		margin-bottom: 10px;
	}

	.nykel-auth[data-auth].nykel-auth-modal input.input-text,
	.nykel-auth[data-auth].nykel-auth-modal .woocommerce-Input {
		min-height: 48px;
		padding-left: 46px;
		font-size: 0.88rem;
	}

	.nykel-auth[data-auth].nykel-auth-modal .nykel-auth__field .nykel-auth__field-icon {
		left: 17px;
		font-size: 0.86rem;
	}

	.nykel-auth[data-auth].nykel-auth-modal .button,
	.nykel-auth[data-auth].nykel-auth-modal button.button {
		min-width: 142px;
		min-height: 46px;
		padding-inline: 26px;
		font-size: 0.78rem;
	}

	.nykel-auth-modal .nykel-auth__meta {
		margin: -3px 0 24px;
	}

	.nykel-auth-modal .nykel-auth__social-label {
		margin: 13px 0 8px;
		font-size: 0.8rem;
	}

	.nykel-auth-modal .nykel-auth__google {
		width: auto;
		min-width: 132px;
		height: 38px;
		padding-inline: 15px;
	}

	.nykel-auth-modal .nykel-auth__aside {
		position: static;
		width: min(380px, 100%);
		margin: 0 auto;
		transform: translateY(-10px);
		transition: opacity 420ms ease, transform 620ms cubic-bezier(0.2, 0.85, 0.25, 1);
	}

	.nykel-auth-modal.nykel-auth--signup .nykel-auth__aside {
		transform: translateY(10px);
	}

	.nykel-auth-modal .nykel-auth__aside.is-visible {
		transform: translateY(0);
	}

	.nykel-auth-modal.nykel-auth--signup .nykel-auth__purple-side .nykel-auth__aside,
	.nykel-auth-modal.nykel-auth--signup .nykel-auth__purple-side .nykel-auth__aside.is-visible {
		transform: translateY(0);
	}

	.nykel-auth-modal .nykel-auth__aside h2 {
		margin-bottom: 6px;
		font-size: 0.98rem;
	}

	.nykel-auth-modal .nykel-auth__aside p {
		margin-bottom: 8px;
		font-size: 0.7rem;
		line-height: 1.28;
	}

	.nykel-auth-modal .nykel-auth__aside button {
		min-height: 34px;
		min-width: 122px;
		font-size: 0.7rem;
	}

	.nykel-auth-modal__close {
		color: #ffffff;
		background: rgba(255, 255, 255, 0.18);
	}

	.nykel-auth-modal.nykel-auth--signup .nykel-auth-modal__close {
		color: var(--auth-primary);
		background: rgba(14, 165, 233, 0.1);
		border-color: rgba(14, 165, 233, 0.28);
	}
}

.woocommerce-main__inner {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.woocommerce-cart .woocommerce-main {
	padding-block: clamp(24px, 4vw, 54px);
}

body.woocommerce-cart .content-narrow {
	max-width: var(--container);
}

body.woocommerce-cart .entry-header {
	display: none;
}

.nykel-cart {
	--cart-bg: rgba(248, 251, 255, 0.92);
	--cart-card: rgba(255, 255, 255, 0.96);
	--cart-border: rgba(15, 23, 42, 0.12);
	--cart-text: #101827;
	--cart-muted: #5f7288;
	--cart-primary: #ef1726;
	--cart-accent: #0284c7;
	--cart-success: #04740b;
	color: var(--cart-text);
}

.dark .nykel-cart {
	--cart-bg: rgba(14, 22, 36, 0.72);
	--cart-card: rgba(18, 28, 43, 0.88);
	--cart-border: rgba(148, 163, 184, 0.18);
	--cart-text: #edf6ff;
	--cart-muted: #a7b8ce;
	--cart-primary: #ff304f;
	--cart-accent: #38bdf8;
	--cart-success: #22c55e;
}

.nykel-cart__header {
	margin: 0 0 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--cart-border);
}

.nykel-cart__header h1 {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 0 0 8px;
	color: var(--cart-text);
	font-size: clamp(1.8rem, 3.3vw, 2.4rem);
	line-height: 1.08;
	letter-spacing: 0;
}

.nykel-cart__header h1 span {
	font-size: 1.75rem;
}

.nykel-cart__header p {
	margin: 0;
	color: var(--cart-muted);
	font-size: 1rem;
}

.nykel-cart__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 400px);
	gap: clamp(22px, 3vw, 38px);
	align-items: start;
}

.nykel-cart__table-head {
	display: grid;
	grid-template-columns: minmax(360px, 1.55fr) minmax(112px, 0.42fr) minmax(136px, 0.42fr) minmax(118px, 0.42fr);
	gap: 20px;
	padding: 0 20px 12px;
	color: var(--cart-muted);
	font-size: 0.86rem;
	font-weight: 800;
}

.nykel-cart-item {
	display: grid;
	grid-template-columns: minmax(360px, 1.55fr) minmax(112px, 0.42fr) minmax(136px, 0.42fr) minmax(118px, 0.42fr);
	gap: 20px;
	align-items: center;
	margin: 0 0 12px;
	padding: 20px;
	background: var(--cart-card);
	border: 1px solid var(--cart-border);
	border-radius: 14px;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.dark .nykel-cart-item {
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.nykel-cart-item__product {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
}

.nykel-cart-item__thumb {
	display: block;
	overflow: hidden;
	aspect-ratio: 1;
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 12px;
	background: #eef4fa;
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.nykel-cart-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nykel-cart-item__copy h2 {
	margin: 0 0 10px;
	color: var(--cart-text);
	font-size: clamp(1.02rem, 1.35vw, 1.2rem);
	line-height: 1.2;
	letter-spacing: 0;
}

.nykel-cart-item__copy h2 a {
	color: inherit;
	text-decoration: none;
}

.nykel-cart-item__copy .variation,
.nykel-cart-item__copy .wc-item-meta,
.nykel-cart-item__copy p {
	margin: 0;
	color: var(--cart-muted);
	font-size: 0.9rem;
	line-height: 1.42;
}

.nykel-cart-item__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nykel-cart-item__chips li {
	display: inline-flex;
	gap: 4px;
	align-items: center;
	max-width: 100%;
	min-height: 28px;
	padding: 6px 9px;
	color: var(--cart-muted);
	background: rgba(148, 163, 184, 0.11);
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.15;
}

.dark .nykel-cart-item__chips li {
	background: rgba(148, 163, 184, 0.1);
	border-color: rgba(148, 163, 184, 0.18);
}

.nykel-cart-item__chips span {
	color: inherit;
	font-weight: 750;
}

.nykel-cart-item__chips strong {
	color: var(--cart-text);
	font-weight: 900;
}

.nykel-cart-item__price,
.nykel-cart-item__subtotal {
	color: var(--cart-text);
	font-size: 1.05rem;
	font-weight: 900;
}

.nykel-cart-item__subtotal {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: center;
	justify-items: end;
}

.nykel-cart-qty {
	display: inline-grid;
	grid-template-columns: 36px 50px 36px;
	min-height: 40px;
	border: 1px solid var(--cart-border);
	border-radius: 10px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.64);
}

.dark .nykel-cart-qty {
	background: rgba(255, 255, 255, 0.04);
}

.nykel-cart-qty button,
.nykel-cart-qty .qty {
	width: 100%;
	height: 40px;
	margin: 0;
	color: var(--cart-text);
	background: transparent;
	border: 0;
	text-align: center;
	font: inherit;
	font-weight: 850;
}

.nykel-cart-qty button {
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease;
}

.nykel-cart-qty button:hover,
.nykel-cart-qty button:focus-visible {
	color: #ffffff;
	background: var(--cart-accent);
}

.nykel-cart-qty .quantity {
	display: contents;
}

.nykel-cart-qty .qty::-webkit-outer-spin-button,
.nykel-cart-qty .qty::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
}

.nykel-cart-item__remove,
.nykel-cart-item__remove.remove {
	display: grid !important;
	place-items: center;
	width: 38px !important;
	height: 38px !important;
	color: var(--cart-primary) !important;
	background: transparent !important;
	border: 1px solid transparent !important;
	border-radius: 10px !important;
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1 !important;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nykel-cart-item__remove img,
.nykel-cart-item__remove.remove img {
	width: 21px;
	height: 21px;
	object-fit: contain;
}

.nykel-cart-item__remove:hover,
.nykel-cart-item__remove:focus-visible,
.nykel-cart-item__remove.remove:hover,
.nykel-cart-item__remove.remove:focus-visible {
	color: var(--cart-primary) !important;
	background: #f6f6f6 !important;
	border-color: rgba(15, 23, 42, 0.04) !important;
	transform: translateY(-1px);
}

.dark .nykel-cart-item__remove:hover,
.dark .nykel-cart-item__remove:focus-visible,
.dark .nykel-cart-item__remove.remove:hover,
.dark .nykel-cart-item__remove.remove:focus-visible {
	background: rgba(255, 255, 255, 0.08) !important;
	border-color: rgba(255, 255, 255, 0.08) !important;
}

.nykel-cart__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: flex-start;
	margin-top: 18px;
}

.nykel-cart__continue {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 16px;
	border-radius: 9px;
	font-size: 0.86rem;
	font-weight: 850;
	text-decoration: none;
}

.nykel-cart__continue {
	color: var(--cart-muted);
	background: rgba(148, 163, 184, 0.12);
}

.nykel-cart__update {
	display: none !important;
}

.nykel-cart-summary {
	position: sticky;
	top: 96px;
	overflow: hidden;
	background: var(--cart-card);
	border: 1px solid var(--cart-border);
	border-radius: 12px;
	box-shadow: 0 18px 54px rgba(15, 23, 42, 0.1);
}

.dark .nykel-cart-summary {
	box-shadow: 0 24px 62px rgba(0, 0, 0, 0.28);
}

.nykel-cart-summary h2 {
	margin: 0;
	padding: 26px 26px 8px;
	color: var(--cart-text);
	font-size: 1.35rem;
	line-height: 1.15;
	letter-spacing: 0;
}

.nykel-cart-summary__line {
	width: 56px;
	height: 3px;
	margin: 0 26px 22px;
	background: var(--cart-primary);
	border-radius: 999px;
}

.nykel-cart-summary__rows {
	display: grid;
	gap: 14px;
	padding: 0 26px 18px;
}

.nykel-cart-summary__rows > div {
	display: flex;
	gap: 18px;
	align-items: baseline;
	justify-content: space-between;
	color: var(--cart-text);
	font-size: 1rem;
}

.nykel-cart-summary__rows strong {
	font-weight: 850;
	text-align: right;
}

.nykel-cart-summary__total {
	margin-top: 4px;
	padding-top: 17px;
	border-top: 1px solid var(--cart-border);
	font-size: 1.15rem !important;
	text-transform: uppercase;
}

.nykel-cart-summary__total strong {
	color: var(--cart-primary);
	font-size: 1.25rem;
}

.nykel-cart-coupon {
	padding: 4px 26px 20px;
}

.nykel-cart-coupon label {
	display: block;
	margin: 0 0 10px;
	color: var(--cart-text);
	font-size: 0.9rem;
	font-weight: 900;
}

.nykel-cart-coupon > div {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
}

.nykel-cart-coupon input {
	width: 100%;
	min-height: 44px;
	padding: 0 14px;
	color: var(--cart-text);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--cart-border);
	border-radius: 8px;
}

.dark .nykel-cart-coupon input {
	background: rgba(255, 255, 255, 0.05);
}

.nykel-cart-coupon .button {
	min-height: 44px;
	padding: 0 18px;
	color: var(--cart-primary);
	background: transparent;
	border: 1px solid var(--cart-primary);
	border-radius: 8px;
	font-weight: 900;
}

.nykel-cart-summary__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 12px 26px 20px;
}

.nykel-cart-summary__checkout,
.nykel-cart-summary__whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 16px;
	border-radius: 8px;
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 950;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 160ms ease, filter 160ms ease;
}

.nykel-cart-summary__checkout img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.nykel-cart-summary__checkout {
	background: var(--cart-primary);
}

.nykel-cart-summary__whatsapp {
	background: var(--cart-success);
}

.nykel-cart-summary__checkout:hover,
.nykel-cart-summary__whatsapp:hover,
.nykel-cart-summary__checkout:focus-visible,
.nykel-cart-summary__whatsapp:focus-visible {
	color: #ffffff;
	filter: brightness(1.05);
	transform: translateY(-1px);
}

.nykel-cart-payments {
	padding: 6px 26px 24px;
	text-align: center;
}

.nykel-cart-payments p {
	margin: 0 0 14px;
	color: var(--cart-muted);
	font-size: 0.82rem;
}

.nykel-cart-payments ul {
	display: flex;
	flex-wrap: nowrap;
	gap: 9px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nykel-cart-payments li {
	flex: 0 1 auto;
	min-width: 0;
}

.nykel-cart-payments img {
	display: block;
	width: auto;
	height: 24px;
	max-width: 62px;
	object-fit: contain;
}

.nykel-cart-payments li:nth-child(3) img {
	max-width: 78px;
}

.dark .nykel-cart-payments li:nth-child(3) img {
	filter: invert(1) brightness(1.35);
}

.nykel-cart-trust {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	background: rgba(15, 23, 42, 0.04);
	border-top: 1px solid var(--cart-border);
}

.dark .nykel-cart-trust {
	background: rgba(255, 255, 255, 0.04);
}

.nykel-cart-trust span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 58px;
	padding: 12px;
	color: var(--cart-text);
	font-size: 0.82rem;
	font-weight: 850;
	text-align: center;
}

.nykel-cart-trust img {
	width: 19px;
	height: 19px;
	object-fit: contain;
}

.dark .nykel-cart-trust img {
	filter: brightness(0) invert(1);
}

.nykel-cart-trust span + span {
	border-left: 1px solid var(--cart-border);
}

.woocommerce-cart .woocommerce-notices-wrapper {
	margin-bottom: 16px;
}

@media (max-width: 1100px) {
	.nykel-cart__layout {
		grid-template-columns: 1fr;
	}

	.nykel-cart-summary {
		position: static;
	}
}

@media (max-width: 760px) {
	.woocommerce-cart .woocommerce-main {
		padding-block: 16px 30px;
	}

	.nykel-cart__header {
		margin-bottom: 16px;
	}

	.nykel-cart__table-head {
		display: none;
	}

	.nykel-cart-item {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 15px;
		border-radius: 16px;
	}

	.nykel-cart-item__product {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 14px;
		align-items: start;
	}

	.nykel-cart-item__thumb {
		border-radius: 12px;
	}

	.nykel-cart-item__copy h2 {
		margin-bottom: 8px;
		font-size: 1rem;
	}

	.nykel-cart-item__chips {
		gap: 6px;
	}

	.nykel-cart-item__chips li {
		min-height: 26px;
		padding: 5px 8px;
		font-size: 0.72rem;
	}

	.nykel-cart-item__price,
	.nykel-cart-item__quantity,
	.nykel-cart-item__subtotal {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding-top: 10px;
		border-top: 1px solid var(--cart-border);
	}

	.nykel-cart-item__price::before,
	.nykel-cart-item__quantity::before,
	.nykel-cart-item__subtotal::before {
		color: var(--cart-muted);
		font-size: 0.8rem;
		font-weight: 850;
		content: attr(data-title);
	}

	.nykel-cart-item__subtotal {
		grid-template-columns: auto 1fr auto;
		justify-items: end;
	}

	.nykel-cart-item__subtotal::before {
		justify-self: start;
	}

	.nykel-cart-item__subtotal strong {
		justify-self: end;
	}

	.nykel-cart-qty {
		grid-template-columns: 34px 46px 34px;
		min-height: 38px;
	}

	.nykel-cart-qty button,
	.nykel-cart-qty .qty {
		height: 38px;
	}

	.nykel-cart-item__remove,
	.nykel-cart-item__remove.remove {
		width: 36px !important;
		height: 36px !important;
	}

	.nykel-cart__actions {
		align-items: stretch;
	}

	.nykel-cart__continue {
		flex: 1 1 100%;
	}

	.nykel-cart-summary h2,
	.nykel-cart-summary__rows,
	.nykel-cart-coupon,
	.nykel-cart-summary__buttons,
	.nykel-cart-payments {
		padding-inline: 18px;
	}

	.nykel-cart-summary__line {
		margin-inline: 18px;
	}

	.nykel-cart-summary__buttons {
		grid-template-columns: 1fr;
	}

	.nykel-cart-coupon > div {
		grid-template-columns: 1fr;
	}
}

.single-product .woocommerce-main {
	padding-top: clamp(22px, 3vw, 42px);
}

.single-product .woocommerce-notices-wrapper {
	width: 100%;
}

.nykel-single-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0 0 18px;
	color: rgba(11, 18, 32, 0.55);
	font-size: 0.78rem;
	font-weight: 700;
}

.nykel-single-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.nykel-single-breadcrumb a:hover,
.nykel-single-breadcrumb a:focus-visible {
	color: var(--primary);
}

.single-product div.product {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
	gap: clamp(28px, 5vw, 56px);
	align-items: start;
	width: 100%;
	margin: 0 auto;
	padding: clamp(18px, 3vw, 34px);
	color: #111827;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 22px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.09);
}

.single-product div.product div.images,
.single-product div.product div.summary {
	float: none;
	width: auto;
	margin: 0;
}

.single-product div.product div.images {
	position: relative;
	overflow: visible;
}

.single-product div.product div.images .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.single-product div.product div.images .woocommerce-product-gallery__image:first-child {
	overflow: hidden;
	background: linear-gradient(145deg, rgba(15, 23, 42, 0.06), rgba(99, 102, 241, 0.08));
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 14px;
}

.single-product div.product div.images img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 0.92;
	object-fit: cover;
}

.single-product div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.single-product div.product div.images .flex-control-thumbs li {
	width: auto;
	margin: 0;
}

.single-product div.product div.images .flex-control-thumbs img {
	aspect-ratio: 1;
	object-fit: cover;
	background: rgba(15, 23, 42, 0.04);
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 9px;
	opacity: 1;
	transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.single-product div.product div.images .flex-control-thumbs img.flex-active,
.single-product div.product div.images .flex-control-thumbs img:hover {
	border-color: #6366f1;
	box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.25);
	transform: translateY(-1px);
}

.single-product div.product .summary {
	position: relative;
	min-height: 100%;
	padding: 4px 0 0;
	color: #111827;
	background: transparent;
}

.nykel-single-favorite {
	position: absolute;
	top: 0;
	right: 0;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	color: rgba(15, 23, 42, 0.56);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 999px;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.nykel-single-favorite:hover,
.nykel-single-favorite:focus-visible {
	color: #ef4444;
	background: rgba(239, 68, 68, 0.1);
	outline: none;
	transform: translateY(-1px);
}

.single-product .product_title {
	max-width: calc(100% - 50px);
	margin: 0 0 8px;
	color: inherit;
	font-size: clamp(1.75rem, 3.2vw, 2.65rem);
	line-height: 1.02;
	letter-spacing: 0;
}

.single-product .woocommerce-product-rating {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 16px;
	color: rgba(15, 23, 42, 0.62);
	font-size: 0.85rem;
}

.single-product .woocommerce-product-rating .star-rating {
	color: #fbbf24;
}

.single-product div.product p.price {
	display: inline-flex;
	gap: 10px;
	align-items: baseline;
	margin: 0 0 20px;
	color: #0f172a;
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	font-weight: 950;
}

.single-product div.product p.price del {
	color: rgba(15, 23, 42, 0.4);
	font-size: 0.75em;
	font-weight: 700;
}

.single-product div.product p.price ins {
	text-decoration: none;
}

.single-product div.product .stock {
	display: inline-flex;
	align-items: center;
	margin: 0 0 14px;
	padding: 6px 10px;
	color: #059669;
	background: rgba(16, 185, 129, 0.12);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 850;
}

.single-product div.product .woocommerce-product-details__short-description {
	margin: 0 0 20px;
	color: rgba(15, 23, 42, 0.72);
	font-size: 0.95rem;
	line-height: 1.65;
}

.single-product div.product form.cart {
	display: grid;
	grid-template-columns: 98px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin: 24px 0 0;
}

.single-product div.product form.cart::before,
.single-product div.product form.cart::after {
	display: none;
}

.single-product div.product form.cart .quantity {
	width: 100%;
}

.single-product div.product form.cart .qty {
	width: 100%;
	min-height: 46px;
	padding-inline: 12px;
	color: #111827;
	background: transparent;
	border: 1px solid rgba(15, 23, 42, 0.22);
	border-radius: 8px;
	font-weight: 850;
	text-align: center;
}

.single-product div.product form.cart .single_add_to_cart_button,
.single-product div.product form.cart .nykel-single-buy-now {
	min-height: 46px;
	border-radius: 8px;
	font-size: 0.92rem;
	font-weight: 900;
}

.single-product div.product form.cart .single_add_to_cart_button {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: linear-gradient(135deg, #6366f1, #4f46e5);
	border: 0;
	box-shadow: 0 14px 28px rgba(79, 70, 229, 0.24);
}

.single-product div.product form.cart .single_add_to_cart_button::before {
	content: "🛍";
	font-size: 0.95rem;
}

.single-product div.product form.cart .nykel-single-buy-now {
	grid-column: 1 / -1;
	color: #111827;
	background: transparent;
	border: 1px solid rgba(15, 23, 42, 0.22);
	box-shadow: none;
}

.single-product div.product form.cart .nykel-single-buy-now:hover,
.single-product div.product form.cart .nykel-single-buy-now:focus-visible {
	color: #ffffff;
	background: #111827;
}

.nykel-single-assurance {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.nykel-single-assurance div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 10px;
	row-gap: 2px;
	align-items: start;
	padding: 13px;
	background: rgba(15, 23, 42, 0.04);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 12px;
}

.nykel-single-assurance span {
	display: grid;
	grid-row: span 2;
	place-items: center;
	width: 28px;
	height: 28px;
	color: #16a34a;
	background: rgba(34, 197, 94, 0.12);
	border-radius: 999px;
	font-weight: 950;
}

.nykel-single-assurance strong {
	color: #111827;
	font-size: 0.82rem;
}

.nykel-single-assurance small {
	color: rgba(15, 23, 42, 0.56);
	font-size: 0.74rem;
	font-weight: 650;
	line-height: 1.35;
}

.single-product div.product .product_meta {
	margin-top: 20px;
	padding-top: 16px;
	color: rgba(15, 23, 42, 0.58);
	border-top: 1px solid rgba(148, 163, 184, 0.22);
	font-size: 0.82rem;
	font-weight: 750;
}

.single-product div.product .product_meta a {
	color: #111827;
	text-decoration: none;
}

.single-product div.product .product_meta a:hover,
.single-product div.product .product_meta a:focus-visible {
	color: var(--primary);
}

.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .upsells.products {
	grid-column: 1 / -1;
	margin-top: clamp(24px, 4vw, 42px);
}

.single-product .woocommerce-tabs {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: clamp(16px, 4vw, 44px);
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.24);
	list-style: none;
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs::after {
	display: none;
}

.single-product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.single-product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 0 0 14px;
	color: rgba(15, 23, 42, 0.55);
	border-bottom: 2px solid transparent;
	font-size: 0.86rem;
	font-weight: 850;
	text-decoration: none;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a:hover,
.single-product .woocommerce-tabs ul.tabs li a:focus-visible {
	color: #4f46e5;
	border-bottom-color: #6366f1;
}

.single-product .woocommerce-tabs .panel {
	margin: 22px 0 0;
	padding: 0;
	color: rgba(15, 23, 42, 0.74);
	font-size: 0.94rem;
	line-height: 1.7;
}

.single-product .woocommerce-tabs .panel h2 {
	margin: 0 0 12px;
	color: #111827;
	font-size: 1rem;
}

.nykel-single-shipping ul {
	display: grid;
	gap: 8px;
	margin: 12px 0 0;
	padding-left: 1.1rem;
}

.dark .nykel-single-breadcrumb {
	color: rgba(226, 232, 240, 0.56);
}

.dark .single-product div.product {
	color: #ffffff;
	background: rgba(15, 23, 42, 0.74);
	border-color: rgba(148, 163, 184, 0.18);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
}

.dark .single-product div.product div.images .woocommerce-product-gallery__image:first-child {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(99, 102, 241, 0.08));
	border-color: rgba(148, 163, 184, 0.18);
}

.dark .single-product div.product div.images .flex-control-thumbs img {
	background: rgba(15, 23, 42, 0.92);
	border-color: rgba(148, 163, 184, 0.2);
}

.dark .nykel-single-favorite {
	color: rgba(226, 232, 240, 0.64);
	background: rgba(15, 23, 42, 0.58);
	border-color: rgba(148, 163, 184, 0.22);
}

.dark .single-product .woocommerce-product-rating,
.dark .single-product div.product .woocommerce-product-details__short-description,
.dark .single-product .woocommerce-tabs .panel {
	color: rgba(226, 232, 240, 0.72);
}

.dark .single-product div.product p.price,
.dark .single-product .product_title,
.dark .single-product div.product .product_meta a,
.dark .single-product .woocommerce-tabs .panel h2,
.dark .nykel-single-assurance strong {
	color: #ffffff;
}

.dark .single-product div.product p.price del,
.dark .single-product div.product .product_meta,
.dark .nykel-single-assurance small {
	color: rgba(226, 232, 240, 0.54);
}

.dark .single-product div.product form.cart .qty {
	color: #ffffff;
	border-color: rgba(226, 232, 240, 0.26);
}

.dark .single-product div.product form.cart .nykel-single-buy-now {
	color: #ffffff;
	border-color: rgba(226, 232, 240, 0.26);
}

.dark .single-product div.product form.cart .nykel-single-buy-now:hover,
.dark .single-product div.product form.cart .nykel-single-buy-now:focus-visible {
	color: #0f172a;
	background: #ffffff;
}

.dark .nykel-single-assurance div {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(148, 163, 184, 0.16);
}

.dark .single-product div.product .product_meta,
.dark .single-product .woocommerce-tabs ul.tabs {
	border-color: rgba(148, 163, 184, 0.22);
}

.dark .single-product .woocommerce-tabs ul.tabs li a {
	color: rgba(226, 232, 240, 0.56);
}

.dark .single-product .woocommerce-tabs ul.tabs li.active a,
.dark .single-product .woocommerce-tabs ul.tabs li a:hover,
.dark .single-product .woocommerce-tabs ul.tabs li a:focus-visible {
	color: #818cf8;
	border-bottom-color: #818cf8;
}

.site-footer {
	--footer-x: 50%;
	--footer-y: 50%;
	position: relative;
	overflow: hidden;
	width: min(100% - 32px, 1520px);
	margin: clamp(34px, 5vw, 72px) auto 12px;
	padding-block: clamp(42px, 5vw, 74px) 0;
	color: rgba(15, 23, 42, 0.76);
	background:
		radial-gradient(circle at var(--footer-x) var(--footer-y), rgba(60, 162, 250, 0.16), transparent 22%),
		radial-gradient(130% 120% at 50% 5%, rgba(255, 255, 255, 0.82) 38%, rgba(219, 234, 254, 0.62) 72%, rgba(186, 230, 253, 0.46) 100%),
		#f8fafc;
	border: 0;
	border-radius: 28px;
	box-shadow: 0 24px 80px rgba(15, 23, 42, 0.12);
	isolation: isolate;
}

.dark .site-footer {
	color: rgba(255, 255, 255, 0.78);
	background:
		radial-gradient(circle at var(--footer-x) var(--footer-y), rgba(60, 162, 250, 0.18), transparent 22%),
		radial-gradient(130% 120% at 50% 8%, rgba(15, 15, 17, 0.62) 40%, rgba(6, 20, 31, 0.88) 78%, rgba(3, 7, 18, 0.96) 100%),
		#050608;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.site-footer a {
	color: rgba(15, 23, 42, 0.82);
	text-decoration: none;
	transition: color 180ms ease, transform 180ms ease;
}

.dark .site-footer a {
	color: rgba(255, 255, 255, 0.9);
}

.site-footer a:hover,
.site-footer a:focus-visible {
	color: #3ca2fa;
}

.site-footer__inner {
	display: grid;
	position: relative;
	z-index: 1;
	grid-template-columns: minmax(220px, 1.05fr) repeat(3, minmax(180px, 0.85fr));
	gap: clamp(28px, 4vw, 72px);
	padding: 0 clamp(20px, 4vw, 62px) 0;
}

.site-footer__glow {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(circle at 72% 38%, rgba(60, 162, 250, 0.12), transparent 18%),
		linear-gradient(180deg, transparent 42%, rgba(186, 230, 253, 0.34));
	pointer-events: none;
}

.dark .site-footer__glow {
	background:
		radial-gradient(circle at 72% 38%, rgba(60, 162, 250, 0.12), transparent 18%),
		linear-gradient(180deg, transparent 42%, rgba(5, 48, 75, 0.48));
}

.site-footer__glow::before {
	position: absolute;
	top: 45%;
	left: 68%;
	width: 8px;
	height: 8px;
	content: "";
	background: #0ea5e9;
	border-radius: 999px;
	box-shadow: 0 0 24px rgba(14, 165, 233, 0.9);
	animation: footer-dot-pulse 2.8s ease-in-out infinite;
}

.site-footer__brand,
.site-footer__nav,
.site-footer__contact {
	min-width: 0;
}

.site-footer__logo {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 18px;
	color: #0f172a;
	text-decoration: none;
}

.site-footer__logo img {
	width: min(100%, 190px);
	height: auto;
	filter: drop-shadow(0 0 14px rgba(60, 162, 250, 0.12));
}

.dark .site-footer__logo img {
	filter: brightness(0) invert(1) drop-shadow(0 0 14px rgba(60, 162, 250, 0.18));
}

.site-footer__tagline {
	margin: 0 0 18px;
	color: rgba(15, 23, 42, 0.72);
	font-size: 0.92rem;
	line-height: 1.5;
}

.dark .site-footer__tagline {
	color: rgba(255, 255, 255, 0.82);
}

.site-footer h3 {
	margin: 0 0 20px;
	color: #0f172a;
	font-size: 1rem;
	font-weight: 900;
	text-transform: uppercase;
}

.dark .site-footer h3 {
	color: #ffffff;
}

.site-footer__payments {
	display: grid;
	grid-template-columns: repeat(2, 64px);
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__payments li {
	display: grid;
	place-items: center;
	min-height: 40px;
	padding: 4px;
}

.site-footer__payments img {
	width: 58px;
	max-height: 38px;
	object-fit: contain;
	transition: transform 180ms ease, filter 180ms ease;
}

.site-footer__payments img:hover {
	filter: drop-shadow(0 8px 14px rgba(60, 162, 250, 0.16));
	transform: translateY(-2px);
}

.site-footer__nav ul,
.site-footer__contact ul {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__nav a,
.site-footer__contact a,
.site-footer__contact-line {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: rgba(15, 23, 42, 0.74);
	font-size: 0.98rem;
	line-height: 1.45;
}

.dark .site-footer__nav a,
.dark .site-footer__contact a,
.dark .site-footer__contact-line {
	color: rgba(255, 255, 255, 0.84);
}

.site-footer__contact-icon {
	display: inline-grid;
	place-items: center;
	width: 20px;
	color: #3ca2fa;
	font-size: 1.05rem;
	line-height: 1;
}

.site-footer__social {
	position: relative;
	z-index: 2;
	display: flex;
	grid-column: 1 / 3;
	gap: 18px;
	align-items: center;
	align-self: start;
	min-height: 44px;
	margin: clamp(-54px, -3.8vw, -26px) 0 4px;
	padding-top: 0;
}

.site-footer__social a {
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	color: rgba(15, 23, 42, 0.58);
	font-weight: 900;
}

.dark .site-footer__social a {
	color: rgba(226, 232, 240, 0.72);
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
	color: #3ca2fa;
	transform: translateY(-2px);
}

.site-footer__wordmark {
	position: relative;
	z-index: 1;
	grid-column: 1 / -1;
	height: clamp(104px, 15.5vw, 210px);
	margin-top: clamp(-38px, -2.8vw, -16px);
	pointer-events: none;
}

.site-footer__wordmark-svg {
	position: absolute;
	right: 0;
	bottom: -1%;
	left: 0;
	width: 100%;
	height: 112%;
	overflow: visible;
}

.site-footer__wordmark-svg text {
	font-family: var(--font-sans);
	font-size: 70px;
	font-weight: 950;
	letter-spacing: -0.045em;
	text-transform: uppercase;
}

.site-footer__wordmark-shadow {
	fill: transparent;
	opacity: 0;
	stroke: rgba(15, 23, 42, 0.16);
	stroke-width: 0.32;
	transition: opacity 180ms ease;
}

.dark .site-footer__wordmark-shadow {
	stroke: rgba(226, 232, 240, 0.22);
}

.site-footer__wordmark-outline {
	fill: transparent;
	stroke: rgba(14, 116, 190, 0.45);
	stroke-width: 0.34;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: footer-wordmark-draw 4.8s ease-in-out infinite alternate;
}

.dark .site-footer__wordmark-outline {
	stroke: rgba(60, 162, 250, 0.58);
}

.site-footer__wordmark-reveal {
	fill: transparent;
	stroke: url("#nykelFooterTextGradient");
	stroke-width: 0.42;
	opacity: 0;
	transition: opacity 180ms ease;
}

.site-footer:hover .site-footer__wordmark-shadow,
.site-footer:focus-within .site-footer__wordmark-shadow {
	opacity: 0.52;
}

.site-footer:hover .site-footer__wordmark-reveal,
.site-footer:focus-within .site-footer__wordmark-reveal {
	opacity: 1;
}

.site-footer__copyright {
	position: relative;
	z-index: 2;
	grid-column: 3 / -1;
	align-self: start;
	margin: clamp(-54px, -3.8vw, -26px) 0 4px;
	color: rgba(15, 23, 42, 0.76);
	font-size: 0.92rem;
	text-align: right;
}

.dark .site-footer__copyright {
	color: rgba(255, 255, 255, 0.9);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1040px) {
	.menu-toggle {
		width: 45px;
		height: 45px;
	}

	.menu-toggle__ai {
		width: 41px;
		height: 41px;
		font-size: 0.82rem;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-menu-toggle {
		display: inline-flex;
	}

	.site-header__main-inner {
		grid-template-columns: auto minmax(220px, 1fr) auto;
		gap: var(--space-md);
	}

	.site-branding {
		width: 190px;
		min-width: 190px;
	}

	.header-actions {
		gap: 14px;
	}

	.header-action--text {
		display: none;
	}

	.category-menu {
		gap: 22px;
	}
}

@media (max-width: 900px) {
	.urgent-bar__inner {
		min-height: 42px;
		padding-inline: 42px;
	}

	.urgent-bar__link {
		max-width: calc(100% - 36px);
		padding: 5px 10px;
	}

	.urgent-bar__message {
		gap: 6px;
		font-size: 0.82rem;
		line-height: 1.25;
	}

	.urgent-bar__tag {
		min-height: 23px;
		padding: 0 9px;
	}

	.urgent-bar__arrow {
		width: 15px;
		height: 15px;
	}

	.site-header__main-inner {
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"brand actions"
			"search search";
		row-gap: var(--space-sm);
		padding-block: var(--space-sm);
	}

	.site-header__brand-group {
		grid-area: brand;
		gap: var(--space-sm);
		min-width: 0;
	}

	.header-search {
		grid-area: search;
	}

	.header-actions {
		grid-area: actions;
	}

	.site-branding {
		justify-content: flex-start;
		width: 170px;
		min-width: 170px;
	}

	.site-branding__logo {
		max-height: 46px;
	}

	.header-search__field {
		min-height: 46px;
	}

	.category-navigation {
		position: static;
		display: block;
		width: calc(100% - 24px);
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.dark .category-navigation {
		background: #111827;
	}

	.category-menu {
		align-items: stretch;
		flex-direction: column;
		gap: var(--space-sm);
	}

	.category-menu__item {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
	}

	.category-submenu {
		position: static;
		grid-column: 1 / -1;
		display: none;
		min-width: 0;
		margin-top: 4px;
		padding: 6px;
		background: #fbfbfc;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		transition: none;
	}

	.category-submenu::before {
		display: none;
	}

	.has-submenu:hover > .category-submenu,
	.has-submenu:focus-within > .category-submenu {
		display: none;
	}

	.has-submenu.is-open > .category-submenu {
		display: grid;
	}

	.category-submenu a {
		min-height: 36px;
	}

	.site-header__categories-inner {
		position: relative;
		align-items: stretch;
		flex-direction: column;
		justify-content: center;
		min-height: 58px;
		padding-block: var(--space-sm);
	}

	.side-popup {
		--side-popup-offset: 16px;
	}

	.side-popup__panel {
		right: 10px;
		width: calc(100vw - 20px);
		border-radius: 18px;
	}

	.side-popup__controls {
		top: 12px;
		right: 12px;
	}

	.side-popup__close,
	.side-popup__minimize {
		width: 38px;
		height: 38px;
	}

	.side-popup__rail {
		min-width: 48px;
		min-height: 168px;
		border-radius: 16px 0 0 16px;
	}

	.tubes-cursor__content h2 {
		font-size: clamp(3.4rem, 20vw, 6.4rem);
	}

	.tubes-cursor__content > strong {
		font-size: clamp(2.2rem, 14vw, 4.4rem);
	}

	.diuz-chat {
		align-items: center;
		padding-inline: 18px;
		padding-block: 20px 14px;
		text-align: center;
	}

	.diuz-chat__announcement {
		align-self: center;
		max-width: calc(100% - 50px);
		font-size: 0.72rem;
	}

	.diuz-chat .diuz-chat__heading h2 {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.diuz-chat .diuz-chat__heading p {
		margin-inline: auto;
		font-size: 0.92rem;
	}

	.diuz-chat__modes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: min(100%, 520px);
		gap: 6px;
		margin-bottom: 8px;
	}

	.diuz-chat__mode {
		min-height: 48px;
		padding: 8px;
		text-align: center;
	}

	.diuz-chat__mode span {
		font-size: 0.78rem;
	}

	.diuz-chat__mode small {
		font-size: 0.62rem;
	}

	.diuz-chat__workspace {
		grid-template-columns: 1fr;
		width: min(100%, 520px);
		gap: 8px;
		margin-bottom: 10px;
	}

	.diuz-chat__smart-prompts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: min(100%, 520px);
		gap: 7px;
		margin-bottom: 8px;
	}

	.diuz-chat__smart-prompts button {
		min-height: 44px;
		padding: 8px 9px;
	}

	.diuz-chat__smart-prompts button span {
		font-size: 0.7rem;
	}

	.diuz-chat__smart-prompts button small {
		font-size: 0.58rem;
	}

		.diuz-chat__thread {
			height: clamp(260px, 43vh, 430px);
			padding: 10px;
			text-align: left;
		}

		.diuz-chat__message {
			max-width: 94%;
			font-size: 0.8rem;
			line-height: 1.36;
			text-align: left;
		}

		.diuz-chat__message--user {
			max-width: 84%;
		}

	.diuz-chat__summary {
		padding: 11px;
	}

	.diuz-chat__summary-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.diuz-chat__summary-list li {
		min-height: 40px;
	}

	.diuz-chat__composer {
		width: min(100%, 520px);
		text-align: left;
	}

	.diuz-chat__composer textarea {
		min-height: 54px;
		font-size: 0.86rem;
	}

	.diuz-chat__toolbar {
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.diuz-chat__left-tools,
	.diuz-chat__right-tools {
		width: auto;
	}

	.diuz-chat__left-tools {
		justify-content: flex-start;
	}

	.diuz-chat__right-tools {
		justify-content: flex-end;
		margin-left: auto;
	}

	.diuz-chat__send {
		padding-inline: 12px;
	}

	.diuz-chat__quick-actions {
		width: min(100%, 520px);
		gap: 6px;
	}

	.diuz-chat__quick-actions button,
	.diuz-chat__quick-actions a {
		min-height: 32px;
		padding-inline: 10px;
		font-size: 0.72rem;
	}

	.diuz-chat__quick-actions--login {
		width: min(100%, 360px);
		gap: 8px;
	}

	.diuz-chat__mini-menu {
		max-width: calc(100vw - 72px);
	}

	.diuz-chat__mini-menu--attach {
		width: max-content;
		min-width: 0;
		max-width: calc(100vw - 96px);
		padding: 8px;
		border-radius: 16px;
	}

	.diuz-chat__mini-menu--attach button {
		grid-template-columns: 18px max-content;
		min-height: 42px;
		padding: 8px 10px;
		min-width: 104px;
	}

	.diuz-chat__mini-menu .diuz-chat__attach-option--mobile {
		min-width: 104px;
	}

	.diuz-chat__mini-menu .diuz-chat__attach-option--desktop {
		display: none;
	}

	.diuz-chat__mini-menu .diuz-chat__attach-option--mobile {
		display: grid;
	}

	.diuz-chat__mini-menu--model {
		right: auto;
		left: 0;
		bottom: calc(100% + 10px);
		width: min(196px, calc(100vw - 96px));
		min-width: 0;
		padding: 7px;
		border-radius: 16px;
		transform-origin: left bottom;
	}

	.diuz-chat__mini-menu--model button {
		grid-template-columns: 16px minmax(0, 1fr);
		min-height: 40px;
		padding: 7px 8px;
		column-gap: 7px;
	}

	.diuz-chat__mini-menu--model strong {
		font-size: 0.76rem;
		line-height: 1.1;
	}

	.diuz-chat__mini-menu--model small {
		font-size: 0.62rem;
		line-height: 1.2;
		margin-top: 1px;
	}

	@media (max-width: 420px) {
		.diuz-chat__mini-menu--model {
			left: 0;
			right: auto;
			transform-origin: left bottom;
		}
	}

	.cards-grid,
	.content-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.value-added__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.value-added__item {
		align-content: center;
		min-height: 0;
		padding: 9px 12px;
		gap: 4px;
	}

	.value-added__copy {
		display: grid;
		gap: 5px;
		justify-items: center;
		width: 100%;
		text-align: center;
	}

	.value-added__copy p {
		position: static;
		inset: auto;
		display: grid;
		place-items: center;
		width: min(100%, 300px);
		margin: 0;
		padding: 8px 12px;
		color: #111827;
		background: rgba(255, 255, 255, 0.58);
		border-color: rgba(148, 163, 184, 0.18);
		border-radius: 11px;
		box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
		font-size: 0.78rem;
		font-weight: 700;
		line-height: 1.34;
		opacity: 1;
		transform: none;
	}

	.dark .value-added__copy p {
		color: #ffffff;
		background: rgba(255, 255, 255, 0.08);
	}

	.value-added__item:hover .value-added__copy p,
	.value-added__item:focus-within .value-added__copy p {
		opacity: 1;
		transform: none;
	}

	.value-added__item:active .value-added__copy p {
		animation: value-added-description-pulse 420ms ease;
	}

	.value-added__item:hover .value-added__icon,
	.value-added__item:focus-within .value-added__icon,
	.value-added__item:hover .value-added__copy h3,
	.value-added__item:focus-within .value-added__copy h3 {
		opacity: 1;
		transform: none;
	}

	.featured-offers__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.featured-offers__card,
	.featured-offers__card--wide {
		grid-column: auto;
		min-height: 300px;
	}

	.featured-offers__card--pink,
	.featured-offers__card--silver {
		grid-column: span 2;
	}

	.site-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
	}

	.site-footer__brand,
	.site-footer__wordmark,
	.site-footer__copyright {
		grid-column: 1 / -1;
	}

	.site-footer__social {
		grid-column: 1 / -1;
		margin-top: -24px;
		margin-bottom: 6px;
		padding-top: 0;
	}

	.site-footer__copyright {
		margin-top: -6px;
		margin-bottom: 6px;
		text-align: left;
	}

	.trust-layout,
	.hero__grid,
	.impact-layout,
	.use-case-grid,
	.process-timeline {
		grid-template-columns: 1fr;
	}

	.woocommerce ul.products,
	.featured-products .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.single-product div.product {
		grid-template-columns: 1fr;
		gap: 26px;
		padding: clamp(16px, 3vw, 24px);
	}

	.hero-accordion {
		--accordion-height: clamp(360px, 54vw, 450px);
		--accordion-closed: clamp(46px, 7vw, 58px);
		--accordion-active: min(58vw, 430px);
		width: min(100%, 760px);
		margin-inline: auto;
	}
}

@media (min-width: 641px) and (max-width: 900px) {
	.side-popup {
		--side-popup-offset: 16px;
	}

	.side-popup__panel {
		right: 50%;
		width: min(100vw - 32px, 720px);
		border-radius: 22px;
		transform: translate(50%, calc(100% + 48px));
	}

	.side-popup.is-open .side-popup__panel {
		transform: translate(50%, 0);
	}

	.side-popup__controls {
		top: 14px;
		right: 14px;
	}

	.side-popup__close,
	.side-popup__minimize {
		width: 38px;
		height: 38px;
	}

	.tubes-cursor__content {
		padding: 56px 18px 18px;
	}

	.diuz-chat {
		width: 100%;
		padding-block: 0;
	}

	.diuz-chat__brand {
		width: 150px;
		margin-bottom: 10px;
	}

	.diuz-chat__modes,
	.diuz-chat__workspace,
	.diuz-chat__smart-prompts,
	.diuz-chat__composer {
		width: min(100%, 640px);
	}

	.diuz-chat__workspace {
		gap: 8px;
		margin-bottom: 8px;
	}

	.diuz-chat__thread {
		height: clamp(280px, 36vh, 360px);
		min-height: 0;
	}

	.diuz-chat__summary {
		display: flex;
		gap: 8px;
		max-height: min(42vh, 390px);
		padding: 10px;
	}

	.diuz-chat__summary-head {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.diuz-chat__tablet-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
		padding: 4px;
		background: rgba(255, 255, 255, 0.045);
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 14px;
	}

	.diuz-chat__tablet-tabs button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 34px;
		padding: 0 12px;
		color: rgba(255, 255, 255, 0.58);
		background: transparent;
		border: 0;
		border-radius: 10px;
		font: inherit;
		font-size: 0.72rem;
		font-weight: 950;
		cursor: pointer;
		transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
	}

	.diuz-chat__tablet-tabs button.is-active {
		color: #ffffff;
		background: linear-gradient(135deg, rgba(20, 136, 252, 0.35), rgba(99, 102, 241, 0.26));
		box-shadow: inset 0 1px rgba(255, 255, 255, 0.14);
	}

	.diuz-chat__summary-panel,
	.diuz-chat__history-panel {
		display: none;
	}

	.diuz-chat__summary-panel.is-active {
		display: grid;
		gap: 8px;
	}

	.diuz-chat__history-panel.is-active {
		display: flex;
		flex: 1 1 auto;
		min-height: 0;
	}

	.diuz-chat__history-panel .diuz-chat__history {
		flex: 1 1 auto;
		min-height: 0;
		max-height: none;
	}

	.diuz-chat__history-panel .diuz-chat__history-list {
		max-height: min(25vh, 240px);
		min-height: 120px;
	}

	.diuz-chat__history-panel .diuz-chat__new-session {
		flex: 0 0 auto;
		min-height: 38px;
	}

	.diuz-chat__summary-agent {
		padding: 8px;
	}

	.diuz-chat__summary-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.diuz-chat__summary-list li {
		min-height: 38px;
	}

	.site-header__categories,
	.site-header__categories .header-phone {
		display: none;
	}

	.hero__content {
		margin-inline: auto;
		text-align: center;
	}

	.hero p {
		margin-inline: auto;
	}

	.hero__actions {
		justify-content: center;
	}

	.hero-accordion__track {
		justify-content: center;
	}

	.category-navigation {
		overflow-x: auto;
		overflow-y: visible;
	}

	.dark .category-navigation {
		background: transparent;
	}

	.category-menu {
		align-items: center;
		flex-direction: row;
		gap: 24px;
		width: max-content;
		min-width: max-content;
	}

	.category-menu__item {
		display: inline-flex;
	}

	.site-header__categories-inner {
		gap: var(--space-sm);
		padding-block: var(--space-xs);
	}
}

@media (max-width: 640px) {
	.side-popup {
		--side-popup-offset: 0px;
		top: 0;
		bottom: 0;
	}

	.side-popup__overlay {
		display: none;
	}

	.side-popup__panel {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100vw;
		min-height: 100dvh;
		max-height: 100dvh;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		transform: translateY(104%);
	}

	.side-popup.is-open .side-popup__panel {
		transform: translateY(0);
	}

	.side-popup__controls {
		top: 10px;
		right: 12px;
		gap: 7px;
	}

	.side-popup__close,
	.side-popup__minimize {
		width: 34px;
		height: 34px;
		background: rgba(255, 255, 255, 0.12);
	}

	.tubes-cursor {
		min-height: 100dvh;
	}

	.tubes-cursor__content {
		justify-content: flex-start;
		min-height: 100dvh;
		max-height: 100dvh;
		padding: 10px 12px 10px;
		overflow: hidden;
	}

	.diuz-chat {
		display: flex;
		align-items: stretch;
		flex-direction: column;
		width: 100%;
		min-height: calc(100dvh - 64px);
		padding: 0;
		text-align: left;
	}

	.diuz-chat__announcement {
		display: none;
	}

	.diuz-chat__brand {
		display: flex;
		align-items: center;
		align-self: flex-start;
		width: 132px;
		min-height: 34px;
		margin: 0 90px 10px 0;
	}

	.diuz-chat__brand img {
		max-height: 32px;
	}

	.diuz-chat__heading {
		max-width: calc(100% - 92px);
		margin: 0 92px 8px 0;
		text-align: left;
	}

	.diuz-chat .diuz-chat__heading h2 {
		margin-bottom: 3px;
		font-size: 1.25rem;
		line-height: 1;
	}

	.diuz-chat .diuz-chat__heading p {
		margin: 0;
		font-size: 0.76rem;
		line-height: 1.25;
	}

	.diuz-chat__modes {
		flex-shrink: 0;
		width: 100%;
		margin-bottom: 8px;
	}

	.diuz-chat__mode {
		min-height: 44px;
		padding: 7px 8px;
	}

	.diuz-chat__mode span {
		font-size: 0.74rem;
	}

	.diuz-chat__mode small {
		font-size: 0.58rem;
	}

	.diuz-chat__workspace {
		flex: 1 1 auto;
		grid-template-columns: 1fr;
		grid-template-rows: minmax(0, 1fr);
		width: 100%;
		min-height: 0;
		margin-bottom: 8px;
	}

	.diuz-chat__smart-prompts {
		display: flex;
		flex-shrink: 0;
		gap: 7px;
		width: 100%;
		margin-bottom: 8px;
		padding-bottom: 2px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.diuz-chat__smart-prompts::-webkit-scrollbar {
		display: none;
	}

	.diuz-chat__smart-prompts button {
		flex: 0 0 150px;
		min-height: 42px;
		padding: 8px 10px;
		border-radius: 14px;
	}

	.diuz-chat__smart-prompts button span {
		font-size: 0.7rem;
	}

	.diuz-chat__smart-prompts button small {
		font-size: 0.58rem;
	}

	.diuz-chat__thread {
		height: 100%;
		min-height: 0;
		padding: 10px;
	}

	.diuz-chat__summary {
		display: none;
	}

	.diuz-chat__composer {
		position: relative;
		flex-shrink: 0;
		width: 100%;
	}

	.diuz-chat__composer textarea {
		min-height: 52px;
		max-height: 118px;
		padding: 13px 15px 6px;
		font-size: 0.86rem;
	}

	.diuz-chat__toolbar {
		padding: 7px 9px 8px;
	}

	.section {
		padding-block: var(--space-lg);
	}

	.urgent-bar__inner {
		width: min(100% - 12px, var(--container));
		min-height: 38px;
		padding-inline: 38px 34px;
	}

	.urgent-bar__link {
		max-width: calc(100% - 34px);
		padding: 3px 6px;
	}

	.urgent-bar__message {
		gap: 4px;
		font-size: 0.62rem;
		line-height: 1.2;
	}

	.urgent-bar__text {
		white-space: normal;
	}

	.urgent-bar__tag {
		min-height: 18px;
		padding: 0 6px;
		font-size: 0.6rem;
	}

	.urgent-bar__arrow {
		width: 11px;
		height: 11px;
	}

	.theme-toggle {
		width: 28px;
		height: 28px;
		border-radius: 7px;
	}

	.site-header__main {
		background: #ffffff;
	}

	.dark .site-header__main {
		background: #111827;
	}

	.site-header__main-inner {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas: "brand actions";
		min-height: 88px;
	}

	.site-header__brand-group {
		justify-content: flex-start;
		gap: 12px;
		min-width: 0;
	}

	.header-actions {
		justify-content: flex-end;
		width: auto;
		gap: 10px;
		padding-inline: 4px;
	}

	.header-search,
	.site-header__categories {
		display: none;
	}

	.menu-toggle {
		width: 46px;
		height: 46px;
	}

	.site-branding {
		width: 176px;
		min-width: 0;
		padding-inline: 0;
	}

	.site-branding__logo {
		max-height: 44px;
	}

	.header-account__menu {
		position: fixed;
		top: 146px;
		right: 12px;
		left: 12px;
		width: auto;
		transform-origin: top right;
	}

	.header-account {
		transform: none;
	}

	.header-action {
		font-size: 0.92rem;
	}

	.header-action--icon {
		font-size: 1.25rem;
	}

	.site-header__categories-inner {
		align-items: stretch;
		flex-direction: column;
		justify-content: center;
		padding-block: var(--space-xs);
	}

	.category-navigation {
		position: static;
		display: block;
		width: 100%;
		padding: 0;
		overflow: visible;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.category-menu {
		flex-direction: column;
		gap: var(--space-xs);
		width: 100%;
		min-width: 100%;
	}

	.category-menu a {
		min-height: 38px;
	}

	.header-phone {
		width: 100%;
		min-height: 42px;
	}

	.hero {
		padding-block: 64px;
	}

	.hero-orbit {
		display: none;
	}

	.hero__content {
		margin-inline: auto;
		text-align: center;
	}

	.hero p {
		margin-inline: auto;
	}

	.hero__actions {
		justify-content: center;
	}

	.woocommerce .site-main {
		padding-block: var(--space-md);
	}

	.woocommerce .page-title {
		margin-bottom: var(--space-sm);
	}

	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering {
		float: none;
		width: 100%;
		margin-inline: 0;
	}

	.woocommerce .catalog-toolbar {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
		margin-top: 0;
		margin-bottom: 14px;
		padding: 10px;
	}

	.value-added__header {
		text-align: center;
	}

	.value-added__grid {
		grid-template-columns: 1fr;
		padding: 10px;
	}

	.value-added__item {
		grid-template-columns: 1fr;
		align-items: center;
		align-content: center;
		justify-items: center;
		min-height: 0;
		padding: 8px 12px;
		border-radius: 16px;
		gap: 4px;
	}

	.value-added__icon {
		width: 50px;
		height: 36px;
		border-radius: 0;
	}

	.value-added__icon img {
		width: 34px;
		height: 34px;
	}

	.value-added__copy {
		display: grid;
		gap: 5px;
		justify-items: center;
		width: 100%;
		text-align: center;
	}

	.value-added__copy h3 {
		margin: 0;
		font-size: 0.92rem;
		line-height: 1.15;
	}

	.value-added__copy p {
		position: static;
		inset: auto;
		top: auto;
		right: auto;
		left: auto;
		display: grid;
		place-items: center;
		width: min(100%, 285px);
		margin: 0;
		padding: 7px 11px;
		color: #111827;
		background: rgba(255, 255, 255, 0.58);
		border-color: rgba(148, 163, 184, 0.18);
		border-radius: 11px;
		box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
		font-size: 0.74rem;
		font-weight: 700;
		line-height: 1.32;
		text-align: center;
		opacity: 1;
		transform: none;
	}

	.dark .value-added__copy p {
		color: #ffffff;
		background: rgba(255, 255, 255, 0.08);
	}

	.value-added__item:hover .value-added__icon,
	.value-added__item:focus-within .value-added__icon,
	.value-added__item:hover .value-added__copy h3,
	.value-added__item:focus-within .value-added__copy h3 {
		opacity: 1;
		transform: none;
	}

	.value-added__metric {
		display: none;
	}

	.featured-offers__header {
		margin-bottom: var(--space-md);
	}

	.featured-offers__header h2 {
		font-size: clamp(1.85rem, 9vw, 2.45rem);
	}

	.featured-offers__grid {
		grid-template-columns: 1fr;
		gap: var(--space-sm);
	}

	.featured-offers__card,
	.featured-offers__card--wide,
	.featured-offers__card--pink,
	.featured-offers__card--silver {
		grid-column: auto;
		min-height: 230px;
		padding: 22px 20px;
	}

	.featured-offers__card strong {
		font-size: 1.3rem;
	}

	.featured-offers__title {
		font-size: 1.75rem;
	}

	.featured-offers__card img {
		width: 66%;
		height: 82%;
	}

	.featured-offers__card--dark img {
		width: 92%;
		height: 92%;
	}

	.featured-products .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--space-sm);
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--space-sm);
	}

	.woocommerce ul.products li.product,
	.featured-products .woocommerce ul.products li.product {
		display: block;
		padding: 0;
	}

	.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
	.featured-products .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
		display: grid;
	}

	.woocommerce ul.products li.product img,
	.featured-products .woocommerce ul.products li.product img {
		margin-bottom: 16px;
	}

	.nykel-product-card__category,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.featured-products .woocommerce ul.products li.product .woocommerce-loop-product__title,
	.nykel-product-card__meta,
	.woocommerce ul.products li.product .price,
	.featured-products .woocommerce ul.products li.product .price {
		margin-right: 14px;
		margin-left: 14px;
	}

	.nykel-product-card__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		margin-bottom: 14px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.featured-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: auto;
		font-size: 0.9rem;
	}

	.woocommerce ul.products li.product .button,
	.featured-products .woocommerce ul.products li.product .button,
	.woocommerce ul.products li.product > .nykel-product-card__details,
	.featured-products .woocommerce ul.products li.product > .nykel-product-card__details {
		box-sizing: border-box;
		gap: 5px;
		display: flex;
		width: calc(100% - 24px);
		height: 40px;
		min-height: 40px;
		margin: 0 12px 8px !important;
		padding: 0 8px !important;
		border-radius: 10px;
		font-size: 0.76rem;
		line-height: 1 !important;
		text-align: center;
	}

	.woocommerce ul.products li.product > .nykel-product-card__details,
	.featured-products .woocommerce ul.products li.product > .nykel-product-card__details {
		grid-column: auto;
		margin-bottom: 12px;
	}

	.woocommerce ul.products li.product > .button,
	.featured-products .woocommerce ul.products li.product > .button {
		grid-column: auto;
	}

	.woocommerce ul.products li.product > .button::before {
		width: 15px;
		height: 15px;
		margin-right: 5px;
	}

	.woocommerce-main__inner {
		width: min(100% - 20px, var(--container));
	}

	.single-product div.product {
		padding: 12px;
		border-radius: 18px;
		box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
	}

	.single-product div.product div.images img {
		aspect-ratio: 1;
	}

	.single-product div.product form.cart {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.single-product div.product form.cart .qty,
	.single-product div.product form.cart .button {
		width: 100%;
	}

	.nykel-single-assurance {
		grid-template-columns: 1fr;
	}

	.single-product .woocommerce-tabs ul.tabs {
		gap: 18px;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.woocommerce .woocommerce-ordering {
		justify-content: stretch;
	}

	.woocommerce .woocommerce-ordering select {
		width: 100%;
	}

	.cards-grid,
	.content-grid {
		grid-template-columns: 1fr;
	}

	.hero-proof,
	.payment-grid,
	.trust-list {
		align-items: stretch;
		flex-direction: column;
	}

	.hero-accordion {
		width: min(100%, 340px);
		margin-inline: auto;
		--accordion-height: clamp(330px, 92vw, 420px);
		--accordion-gap: 8px;
		--accordion-closed: clamp(26px, 8.2vw, 34px);
		--accordion-active: calc(100% - (var(--accordion-closed) * 4) - (var(--accordion-gap) * 4));
	}

	.hero-accordion__track {
		justify-content: flex-start;
		gap: var(--accordion-gap);
		min-height: var(--accordion-height);
		padding: 0;
		overflow-x: hidden;
		overflow-y: hidden;
	}

	.hero-accordion__item {
		flex: 0 0 var(--accordion-closed);
		min-width: var(--accordion-closed);
		min-height: var(--accordion-height);
		transform: none;
	}

	.hero-accordion__item.is-active {
		flex-basis: var(--accordion-active);
		min-width: var(--accordion-active);
	}

	.hero-accordion__item h2 {
		right: auto;
		bottom: 78px;
		left: 50%;
		width: max-content;
		max-width: 230px;
		font-size: 0.84rem;
		transform: translateX(-50%) rotate(90deg);
	}

	.hero-accordion__item.is-active h2 {
		right: auto;
		bottom: 18px;
		left: 50%;
		width: max-content;
		max-width: calc(100% - 36px);
		font-size: 1rem;
		transform: translateX(-50%) rotate(0deg);
	}

	.site-footer {
		width: min(100% - 18px, 1520px);
		margin-top: 34px;
		border-radius: 20px;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
		gap: 22px;
		padding-inline: 20px;
	}

	.site-footer__payments {
		grid-template-columns: repeat(4, minmax(44px, 58px));
		gap: 8px;
	}

	.site-footer__payments img {
		width: 50px;
		max-height: 34px;
	}

	.site-footer__social {
		justify-content: flex-start;
		gap: 14px;
		margin-top: -16px;
		margin-bottom: 4px;
		padding-top: 0;
	}

	.site-footer__wordmark {
		height: clamp(68px, 22vw, 104px);
		margin-top: -20px;
	}

	.site-footer__wordmark-svg {
		bottom: -2%;
		height: 102%;
	}

	.site-footer__wordmark-svg text {
		font-size: 50px;
	}

	.site-footer__copyright {
		margin-top: -8px;
		margin-bottom: 4px;
		font-size: 0.82rem;
		text-align: left;
	}
}

@media (max-width: 380px) {
	.hero-accordion {
		width: min(100%, 320px);
		--accordion-gap: 7px;
		--accordion-closed: clamp(24px, 7.6vw, 30px);
	}

	.hero-accordion__track {
		padding-inline: 0;
	}

	.hero-accordion__item h2 {
		bottom: 70px;
		font-size: 0.78rem;
	}

	.hero-accordion__item.is-active h2 {
		bottom: 16px;
		max-width: calc(100% - 32px);
		font-size: 0.92rem;
	}
}

@keyframes float-orbit {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}
	50% {
		transform: translate3d(-18px, 18px, 0) rotate(14deg);
	}
}

@media (max-width: 1180px) {
	.home-showcase__tabs {
		display: flex;
		gap: 14px;
		max-width: 720px;
		margin-inline: auto;
		padding: 0 2px 8px;
		overflow-x: auto;
		scroll-padding-inline: var(--container-padding);
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		touch-action: pan-y;
		cursor: grab;
	}

	.home-showcase__tabs::-webkit-scrollbar {
		display: none;
	}

	.home-showcase__tab {
		flex: 0 0 132px;
		scroll-snap-align: start;
	}

	.home-showcase__cards {
		grid-auto-columns: minmax(240px, 31vw);
		grid-template-columns: none;
	}
}

@media (max-width: 760px) {
	.hero-showcase {
		padding-block: 42px 58px;
	}

	.home-showcase__header {
		margin-bottom: 22px;
	}

	.home-showcase__header h2 {
		font-size: clamp(1.65rem, 8vw, 2.25rem);
	}

	.home-showcase__header p {
		font-size: 0.94rem;
		line-height: 1.45;
	}

	.home-showcase__tabs {
		display: flex;
		gap: 9px;
		max-width: none;
		margin-inline: calc(var(--container-padding) * -1);
		padding: 0 var(--container-padding) 6px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.home-showcase__tabs-wrap::after {
		position: absolute;
		top: 0;
		right: calc(var(--container-padding) * -1);
		bottom: 6px;
		width: 34px;
		pointer-events: none;
		content: "";
		background: linear-gradient(90deg, rgba(248, 246, 255, 0), rgba(248, 246, 255, 0.94));
	}

	.dark .home-showcase__tabs-wrap::after {
		background: linear-gradient(90deg, rgba(11, 16, 32, 0), rgba(11, 16, 32, 0.18));
	}

	.home-showcase__tabs::-webkit-scrollbar {
		display: none;
	}

	.home-showcase__tab {
		flex: 0 0 clamp(88px, 27vw, 102px);
		min-height: 92px;
		padding: 12px 7px 11px;
		scroll-snap-align: start;
		font-size: 0.69rem;
	}

	.home-showcase__tab img {
		width: 30px;
		height: 30px;
	}

	.home-showcase__category-title {
		margin-bottom: 12px;
	}

	.home-showcase__category-title h2 {
		font-size: 0.94rem;
	}

	.home-showcase__toolbar {
		margin-bottom: 14px;
	}

	.home-showcase__filter,
	.home-showcase__view-all {
		min-height: 38px;
		font-size: 0.76rem;
	}

	.home-showcase__view-all {
		min-width: 108px;
		padding-inline: 16px;
	}

	.home-showcase__cards {
		grid-auto-columns: minmax(236px, 78vw);
		gap: 16px;
		margin-inline: calc(var(--container-padding) * -1);
		padding-inline: var(--container-padding);
	}

	.home-showcase-card {
		min-height: 330px;
	}

	.home-showcase-card__media {
		padding: 12px 12px 0;
	}

	.home-showcase-card__body {
		padding: 14px;
	}

	.home-showcase__pager {
		width: 100%;
		gap: 18px;
		margin-top: 22px;
	}
}

@media (max-width: 420px) {
	.home-showcase__cards {
		grid-auto-columns: minmax(224px, 82vw);
	}

	.home-showcase-card h3 {
		font-size: 1rem;
	}

	.home-showcase-card__pricing {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

@keyframes hero-beam-fall {
	from {
		transform: translate3d(0, -120px, 0);
	}

	to {
		transform: translate3d(0, clamp(620px, 72vh, 820px), 0);
	}
}

@keyframes hero-beam-impact-line {
	0%,
	84% {
		opacity: 0;
		transform: scaleX(0.35);
	}

	90% {
		opacity: 0.9;
		transform: scaleX(1);
	}

	100% {
		opacity: 0;
		transform: scaleX(1.55);
	}
}

@keyframes hero-beam-splash {
	0%,
	84% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(0.35);
	}

	89% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(0.65);
	}

	95% {
		opacity: 0.72;
		transform: translate3d(0, -12px, 0) scale(1);
	}

	100% {
		opacity: 0;
		transform: translate3d(0, -28px, 0) scale(1.08);
	}
}

@keyframes footer-dot-pulse {
	0%,
	100% {
		opacity: 0.45;
		transform: scale(0.9);
	}

	50% {
		opacity: 1;
		transform: scale(1.25);
	}
}

	@keyframes footer-wordmark-draw {
		from {
			stroke-dashoffset: 1000;
			stroke: rgba(60, 162, 250, 0.32);
	}

	to {
		stroke-dashoffset: 0;
		stroke: rgba(60, 162, 250, 0.72);
		}
	}

	.about-page {
		position: relative;
		overflow: clip;
		background:
			radial-gradient(circle at 14% 26%, rgba(201, 160, 86, 0.08), transparent 28%),
			radial-gradient(circle at 86% 66%, rgba(169, 187, 200, 0.16), transparent 30%),
			linear-gradient(180deg, #fbfaf4 0%, #f5f2e9 100%);
		color: #071329;
	}

	.dark .about-page {
		background:
			radial-gradient(circle at 14% 24%, rgba(201, 160, 86, 0.1), transparent 28%),
			radial-gradient(circle at 86% 66%, rgba(20, 136, 252, 0.13), transparent 30%),
			linear-gradient(180deg, #070b13 0%, #0c1420 100%);
		color: #f7fafc;
	}

	.about-hero {
		position: relative;
		padding: clamp(54px, 8vw, 92px) 0 clamp(42px, 7vw, 78px);
		isolation: isolate;
	}

	.about-hero__inner {
		position: relative;
		z-index: 1;
	}

	.about-hero__orb {
		position: absolute;
		z-index: 0;
		width: 220px;
		aspect-ratio: 1;
		border-radius: 999px;
		background: rgba(201, 160, 86, 0.12);
		filter: blur(3px);
		animation: about-float 7s ease-in-out infinite;
	}

	.about-hero__orb--one {
		top: 18%;
		left: 4%;
	}

	.about-hero__orb--two {
		right: 6%;
		bottom: 22%;
		width: 280px;
		background: rgba(169, 187, 200, 0.14);
		animation-delay: -2s;
	}

	.about-hero__header {
		max-width: 820px;
		margin-inline: auto;
		text-align: center;
	}

	.about-hero__eyebrow {
		display: inline-flex;
		align-items: center;
		gap: 9px;
		margin: 0 0 10px;
		color: #a47b35;
		font-size: clamp(0.78rem, 1.5vw, 0.95rem);
		font-weight: 950;
		letter-spacing: 0.04em;
		text-transform: uppercase;
	}

	.about-hero__eyebrow img {
		width: 18px;
		height: 18px;
	}

	.about-hero h1 {
		margin: 0;
		color: #071329;
		font-size: clamp(2.35rem, 6vw, 4.2rem);
		font-weight: 950;
		line-height: 0.98;
		letter-spacing: 0;
	}

	.dark .about-hero h1 {
		color: #ffffff;
	}

	.about-hero__rule {
		display: block;
		width: 86px;
		height: 4px;
		margin: 16px auto 22px;
		background: linear-gradient(90deg, transparent, #b4873a, transparent);
		border-radius: 999px;
	}

	.about-hero__intro {
		max-width: 760px;
		margin: 0 auto;
		color: rgba(7, 19, 41, 0.78);
		font-size: clamp(0.96rem, 1.6vw, 1.08rem);
		font-weight: 650;
		line-height: 1.7;
	}

	.dark .about-hero__intro {
		color: rgba(255, 255, 255, 0.72);
	}

	.about-services {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(300px, 440px) minmax(0, 1fr);
		gap: clamp(28px, 5vw, 58px);
		align-items: center;
		margin-top: clamp(46px, 7vw, 72px);
	}

	.about-services__column {
		display: grid;
		gap: clamp(30px, 5vw, 58px);
	}

	.about-service {
		position: relative;
		padding-bottom: clamp(20px, 3vw, 34px);
	}

	.about-service::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: min(220px, 82%);
		height: 1px;
		content: "";
		background: linear-gradient(90deg, #b4873a, rgba(180, 135, 58, 0));
	}

	.about-services__column--right .about-service::after {
		right: 0;
		left: auto;
		background: linear-gradient(270deg, #b4873a, rgba(180, 135, 58, 0));
	}

	.about-service__head {
		display: grid;
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 18px;
		align-items: center;
		margin-bottom: 18px;
	}

	.about-service__icon {
		position: relative;
		display: grid;
		place-items: center;
		width: 70px;
		height: 70px;
		background: rgba(180, 135, 58, 0.11);
		border-radius: 14px;
		transition: transform 180ms ease, background-color 180ms ease;
	}

	.about-service__icon::after {
		position: absolute;
		top: -8px;
		right: -9px;
		width: 20px;
		height: 20px;
		content: "";
		background:
			linear-gradient(#a9bbc8, #a9bbc8) center / 2px 100% no-repeat,
			linear-gradient(90deg, #a9bbc8, #a9bbc8) center / 100% 2px no-repeat;
		border-radius: 999px;
		opacity: 0.8;
		transform: rotate(35deg);
	}

	.about-service__icon img {
		width: 34px;
		height: 34px;
	}

	.about-service:hover .about-service__icon {
		background: rgba(180, 135, 58, 0.18);
		transform: translateY(-3px) rotate(-2deg);
	}

	.about-service h2 {
		position: relative;
		margin: 0;
		color: #071329;
		font-size: clamp(1.05rem, 1.8vw, 1.35rem);
		font-weight: 950;
		line-height: 1.2;
	}

	.about-service h2::after {
		display: block;
		width: 34px;
		height: 2px;
		margin-top: 10px;
		content: "";
		background: #b4873a;
		border-radius: 999px;
	}

	.about-service p {
		margin: 0;
		color: rgba(7, 19, 41, 0.78);
		font-size: 0.96rem;
		font-weight: 650;
		line-height: 1.58;
	}

	.dark .about-service h2 {
		color: #ffffff;
	}

	.dark .about-service p {
		color: rgba(255, 255, 255, 0.72);
	}

	.dark .about-service__icon {
		background: rgba(180, 135, 58, 0.18);
	}

	.about-showcase {
		position: relative;
		display: grid;
		place-items: center;
	}

	.about-showcase__dot {
		position: absolute;
		top: -32px;
		left: 50%;
		width: 14px;
		height: 14px;
		background: #b4873a;
		border-radius: 999px;
		transform: translateX(-50%);
		box-shadow: 0 0 0 22px rgba(180, 135, 58, 0.08);
	}

	.about-showcase__frame {
		position: relative;
		width: min(100%, 430px);
		padding: 10px;
		background: rgba(255, 255, 255, 0.76);
		border: 1px solid rgba(7, 19, 41, 0.12);
		border-radius: 20px;
		box-shadow: 0 24px 70px rgba(7, 19, 41, 0.16);
		transition: transform 220ms ease, box-shadow 220ms ease;
	}

	.about-showcase__frame:hover {
		transform: translateY(-4px);
		box-shadow: 0 30px 80px rgba(7, 19, 41, 0.22);
	}

	.dark .about-showcase__frame {
		background: rgba(255, 255, 255, 0.08);
		border-color: rgba(255, 255, 255, 0.16);
		box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
	}

	.about-showcase__frame > img {
		display: block;
		width: 100%;
		border-radius: 14px;
	}

	.about-showcase__button {
		position: absolute;
		right: 50%;
		bottom: 28px;
		display: inline-flex;
		align-items: center;
		gap: 14px;
		min-height: 54px;
		padding: 0 18px 0 24px;
		color: #ffffff;
		background: linear-gradient(135deg, #bd9250, #d7ad62);
		border: 1px solid rgba(255, 255, 255, 0.36);
		border-radius: 999px;
		box-shadow: 0 16px 34px rgba(91, 54, 8, 0.28);
		font-weight: 950;
		text-decoration: none;
		transform: translateX(50%);
		transition: transform 180ms ease, filter 180ms ease;
	}

	.about-showcase__button:hover,
	.about-showcase__button:focus-visible {
		color: #ffffff;
		filter: brightness(1.06);
		outline: none;
		transform: translateX(50%) translateY(-2px);
	}

	.about-showcase__button img {
		width: 34px;
		height: 34px;
		filter: brightness(0) invert(1);
	}

	.about-stats {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: clamp(16px, 3vw, 30px);
		margin-top: clamp(46px, 7vw, 72px);
	}

	.about-stat {
		display: grid;
		place-items: center;
		min-height: 174px;
		padding: 24px 18px 22px;
		text-align: center;
		background: rgba(255, 255, 255, 0.64);
		border: 1px solid rgba(7, 19, 41, 0.1);
		border-radius: 12px;
		box-shadow: 0 16px 50px rgba(7, 19, 41, 0.06);
		transition: transform 180ms ease, box-shadow 180ms ease;
	}

	.about-stat:hover {
		transform: translateY(-4px);
		box-shadow: 0 22px 54px rgba(7, 19, 41, 0.1);
	}

	.dark .about-stat {
		background: rgba(255, 255, 255, 0.08);
		border-color: rgba(255, 255, 255, 0.12);
	}

	.about-stat__icon {
		display: grid;
		place-items: center;
		width: 62px;
		height: 62px;
		margin-bottom: 12px;
		background: rgba(180, 135, 58, 0.13);
		border-radius: 999px;
	}

	.about-stat__icon img {
		width: 34px;
		height: 34px;
	}

	.about-stat strong {
		color: #071329;
		font-size: clamp(2rem, 4vw, 2.85rem);
		font-weight: 950;
		line-height: 1;
	}

	.about-stat p {
		margin: 8px 0 0;
		color: rgba(7, 19, 41, 0.78);
		font-size: 0.95rem;
		font-weight: 750;
	}

	.about-stat p::after {
		display: block;
		width: 42px;
		height: 2px;
		margin: 12px auto 0;
		content: "";
		background: #b4873a;
		border-radius: 999px;
	}

	.dark .about-stat strong {
		color: #ffffff;
	}

	.dark .about-stat p {
		color: rgba(255, 255, 255, 0.72);
	}

	.about-cta {
		display: grid;
		grid-template-columns: minmax(260px, 1fr) minmax(280px, 0.9fr) auto;
		gap: clamp(22px, 4vw, 44px);
		align-items: center;
		margin-top: clamp(28px, 5vw, 46px);
		padding: clamp(26px, 4vw, 42px);
		color: #ffffff;
		background:
			radial-gradient(circle at 78% 32%, rgba(20, 136, 252, 0.18), transparent 26%),
			linear-gradient(135deg, #071329, #09213a 58%, #071329);
		border-radius: 14px;
		box-shadow: 0 24px 70px rgba(7, 19, 41, 0.2);
	}

	.about-cta h2 {
		margin: 0 0 12px;
		color: #ffffff;
		font-size: clamp(1.7rem, 3vw, 2.45rem);
		font-weight: 950;
		line-height: 1.12;
	}

	.about-cta h2::first-letter {
		color: #ffffff;
	}

	.about-cta h2 span,
	.about-cta h2 em {
		color: #d7ad62;
		font-style: normal;
	}

	.about-cta p {
		max-width: 560px;
		margin: 0;
		color: rgba(255, 255, 255, 0.82);
		font-size: 1rem;
		font-weight: 650;
		line-height: 1.55;
	}

	.about-cta__path {
		display: grid;
		grid-template-columns: repeat(5, 46px);
		gap: 18px;
		align-items: center;
		justify-content: center;
		opacity: 0.88;
	}

	.about-cta__path img {
		width: 46px;
		height: 46px;
		padding: 8px;
		border: 1px solid rgba(215, 173, 98, 0.32);
		border-radius: 12px;
		filter: brightness(0) saturate(100%) invert(72%) sepia(32%) saturate(648%) hue-rotate(359deg) brightness(91%) contrast(86%);
	}

	.about-cta__button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 14px;
		min-height: 58px;
		padding: 0 34px;
		color: #ffffff;
		background: linear-gradient(135deg, #bd9250, #d7ad62);
		border-radius: 999px;
		box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
		font-weight: 950;
		text-decoration: none;
		white-space: nowrap;
		transition: transform 180ms ease, filter 180ms ease;
	}

	.about-cta__button:hover,
	.about-cta__button:focus-visible {
		color: #ffffff;
		filter: brightness(1.06);
		outline: none;
		transform: translateY(-2px);
	}

	@media (max-width: 1080px) {
		.about-services {
			grid-template-columns: 1fr;
			max-width: 760px;
			margin-inline: auto;
		}

		.about-showcase {
			order: -1;
		}

		.about-services__column {
			gap: 26px;
		}

		.about-cta {
			grid-template-columns: 1fr;
			text-align: center;
		}

		.about-cta p {
			margin-inline: auto;
		}
	}

	@media (max-width: 760px) {
		.about-hero {
			padding-top: 42px;
		}

		.about-hero__intro {
			text-align: center;
		}

		.about-service__head {
			grid-template-columns: 58px minmax(0, 1fr);
			gap: 14px;
		}

		.about-service__icon {
			width: 58px;
			height: 58px;
			border-radius: 12px;
		}

		.about-service__icon img {
			width: 29px;
			height: 29px;
		}

		.about-stats {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}

		.about-stat {
			min-height: 152px;
			padding: 18px 12px;
		}

		.about-cta__path {
			grid-template-columns: repeat(5, 36px);
			gap: 10px;
		}

		.about-cta__path img {
			width: 36px;
			height: 36px;
			padding: 7px;
		}
	}

	@media (max-width: 520px) {
		.about-stats {
			grid-template-columns: 1fr;
		}

		.about-showcase__button {
			bottom: 18px;
			min-height: 48px;
			font-size: 0.92rem;
		}

		.about-cta {
			padding: 24px 18px;
		}

		.about-cta__path {
			grid-template-columns: repeat(3, 42px);
		}

		.about-cta__button {
			width: 100%;
			padding-inline: 18px;
		}
	}

	@keyframes about-float {
		0%,
		100% {
			transform: translate3d(0, 0, 0);
		}

		50% {
			transform: translate3d(0, -18px, 0);
		}
	}

	@media (prefers-reduced-motion: reduce) {
		.site-footer__glow::before,
		.site-footer__wordmark-outline {
		animation: none;
	}

	.value-added__item:active .value-added__copy p {
		animation: none;
	}

	.hero-beams span,
	.hero-beams span::before,
	.hero-beams span::after {
		animation: none;
	}
}

.contact-page {
	position: relative;
	overflow: clip;
	background:
		radial-gradient(circle at 18% 20%, rgba(99, 102, 241, 0.14), transparent 28%),
		radial-gradient(circle at 84% 76%, rgba(14, 165, 233, 0.12), transparent 30%),
		linear-gradient(180deg, #070a10 0%, #0d141f 100%);
	color: #f8fafc;
}

.contact-shell {
	min-height: min(820px, calc(100vh - 160px));
	padding: clamp(48px, 7vw, 92px) 0;
	display: grid;
	align-items: center;
}

.contact-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.8fr) minmax(340px, 0.82fr);
	width: min(100% - 32px, var(--container));
	max-width: var(--container);
	margin-inline: auto;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 28px 100px rgba(0, 0, 0, 0.38);
	backdrop-filter: blur(16px);
}

.contact-card::before {
	position: absolute;
	inset: 14px;
	pointer-events: none;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.045);
}

.contact-card__corner {
	position: absolute;
	z-index: 2;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 1;
}

.contact-card__corner--tl {
	top: -16px;
	left: -11px;
}

.contact-card__corner--tr {
	top: -16px;
	right: -11px;
}

.contact-card__corner--bl {
	bottom: -16px;
	left: -11px;
}

.contact-card__corner--br {
	right: -11px;
	bottom: -16px;
}

.contact-card__content {
	position: relative;
	padding: clamp(36px, 5vw, 68px);
}

.contact-card__eyebrow {
	margin: 0 0 12px;
	color: #facc15;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-card h1 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.5rem, 6vw, 4.65rem);
	font-weight: 950;
	line-height: 0.95;
	letter-spacing: 0;
	text-shadow: 0 3px 0 rgba(250, 204, 21, 0.18), 0 24px 50px rgba(0, 0, 0, 0.34);
}

.contact-card__lead {
	max-width: 820px;
	margin: clamp(18px, 3vw, 26px) 0 0;
	color: rgba(248, 250, 252, 0.72);
	font-size: clamp(0.98rem, 1.7vw, 1.08rem);
	font-weight: 650;
	line-height: 1.7;
}

.contact-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 30px;
	max-width: 760px;
	margin-top: clamp(30px, 5vw, 48px);
}

.contact-info {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #ffffff;
	text-decoration: none;
}

.contact-info--wide {
	grid-column: span 2;
}

.contact-info:hover,
.contact-info:focus-visible {
	color: #ffffff;
}

.contact-info__icon {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 48px;
	height: 48px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	transition: transform 180ms ease, background-color 180ms ease;
}

.contact-info:hover .contact-info__icon,
.contact-info:focus-visible .contact-info__icon {
	background: rgba(250, 204, 21, 0.14);
	transform: translateY(-2px);
}

.contact-info__icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.contact-info strong,
.contact-info small {
	display: block;
}

.contact-info strong {
	font-size: 0.98rem;
	font-weight: 900;
}

.contact-info small {
	margin-top: 3px;
	color: rgba(248, 250, 252, 0.62);
	font-size: 0.78rem;
	font-weight: 650;
}

.contact-card__form-panel {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: clamp(28px, 4vw, 42px) clamp(26px, 3.5vw, 36px);
	background: rgba(255, 255, 255, 0.035);
	border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.contact-form {
	display: grid;
	width: 100%;
	gap: 15px;
}

.contact-form label {
	display: grid;
	gap: 8px;
	margin: 0;
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	min-height: 46px;
	padding: 0 14px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	font: inherit;
	font-weight: 650;
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.contact-form textarea {
	min-height: 116px;
	padding-block: 12px;
	resize: vertical;
}

.contact-form select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.72) 50%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.72) 50%, transparent 50%);
	background-position:
		calc(100% - 18px) 52%,
		calc(100% - 13px) 52%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	background-color: rgba(0, 0, 0, 0.72);
	border-color: rgba(96, 165, 250, 0.78);
	box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.18);
}

.contact-form button {
	min-height: 48px;
	color: #071329;
	background: linear-gradient(135deg, #f8fafc, #dbeafe);
	border: 0;
	border-radius: 9px;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.26);
	font-weight: 950;
	cursor: pointer;
	transition: transform 180ms ease, filter 180ms ease;
}

.contact-form button:hover,
.contact-form button:focus-visible {
	filter: brightness(1.04);
	outline: none;
	transform: translateY(-2px);
}

.contact-form__trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.contact-alert {
	position: absolute;
	top: 18px;
	right: clamp(26px, 3.5vw, 36px);
	left: clamp(26px, 3.5vw, 36px);
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.35;
}

.contact-alert--success {
	color: #dcfce7;
	background: rgba(22, 163, 74, 0.18);
	border: 1px solid rgba(74, 222, 128, 0.28);
}

.contact-alert--error {
	color: #fee2e2;
	background: rgba(239, 68, 68, 0.16);
	border: 1px solid rgba(248, 113, 113, 0.26);
}

.contact-alert + .contact-form {
	padding-top: 62px;
}

.contact-map {
	display: grid;
	width: 100%;
	max-width: var(--container);
	padding-inline: 16px;
	margin: clamp(22px, 4vw, 38px) auto 0;
	gap: 10px;
}

.contact-map iframe {
	display: block;
	width: 100%;
	height: clamp(260px, 34vw, 420px);
	border: 0;
	border-radius: 18px;
	filter: grayscale(1) invert(0.92) contrast(0.88);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 18px 40px rgba(0, 0, 0, 0.18);
}

.contact-map a {
	justify-self: end;
	color: rgba(248, 250, 252, 0.72);
	font-size: 0.82rem;
	font-weight: 850;
	text-decoration: none;
	transition: color 180ms ease;
}

.contact-map a:hover,
.contact-map a:focus-visible {
	color: #ffffff;
	outline: none;
}

.dark .contact-page {
	background:
		radial-gradient(circle at 18% 20%, rgba(99, 102, 241, 0.14), transparent 28%),
		radial-gradient(circle at 84% 76%, rgba(14, 165, 233, 0.12), transparent 30%),
		linear-gradient(180deg, #070a10 0%, #0d141f 100%);
}

html:not(.dark) .contact-page {
	background:
		radial-gradient(circle at 12% 18%, rgba(250, 204, 21, 0.13), transparent 28%),
		radial-gradient(circle at 88% 80%, rgba(59, 130, 246, 0.12), transparent 30%),
		linear-gradient(180deg, #f7f9f3 0%, #eef3f8 100%);
	color: #071329;
}

html:not(.dark) .contact-card {
	background: rgba(255, 255, 255, 0.78);
	border-color: rgba(7, 19, 41, 0.12);
	box-shadow: 0 24px 80px rgba(7, 19, 41, 0.12);
}

html:not(.dark) .contact-card::before {
	border-color: rgba(7, 19, 41, 0.05);
}

html:not(.dark) .contact-card__corner,
html:not(.dark) .contact-card h1,
html:not(.dark) .contact-info,
html:not(.dark) .contact-form label {
	color: #071329;
}

html:not(.dark) .contact-card__lead,
html:not(.dark) .contact-info small {
	color: rgba(7, 19, 41, 0.66);
}

html:not(.dark) .contact-card__form-panel {
	background: rgba(7, 19, 41, 0.035);
	border-left-color: rgba(7, 19, 41, 0.1);
}

html:not(.dark) .contact-info__icon {
	color: #071329;
	background: rgba(7, 19, 41, 0.045);
	border-color: rgba(7, 19, 41, 0.08);
}

html:not(.dark) .contact-form input,
html:not(.dark) .contact-form select,
html:not(.dark) .contact-form textarea {
	color: #071329;
	background-color: rgba(255, 255, 255, 0.88);
	border-color: rgba(7, 19, 41, 0.13);
}

html:not(.dark) .contact-form button {
	color: #ffffff;
	background: linear-gradient(135deg, #111827, #030712);
}

html:not(.dark) .contact-map iframe {
	filter: grayscale(0.18) contrast(0.96);
	box-shadow: inset 0 0 0 1px rgba(7, 19, 41, 0.1), 0 14px 36px rgba(7, 19, 41, 0.1);
}

html:not(.dark) .contact-map a {
	color: rgba(7, 19, 41, 0.7);
}

html:not(.dark) .contact-map a:hover,
html:not(.dark) .contact-map a:focus-visible {
	color: #071329;
}

@media (max-width: 960px) {
	.contact-card {
		grid-template-columns: 1fr;
	}

	.contact-card__form-panel {
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		border-left: 0;
	}

	html:not(.dark) .contact-card__form-panel {
		border-top-color: rgba(7, 19, 41, 0.1);
	}
}

@media (max-width: 620px) {
	.contact-shell {
		padding: 34px 0 52px;
	}

	.contact-card {
		border-radius: 16px;
	}

	.contact-card__corner {
		display: none;
	}

	.contact-card::before {
		inset: 10px;
		border-radius: 12px;
	}

	.contact-card__content,
	.contact-card__form-panel {
		padding: 28px 18px;
	}

	.contact-card h1,
	.contact-card__lead,
	.contact-card__eyebrow {
		text-align: center;
	}

	.contact-info-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.contact-info,
	.contact-info--wide {
		grid-column: auto;
	}

	.contact-info {
		align-items: flex-start;
	}
}

@media (min-width: 641px) and (max-width: 1040px) {
	.site-footer {
		width: min(100% - 24px, 980px);
		margin-top: 34px;
		padding-block: 36px 22px;
		border-radius: 24px;
	}

	.site-footer__inner {
		grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1fr) minmax(0, 1fr);
		gap: 28px 34px;
		padding-inline: clamp(24px, 4vw, 42px);
	}

	.site-footer__brand {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: minmax(220px, 0.8fr) 1fr;
		gap: 18px 28px;
		align-items: center;
	}

	.site-footer__brand .site-footer__logo,
	.site-footer__tagline {
		grid-column: 1;
	}

	.site-footer__brand h3,
	.site-footer__payments {
		grid-column: 2;
	}

	.site-footer__brand h3 {
		margin-bottom: 12px;
	}

	.site-footer__payments {
		grid-template-columns: repeat(4, minmax(48px, 64px));
		align-items: center;
	}

	.site-footer__nav,
	.site-footer__contact {
		grid-column: auto;
	}

	.site-footer__wordmark {
		grid-column: 1 / -1;
		height: clamp(62px, 10vw, 96px);
		margin-top: 0;
		opacity: 0.36;
	}

	.site-footer__wordmark-svg text {
		font-size: 52px;
		letter-spacing: -0.035em;
	}

	.site-footer__social,
	.site-footer__copyright {
		align-self: center;
		margin: 0;
	}

	.site-footer__social {
		grid-column: 1;
		justify-content: flex-start;
	}

	.site-footer__copyright {
		grid-column: 2 / -1;
		text-align: right;
	}
}

@media (max-width: 640px) {
	.site-footer {
		width: min(100% - 18px, 440px);
		margin-top: 28px;
		padding-block: 28px 22px;
		border-radius: 22px;
	}

	.site-footer__inner {
		display: flex;
		align-items: stretch;
		flex-direction: column;
		gap: 22px;
		padding-inline: 22px;
	}

	.site-footer__brand,
	.site-footer__nav,
	.site-footer__contact {
		text-align: center;
	}

	.site-footer__brand {
		order: 1;
	}

	.site-footer__contact {
		order: 2;
	}

	.site-footer__nav {
		order: 3;
	}

	.site-footer__logo {
		justify-content: center;
		margin: 0 auto 10px;
	}

	.site-footer__logo img {
		width: min(210px, 76vw);
	}

	.site-footer__tagline {
		margin-bottom: 18px;
		font-size: 0.9rem;
	}

	.site-footer h3 {
		margin-bottom: 12px;
		font-size: 0.86rem;
		letter-spacing: 0.03em;
	}

	.site-footer__payments {
		grid-template-columns: repeat(2, minmax(74px, 96px));
		justify-content: center;
		gap: 10px 14px;
	}

	.site-footer__payments li {
		min-height: 44px;
	}

	.site-footer__payments img {
		width: 64px;
		max-height: 38px;
	}

	.site-footer__nav ul,
	.site-footer__contact ul {
		gap: 10px;
		justify-items: center;
	}

	.site-footer__nav a,
	.site-footer__contact a,
	.site-footer__contact-line {
		justify-content: center;
		gap: 8px;
		width: 100%;
		font-size: 0.9rem;
		line-height: 1.35;
	}

	.site-footer__contact a,
	.site-footer__contact-line {
		display: grid;
		grid-template-columns: 20px minmax(0, 1fr);
		max-width: 280px;
		margin-inline: auto;
		text-align: left;
	}

	.site-footer__contact-icon {
		justify-self: center;
	}

	.site-footer__wordmark {
		display: none;
	}

	.site-footer__social {
		order: 5;
		justify-content: center;
		gap: 18px;
		min-height: auto;
		margin: 0;
		padding-top: 2px;
	}

	.site-footer__social a {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: rgba(15, 23, 42, 0.06);
	}

	.dark .site-footer__social a {
		background: rgba(255, 255, 255, 0.08);
	}

	.site-footer__copyright {
		order: 6;
		margin: 0;
		font-size: 0.78rem;
		line-height: 1.4;
		text-align: center;
	}
}

/* Product detail: configurator layout */
.single-product .woocommerce-main {
	padding-top: clamp(16px, 2.5vw, 34px);
}

.single-product div.product {
	grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
	gap: clamp(28px, 4vw, 58px);
	padding: clamp(16px, 2vw, 26px);
	background: rgba(255, 255, 255, 0.93);
	border-color: rgba(203, 213, 225, 0.72);
	border-radius: 16px;
	box-shadow: 0 20px 70px rgba(15, 23, 42, 0.08);
}

.single-product div.product > * {
	min-width: 0;
}

.single-product div.product div.images .woocommerce-product-gallery__image:first-child {
	display: grid;
	place-items: center;
	min-height: clamp(450px, 38vw, 650px);
	background: #ffffff;
	border: 12px solid rgba(15, 23, 42, 0.045);
	border-radius: 14px;
}

.single-product div.product div.images img {
	aspect-ratio: 1.18 / 0.86;
	object-fit: contain;
}

.single-product div.product div.images .woocommerce-product-gallery__image:first-child img {
	max-height: 620px;
	object-fit: contain;
	transform: none;
	transform-origin: center;
}

.single-product div.product .summary {
	padding-top: 4px;
	color: #081533;
}

.single-product .product_title {
	color: #07154a;
	font-size: clamp(1.75rem, 2.35vw, 2.35rem);
	font-weight: 950;
	line-height: 1.08;
}

.single-product div.product p.price {
	margin-bottom: 10px;
	color: #ff1626;
	font-size: clamp(1.35rem, 1.85vw, 1.85rem);
	font-weight: 950;
}

.single-product.nykel-product-configurable div.product p.price::after {
	content: "por m²";
	margin-left: 3px;
	color: #07154a;
	font-size: 0.42em;
	font-weight: 900;
}

.single-product div.product .woocommerce-product-details__short-description {
	max-width: 760px;
	margin-bottom: 20px;
	color: rgba(7, 21, 74, 0.82);
	font-size: 0.98rem;
	line-height: 1.65;
}

.nykel-print-config {
	margin: 14px 0 16px;
	padding: 16px 18px 0;
	border-top: 1px solid rgba(148, 163, 184, 0.3);
}

.nykel-print-config__head {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	align-items: baseline;
	margin-bottom: 14px;
}

.nykel-print-config__head h2 {
	margin: 0;
	color: #07154a;
	font-size: 1rem;
	font-weight: 950;
}

.nykel-print-config__head span {
	color: rgba(7, 21, 74, 0.55);
	font-size: 0.74rem;
	font-weight: 850;
}

.nykel-print-config__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px 20px;
	align-items: end;
}

.nykel-print-config label,
.nykel-print-config__field,
.nykel-print-config__area {
	display: grid;
	gap: 7px;
	min-width: 0;
	color: #07154a;
	font-size: 0.8rem;
	font-weight: 950;
}

.nykel-print-config select,
.nykel-print-config__finish button {
	width: 100%;
	min-width: 0;
	min-height: 42px;
	padding: 0 14px;
	color: #07154a;
	background: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.36);
	border-radius: 7px;
	font: inherit;
	font-weight: 800;
}

.nykel-print-config__area strong {
	display: flex;
	align-items: center;
	min-height: 42px;
	color: #07154a;
	font-size: clamp(1.6rem, 2.5vw, 2.15rem);
	line-height: 1;
}

.nykel-print-config__finish > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.nykel-print-config__finish button {
	cursor: pointer;
	transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.nykel-print-config__finish button.is-active {
	color: #ff1626;
	background: rgba(255, 22, 38, 0.06);
	border-color: #ff1626;
	box-shadow: inset 0 0 0 1px rgba(255, 22, 38, 0.18);
}

.nykel-print-config__total {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	margin: 18px -18px 0;
	padding: 16px 18px;
	background: rgba(248, 250, 252, 0.92);
	border: 1px solid rgba(226, 232, 240, 0.72);
	border-radius: 10px;
}

.nykel-print-config__total span {
	display: block;
	margin-bottom: 4px;
	color: #07154a;
	font-size: 0.82rem;
	font-weight: 950;
}

.nykel-print-config__total strong {
	display: block;
	color: #ff1626;
	font-size: clamp(1.8rem, 2.9vw, 2.35rem);
	font-weight: 950;
	line-height: 1.05;
}

.nykel-print-config__total small {
	display: block;
	margin-top: 3px;
	color: rgba(7, 21, 74, 0.7);
	font-size: 0.78rem;
	font-weight: 750;
}

.single-product div.product form.cart {
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 12px;
	margin-top: 14px;
	padding-top: 0;
}

.single-product div.product form.cart .qty,
.single-product div.product form.cart .single_add_to_cart_button,
.single-product div.product form.cart .nykel-single-buy-now,
.single-product div.product form.cart .nykel-single-quote {
	min-height: 48px;
	border-radius: 7px;
}

.single-product div.product form.cart .single_add_to_cart_button {
	color: #ffffff;
	background: #ff101c;
	box-shadow: 0 14px 32px rgba(255, 16, 28, 0.22);
}

.single-product div.product form.cart .single_add_to_cart_button::before {
	content: "🛒";
}

.single-product div.product form.cart .single_add_to_cart_button:hover,
.single-product div.product form.cart .single_add_to_cart_button:focus-visible {
	background: #d90813;
}

.single-product div.product form.cart .nykel-single-buy-now,
.single-product div.product form.cart .nykel-single-quote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #07154a;
	background: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.46);
	box-shadow: none;
	text-decoration: none;
}

.single-product div.product form.cart .nykel-single-buy-now {
	grid-column: 1 / 2;
}

.single-product div.product form.cart .nykel-single-quote {
	grid-column: 2 / 3;
	gap: 8px;
}

.single-product div.product form.cart .nykel-single-quote::before {
	content: "☏";
	color: inherit;
	font-size: 1rem;
}

.single-product div.product form.cart .nykel-single-buy-now:hover,
.single-product div.product form.cart .nykel-single-buy-now:focus-visible,
.single-product div.product form.cart .nykel-single-quote:hover,
.single-product div.product form.cart .nykel-single-quote:focus-visible {
	color: #ffffff;
	background: #07154a;
}

.nykel-single-assurance {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(148, 163, 184, 0.3);
}

.nykel-single-assurance div {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 0 18px;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.nykel-single-assurance div + div {
	border-left: 1px solid rgba(148, 163, 184, 0.22);
}

.nykel-single-assurance span {
	display: grid;
	flex: 0 0 22px;
	place-items: center;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #ff101c;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
}

.nykel-single-assurance strong {
	color: #07154a;
	font-size: 0.84rem;
	line-height: 1.22;
}

.single-product .woocommerce-tabs {
	padding: 0 14px 16px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(203, 213, 225, 0.72);
	border-radius: 12px;
}

.single-product .woocommerce-tabs ul.tabs {
	gap: clamp(14px, 3vw, 48px);
}

.single-product .woocommerce-tabs ul.tabs li a {
	padding: 16px 0 12px;
	color: rgba(7, 21, 74, 0.7);
	font-size: 0.9rem;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a:hover,
.single-product .woocommerce-tabs ul.tabs li a:focus-visible {
	color: #ff101c;
	border-bottom-color: #ff101c;
}

.nykel-single-files ul {
	display: grid;
	gap: 8px;
	margin: 12px 0 0;
	padding-left: 1.1rem;
}

.dark .single-product div.product {
	background: rgba(10, 18, 34, 0.9);
	border-color: rgba(99, 102, 241, 0.28);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.dark .single-product div.product div.images .woocommerce-product-gallery__image:first-child {
	background: rgba(255, 255, 255, 0.96);
	border-color: rgba(255, 255, 255, 0.08);
}

.dark .single-product div.product .summary,
.dark .single-product .product_title,
.dark .single-product div.product p.price::after,
.dark .nykel-print-config__head h2,
.dark .nykel-print-config label,
.dark .nykel-print-config__field,
.dark .nykel-print-config__area,
.dark .nykel-print-config__area strong,
.dark .nykel-print-config__total span,
.dark .nykel-single-assurance strong {
	color: #f8fafc;
}

.dark .single-product div.product .woocommerce-product-details__short-description,
.dark .nykel-print-config__head span,
.dark .nykel-print-config__total small,
.dark .nykel-single-assurance small {
	color: rgba(226, 232, 240, 0.72);
}

.dark .nykel-single-assurance {
	border-top-color: rgba(148, 163, 184, 0.18);
	border-bottom: 1px solid rgba(148, 163, 184, 0.14);
	padding-bottom: 18px;
}

.dark .nykel-single-assurance div {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-radius: 0;
	box-shadow: none;
}

.dark .nykel-single-assurance div + div {
	border-left: 1px solid rgba(148, 163, 184, 0.16);
}

.dark .nykel-single-assurance span {
	color: #ff4d5a;
	background: transparent;
	border-color: transparent;
}

.dark .nykel-print-config select,
.dark .nykel-print-config__finish button,
.dark .single-product div.product form.cart .nykel-single-buy-now,
.dark .single-product div.product form.cart .nykel-single-quote {
	color: #f8fafc;
	background: rgba(15, 23, 42, 0.82);
	border-color: rgba(148, 163, 184, 0.3);
}

.dark .nykel-print-config__finish button.is-active {
	color: #ffffff;
	background: rgba(255, 16, 28, 0.18);
	border-color: #ff5963;
}

.dark .nykel-print-config__total,
.dark .single-product .woocommerce-tabs {
	background: rgba(15, 23, 42, 0.72);
	border-color: rgba(148, 163, 184, 0.24);
}

.dark .single-product div.product form.cart .nykel-single-buy-now:hover,
.dark .single-product div.product form.cart .nykel-single-buy-now:focus-visible,
.dark .single-product div.product form.cart .nykel-single-quote:hover,
.dark .single-product div.product form.cart .nykel-single-quote:focus-visible {
	color: #07154a;
	background: #ffffff;
}

.dark .single-product .woocommerce-tabs ul.tabs li a {
	color: rgba(226, 232, 240, 0.68);
}

.dark .single-product .woocommerce-tabs ul.tabs li.active a,
.dark .single-product .woocommerce-tabs ul.tabs li a:hover,
.dark .single-product .woocommerce-tabs ul.tabs li a:focus-visible {
	color: #ff737b;
	border-bottom-color: #ff737b;
}

@media (max-width: 980px) {
	.single-product div.product {
		grid-template-columns: minmax(0, 1fr);
	}

	.single-product div.product div.images .woocommerce-product-gallery__image:first-child {
		min-height: auto;
	}

	.nykel-single-assurance {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.single-product div.product {
		overflow: hidden;
		padding: 10px;
		border-radius: 16px;
	}

	.single-product div.product div.images .woocommerce-product-gallery__image:first-child {
		border-width: 8px;
		border-radius: 12px;
	}

	.single-product .product_title {
		font-size: clamp(1.45rem, 6.4vw, 1.85rem);
	}

	.nykel-print-config {
		padding: 14px 0 0;
	}

	.nykel-print-config__head {
		display: grid;
		gap: 4px;
	}

	.nykel-print-config__grid {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.nykel-print-config select,
	.nykel-print-config__finish button {
		padding-inline: 9px;
		font-size: 0.72rem;
	}

	.nykel-print-config__area,
	.nykel-print-config__finish {
		grid-column: 1 / -1;
	}

	.nykel-print-config__total {
		margin-inline: 0;
	}

	.single-product div.product form.cart {
		grid-template-columns: 1fr;
	}

	.single-product div.product form.cart .nykel-single-buy-now,
	.single-product div.product form.cart .nykel-single-quote {
		grid-column: auto;
	}

	.nykel-single-assurance {
		grid-template-columns: 1fr;
		gap: 5px;
		margin-top: 12px;
		padding-top: 10px;
	}

	.nykel-single-assurance div {
		min-height: 24px;
		padding-inline: 0;
	}

	.nykel-single-assurance div + div {
		border-left: 0;
	}

	.nykel-single-assurance span {
		flex-basis: 22px;
		width: 22px;
		height: 22px;
	}

	.single-product .woocommerce-tabs {
		padding-inline: 10px;
	}
}

/* Stable product gallery framing */
.single-product div.product div.images {
	display: grid;
	gap: 16px;
	align-content: start;
}

.single-product div.product div.images .woocommerce-product-gallery__wrapper {
	display: block;
	width: 100%;
}

.single-product div.product div.images .woocommerce-product-gallery__image:first-child {
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 0;
	aspect-ratio: 1.18 / 0.82;
	padding: clamp(18px, 2.2vw, 30px);
	background: #f8fafc;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 14px;
}

.single-product div.product div.images .woocommerce-product-gallery__image:first-child a {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
}

.single-product div.product div.images .woocommerce-product-gallery__image:first-child img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: contain;
	transform: none !important;
}

.single-product div.product div.images .flex-control-thumbs {
	display: flex;
	gap: 14px;
	align-items: center;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	scrollbar-width: thin;
}

.single-product div.product div.images .flex-control-thumbs li {
	flex: 0 0 auto;
	width: clamp(92px, 8vw, 132px);
}

.single-product div.product div.images .flex-control-thumbs img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	background: rgba(248, 250, 252, 0.96);
	border: 1px solid rgba(148, 163, 184, 0.3);
	border-radius: 10px;
}

.dark .single-product div.product div.images .woocommerce-product-gallery__image:first-child {
	background: #f8fafc;
	border-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 980px) {
	.single-product div.product div.images .woocommerce-product-gallery__image:first-child {
		aspect-ratio: 1 / 0.88;
	}
}

@media (max-width: 640px) {
	.single-product div.product div.images {
		gap: 12px;
	}

	.single-product div.product div.images .woocommerce-product-gallery__image:first-child {
		aspect-ratio: 1 / 0.92;
		padding: 12px;
	}

	.single-product div.product div.images .flex-control-thumbs li {
		width: 76px;
	}
}

/* Single product tabs */
.single-product .woocommerce-tabs {
	padding: 0 0 18px;
	overflow: hidden;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: clamp(18px, 3vw, 42px);
	align-items: center;
	overflow-x: auto;
	margin: 0;
	padding: 0 0 12px;
	background: transparent;
	border-bottom: 1px solid rgba(226, 232, 240, 0.95);
	scrollbar-width: thin;
}

.single-product .woocommerce-tabs ul.tabs li {
	flex: 0 0 auto;
	background: transparent;
	border: 0;
}

.single-product .woocommerce-tabs ul.tabs li a {
	position: relative;
	display: inline-flex !important;
	flex-direction: row !important;
	gap: 9px;
	align-items: center !important;
	justify-content: center;
	min-height: 38px;
	padding: 0 0 12px;
	color: rgba(7, 21, 74, 0.64);
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	font-size: 0.9rem;
	font-weight: 850;
	line-height: 1.15;
	white-space: nowrap;
	text-align: center;
	transition: color 160ms ease, border-color 160ms ease;
}

.single-product .woocommerce-tabs ul.tabs li a:hover,
.single-product .woocommerce-tabs ul.tabs li a:focus-visible {
	transform: none;
}

.single-product .woocommerce-tabs ul.tabs li a::before {
	display: grid;
	flex: 0 0 19px;
	place-items: center;
	width: 18px;
	height: 18px;
	color: currentColor;
	border: 0;
	border-radius: 0;
	font-size: 0.92rem;
	font-weight: 900;
	line-height: 1;
	opacity: 0.82;
}

.single-product .woocommerce-tabs ul.tabs li.description_tab a::before {
	content: "◇";
}

.single-product .woocommerce-tabs ul.tabs li.additional_information_tab a::before {
	content: "ⓘ";
}

.single-product .woocommerce-tabs ul.tabs li.shipping_tab a::before {
	content: "▱";
}

.single-product .woocommerce-tabs ul.tabs li.print_files_tab a::before {
	content: "▤";
}

.single-product .woocommerce-tabs ul.tabs li.reviews_tab a::before {
	content: "★";
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a:hover,
.single-product .woocommerce-tabs ul.tabs li a:focus-visible {
	color: #07154a;
	background: transparent;
	border-bottom-color: #ff101c;
	box-shadow: none;
}

.single-product .woocommerce-tabs ul.tabs li.active a::before,
.single-product .woocommerce-tabs ul.tabs li a:hover::before,
.single-product .woocommerce-tabs ul.tabs li a:focus-visible::before {
	color: #ff101c;
	opacity: 1;
}

.single-product .woocommerce-tabs .panel {
	margin: 0;
	padding: 0;
}

.nykel-banner-tabs {
	color: #07154a;
	background: #ffffff;
}

.nykel-banner-tabs svg {
	display: block;
	width: 1.35rem;
	height: 1.35rem;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nykel-banner-tabs h2,
.nykel-banner-tabs h3,
.nykel-banner-tabs p {
	margin: 0;
}

.nykel-banner-tabs h2 {
	color: #07154a;
	font-size: clamp(1.05rem, 1.6vw, 1.3rem);
	line-height: 1.15;
}

.nykel-banner-tabs h3 {
	color: #07154a;
	font-size: 0.96rem;
	line-height: 1.2;
}

.nykel-banner-tabs p,
.nykel-banner-tabs li,
.nykel-banner-tabs td,
.nykel-banner-tabs small {
	color: rgba(7, 21, 74, 0.76);
	font-size: 0.88rem;
	line-height: 1.55;
}

.nykel-banner-tabs--description,
.nykel-banner-tabs--details,
.nykel-banner-tabs--shipping,
.nykel-banner-tabs--files {
	display: grid;
	gap: clamp(22px, 3vw, 40px);
	padding: clamp(20px, 2.6vw, 34px);
}

.nykel-banner-tabs--description {
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
}

.nykel-banner-tabs__copy {
	display: grid;
	gap: 14px;
}

.nykel-banner-ideal {
	margin-top: 10px;
	padding: 20px;
	border: 1px solid rgba(203, 213, 225, 0.9);
	border-radius: 12px;
}

.nykel-banner-ideal h3 {
	margin-bottom: 14px;
	color: #ff101c;
	font-size: 1.05rem;
}

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

.nykel-banner-ideal li,
.nykel-banner-use-card li,
.nykel-banner-upload-card li,
.nykel-banner-recommendations li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.nykel-banner-ideal li svg,
.nykel-banner-use-card li svg,
.nykel-banner-upload-card li svg {
	color: #ff101c;
}

.nykel-banner-feature-list {
	display: grid;
	overflow: hidden;
	border: 1px solid rgba(203, 213, 225, 0.9);
	border-radius: 12px;
}

.nykel-banner-feature-list article {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 18px 22px;
}

.nykel-banner-feature-list article + article {
	border-top: 1px solid rgba(203, 213, 225, 0.9);
}

.nykel-banner-feature-list article > svg {
	width: 38px;
	height: 38px;
	color: #0b2a72;
	stroke-width: 1.55;
}

.nykel-banner-feature-list article div {
	display: grid;
	gap: 3px;
}

.nykel-banner-tabs--details {
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
}

.nykel-banner-specs,
.nykel-banner-use-card,
.nykel-banner-files-main,
.nykel-banner-upload-card {
	padding: clamp(18px, 2vw, 24px);
	background: #ffffff;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 14px;
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.045);
}

.nykel-banner-specs table {
	width: 100%;
	margin-top: 16px;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba(203, 213, 225, 0.9);
	border-radius: 10px;
}

.nykel-banner-specs th,
.nykel-banner-specs td {
	padding: 12px 16px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(203, 213, 225, 0.9);
}

.nykel-banner-specs tr:last-child th,
.nykel-banner-specs tr:last-child td {
	border-bottom: 0;
}

.nykel-banner-specs th {
	width: 34%;
	color: #07154a;
	background: rgba(248, 250, 252, 0.82);
	font-weight: 850;
}

.nykel-banner-use-card ul {
	display: grid;
	gap: 22px;
	margin: 24px 0 20px;
	padding: 0;
	list-style: none;
}

.nykel-banner-use-card li span {
	display: grid;
	gap: 2px;
}

.nykel-banner-use-card strong {
	color: #07154a;
	font-size: 0.95rem;
}

.nykel-banner-use-card p {
	display: flex;
	gap: 10px;
	align-items: center;
	padding-top: 14px;
	border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.nykel-banner-use-card p svg {
	width: 1.1rem;
	height: 1.1rem;
	color: #64748b;
}

.nykel-banner-tabs--shipping {
	grid-template-columns: minmax(0, 1.06fr) minmax(340px, 1fr);
}

.nykel-banner-delivery,
.nykel-banner-times {
	display: grid;
	align-content: start;
	gap: 16px;
}

.nykel-banner-delivery__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.nykel-banner-delivery__grid article,
.nykel-banner-times article,
.nykel-banner-note,
.nykel-banner-warning,
.nykel-banner-help {
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 12px;
}

.nykel-banner-delivery__grid article {
	display: grid;
	gap: 8px;
	justify-items: center;
	padding: 18px 14px;
	text-align: center;
}

.nykel-banner-delivery__grid article > svg {
	width: 38px;
	height: 38px;
	padding: 8px;
	color: #ffffff;
	border-radius: 999px;
}

.nykel-banner-delivery__grid .is-red > svg {
	background: #ff101c;
}

.nykel-banner-delivery__grid .is-blue > svg {
	background: #2563eb;
}

.nykel-banner-delivery__grid .is-green > svg {
	background: #16a34a;
}

.nykel-banner-delivery__grid article span {
	display: inline-flex;
	margin-top: 8px;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 850;
}

.nykel-banner-delivery__grid .is-red span {
	color: #dc2626;
	background: #fee2e2;
}

.nykel-banner-delivery__grid .is-blue span {
	color: #1d4ed8;
	background: #dbeafe;
}

.nykel-banner-delivery__grid .is-green span {
	color: #15803d;
	background: #dcfce7;
}

.nykel-banner-note,
.nykel-banner-warning,
.nykel-banner-help {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 12px 16px;
}

.nykel-banner-note {
	background: rgba(248, 250, 252, 0.9);
}

.nykel-banner-note svg,
.nykel-banner-help svg {
	color: #2563eb;
}

.nykel-banner-times article {
	display: grid;
	grid-template-columns: 52px minmax(160px, 0.42fr) minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 18px;
}

.nykel-banner-times article > svg {
	width: 38px;
	height: 38px;
}

.nykel-banner-times article strong {
	display: grid;
	gap: 2px;
	color: #07154a;
	font-size: 0.9rem;
}

.nykel-banner-times article strong span {
	font-size: 1.18rem;
}

.nykel-banner-times article p {
	padding-left: 22px;
	border-left: 1px solid rgba(203, 213, 225, 0.9);
}

.nykel-banner-times .is-red {
	color: #ff101c;
	background: linear-gradient(90deg, rgba(255, 16, 28, 0.07), rgba(255, 16, 28, 0.025));
	border-color: rgba(255, 16, 28, 0.2);
}

.nykel-banner-times .is-blue {
	color: #2563eb;
	background: linear-gradient(90deg, rgba(37, 99, 235, 0.08), rgba(37, 99, 235, 0.025));
	border-color: rgba(37, 99, 235, 0.2);
}

.nykel-banner-warning {
	color: #b45309;
	background: #fff7ed;
	border-color: #fed7aa;
}

.nykel-banner-warning svg {
	color: #f59e0b;
	fill: currentColor;
	stroke: currentColor;
}

.nykel-banner-tabs--files {
	align-items: start;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.72fr);
}

.nykel-banner-files-main {
	display: grid;
	gap: 16px;
}

.nykel-banner-files-box {
	display: grid;
	grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid rgba(203, 213, 225, 0.9);
	border-radius: 12px;
}

.nykel-banner-formats,
.nykel-banner-recommendations {
	padding: clamp(18px, 2vw, 24px);
}

.nykel-banner-recommendations {
	border-left: 1px solid rgba(203, 213, 225, 0.9);
}

.nykel-banner-formats > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 18px 0 16px;
}

.nykel-banner-formats > div > article {
	display: grid;
	align-content: center;
	justify-items: center;
	min-height: 70px;
	padding: 12px 8px;
	color: #ffffff;
	background: linear-gradient(145deg, #ef4444, #b91c1c);
	border-radius: 12px;
	text-align: center;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 22px rgba(15, 23, 42, 0.08);
}

.nykel-banner-formats > div > article span {
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 950;
	letter-spacing: 0.01em;
	line-height: 1.15;
}

.nykel-banner-formats > div > article:nth-child(2) {
	background: linear-gradient(145deg, #22c55e, #15803d);
}

.nykel-banner-formats > div > article:nth-child(3) {
	background: linear-gradient(145deg, #0ea5e9, #1d4ed8);
}

.nykel-banner-formats > div > article:nth-child(4) {
	background: linear-gradient(145deg, #a78bfa, #7c3aed);
}

.nykel-banner-formats > div > article:nth-child(5) {
	background: linear-gradient(145deg, #f59e0b, #d97706);
}

.nykel-banner-formats > div > article:nth-child(6) {
	background: linear-gradient(145deg, #fb923c, #ea580c);
}

.nykel-banner-formats > div > article:nth-child(7) {
	background: linear-gradient(145deg, #ec4899, #be185d);
}

.nykel-banner-formats p,
.nykel-banner-help {
	background: #eff6ff;
	border-color: #dbeafe;
}

.nykel-banner-important {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 12px 14px;
	color: rgba(7, 21, 74, 0.76);
	background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.94)) !important;
	border: 1px solid rgba(203, 213, 225, 0.9);
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.nykel-banner-important svg {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin-top: 0;
	color: #2563eb;
}

.nykel-banner-important strong {
	flex: 0 0 auto;
	color: #0b2a72;
	font-size: 0.8rem;
	font-weight: 900;
	line-height: 1.35;
}

.nykel-banner-important span {
	min-width: 0;
	color: rgba(7, 21, 74, 0.72);
	font-size: 0.8rem;
	line-height: 1.45;
}

.nykel-banner-recommendations ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 18px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.nykel-banner-recommendations li {
	padding: 10px;
	border-bottom: 1px solid rgba(226, 232, 240, 0.78);
}

.nykel-banner-recommendations li svg {
	color: #2563eb;
}

.nykel-banner-recommendations strong {
	display: block;
	color: #07154a;
	font-size: 0.82rem;
}

.nykel-banner-upload-card {
	display: grid;
	align-content: start;
	gap: 16px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.nykel-design-request,
.nykel-before-send {
	border-radius: 16px;
	box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
}

.nykel-design-request {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding: 22px;
	background: linear-gradient(180deg, #f8fbff 0%, #f1f7ff 100%);
	border: 1px solid #d7e8fb;
}

.nykel-design-request > svg {
	width: 44px;
	height: 44px;
	color: #0b84d8;
	stroke-width: 1.8;
}

.nykel-design-request div {
	display: grid;
	gap: 12px;
}

.nykel-design-request h2,
.nykel-before-send h2 {
	margin: 0;
	color: #07154a;
	font-size: clamp(1.05rem, 1.35vw, 1.22rem);
	font-weight: 900;
	line-height: 1.2;
}

.nykel-design-request p {
	margin: 0;
	color: rgba(7, 21, 74, 0.74);
	font-size: 0.94rem;
	line-height: 1.65;
}

.nykel-design-request a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	width: 100%;
	padding: 0.75rem 1rem;
	color: #075985;
	font-weight: 900;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid #bfdbfe;
	border-radius: 10px;
	box-shadow: 0 10px 24px rgba(14, 132, 216, 0.08);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nykel-design-request a:hover,
.nykel-design-request a:focus-visible {
	color: #0369a1;
	border-color: #38bdf8;
	box-shadow: 0 14px 32px rgba(14, 132, 216, 0.16);
	transform: translateY(-1px);
}

.nykel-before-send {
	display: grid;
	gap: 14px;
	padding: 22px;
	background: linear-gradient(180deg, #fffbeb 0%, #fff7dc 100%);
	border: 1px solid #fde68a;
}

.nykel-before-send__head {
	display: flex;
	gap: 12px;
	align-items: center;
}

.nykel-before-send__head svg {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	color: #f59e0b;
	stroke-width: 1.8;
}

.nykel-before-send ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 1.15rem;
	list-style: disc;
	color: rgba(7, 21, 74, 0.8);
	font-size: 0.93rem;
	line-height: 1.55;
}

.nykel-before-send li::marker {
	color: #07154a;
}

.nykel-banner-upload-card ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nykel-banner-upload-card .nykel-before-send ul {
	gap: 10px;
	padding-left: 1.15rem;
	list-style: disc;
}

.nykel-banner-upload-card .nykel-before-send li {
	display: list-item;
}

.nykel-banner-upload {
	display: grid;
	place-items: center;
	gap: 8px;
	min-height: 150px;
	margin-top: 8px;
	padding: 24px;
	text-align: center;
	border: 2px dashed rgba(148, 163, 184, 0.7);
	border-radius: 14px;
}

.nykel-banner-upload svg {
	width: 36px;
	height: 36px;
	color: #ff101c;
}

.nykel-banner-upload strong {
	color: #07154a;
}

.nykel-banner-upload span,
.nykel-banner-upload-card small {
	color: rgba(7, 21, 74, 0.64);
	font-size: 0.78rem;
}

.nykel-banner-upload-card small {
	display: flex;
	gap: 8px;
	align-items: center;
}

.nykel-banner-upload-card small svg {
	width: 1rem;
	height: 1rem;
	color: #64748b;
}

.dark .single-product .woocommerce-tabs {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

.dark .single-product .woocommerce-tabs ul.tabs {
	background: transparent;
	border-bottom-color: rgba(148, 163, 184, 0.2);
}

.dark .single-product .woocommerce-tabs ul.tabs li a {
	color: rgba(226, 232, 240, 0.68);
	background: transparent;
	border-right-color: transparent;
}

.dark .single-product .woocommerce-tabs ul.tabs li.active a,
.dark .single-product .woocommerce-tabs ul.tabs li a:hover,
.dark .single-product .woocommerce-tabs ul.tabs li a:focus-visible {
	color: #ffffff;
	background: transparent;
	border-bottom-color: #ff737b;
	box-shadow: none;
}

.dark .single-product .woocommerce-tabs ul.tabs li.active a::before,
.dark .single-product .woocommerce-tabs ul.tabs li a:hover::before,
.dark .single-product .woocommerce-tabs ul.tabs li a:focus-visible::before {
	color: #ff737b;
}

.dark .nykel-banner-tabs,
.dark .nykel-banner-specs,
.dark .nykel-banner-use-card,
.dark .nykel-banner-files-main,
.dark .nykel-banner-upload-card {
	color: #f8fafc;
	background: rgba(15, 23, 42, 0.46);
}

.dark .nykel-banner-tabs h2,
.dark .nykel-banner-tabs h3,
.dark .nykel-banner-specs th,
.dark .nykel-banner-use-card strong,
.dark .nykel-banner-recommendations strong,
.dark .nykel-banner-upload strong {
	color: #f8fafc;
}

.dark .nykel-banner-tabs p,
.dark .nykel-banner-tabs li,
.dark .nykel-banner-tabs td,
.dark .nykel-banner-tabs small,
.dark .nykel-banner-upload span,
.dark .nykel-banner-upload-card small {
	color: rgba(226, 232, 240, 0.72);
}

.dark .nykel-banner-ideal,
.dark .nykel-banner-feature-list,
.dark .nykel-banner-specs,
.dark .nykel-banner-use-card,
.dark .nykel-banner-files-main,
.dark .nykel-banner-upload-card,
.dark .nykel-banner-delivery__grid article,
.dark .nykel-banner-times article,
.dark .nykel-banner-note,
.dark .nykel-banner-files-box,
.dark .nykel-banner-upload,
.dark .nykel-banner-specs table {
	border-color: rgba(148, 163, 184, 0.2);
}

.dark .nykel-banner-feature-list article + article,
.dark .nykel-banner-specs th,
.dark .nykel-banner-specs td,
.dark .nykel-banner-use-card p,
.dark .nykel-banner-recommendations,
.dark .nykel-banner-recommendations li,
.dark .nykel-banner-times article p {
	border-color: rgba(148, 163, 184, 0.18);
}

.dark .nykel-banner-specs th,
.dark .nykel-banner-note,
.dark .nykel-banner-formats p,
.dark .nykel-banner-help {
	background: rgba(30, 41, 59, 0.58);
}

.dark .nykel-banner-important strong {
	color: #bfdbfe;
}

.dark .nykel-banner-important {
	color: rgba(226, 232, 240, 0.74);
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.62), rgba(15, 23, 42, 0.42)) !important;
	border-color: rgba(148, 163, 184, 0.22);
}

.dark .nykel-banner-important span {
	color: rgba(226, 232, 240, 0.72);
}

.dark .nykel-banner-times article strong {
	color: #f8fafc;
}

.dark .nykel-banner-warning {
	color: #fde68a;
	background: rgba(245, 158, 11, 0.12);
	border-color: rgba(245, 158, 11, 0.22);
}

.dark .nykel-banner-upload-card {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

.dark .nykel-design-request {
	background: linear-gradient(180deg, rgba(14, 116, 144, 0.16), rgba(15, 23, 42, 0.72));
	border-color: rgba(56, 189, 248, 0.24);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
}

.dark .nykel-design-request > svg {
	color: #38bdf8;
}

.dark .nykel-design-request h2,
.dark .nykel-before-send h2 {
	color: #f8fafc;
}

.dark .nykel-design-request p {
	color: rgba(226, 232, 240, 0.76);
}

.dark .nykel-design-request a {
	color: #e0f2fe;
	background: rgba(15, 23, 42, 0.68);
	border-color: rgba(125, 211, 252, 0.28);
	box-shadow: none;
}

.dark .nykel-design-request a:hover,
.dark .nykel-design-request a:focus-visible {
	color: #ffffff;
	border-color: rgba(125, 211, 252, 0.6);
	box-shadow: 0 16px 36px rgba(14, 165, 233, 0.18);
}

.dark .nykel-before-send {
	background: linear-gradient(180deg, rgba(146, 64, 14, 0.18), rgba(15, 23, 42, 0.7));
	border-color: rgba(245, 158, 11, 0.28);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.dark .nykel-before-send__head svg {
	color: #fbbf24;
}

.dark .nykel-before-send ul {
	color: rgba(254, 243, 199, 0.86);
}

.dark .nykel-before-send li::marker {
	color: #fbbf24;
}

/* Checkout */
body.woocommerce-checkout .content-checkout {
	width: min(1440px, calc(100% - clamp(24px, 4vw, 72px)));
	max-width: none;
}

body.woocommerce-checkout .content-checkout .entry,
body.woocommerce-checkout .content-checkout .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
}

.nykel-checkout-shell {
	width: 100%;
	margin: 0 auto;
	padding: clamp(26px, 4vw, 56px) 0 clamp(48px, 6vw, 90px);
	color: var(--foreground);
}

.nykel-checkout-shell svg {
	display: block;
	width: 1.1rem;
	height: 1.1rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nykel-checkout-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: start;
	margin-bottom: clamp(24px, 3vw, 40px);
}

.nykel-checkout-back {
	grid-column: 1 / -1;
	display: inline-flex;
	gap: 6px;
	align-items: center;
	width: fit-content;
	color: rgba(226, 232, 240, 0.76);
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: none;
	transition: color 160ms ease, transform 160ms ease;
}

.nykel-checkout-back:hover,
.nykel-checkout-back:focus-visible {
	color: #ffffff;
	transform: translateX(-2px);
}

.nykel-checkout-hero h1 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1;
	letter-spacing: 0;
}

.nykel-checkout-hero p {
	margin: 10px 0 0;
	color: rgba(226, 232, 240, 0.68);
	font-size: 1rem;
}

.nykel-checkout-secure {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	padding: 9px 12px;
	color: rgba(226, 232, 240, 0.88);
	font-size: 0.78rem;
	font-weight: 900;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 8px;
}

.nykel-checkout-steps {
	display: flex;
	align-items: center;
	gap: clamp(14px, 3vw, 42px);
	margin: 0 0 clamp(26px, 3vw, 42px);
	padding: 0;
	list-style: none;
}

.nykel-checkout-steps li {
	position: relative;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	color: rgba(226, 232, 240, 0.56);
	font-size: 0.9rem;
	font-weight: 900;
}

.nykel-checkout-steps li:not(:last-child)::after {
	content: "";
	width: clamp(34px, 5vw, 74px);
	height: 1px;
	margin-left: 4px;
	background: rgba(148, 163, 184, 0.24);
}

.nykel-checkout-steps svg {
	width: 34px;
	height: 34px;
	padding: 8px;
	color: rgba(226, 232, 240, 0.62);
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 999px;
}

.nykel-checkout-steps .is-active {
	color: #ffffff;
}

.nykel-checkout-steps .is-active svg {
	color: #ffffff;
	background: linear-gradient(135deg, #2563eb, #6d5dfc);
	border-color: rgba(129, 140, 248, 0.9);
	box-shadow: 0 14px 34px rgba(79, 70, 229, 0.28);
}

.nykel-checkout-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
	gap: clamp(18px, 2vw, 28px);
	align-items: start;
}

.nykel-checkout-card,
.nykel-checkout-trust {
	color: rgba(226, 232, 240, 0.86);
	background: rgba(17, 24, 39, 0.78);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 12px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(16px);
}

.nykel-checkout-card {
	padding: clamp(18px, 2vw, 28px);
}

.nykel-checkout-card > h2 {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 22px;
	color: #ffffff;
	font-size: clamp(1.05rem, 1.45vw, 1.3rem);
	line-height: 1.2;
}

.nykel-checkout-card > h2 svg {
	color: #cbd5e1;
}

.nykel-checkout .col2-set {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}

.nykel-checkout .col-1,
.nykel-checkout .col-2 {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
}

.nykel-checkout .woocommerce-billing-fields h3,
.nykel-checkout .woocommerce-shipping-fields h3,
.nykel-checkout .woocommerce-additional-fields h3 {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.94);
	font-size: 1rem;
}

.nykel-checkout .woocommerce-billing-fields__field-wrapper,
.nykel-checkout .woocommerce-shipping-fields__field-wrapper,
.nykel-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.nykel-checkout .form-row {
	float: none;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

.nykel-checkout .form-row-first,
.nykel-checkout .form-row-last {
	float: none !important;
	width: 100% !important;
}

.nykel-checkout .form-row input.input-text,
.nykel-checkout .form-row textarea,
.nykel-checkout .form-row select {
	width: 100% !important;
}

.nykel-checkout .form-row-wide,
.nykel-checkout #billing_address_1_field,
.nykel-checkout #billing_address_2_field,
.nykel-checkout #order_comments_field,
.nykel-checkout #shipping_address_1_field,
.nykel-checkout #shipping_address_2_field {
	grid-column: 1 / -1;
}

.nykel-checkout #billing_first_name_field,
.nykel-checkout #billing_last_name_field,
.nykel-checkout #billing_email_field,
.nykel-checkout #billing_phone_field {
	grid-column: span 2;
}

.nykel-checkout #billing_country_field,
.nykel-checkout #billing_city_field,
.nykel-checkout #billing_state_field,
.nykel-checkout #billing_postcode_field {
	grid-column: span 1;
}

.nykel-checkout #billing_first_name_field {
	order: 10;
}

.nykel-checkout #billing_last_name_field {
	order: 20;
}

.nykel-checkout #billing_company_field {
	order: 30;
}

.nykel-checkout #billing_country_field {
	order: 40;
}

.nykel-checkout #billing_state_field {
	order: 50;
}

.nykel-checkout #billing_city_field {
	order: 60;
}

.nykel-checkout #billing_postcode_field {
	order: 70;
}

.nykel-checkout #billing_address_1_field {
	order: 80;
}

.nykel-checkout #billing_address_2_field {
	order: 90;
}

.nykel-checkout #billing_phone_field {
	order: 100;
}

.nykel-checkout #billing_email_field {
	order: 110;
}

.nykel-checkout label {
	display: block;
	margin-bottom: 8px;
	color: rgba(226, 232, 240, 0.9);
	font-size: 0.84rem;
	font-weight: 900;
}

.nykel-checkout abbr.required {
	color: #ff3040;
	text-decoration: none;
}

.nykel-checkout input.input-text,
.nykel-checkout textarea,
.nykel-checkout select,
.nykel-checkout .select2-container--default .select2-selection--single {
	width: 100%;
	min-height: 44px;
	color: #f8fafc;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 8px;
	box-shadow: none;
	outline: 0;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.nykel-checkout input.input-text,
.nykel-checkout select {
	height: 44px;
	line-height: 44px;
	padding: 0 14px;
}

.nykel-checkout textarea {
	padding: 0 14px;
}

.nykel-checkout textarea {
	min-height: 110px;
	padding-block: 12px;
	resize: vertical;
}

.nykel-checkout input.input-text:focus,
.nykel-checkout textarea:focus,
.nykel-checkout select:focus,
.nykel-checkout .select2-container--default.select2-container--open .select2-selection--single,
.nykel-checkout .select2-container--default .select2-selection--single:focus {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(99, 102, 241, 0.8);
	box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18);
}

.nykel-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #f8fafc;
	line-height: 44px;
	padding-left: 14px;
}

.nykel-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 9px;
	right: 10px;
}

.nykel-checkout ::placeholder {
	color: rgba(226, 232, 240, 0.42);
}

.nykel-checkout-delivery {
	margin-top: clamp(22px, 2.4vw, 32px);
	padding-top: clamp(20px, 2vw, 26px);
	border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.nykel-checkout-delivery h3 {
	margin: 0 0 6px;
	color: rgba(255, 255, 255, 0.94);
	font-size: 1rem;
}

.nykel-checkout-delivery > p {
	margin: 0 0 16px;
	color: rgba(226, 232, 240, 0.64);
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.5;
}

.nykel-checkout-delivery__options {
	display: grid;
	gap: 12px;
}

.nykel-checkout-delivery__option {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	margin: 0;
	padding: 16px 18px;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 12px;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.nykel-checkout-delivery__option:hover,
.nykel-checkout-delivery__option:focus-within {
	background: rgba(255, 255, 255, 0.065);
	border-color: rgba(129, 140, 248, 0.55);
	transform: translateY(-1px);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.nykel-checkout-delivery__option:has(input:checked) {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(109, 93, 252, 0.14));
	border-color: rgba(99, 102, 241, 0.8);
}

.nykel-checkout-delivery__option input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #4f46e5;
}

.nykel-checkout-delivery__option span,
.nykel-checkout-delivery__option strong,
.nykel-checkout-delivery__option small {
	display: block;
}

.nykel-checkout-delivery__option strong {
	color: #ffffff;
	font-size: 0.92rem;
	line-height: 1.25;
}

.nykel-checkout-delivery__option small {
	margin-top: 5px;
	color: rgba(226, 232, 240, 0.62);
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.35;
}

.nykel-checkout-delivery__option em {
	justify-self: end;
	padding: 7px 10px;
	color: rgba(226, 232, 240, 0.88);
	font-size: 0.76rem;
	font-style: normal;
	font-weight: 950;
	white-space: nowrap;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 999px;
}

.nykel-checkout-sidebar {
	position: sticky;
	top: 126px;
	display: grid;
	gap: 18px;
}

.nykel-checkout-summary .shop_table {
	width: 100%;
	margin: 0 0 20px;
	border: 0;
	border-collapse: collapse;
	color: rgba(226, 232, 240, 0.86);
}

.nykel-checkout-summary .shop_table th,
.nykel-checkout-summary .shop_table td {
	padding: 12px 0;
	color: inherit;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.nykel-checkout-summary .shop_table th {
	text-align: left;
	font-size: 0.86rem;
	font-weight: 900;
}

.nykel-checkout-summary .shop_table td {
	text-align: right;
	font-weight: 800;
}

.nykel-checkout-summary .shop_table .product-name {
	text-align: left;
}

.nykel-checkout-summary .shop_table .product-total {
	text-align: right;
}

.nykel-checkout-summary .shop_table .order-total th,
.nykel-checkout-summary .shop_table .order-total td {
	color: #ffffff;
	font-size: 1.04rem;
	border-bottom: 0;
}

.nykel-checkout-summary .shop_table .order-total .amount {
	color: #ff3040;
	font-size: 1.2rem;
}

.nykel-checkout-summary .cart_item .product-name {
	color: rgba(248, 250, 252, 0.92);
	font-weight: 900;
}

.nykel-checkout-summary .product-quantity {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 22px;
	margin-left: 6px;
	color: #ffffff;
	font-size: 0.78rem;
	background: #3155ff;
	border-radius: 999px;
}

.nykel-checkout-summary .woocommerce-checkout-payment {
	margin-top: 18px;
	padding-top: 18px;
	background: transparent !important;
	border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.nykel-checkout-summary #payment ul.payment_methods {
	margin: 0 0 18px;
	padding: 0;
	border: 0;
}

.nykel-checkout-summary #payment ul.payment_methods li {
	position: relative;
	margin: 0 0 12px;
	padding: 18px 18px 18px 54px;
	color: rgba(226, 232, 240, 0.88);
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 14px;
	cursor: pointer;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.nykel-checkout-summary #payment ul.payment_methods li input {
	position: absolute;
	top: 19px;
	left: 18px;
	width: 20px;
	height: 20px;
	accent-color: #4f46e5;
	cursor: pointer;
}

.nykel-checkout-summary #payment ul.payment_methods li label {
	display: block;
	margin: 0;
	color: #ffffff;
	font-size: 0.96rem;
	font-weight: 950;
	cursor: pointer;
}

.nykel-checkout-summary #payment ul.payment_methods li:hover,
.nykel-checkout-summary #payment ul.payment_methods li:focus-within {
	background: rgba(255, 255, 255, 0.065);
	border-color: rgba(129, 140, 248, 0.55);
	transform: translateY(-1px);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.nykel-checkout-summary #payment ul.payment_methods li:has(input:checked) {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(109, 93, 252, 0.14));
	border-color: rgba(99, 102, 241, 0.84);
	box-shadow: 0 18px 44px rgba(79, 70, 229, 0.18);
}

.nykel-checkout-summary #payment div.payment_box {
	margin: 10px 0 0;
	padding: 12px;
	color: rgba(226, 232, 240, 0.72);
	background: rgba(15, 23, 42, 0.68);
	border-radius: 8px;
}

.nykel-checkout-summary #payment div.payment_box::before {
	display: none;
}

.nykel-payment-active-panel {
	display: none;
}

@media (min-width: 761px) {
	.nykel-checkout-summary #payment {
		display: grid;
		grid-template-columns: minmax(235px, 0.52fr) minmax(0, 1fr);
		gap: 14px;
		align-items: start;
	}

	.nykel-checkout-summary #payment ul.payment_methods {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin: 0;
	}

	.nykel-checkout-summary #payment ul.payment_methods li {
		min-height: 58px;
		margin: 0;
		padding: 17px 16px 17px 52px;
	}

	.nykel-checkout-summary #payment ul.payment_methods li label {
		font-size: 0.9rem;
		line-height: 1.25;
	}

	.nykel-checkout-summary #payment ul.payment_methods li input {
		top: 18px;
		left: 18px;
	}

	.nykel-checkout-summary #payment ul.payment_methods li .payment_box {
		display: none !important;
	}

	.nykel-payment-active-panel {
		display: block;
		min-height: 100%;
		padding: 14px;
		color: rgba(226, 232, 240, 0.72);
		background: rgba(15, 23, 42, 0.68);
		border-radius: 14px;
	}

	.nykel-payment-active-panel .nykel-payment-guide {
		grid-template-columns: minmax(128px, 0.56fr) minmax(0, 1fr);
		gap: 14px;
		align-items: start;
	}

	.nykel-payment-active-panel .nykel-payment-guide__qr {
		min-height: 0;
	}

	.nykel-payment-active-panel .nykel-payment-guide__qr img {
		max-height: 245px;
	}

	.nykel-checkout-summary #payment .place-order {
		grid-column: 1 / -1;
	}
}

.nykel-payment-guide {
	display: grid;
	grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
	gap: 18px;
	align-items: stretch;
}

.nykel-payment-guide__qr {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 190px;
	padding: 14px;
	background: #ffffff;
	border: 1px solid rgba(203, 213, 225, 0.9);
	border-radius: 14px;
	overflow: hidden;
}

.nykel-payment-guide__qr img {
	display: block;
	width: 100%;
	max-width: 190px;
	max-height: 220px;
	object-fit: contain;
}

.nykel-payment-guide__qr-button {
	position: relative;
	display: inline-flex;
	width: 100%;
	height: 100%;
	min-height: 160px;
	padding: 0;
	align-items: center;
	justify-content: center;
	color: #07154a;
	background: transparent;
	border: 0;
	border-radius: 12px;
	cursor: zoom-in;
}

.nykel-payment-guide__qr-button img {
	transition: transform 180ms ease, filter 180ms ease;
}

.nykel-payment-guide__qr-button span {
	position: absolute;
	left: 50%;
	bottom: 8px;
	padding: 5px 10px;
	color: #07154a;
	font-size: 0.66rem;
	font-weight: 950;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(203, 213, 225, 0.92);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
	opacity: 0;
	white-space: nowrap;
	transform: translate(-50%, 4px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.nykel-payment-guide__qr-button:hover img,
.nykel-payment-guide__qr-button:focus-visible img {
	filter: contrast(1.04);
	transform: scale(1.025);
}

.nykel-payment-guide__qr-button:hover span,
.nykel-payment-guide__qr-button:focus-visible span {
	opacity: 1;
	transform: translate(-50%, 0);
}

.nykel-payment-guide__qr-button:focus-visible {
	outline: 3px solid rgba(129, 140, 248, 0.72);
	outline-offset: 3px;
}

.nykel-payment-qr-open {
	overflow: hidden;
}

.nykel-payment-qr-preview {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	padding: clamp(18px, 4vw, 46px);
	align-items: center;
	justify-content: center;
}

.nykel-payment-qr-preview.is-open {
	display: flex;
}

.nykel-payment-qr-preview__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(2, 6, 23, 0.72);
	border: 0;
	backdrop-filter: blur(10px);
	cursor: zoom-out;
}

.nykel-payment-qr-preview__panel {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(460px, 100%);
	gap: 12px;
	padding: clamp(18px, 3vw, 24px);
	color: #ffffff;
	text-align: center;
	background: rgba(15, 23, 42, 0.94);
	border: 1px solid rgba(148, 163, 184, 0.26);
	border-radius: 20px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

.nykel-payment-qr-preview__close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 1.35rem;
	line-height: 1;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	cursor: pointer;
	transition: background 160ms ease, transform 160ms ease;
}

.nykel-payment-qr-preview__close:hover,
.nykel-payment-qr-preview__close:focus-visible {
	background: rgba(255, 255, 255, 0.16);
	transform: translateY(-1px);
}

.nykel-payment-qr-preview__eyebrow {
	width: fit-content;
	margin: 0 auto;
	padding: 5px 10px;
	color: #93c5fd;
	font-size: 0.72rem;
	font-weight: 950;
	text-transform: uppercase;
	background: rgba(37, 99, 235, 0.14);
	border: 1px solid rgba(96, 165, 250, 0.24);
	border-radius: 999px;
}

.nykel-payment-qr-preview__title {
	padding-inline: 34px;
	color: #ffffff;
	font-size: 1.08rem;
	line-height: 1.25;
}

.nykel-payment-qr-preview__frame {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(14px, 3vw, 22px);
	background: #ffffff;
	border-radius: 16px;
}

.nykel-payment-qr-preview__image {
	display: block;
	width: min(360px, 100%);
	max-height: min(60vh, 420px);
	object-fit: contain;
}

.nykel-payment-qr-preview small {
	color: rgba(226, 232, 240, 0.62);
	font-weight: 750;
	line-height: 1.45;
}

.nykel-payment-guide__details {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.nykel-payment-guide__eyebrow {
	width: fit-content;
	padding: 5px 9px;
	color: #93c5fd;
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: rgba(37, 99, 235, 0.12);
	border: 1px solid rgba(96, 165, 250, 0.22);
	border-radius: 999px;
}

.nykel-payment-guide__details > strong {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.25;
}

.nykel-payment-guide__details > p {
	margin: 0;
	color: rgba(226, 232, 240, 0.7);
	font-size: 0.82rem;
	font-weight: 760;
	line-height: 1.45;
}

.nykel-payment-guide__details dl {
	display: grid;
	grid-template-columns: minmax(90px, auto) minmax(0, 1fr);
	gap: 8px 12px;
	margin: 2px 0 0;
	padding: 12px;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 12px;
}

.nykel-payment-guide__details dt,
.nykel-payment-guide__details dd {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.35;
}

.nykel-payment-guide__details dt {
	color: rgba(226, 232, 240, 0.58);
	font-weight: 900;
}

.nykel-payment-guide__details dd {
	color: rgba(248, 250, 252, 0.94);
	font-weight: 900;
	overflow-wrap: anywhere;
}

.nykel-payment-guide__proof {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	color: #ffffff !important;
	font-size: 0.82rem;
	font-weight: 950;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(135deg, #16a34a, #15803d);
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(22, 163, 74, 0.2);
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.nykel-payment-guide__proof:hover,
.nykel-payment-guide__proof:focus-visible {
	color: #ffffff !important;
	filter: brightness(1.04);
	transform: translateY(-1px);
	box-shadow: 0 18px 36px rgba(22, 163, 74, 0.28);
}

.nykel-payment-guide__details > small {
	color: rgba(226, 232, 240, 0.58);
	font-size: 0.74rem;
	font-weight: 750;
	line-height: 1.4;
}

.nykel-checkout-summary .place-order {
	margin: 0;
	padding: 0 !important;
}

.nykel-checkout-summary .woocommerce-privacy-policy-text {
	margin-bottom: 14px;
	color: rgba(226, 232, 240, 0.62);
	font-size: 0.78rem;
	line-height: 1.5;
}

.nykel-checkout-summary .woocommerce-terms-and-conditions-wrapper {
	color: rgba(226, 232, 240, 0.68);
	font-size: 0.8rem;
}

.nykel-checkout-summary a {
	color: #93c5fd;
}

.nykel-checkout-summary #place_order {
	width: 100%;
	min-height: 52px;
	margin-top: 10px;
	color: #ffffff !important;
	font-weight: 900;
	text-transform: uppercase;
	background: linear-gradient(135deg, #ff1f2d, #d90016) !important;
	border: 0;
	border-radius: 10px;
	box-shadow: 0 16px 34px rgba(255, 31, 45, 0.26);
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.nykel-checkout-summary #place_order:hover,
.nykel-checkout-summary #place_order:focus-visible {
	color: #ffffff !important;
	background: linear-gradient(135deg, #ff3340, #b80012) !important;
	filter: brightness(1.02);
	transform: translateY(-1px);
	box-shadow: 0 20px 42px rgba(255, 31, 45, 0.34);
}

body.woocommerce-checkout .nykel-checkout-summary #payment #place_order {
	color: #ffffff !important;
	background: linear-gradient(135deg, #ff1f2d, #d90016) !important;
	box-shadow: 0 16px 34px rgba(255, 31, 45, 0.26) !important;
}

body.woocommerce-checkout .nykel-checkout-summary #payment #place_order:hover,
body.woocommerce-checkout .nykel-checkout-summary #payment #place_order:focus-visible {
	color: #ffffff !important;
	background: linear-gradient(135deg, #ff3340, #b80012) !important;
	box-shadow: 0 20px 42px rgba(255, 31, 45, 0.34) !important;
}

.nykel-checkout-trust {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 22px;
}

.nykel-checkout-trust svg {
	width: 28px;
	height: 28px;
	color: #22c55e;
}

.nykel-checkout-trust strong,
.nykel-checkout-trust span {
	display: block;
}

.nykel-checkout-trust strong {
	color: #ffffff;
	font-size: 0.9rem;
}

.nykel-checkout-trust span {
	margin-top: 4px;
	color: rgba(226, 232, 240, 0.62);
	font-size: 0.82rem;
	line-height: 1.45;
}

.nykel-checkout-steps .is-complete {
	color: rgba(226, 232, 240, 0.88);
}

.nykel-checkout-steps .is-complete svg {
	color: #ffffff;
	background: rgba(34, 197, 94, 0.16);
	border-color: rgba(34, 197, 94, 0.46);
	box-shadow: 0 12px 28px rgba(34, 197, 94, 0.16);
}

.nykel-checkout-step-actions,
.nykel-checkout-payment-actions {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.nykel-checkout-payment-actions {
	display: none;
	margin: 0 0 18px;
	padding: 0 0 16px;
}

.nykel-checkout-payment-actions p {
	margin: 0;
	color: rgba(226, 232, 240, 0.66);
	font-size: 0.84rem;
	font-weight: 800;
	text-align: right;
}

.nykel-checkout-delivery-review {
	display: none;
	margin: 0 0 18px;
	padding: 14px 16px;
	background: rgba(34, 197, 94, 0.08);
	border: 1px solid rgba(34, 197, 94, 0.24);
	border-radius: 12px;
}

.nykel-checkout[data-checkout-step="payment"] .nykel-checkout-delivery-review {
	display: grid;
	gap: 4px;
}

.nykel-checkout-delivery-review span {
	color: rgba(226, 232, 240, 0.58);
	font-size: 0.74rem;
	font-weight: 950;
	text-transform: uppercase;
}

.nykel-checkout-delivery-review strong {
	color: #ffffff;
	font-size: 0.94rem;
}

.nykel-checkout-delivery-review small {
	color: rgba(226, 232, 240, 0.68);
	font-size: 0.8rem;
	font-weight: 760;
	line-height: 1.4;
}

.nykel-checkout-step-link,
.nykel-checkout-back-step,
.nykel-checkout-next-step {
	display: inline-flex;
	min-height: 46px;
	gap: 8px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	font-size: 0.9rem;
	font-weight: 950;
	line-height: 1;
	text-decoration: none;
	border-radius: 12px;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.nykel-checkout-step-link,
.nykel-checkout-back-step {
	color: rgba(226, 232, 240, 0.86);
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(148, 163, 184, 0.2);
}

.nykel-checkout-step-link svg,
.nykel-checkout-back-step svg {
	width: 1rem;
	height: 1rem;
}

.nykel-checkout-back-step {
	cursor: pointer;
}

.nykel-checkout-next-step {
	color: #ffffff;
	cursor: pointer;
	background: linear-gradient(135deg, #2563eb, #6d5dfc);
	border: 0;
	box-shadow: 0 16px 34px rgba(79, 70, 229, 0.28);
}

.nykel-checkout-step-link:hover,
.nykel-checkout-step-link:focus-visible,
.nykel-checkout-back-step:hover,
.nykel-checkout-back-step:focus-visible,
.nykel-checkout-next-step:hover,
.nykel-checkout-next-step:focus-visible {
	transform: translateY(-1px);
}

.nykel-checkout-next-step:hover,
.nykel-checkout-next-step:focus-visible {
	box-shadow: 0 20px 42px rgba(79, 70, 229, 0.36);
}

.nykel-checkout[data-checkout-step="details"] .nykel-checkout-summary #payment,
.nykel-checkout[data-checkout-step="details"] .nykel-checkout-payment-actions {
	display: none !important;
}

.nykel-checkout[data-checkout-step="payment"] .nykel-checkout-main {
	display: none;
}

.nykel-checkout[data-checkout-step="payment"] .nykel-checkout-grid {
	grid-template-columns: minmax(0, 1440px);
	justify-content: center;
}

.nykel-checkout[data-checkout-step="payment"] .nykel-checkout-sidebar {
	position: static;
	width: 100%;
}

.nykel-checkout[data-checkout-step="payment"] .nykel-checkout-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
	gap: clamp(18px, 2vw, 28px);
	align-items: start;
}

.nykel-checkout[data-checkout-step="payment"] .nykel-checkout-summary > h2,
.nykel-checkout[data-checkout-step="payment"] .nykel-checkout-payment-actions,
.nykel-checkout[data-checkout-step="payment"] .nykel-checkout-delivery-review {
	grid-column: 2;
}

.nykel-checkout[data-checkout-step="payment"] #order_review {
	display: contents;
}

.nykel-checkout[data-checkout-step="payment"] .nykel-checkout-summary .shop_table {
	grid-column: 2;
	margin-bottom: 0;
}

.nykel-checkout[data-checkout-step="payment"] .nykel-checkout-summary #payment {
	grid-column: 1;
	grid-row: 1 / span 4;
	align-self: stretch;
	margin: 0;
	padding: 0;
	border-top: 0;
}

.nykel-checkout[data-checkout-step="payment"] .nykel-checkout-payment-actions {
	display: flex;
}

.nykel-checkout-field-error {
	border-color: rgba(255, 31, 45, 0.9) !important;
	box-shadow: 0 0 0 3px rgba(255, 31, 45, 0.16) !important;
}

.nykel-order-complete__card {
	max-width: 860px;
	margin: 0 auto;
}

.nykel-order-complete__panel {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
	width: min(1080px, 100%);
	margin: 0 auto;
	overflow: hidden;
	color: rgba(226, 232, 240, 0.84);
	background: rgba(10, 14, 24, 0.88);
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 16px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
	backdrop-filter: blur(18px);
}

.nykel-order-complete__success {
	display: flex;
	min-height: 430px;
	padding: clamp(28px, 4vw, 56px);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background:
		radial-gradient(circle at 50% 28%, rgba(34, 197, 94, 0.12), transparent 36%),
		rgba(0, 0, 0, 0.2);
}

.nykel-order-complete__check {
	display: inline-flex;
	width: 72px;
	height: 72px;
	margin-bottom: 26px;
	align-items: center;
	justify-content: center;
	color: #22c55e;
	border: 5px solid currentColor;
	border-radius: 999px;
	box-shadow: 0 0 0 10px rgba(34, 197, 94, 0.08);
}

.nykel-order-complete__check svg {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.8;
}

.nykel-order-complete__success h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	line-height: 1.12;
}

.nykel-order-complete__success p {
	max-width: 390px;
	margin: 16px auto 28px;
	color: rgba(226, 232, 240, 0.68);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.55;
}

.nykel-order-complete__summary {
	padding: clamp(26px, 3.4vw, 44px);
	background: rgba(255, 255, 255, 0.04);
	border-left: 1px solid rgba(148, 163, 184, 0.16);
}

.nykel-order-complete__summary h3 {
	margin: 0 0 26px;
	color: #ffffff;
	font-size: clamp(1.25rem, 1.8vw, 1.6rem);
	line-height: 1.2;
}

.nykel-order-complete__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 18px;
	margin: 0;
}

.nykel-order-complete__facts div {
	padding: 0 0 14px;
	border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.nykel-order-complete__facts dt {
	margin-bottom: 6px;
	color: rgba(226, 232, 240, 0.52);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.nykel-order-complete__facts dd {
	margin: 0;
	color: #ffffff;
	font-weight: 900;
	line-height: 1.35;
}

.nykel-order-complete__items {
	margin: 24px 0;
	padding: 18px 0;
	list-style: none;
	border-top: 1px solid rgba(148, 163, 184, 0.16);
	border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.nykel-order-complete__items li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	padding: 10px 0;
	align-items: start;
}

.nykel-order-complete__item-name {
	color: #ffffff;
	font-weight: 900;
	line-height: 1.35;
}

.nykel-order-complete__item-name em {
	display: inline-flex;
	min-width: 28px;
	height: 22px;
	margin-left: 8px;
	padding: 0 8px;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 0.76rem;
	font-style: normal;
	background: linear-gradient(135deg, #2563eb, #6d5dfc);
	border-radius: 999px;
}

.nykel-order-complete__item-total {
	color: #ffffff;
	font-weight: 900;
	white-space: nowrap;
}

.nykel-order-complete__totals {
	display: grid;
	gap: 12px;
}

.nykel-order-complete__totals div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	color: rgba(226, 232, 240, 0.62);
	font-weight: 900;
}

.nykel-order-complete__totals strong {
	color: #ffffff;
}

.nykel-order-complete__totals .is-total {
	padding-top: 14px;
	border-top: 1px solid rgba(148, 163, 184, 0.18);
	font-size: 1.04rem;
}

.nykel-order-complete__totals .is-total strong {
	color: #ff1f2d;
	font-size: 1.28rem;
}

.nykel-order-complete__card > p {
	margin: -8px 0 22px;
	color: rgba(226, 232, 240, 0.72);
	font-weight: 700;
	line-height: 1.55;
}

.nykel-order-complete__meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.nykel-order-complete__meta li {
	display: grid;
	gap: 6px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 12px;
}

.nykel-order-complete__meta span {
	color: rgba(226, 232, 240, 0.56);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.nykel-order-complete__meta strong {
	color: #ffffff;
	font-size: 0.98rem;
}

.nykel-order-complete__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	width: 100%;
}

.nykel-order-complete__actions .nykel-checkout-next-step,
.nykel-order-complete__actions .nykel-checkout-step-link {
	min-width: 180px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle {
	width: min(1440px, calc(100% - clamp(24px, 4vw, 72px)));
	margin: 18px auto 0;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error {
	width: min(1440px, calc(100% - clamp(24px, 4vw, 72px)));
	margin-inline: auto;
	border-radius: 10px;
}

.woocommerce-checkout .checkout_coupon,
body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login {
	width: min(720px, calc(100% - clamp(24px, 4vw, 72px)));
	margin: 18px auto;
	padding: 20px;
	color: rgba(226, 232, 240, 0.86);
	background: rgba(17, 24, 39, 0.86);
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 12px;
}

body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
	display: flex;
	gap: 12px;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	min-height: 58px;
	padding: 0 18px;
	font-size: 0.95rem;
	font-weight: 850;
	border-radius: 12px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	display: flex;
	gap: 12px;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	min-height: 58px;
	padding: 0 18px;
	font-size: 0.95rem;
	font-weight: 850;
	border-radius: 12px;
}

body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before {
	position: static;
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 28px;
	height: 28px;
	margin: 0;
	color: inherit;
	border: 1px solid currentColor;
	border-radius: 999px;
	opacity: 0.9;
	transform: none;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
	position: static;
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 28px;
	height: 28px;
	margin: 0;
	color: inherit;
	border: 1px solid currentColor;
	border-radius: 999px;
	opacity: 0.9;
	transform: none;
}

body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
	color: inherit;
	font-weight: 950;
	text-underline-offset: 4px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
	color: inherit;
	font-weight: 950;
	text-underline-offset: 4px;
}

body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info .close-notice {
	margin-left: auto;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .close-notice {
	margin-left: auto;
}

body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: end;
	width: min(760px, calc(100% - clamp(24px, 4vw, 72px)));
	margin: 14px auto 28px;
	padding: clamp(18px, 2vw, 22px);
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(16px);
}

body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon::before {
	content: "Código promocional";
	grid-column: 1 / -1;
	width: fit-content;
	padding: 6px 10px;
	color: #dbeafe;
	font-size: 0.72rem;
	font-weight: 950;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	background: rgba(37, 99, 235, 0.16);
	border: 1px solid rgba(96, 165, 250, 0.22);
	border-radius: 999px;
}

body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon > p:not(.form-row):first-of-type {
	grid-column: 1 / -1;
	margin: -2px 0 0;
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.5;
}

body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon .form-row-first,
body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon .form-row-last {
	float: none !important;
	width: auto !important;
}

body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon .input-text {
	width: 100%;
	min-height: 48px;
	padding: 0 16px;
	border-radius: 999px;
	outline: 0;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon .input-text:focus {
	box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18);
}

body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon .button {
	min-width: 156px;
	min-height: 48px;
	margin: 0 !important;
	padding: 0 24px;
	color: #ffffff !important;
	font-size: 0.88rem;
	font-weight: 950;
	text-transform: uppercase;
	background: linear-gradient(135deg, #2563eb, #6d5dfc) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 16px 36px rgba(37, 99, 235, 0.22);
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon .button:hover,
body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon .button:focus-visible {
	filter: brightness(1.05);
	transform: translateY(-1px);
	box-shadow: 0 20px 42px rgba(37, 99, 235, 0.3);
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
	width: min(980px, calc(100% - clamp(24px, 4vw, 72px)));
	margin: 14px auto 28px;
	padding: clamp(18px, 2vw, 24px);
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(16px);
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login::before {
	content: "Acceso de cliente";
	grid-column: 1 / -1;
	width: fit-content;
	padding: 6px 10px;
	color: #dbeafe;
	font-size: 0.72rem;
	font-weight: 950;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	background: rgba(37, 99, 235, 0.16);
	border: 1px solid rgba(96, 165, 250, 0.22);
	border-radius: 999px;
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login > p:first-of-type {
	grid-column: 1 / -1;
	max-width: 720px;
	margin: -2px 0 2px;
	font-size: 0.94rem;
	font-weight: 650;
	line-height: 1.55;
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .clear {
	display: none;
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .form-row {
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .form-row-first,
body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .form-row-last {
	float: none !important;
	width: 100% !important;
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login label {
	margin: 0 0 8px;
	font-size: 0.82rem;
	font-weight: 900;
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .input-text {
	width: 100%;
	min-height: 46px;
	padding: 0 14px;
	border-radius: 10px;
	outline: 0;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .input-text:focus {
	box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18);
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login > .form-row:not(.form-row-first):not(.form-row-last) {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	align-items: center;
	padding-top: 2px;
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-flex !important;
	gap: 8px;
	align-items: center;
	width: auto;
	margin: 0;
	font-size: 0.84rem;
	font-weight: 800;
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .woocommerce-form-login__rememberme input {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: #4f46e5;
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .woocommerce-form-login__submit {
	min-width: 154px;
	min-height: 46px;
	margin: 0 0 0 auto !important;
	padding: 0 24px;
	color: #ffffff !important;
	font-size: 0.88rem;
	font-weight: 950;
	text-transform: uppercase;
	background: linear-gradient(135deg, #2563eb, #6d5dfc) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 16px 36px rgba(37, 99, 235, 0.24);
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .woocommerce-form-login__submit:hover,
body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .woocommerce-form-login__submit:focus-visible {
	filter: brightness(1.05);
	transform: translateY(-1px);
	box-shadow: 0 20px 42px rgba(37, 99, 235, 0.32);
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .lost_password {
	grid-column: 1 / -1;
	margin: -4px 0 0;
	font-size: 0.84rem;
	font-weight: 850;
}

body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .lost_password a {
	text-underline-offset: 4px;
}

html:not(.dark) body .nykel-checkout-shell {
	color: #07154a;
}

html:not(.dark) body .nykel-checkout-back {
	color: rgba(7, 21, 74, 0.62);
}

html:not(.dark) body .nykel-checkout-back:hover,
html:not(.dark) body .nykel-checkout-back:focus-visible {
	color: #07154a;
}

html:not(.dark) body .nykel-checkout-hero h1,
html:not(.dark) body .nykel-checkout-card > h2,
html:not(.dark) body .nykel-checkout-trust strong {
	color: #07154a;
}

html:not(.dark) body .nykel-checkout-hero p,
html:not(.dark) body .nykel-checkout-steps li {
	color: rgba(7, 21, 74, 0.62);
}

html:not(.dark) body .nykel-checkout-secure,
html:not(.dark) body .nykel-checkout-card,
html:not(.dark) body .nykel-checkout-trust {
	color: rgba(7, 21, 74, 0.78);
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(203, 213, 225, 0.9);
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

html:not(.dark) body .nykel-checkout .woocommerce-billing-fields h3,
html:not(.dark) body .nykel-checkout .woocommerce-shipping-fields h3,
html:not(.dark) body .nykel-checkout .woocommerce-additional-fields h3,
html:not(.dark) body .nykel-checkout label,
html:not(.dark) body .nykel-checkout-summary .shop_table .order-total th,
html:not(.dark) body .nykel-checkout-summary .shop_table .order-total td,
html:not(.dark) body .nykel-checkout-summary .cart_item .product-name {
	color: #07154a;
}

html:not(.dark) body .nykel-checkout input.input-text,
html:not(.dark) body .nykel-checkout textarea,
html:not(.dark) body .nykel-checkout select,
html:not(.dark) body .nykel-checkout .select2-container--default .select2-selection--single {
	color: #07154a;
	background: #f8fafc;
	border-color: rgba(203, 213, 225, 0.95);
}

html:not(.dark) body .nykel-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #07154a;
}

html:not(.dark) body .nykel-checkout ::placeholder {
	color: rgba(7, 21, 74, 0.42);
}

html:not(.dark) body .nykel-checkout-summary .shop_table th,
html:not(.dark) body .nykel-checkout-summary .shop_table td,
html:not(.dark) body .nykel-checkout-summary .woocommerce-privacy-policy-text,
html:not(.dark) body .nykel-checkout-summary .woocommerce-terms-and-conditions-wrapper,
html:not(.dark) body .nykel-checkout-trust span {
	color: rgba(7, 21, 74, 0.68);
	border-color: rgba(203, 213, 225, 0.82);
}

html:not(.dark) body .nykel-checkout-summary #payment ul.payment_methods li {
	color: rgba(7, 21, 74, 0.78);
	background: #f8fafc;
	border-color: rgba(203, 213, 225, 0.88);
}

html:not(.dark) body .nykel-checkout-summary #payment ul.payment_methods li label {
	color: #07154a;
}

html:not(.dark) body .nykel-checkout-summary #payment ul.payment_methods li:hover,
html:not(.dark) body .nykel-checkout-summary #payment ul.payment_methods li:focus-within {
	background: #ffffff;
	border-color: rgba(99, 102, 241, 0.58);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

html:not(.dark) body .nykel-checkout-summary #payment ul.payment_methods li:has(input:checked) {
	background: linear-gradient(135deg, rgba(219, 234, 254, 0.92), rgba(238, 242, 255, 0.96));
	border-color: rgba(99, 102, 241, 0.62);
	box-shadow: 0 16px 34px rgba(79, 70, 229, 0.12);
}

html:not(.dark) body .nykel-checkout-summary #payment div.payment_box {
	color: rgba(7, 21, 74, 0.68);
	background: #eef2ff;
}

html:not(.dark) body .nykel-payment-active-panel {
	color: rgba(7, 21, 74, 0.68);
	background: #eef2ff;
}

html:not(.dark) body .nykel-payment-guide__eyebrow {
	color: #1d4ed8;
	background: rgba(219, 234, 254, 0.92);
	border-color: rgba(147, 197, 253, 0.72);
}

html:not(.dark) body .nykel-payment-guide__details > strong {
	color: #07154a;
}

html:not(.dark) body .nykel-payment-guide__details > p,
html:not(.dark) body .nykel-payment-guide__details > small {
	color: rgba(7, 21, 74, 0.62);
}

html:not(.dark) body .nykel-payment-guide__details dl {
	background: rgba(248, 250, 252, 0.96);
	border-color: rgba(203, 213, 225, 0.88);
}

html:not(.dark) body .nykel-payment-guide__details dt {
	color: rgba(7, 21, 74, 0.54);
}

html:not(.dark) body .nykel-payment-guide__details dd {
	color: #07154a;
}

html:not(.dark) body .nykel-payment-qr-preview__backdrop {
	background: rgba(15, 23, 42, 0.42);
}

html:not(.dark) body .nykel-payment-qr-preview__panel {
	color: #07154a;
	background: rgba(255, 255, 255, 0.96);
	border-color: rgba(203, 213, 225, 0.92);
	box-shadow: 0 28px 90px rgba(15, 23, 42, 0.18);
}

html:not(.dark) body .nykel-payment-qr-preview__close {
	color: #07154a;
	background: rgba(15, 23, 42, 0.05);
	border-color: rgba(15, 23, 42, 0.1);
}

html:not(.dark) body .nykel-payment-qr-preview__title {
	color: #07154a;
}

html:not(.dark) body .nykel-payment-qr-preview small {
	color: rgba(7, 21, 74, 0.62);
}

html:not(.dark) body .nykel-checkout-delivery h3,
html:not(.dark) body .nykel-checkout-delivery__option strong {
	color: #07154a;
}

html:not(.dark) body .nykel-checkout-delivery > p,
html:not(.dark) body .nykel-checkout-delivery__option small {
	color: rgba(7, 21, 74, 0.62);
}

html:not(.dark) body .nykel-checkout-delivery__option {
	background: #f8fafc;
	border-color: rgba(203, 213, 225, 0.9);
}

html:not(.dark) body .nykel-checkout-delivery__option:hover,
html:not(.dark) body .nykel-checkout-delivery__option:focus-within {
	background: #ffffff;
	border-color: rgba(99, 102, 241, 0.58);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

html:not(.dark) body .nykel-checkout-delivery__option:has(input:checked) {
	background: linear-gradient(135deg, rgba(219, 234, 254, 0.92), rgba(238, 242, 255, 0.96));
	border-color: rgba(99, 102, 241, 0.62);
}

html:not(.dark) body .nykel-checkout-delivery__option em {
	color: rgba(7, 21, 74, 0.74);
	background: #ffffff;
	border-color: rgba(203, 213, 225, 0.88);
}

html:not(.dark) body .nykel-checkout-steps .is-complete {
	color: rgba(7, 21, 74, 0.82);
}

html:not(.dark) body .nykel-checkout-steps .is-complete svg {
	color: #15803d;
	background: rgba(220, 252, 231, 0.92);
	border-color: rgba(134, 239, 172, 0.9);
}

html:not(.dark) body .nykel-checkout-step-link,
html:not(.dark) body .nykel-checkout-back-step {
	color: rgba(7, 21, 74, 0.78);
	background: #f8fafc;
	border-color: rgba(203, 213, 225, 0.95);
}

html:not(.dark) body .nykel-checkout-step-link:hover,
html:not(.dark) body .nykel-checkout-step-link:focus-visible,
html:not(.dark) body .nykel-checkout-back-step:hover,
html:not(.dark) body .nykel-checkout-back-step:focus-visible {
	color: #07154a;
	background: #ffffff;
	border-color: rgba(129, 140, 248, 0.58);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

html:not(.dark) body .nykel-checkout-payment-actions p {
	color: rgba(7, 21, 74, 0.62);
}

html:not(.dark) body .nykel-checkout-delivery-review {
	background: rgba(240, 253, 244, 0.96);
	border-color: rgba(134, 239, 172, 0.9);
}

html:not(.dark) body .nykel-checkout-delivery-review span {
	color: rgba(7, 21, 74, 0.54);
}

html:not(.dark) body .nykel-checkout-delivery-review strong {
	color: #07154a;
}

html:not(.dark) body .nykel-checkout-delivery-review small {
	color: rgba(7, 21, 74, 0.62);
}

html:not(.dark) body .nykel-order-complete__card > p {
	color: rgba(7, 21, 74, 0.68);
}

html:not(.dark) body .nykel-order-complete__panel {
	color: rgba(7, 21, 74, 0.72);
	background: rgba(255, 255, 255, 0.96);
	border-color: rgba(203, 213, 225, 0.9);
	box-shadow: 0 26px 74px rgba(15, 23, 42, 0.1);
}

html:not(.dark) body .nykel-order-complete__success {
	background:
		radial-gradient(circle at 50% 28%, rgba(34, 197, 94, 0.1), transparent 34%),
		linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

html:not(.dark) body .nykel-order-complete__success h2,
html:not(.dark) body .nykel-order-complete__summary h3,
html:not(.dark) body .nykel-order-complete__facts dd,
html:not(.dark) body .nykel-order-complete__item-name,
html:not(.dark) body .nykel-order-complete__item-total,
html:not(.dark) body .nykel-order-complete__totals strong {
	color: #07154a;
}

html:not(.dark) body .nykel-order-complete__success p {
	color: rgba(7, 21, 74, 0.62);
}

html:not(.dark) body .nykel-order-complete__summary {
	background: #f8fafc;
	border-left-color: rgba(203, 213, 225, 0.8);
}

html:not(.dark) body .nykel-order-complete__facts div,
html:not(.dark) body .nykel-order-complete__items,
html:not(.dark) body .nykel-order-complete__totals .is-total {
	border-color: rgba(203, 213, 225, 0.84);
}

html:not(.dark) body .nykel-order-complete__facts dt,
html:not(.dark) body .nykel-order-complete__totals div {
	color: rgba(7, 21, 74, 0.56);
}

html:not(.dark) body .nykel-order-complete__totals .is-total strong {
	color: #ff1f2d;
}

html:not(.dark) body .nykel-order-complete__meta li {
	background: #f8fafc;
	border-color: rgba(203, 213, 225, 0.88);
}

html:not(.dark) body .nykel-order-complete__meta span {
	color: rgba(7, 21, 74, 0.52);
}

html:not(.dark) body .nykel-order-complete__meta strong {
	color: #07154a;
}

html:not(.dark) body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
	color: #07154a;
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(203, 213, 225, 0.88);
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
}

html:not(.dark) body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	color: #07154a;
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(203, 213, 225, 0.88);
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
}

html:not(.dark) body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon {
	color: rgba(7, 21, 74, 0.78);
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(203, 213, 225, 0.9);
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

html:not(.dark) body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon::before {
	color: #1d4ed8;
	background: rgba(219, 234, 254, 0.9);
	border-color: rgba(147, 197, 253, 0.72);
}

html:not(.dark) body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon .input-text {
	color: #07154a;
	background-color: #f8fafc !important;
	border: 1px solid rgba(203, 213, 225, 0.95) !important;
}

html:not(.dark) body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon .input-text:focus {
	background-color: #ffffff !important;
	border-color: rgba(79, 70, 229, 0.72) !important;
}

html:not(.dark) body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login {
	color: rgba(7, 21, 74, 0.78);
	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(203, 213, 225, 0.9);
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

html:not(.dark) body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login::before {
	color: #1d4ed8;
	background: rgba(219, 234, 254, 0.9);
	border-color: rgba(147, 197, 253, 0.72);
}

html:not(.dark) body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login label,
html:not(.dark) body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .lost_password a {
	color: #07154a;
}

html:not(.dark) body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .input-text {
	color: #07154a;
	background: #f8fafc;
	border: 1px solid rgba(203, 213, 225, 0.95);
}

html:not(.dark) body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .input-text:focus {
	background: #ffffff;
	border-color: rgba(79, 70, 229, 0.72);
}

html.dark body .nykel-checkout-shell {
	color: #e5edff;
}

html.dark body .nykel-checkout-back {
	color: rgba(203, 213, 225, 0.72);
}

html.dark body .nykel-checkout-back:hover,
html.dark body .nykel-checkout-back:focus-visible {
	color: #ffffff;
}

html.dark body .nykel-checkout-hero h1 {
	color: #ffffff;
	text-shadow: 0 14px 36px rgba(0, 0, 0, 0.38);
}

html.dark body .nykel-checkout-hero p {
	color: rgba(226, 232, 240, 0.76);
}

html.dark body .nykel-checkout-secure,
html.dark body .nykel-checkout-card,
html.dark body .nykel-checkout-trust {
	color: rgba(226, 232, 240, 0.86);
	background: linear-gradient(180deg, rgba(17, 24, 39, 0.94), rgba(9, 16, 32, 0.92));
	border-color: rgba(129, 140, 248, 0.26);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

html.dark body .nykel-checkout-card > h2,
html.dark body .nykel-checkout-trust strong,
html.dark body .nykel-checkout .woocommerce-billing-fields h3,
html.dark body .nykel-checkout .woocommerce-shipping-fields h3,
html.dark body .nykel-checkout .woocommerce-additional-fields h3,
html.dark body .nykel-checkout label,
html.dark body .nykel-checkout-summary .shop_table .order-total th,
html.dark body .nykel-checkout-summary .shop_table .order-total td,
html.dark body .nykel-checkout-summary .cart_item .product-name {
	color: #f8fafc;
}

html.dark body .nykel-checkout-steps li {
	color: rgba(203, 213, 225, 0.7);
}

html.dark body .nykel-checkout-steps .is-active {
	color: #ffffff;
}

html.dark body .nykel-checkout input.input-text,
html.dark body .nykel-checkout textarea,
html.dark body .nykel-checkout select,
html.dark body .nykel-checkout .select2-container--default .select2-selection--single {
	color: #f8fafc;
	background: rgba(15, 23, 42, 0.76);
	border-color: rgba(148, 163, 184, 0.26);
}

html.dark body .nykel-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #f8fafc;
}

html.dark body .nykel-checkout ::placeholder {
	color: rgba(203, 213, 225, 0.48);
}

html.dark body .nykel-checkout-summary .shop_table th,
html.dark body .nykel-checkout-summary .shop_table td,
html.dark body .nykel-checkout-summary .woocommerce-privacy-policy-text,
html.dark body .nykel-checkout-summary .woocommerce-terms-and-conditions-wrapper,
html.dark body .nykel-checkout-trust span {
	color: rgba(203, 213, 225, 0.74);
	border-color: rgba(148, 163, 184, 0.18);
}

html.dark body .nykel-checkout-summary #payment ul.payment_methods li {
	color: rgba(226, 232, 240, 0.86);
	background: rgba(15, 23, 42, 0.72);
	border-color: rgba(148, 163, 184, 0.22);
}

html.dark body .nykel-checkout-summary #payment div.payment_box {
	color: rgba(203, 213, 225, 0.78);
	background: rgba(30, 41, 59, 0.72);
}

html.dark body .nykel-checkout-summary a {
	color: #93c5fd;
}

html.dark body.woocommerce-checkout .checkout_coupon,
html.dark body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login {
	color: rgba(226, 232, 240, 0.86);
	background: rgba(17, 24, 39, 0.92);
	border-color: rgba(129, 140, 248, 0.24);
}

html.dark body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
	color: rgba(248, 250, 252, 0.92);
	background: linear-gradient(180deg, rgba(17, 24, 39, 0.94), rgba(9, 16, 32, 0.94));
	border-color: rgba(129, 140, 248, 0.26);
	box-shadow: 0 22px 58px rgba(0, 0, 0, 0.3);
}

html.dark body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	color: rgba(248, 250, 252, 0.92);
	background: linear-gradient(180deg, rgba(17, 24, 39, 0.94), rgba(9, 16, 32, 0.94));
	border-color: rgba(129, 140, 248, 0.26);
	box-shadow: 0 22px 58px rgba(0, 0, 0, 0.3);
}

html.dark body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon {
	color: rgba(226, 232, 240, 0.82);
	background: linear-gradient(180deg, rgba(17, 24, 39, 0.96), rgba(9, 16, 32, 0.94));
	border-color: rgba(129, 140, 248, 0.26);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

html.dark body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon .input-text {
	color: #f8fafc !important;
	background-color: rgba(15, 23, 42, 0.78) !important;
	border: 1px solid rgba(148, 163, 184, 0.28) !important;
}

html.dark body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon .input-text:focus {
	background-color: rgba(15, 23, 42, 0.92) !important;
	border-color: rgba(129, 140, 248, 0.86) !important;
}

html.dark body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login {
	color: rgba(226, 232, 240, 0.82);
	background: linear-gradient(180deg, rgba(17, 24, 39, 0.96), rgba(9, 16, 32, 0.94));
	border-color: rgba(129, 140, 248, 0.26);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

html.dark body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login label,
html.dark body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .lost_password a {
	color: rgba(248, 250, 252, 0.92);
}

html.dark body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .input-text {
	color: #f8fafc;
	background: rgba(15, 23, 42, 0.78);
	border: 1px solid rgba(148, 163, 184, 0.28);
}

html.dark body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .input-text:focus {
	background: rgba(15, 23, 42, 0.92);
	border-color: rgba(129, 140, 248, 0.86);
}

@media (max-width: 1100px) {
	.nykel-checkout-grid {
		grid-template-columns: 1fr;
	}

	.nykel-checkout-sidebar {
		position: static;
	}

	.nykel-checkout[data-checkout-step="payment"] .nykel-checkout-summary {
		display: block;
	}

	.nykel-checkout[data-checkout-step="payment"] #order_review {
		display: block;
	}

	.nykel-checkout[data-checkout-step="payment"] .nykel-checkout-summary #payment {
		margin-top: 18px;
		padding-top: 18px;
		border-top: 1px solid rgba(148, 163, 184, 0.16);
	}
}

@media (max-width: 760px) {
	body.woocommerce-checkout .content-checkout {
		width: min(100% - 20px, 560px);
	}

	.nykel-checkout-shell {
		width: 100%;
		padding-top: 18px;
	}

	.nykel-checkout-hero {
		grid-template-columns: 1fr;
	}

	.nykel-checkout-secure {
		width: fit-content;
	}

	.nykel-checkout-steps {
		justify-content: space-between;
		gap: 8px;
	}

	.nykel-checkout-steps li {
		gap: 6px;
		font-size: 0.78rem;
	}

	.nykel-checkout-steps li:not(:last-child)::after {
		display: none;
	}

	.nykel-checkout-steps svg {
		width: 30px;
		height: 30px;
		padding: 7px;
	}

	.nykel-checkout-card {
		padding: 16px;
	}

	.nykel-checkout-step-actions,
	.nykel-checkout-payment-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.nykel-checkout-payment-actions {
		display: none;
	}

	.nykel-checkout[data-checkout-step="payment"] .nykel-checkout-payment-actions {
		display: grid;
	}

	.nykel-checkout-payment-actions p {
		text-align: left;
	}

	.nykel-checkout-step-link,
	.nykel-checkout-back-step,
	.nykel-checkout-next-step {
		width: 100%;
	}

	.nykel-order-complete__meta {
		grid-template-columns: 1fr;
	}

	.nykel-order-complete__panel {
		grid-template-columns: 1fr;
		border-radius: 14px;
	}

	.nykel-order-complete__success {
		min-height: 0;
		padding: 34px 22px;
	}

	.nykel-order-complete__summary {
		padding: 24px 20px;
		border-top: 1px solid rgba(148, 163, 184, 0.16);
		border-left: 0;
	}

	.nykel-order-complete__facts {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.nykel-order-complete__items li {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.nykel-order-complete__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.nykel-order-complete__actions .nykel-checkout-next-step,
	.nykel-order-complete__actions .nykel-checkout-step-link {
		min-width: 0;
	}

	.nykel-checkout .woocommerce-billing-fields__field-wrapper,
	.nykel-checkout .woocommerce-shipping-fields__field-wrapper,
	.nykel-checkout .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.nykel-checkout #billing_first_name_field,
	.nykel-checkout #billing_last_name_field,
	.nykel-checkout #billing_email_field,
	.nykel-checkout #billing_phone_field,
	.nykel-checkout #billing_city_field,
	.nykel-checkout #billing_state_field,
	.nykel-checkout #billing_postcode_field {
		grid-column: 1 / -1;
	}

	.nykel-checkout-delivery__option {
		grid-template-columns: auto minmax(0, 1fr);
		align-items: start;
		padding: 14px;
	}

	.nykel-checkout-delivery__option em {
		grid-column: 2;
		justify-self: start;
	}

	.nykel-checkout-summary .shop_table th,
	.nykel-checkout-summary .shop_table td {
		padding: 10px 0;
		font-size: 0.84rem;
	}

	.nykel-payment-guide {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.nykel-payment-guide__qr {
		min-height: 170px;
	}

	.nykel-payment-guide__qr img {
		max-height: 190px;
	}

	.nykel-payment-qr-preview {
		padding: 14px;
	}

	.nykel-payment-qr-preview__panel {
		border-radius: 16px;
	}

	.nykel-payment-qr-preview__image {
		max-height: 58vh;
	}

	.nykel-payment-guide__details dl {
		grid-template-columns: 1fr;
	}

	body.woocommerce-checkout .woocommerce-form-login-toggle,
	body.woocommerce-checkout .woocommerce-form-coupon-toggle,
	body.woocommerce-checkout .woocommerce-info,
	body.woocommerce-checkout .woocommerce-message,
	body.woocommerce-checkout .woocommerce-error,
	body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon,
	body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login {
		width: min(100% - 20px, 560px);
	}

	body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 22px;
		padding: 16px;
		border-radius: 14px;
	}

	body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon > p:first-of-type {
		font-size: 0.88rem;
	}

	body.woocommerce-checkout .entry-content > .woocommerce form.checkout_coupon .button {
		width: 100%;
	}

	body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 22px;
		padding: 16px;
		border-radius: 14px;
	}

	body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login > p:first-of-type {
		font-size: 0.88rem;
	}

	body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login > .form-row:not(.form-row-first):not(.form-row-last) {
		align-items: stretch;
	}

	body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .woocommerce-form-login__rememberme {
		width: 100%;
	}

	body.woocommerce-checkout .entry-content > .woocommerce form.woocommerce-form-login .woocommerce-form-login__submit {
		width: 100%;
		margin-left: 0 !important;
	}
}

@media (max-width: 1100px) {
	.nykel-banner-tabs--description,
	.nykel-banner-tabs--details,
	.nykel-banner-tabs--shipping,
	.nykel-banner-tabs--files,
	.nykel-banner-files-box {
		grid-template-columns: 1fr;
	}

	.nykel-banner-recommendations {
		border-top: 1px solid rgba(203, 213, 225, 0.9);
		border-left: 0;
	}
}

@media (min-width: 761px) and (max-width: 1024px) {
	.single-product .woocommerce-tabs {
		margin-top: 14px;
		padding: 10px 10px 14px;
	}

	.single-product .woocommerce-tabs ul.tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
		padding: 0 0 10px;
		overflow: visible;
		background: transparent;
		border-bottom: 1px solid rgba(226, 232, 240, 0.78);
		scrollbar-width: none;
	}

	.single-product .woocommerce-tabs ul.tabs li {
		min-width: 0;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	.single-product .woocommerce-tabs ul.tabs li:nth-child(5):last-child {
		grid-column: 1 / -1;
	}

	.single-product .woocommerce-tabs ul.tabs li a {
		display: flex !important;
		gap: 8px;
		align-items: center !important;
		justify-content: center;
		width: 100%;
		min-height: 38px;
		padding: 7px 9px;
		color: rgba(7, 21, 74, 0.76);
		background: rgba(255, 255, 255, 0.9);
		border: 1px solid rgba(15, 23, 42, 0.11);
		border-bottom: 1px solid rgba(15, 23, 42, 0.11);
		border-radius: 12px;
		box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045);
		font-size: 0.75rem;
		line-height: 1.12;
		text-align: center;
		white-space: normal;
	}

	.single-product .woocommerce-tabs ul.tabs li a::before {
		display: grid;
		flex: 0 0 16px;
		place-items: center;
		width: 16px;
		height: 16px;
		color: currentColor;
		opacity: 1;
	}

	.single-product .woocommerce-tabs ul.tabs li.active a,
	.single-product .woocommerce-tabs ul.tabs li a:hover,
	.single-product .woocommerce-tabs ul.tabs li a:focus-visible {
		color: #07154a;
		background: #ffffff;
		border-color: rgba(255, 16, 28, 0.32);
		border-bottom-color: rgba(255, 16, 28, 0.32);
		box-shadow: 0 10px 24px rgba(255, 16, 28, 0.08);
	}

	.dark .single-product .woocommerce-tabs ul.tabs {
		border-bottom-color: rgba(148, 163, 184, 0.18);
	}

	.dark .single-product .woocommerce-tabs ul.tabs li {
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	.dark .single-product .woocommerce-tabs ul.tabs li a {
		color: #eef4ff;
		background: rgba(22, 33, 54, 0.96);
		border-color: rgba(148, 163, 184, 0.34);
		border-bottom-color: rgba(148, 163, 184, 0.34);
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
	}

	.dark .single-product .woocommerce-tabs ul.tabs li.active a,
	.dark .single-product .woocommerce-tabs ul.tabs li a:hover,
	.dark .single-product .woocommerce-tabs ul.tabs li a:focus-visible {
		color: #ffffff;
		background: rgba(30, 41, 59, 0.92);
		border-color: rgba(255, 115, 123, 0.4);
		border-bottom-color: rgba(255, 115, 123, 0.4);
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
	}

	.nykel-banner-tabs--description,
	.nykel-banner-tabs--details,
	.nykel-banner-tabs--shipping,
	.nykel-banner-tabs--files {
		padding: 16px;
	}
}

@media (max-width: 760px) {
	.single-product .woocommerce-tabs {
		margin-top: 14px;
		padding: 10px 10px 14px;
	}

	.single-product .woocommerce-tabs ul.tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
		padding: 0 0 10px;
		overflow: visible;
		background: transparent;
		border-bottom: 1px solid rgba(226, 232, 240, 0.78);
		scrollbar-width: none;
	}

	.single-product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
		display: none;
	}

	.single-product .woocommerce-tabs ul.tabs li {
		min-width: 0;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	.single-product .woocommerce-tabs ul.tabs li:nth-child(5):last-child {
		grid-column: 1 / -1;
	}

	.single-product .woocommerce-tabs ul.tabs li a {
		display: flex !important;
		gap: 7px;
		align-items: center !important;
		justify-content: center;
		width: 100%;
		min-height: 38px;
		padding: 7px 9px;
		color: rgba(7, 21, 74, 0.76);
		background: rgba(255, 255, 255, 0.9);
		border: 1px solid rgba(15, 23, 42, 0.11);
		border-bottom: 1px solid rgba(15, 23, 42, 0.11);
		border-radius: 12px;
		box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045);
		font-size: 0.75rem;
		line-height: 1.12;
		text-align: center;
		white-space: normal;
	}

	.single-product .woocommerce-tabs ul.tabs li a::before {
		display: grid;
		flex: 0 0 16px;
		place-items: center;
		width: 16px;
		height: 16px;
		color: currentColor;
		font-size: 0.78rem;
		opacity: 1;
	}

	.single-product .woocommerce-tabs ul.tabs li.active a,
	.single-product .woocommerce-tabs ul.tabs li a:hover,
	.single-product .woocommerce-tabs ul.tabs li a:focus-visible {
		color: #07154a;
		background: #ffffff;
		border-color: rgba(255, 16, 28, 0.32);
		border-bottom-color: rgba(255, 16, 28, 0.32);
		box-shadow: 0 10px 24px rgba(255, 16, 28, 0.08);
	}

	.dark .single-product .woocommerce-tabs ul.tabs {
		border-bottom-color: rgba(148, 163, 184, 0.18);
	}

	.dark .single-product .woocommerce-tabs ul.tabs li {
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	.dark .single-product .woocommerce-tabs ul.tabs li a {
		color: #eef4ff;
		background: rgba(22, 33, 54, 0.96);
		border-color: rgba(148, 163, 184, 0.34);
		border-bottom-color: rgba(148, 163, 184, 0.34);
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
	}

	.dark .single-product .woocommerce-tabs ul.tabs li.active a,
	.dark .single-product .woocommerce-tabs ul.tabs li a:hover,
	.dark .single-product .woocommerce-tabs ul.tabs li a:focus-visible {
		color: #ffffff;
		background: rgba(30, 41, 59, 0.92);
		border-color: rgba(255, 115, 123, 0.4);
		border-bottom-color: rgba(255, 115, 123, 0.4);
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
	}

	.nykel-banner-tabs--description,
	.nykel-banner-tabs--details,
	.nykel-banner-tabs--shipping,
	.nykel-banner-tabs--files {
		padding: 14px;
	}

	.nykel-banner-ideal ul,
	.nykel-banner-delivery__grid,
	.nykel-banner-recommendations ul {
		grid-template-columns: 1fr;
	}

	.nykel-banner-feature-list article {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 16px;
	}

	.nykel-banner-feature-list article > svg {
		width: 30px;
		height: 30px;
	}

	.nykel-banner-times article {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 12px;
	}

	.nykel-banner-times article p {
		grid-column: 1 / -1;
		padding-left: 0;
		border-left: 0;
	}

	.nykel-banner-formats > div {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.nykel-banner-formats > div > article {
		min-height: 62px;
		border-radius: 10px;
	}

	.nykel-banner-formats > div > article span {
		font-size: 0.8rem;
	}

	.nykel-banner-important {
		align-items: flex-start;
		padding: 11px 12px;
	}
}

/* Custom single-product gallery */
.single-product div.product div.images.has-nykel-gallery {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: visible;
}

.nykel-product-gallery {
	display: grid;
	gap: 16px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.nykel-product-gallery__stage {
	--gallery-zoom-x: 50%;
	--gallery-zoom-y: 50%;
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	aspect-ratio: 1;
	padding: clamp(18px, 2.2vw, 30px);
	overflow: hidden;
	background: #f8fafc;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 14px;
	cursor: zoom-in;
	text-decoration: none;
	appearance: none;
}

.nykel-product-gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-width: 0;
	aspect-ratio: auto !important;
	object-fit: contain;
	transform: none;
	transform-origin: var(--gallery-zoom-x) var(--gallery-zoom-y);
	transition: transform 180ms ease-out, filter 180ms ease-out;
}

.nykel-product-gallery__zoom {
	position: absolute;
	top: 16px;
	right: 16px;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	color: #071329;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
	font-size: 1.35rem;
	font-weight: 950;
	line-height: 1;
}

.nykel-product-gallery__thumbs {
	display: flex;
	gap: 14px;
	align-items: center;
	width: 100%;
	overflow-x: auto;
	padding: 0 0 4px;
	scrollbar-width: thin;
}

.nykel-product-gallery__thumb {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: clamp(92px, 8vw, 132px);
	aspect-ratio: 1;
	padding: 0;
	overflow: hidden;
	background: rgba(248, 250, 252, 0.94);
	border: 1px solid rgba(148, 163, 184, 0.26);
	border-radius: 10px;
	cursor: pointer;
	opacity: 0.68;
	transition: opacity 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.nykel-product-gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nykel-product-gallery__thumb:hover,
.nykel-product-gallery__thumb:focus-visible,
.nykel-product-gallery__thumb.is-active {
	opacity: 1;
	border-color: #818cf8;
	box-shadow: 0 0 0 2px rgba(129, 140, 248, 0.34);
	outline: none;
	transform: translateY(-1px);
}

.nykel-lightbox-open {
	overflow: hidden;
}

.nykel-gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: clamp(16px, 3vw, 42px);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.nykel-gallery-lightbox.is-open {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.nykel-gallery-lightbox__backdrop {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(2, 6, 23, 0.84);
	border: 0;
	cursor: zoom-out;
	backdrop-filter: blur(10px);
}

.nykel-gallery-lightbox__panel {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: min(92vw, 86vh, 980px);
	height: min(92vw, 86vh, 980px);
	padding: clamp(14px, 2vw, 24px);
	overflow: hidden;
	background: rgba(248, 250, 252, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
	transform: scale(0.985) translateY(8px);
	transition: transform 180ms ease;
}

.nykel-gallery-lightbox.is-open .nykel-gallery-lightbox__panel {
	transform: scale(1) translateY(0);
}

.nykel-gallery-lightbox__image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 12px;
}

.nykel-gallery-lightbox__close,
.nykel-gallery-lightbox__nav {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	color: #0f172a;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 999px;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
	cursor: pointer;
	transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.nykel-gallery-lightbox__close:hover,
.nykel-gallery-lightbox__close:focus-visible,
.nykel-gallery-lightbox__nav:hover,
.nykel-gallery-lightbox__nav:focus-visible {
	color: #ffffff;
	background: #071329;
	outline: none;
	transform: translateY(-1px);
}

.nykel-gallery-lightbox__close {
	top: 16px;
	right: 16px;
	font-size: 2rem;
	line-height: 1;
}

.nykel-gallery-lightbox__nav {
	top: 50%;
	font-size: 2.6rem;
	line-height: 1;
	transform: translateY(-50%);
}

.nykel-gallery-lightbox__nav:hover,
.nykel-gallery-lightbox__nav:focus-visible {
	transform: translateY(calc(-50% - 1px));
}

.nykel-gallery-lightbox__nav--prev {
	left: 16px;
}

.nykel-gallery-lightbox__nav--next {
	right: 16px;
}

.nykel-gallery-lightbox__counter {
	position: absolute;
	right: 18px;
	bottom: 18px;
	padding: 7px 11px;
	color: #ffffff;
	background: rgba(15, 23, 42, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
	.nykel-product-gallery__stage:hover .nykel-product-gallery__image,
	.nykel-product-gallery__stage:focus-visible .nykel-product-gallery__image {
		filter: saturate(1.04) contrast(1.02);
		transform: scale(1.42);
	}

	.nykel-product-gallery__stage:hover .nykel-product-gallery__zoom,
	.nykel-product-gallery__stage:focus-visible .nykel-product-gallery__zoom {
		color: #ffffff;
		background: #071329;
		transform: translateY(-1px);
	}
}

.dark .nykel-product-gallery__stage,
.dark .nykel-product-gallery__thumb {
	background: #f8fafc;
}

.dark .nykel-gallery-lightbox__panel {
	background: rgba(15, 23, 42, 0.94);
	border-color: rgba(148, 163, 184, 0.2);
}

html.dark body.woocommerce-checkout .nykel-checkout input.input-text,
html.dark body.woocommerce-checkout .nykel-checkout textarea,
html.dark body.woocommerce-checkout .nykel-checkout select,
html.dark body.woocommerce-checkout .nykel-checkout .select2-container--default .select2-selection--single {
	color: #f8fafc !important;
	background-color: rgba(15, 23, 42, 0.76) !important;
	border-color: rgba(148, 163, 184, 0.26) !important;
}

html:not(.dark) body.woocommerce-checkout .nykel-checkout input.input-text,
html:not(.dark) body.woocommerce-checkout .nykel-checkout textarea,
html:not(.dark) body.woocommerce-checkout .nykel-checkout select,
html:not(.dark) body.woocommerce-checkout .nykel-checkout .select2-container--default .select2-selection--single {
	color: #07154a !important;
	background-color: #f8fafc !important;
	border-color: rgba(203, 213, 225, 0.95) !important;
}

@media (max-width: 980px) {
	.nykel-product-gallery__stage {
		aspect-ratio: 1;
	}
}

@media (max-width: 640px) {
	.nykel-product-gallery {
		gap: 12px;
	}

	.nykel-product-gallery__stage {
		aspect-ratio: 1;
		padding: 12px;
	}

	.nykel-product-gallery__zoom {
		top: 10px;
		right: 10px;
		width: 34px;
		height: 34px;
		font-size: 1.05rem;
	}

	.nykel-product-gallery__thumb {
		width: 76px;
		border-radius: 8px;
	}

	.nykel-gallery-lightbox {
		padding: 10px;
	}

	.nykel-gallery-lightbox__panel {
		width: min(100%, 92vh);
		height: min(calc(100vw - 20px), 82vh);
		border-radius: 16px;
	}

	.nykel-gallery-lightbox__close,
	.nykel-gallery-lightbox__nav {
		width: 38px;
		height: 38px;
	}

	.nykel-gallery-lightbox__nav--prev {
		left: 10px;
	}

	.nykel-gallery-lightbox__nav--next {
		right: 10px;
	}
}

.single-product .woocommerce-tabs ul.tabs li a::before {
	content: none !important;
	display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li a .nykel-tab-label {
	display: inline-grid;
	grid-template-columns: 18px minmax(0, auto);
	column-gap: 9px;
	align-items: center;
	justify-content: center;
	justify-items: center;
	max-width: 100%;
}

.nykel-tab-label__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	color: currentColor;
	line-height: 1;
}

.nykel-tab-label__text {
	min-width: 0;
	line-height: 1.15;
	text-align: center;
}

.nykel-tab-label--description .nykel-tab-label__icon::before {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid currentColor;
	transform: rotate(45deg);
}

.nykel-tab-label--details .nykel-tab-label__icon::before {
	content: "i";
	display: grid;
	place-items: center;
	width: 12px;
	height: 12px;
	border: 1.7px solid currentColor;
	border-radius: 999px;
	font-size: 0.58rem;
	font-weight: 950;
	font-style: normal;
	line-height: 1;
}

.nykel-tab-label--shipping .nykel-tab-label__icon::before {
	content: "";
	width: 12px;
	height: 12px;
	border: 1.7px solid currentColor;
	border-radius: 999px;
}

.nykel-tab-label--shipping .nykel-tab-label__icon::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 8px;
	width: 4px;
	height: 5px;
	border-top: 1.6px solid currentColor;
	border-left: 1.6px solid currentColor;
	transform: rotate(8deg);
	transform-origin: left top;
}

.nykel-tab-label--files .nykel-tab-label__icon::before {
	content: "";
	width: 10px;
	height: 13px;
	border: 1.8px solid currentColor;
	border-radius: 2px;
	box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.16);
}

.nykel-tab-label--reviews .nykel-tab-label__icon::before {
	content: "★";
	font-size: 0.76rem;
	line-height: 1;
}

.nykel-reviews {
	display: grid;
	gap: 18px;
	color: #07154a;
	scroll-margin-top: 170px;
}

.nykel-reviews__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	gap: 18px;
	align-items: stretch;
	padding: 18px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92)),
		#ffffff;
	border: 1px solid rgba(203, 213, 225, 0.78);
	border-radius: 16px;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.nykel-reviews__eyebrow {
	display: inline-flex;
	margin-bottom: 7px;
	color: #ef1422;
	font-size: 0.74rem;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.single-product .woocommerce-tabs .panel .nykel-reviews__title {
	margin: 0 0 7px;
	color: #07154a;
	font-size: clamp(1.25rem, 2.2vw, 1.75rem);
	font-weight: 950;
	line-height: 1.12;
}

.nykel-reviews__intro p {
	max-width: 620px;
	margin: 0;
	color: rgba(7, 21, 74, 0.68);
	font-size: 0.92rem;
	line-height: 1.55;
}

.nykel-reviews__product {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-height: 84px;
	padding: 12px;
	background: rgba(241, 245, 249, 0.86);
	border: 1px solid rgba(203, 213, 225, 0.78);
	border-radius: 14px;
}

.nykel-reviews__product img {
	width: 58px;
	height: 58px;
	object-fit: cover;
	background: #ffffff;
	border-radius: 11px;
}

.nykel-reviews__product span {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.nykel-reviews__product strong {
	overflow: hidden;
	color: #07154a;
	font-size: 0.9rem;
	font-weight: 950;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nykel-reviews__product small {
	color: rgba(7, 21, 74, 0.55);
	font-size: 0.76rem;
	font-weight: 850;
}

.nykel-reviews__empty {
	margin: 0;
	padding: 15px 16px;
	color: rgba(7, 21, 74, 0.72);
	background: rgba(248, 250, 252, 0.92);
	border: 1px dashed rgba(148, 163, 184, 0.72);
	border-radius: 13px;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.45;
}

.nykel-reviews__form-wrap {
	padding: 18px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(203, 213, 225, 0.78);
	border-radius: 16px;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.055);
}

.nykel-reviews .comment-reply-title {
	display: block;
	margin: 0;
	color: #07154a;
	font-size: clamp(1.05rem, 1.8vw, 1.35rem);
	font-weight: 950;
	line-height: 1.2;
}

.nykel-reviews__note {
	margin: 6px 0 16px;
	color: rgba(7, 21, 74, 0.58);
	font-size: 0.78rem;
	font-weight: 800;
	text-align: right;
}

.nykel-reviews .comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
}

.nykel-reviews .comment-form-rating,
.nykel-reviews .comment-form-comment,
.nykel-reviews .comment-notes,
.nykel-reviews .comment-form-cookies-consent,
.nykel-reviews .form-submit,
.nykel-reviews .must-log-in {
	grid-column: 1 / -1;
}

.nykel-reviews .comment-form p,
.nykel-reviews .comment-form-rating {
	margin: 0;
}

.nykel-reviews label {
	display: block;
	margin-bottom: 7px;
	color: #07154a;
	font-size: 0.82rem;
	font-weight: 950;
	line-height: 1.25;
}

.nykel-reviews .required {
	color: #ef1422;
	text-decoration: none;
}

.nykel-reviews input[type="text"],
.nykel-reviews input[type="email"],
.nykel-reviews textarea,
.nykel-reviews select {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	color: #07154a;
	background: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.48);
	border-radius: 12px;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 800;
	outline: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.nykel-reviews textarea {
	min-height: 132px;
	padding-block: 13px;
	resize: vertical;
}

.nykel-reviews input::placeholder,
.nykel-reviews textarea::placeholder {
	color: rgba(71, 85, 105, 0.56);
}

.nykel-reviews input:focus,
.nykel-reviews textarea:focus,
.nykel-reviews select:focus {
	background: #ffffff;
	border-color: rgba(239, 20, 34, 0.52);
	box-shadow: 0 0 0 4px rgba(239, 20, 34, 0.1);
}

.nykel-reviews .comment-form-rating {
	padding: 14px;
	background: rgba(248, 250, 252, 0.96);
	border: 1px solid rgba(203, 213, 225, 0.7);
	border-radius: 14px;
}

.nykel-reviews .comment-form-rating label {
	margin-bottom: 10px;
}

.nykel-reviews .comment-form-rating p.stars {
	margin: 0 !important;
	font-size: 1.65rem;
	line-height: 1;
}

.nykel-reviews .comment-form-rating p.stars a {
	color: #cbd5e1;
}

.nykel-reviews .comment-form-rating p.stars:hover a,
.nykel-reviews .comment-form-rating p.stars.selected a {
	color: #f59e0b;
}

.nykel-reviews .comment-form-cookies-consent {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 9px;
	align-items: start;
	color: rgba(7, 21, 74, 0.66);
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.42;
}

.nykel-reviews .comment-form-cookies-consent input {
	width: 16px;
	height: 16px;
	margin: 2px 0 0;
	accent-color: #ef1422;
}

.nykel-reviews .comment-form-cookies-consent label {
	margin: 0;
	color: inherit;
	font: inherit;
}

.nykel-reviews .form-submit {
	display: flex;
	justify-content: flex-end;
	margin-top: 4px !important;
}

.nykel-reviews .form-submit input.nykel-reviews__submit,
.nykel-reviews__submit {
	min-width: 180px;
	min-height: 46px;
	padding: 0 24px;
	color: #ffffff !important;
	background: linear-gradient(135deg, #ef1422, #5b5cf6) !important;
	background-color: #ef1422 !important;
	border: 0;
	border-radius: 13px;
	box-shadow: 0 14px 34px rgba(79, 70, 229, 0.22) !important;
	font: inherit;
	font-size: 0.86rem;
	font-weight: 950;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.nykel-reviews .form-submit input.nykel-reviews__submit:hover,
.nykel-reviews .form-submit input.nykel-reviews__submit:focus-visible,
.nykel-reviews__submit:hover,
.nykel-reviews__submit:focus-visible {
	filter: brightness(1.04);
	outline: none;
	transform: translateY(-1px);
	box-shadow: 0 18px 40px rgba(79, 70, 229, 0.3) !important;
}

.dark .nykel-reviews {
	color: #f8fafc;
}

.dark .nykel-reviews__intro,
.dark .nykel-reviews__form-wrap {
	background:
		linear-gradient(180deg, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.62)),
		rgba(15, 23, 42, 0.72);
	border-color: rgba(148, 163, 184, 0.22);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
}

.dark .single-product .woocommerce-tabs .panel .nykel-reviews__title,
.dark .nykel-reviews .comment-reply-title,
.dark .nykel-reviews label,
.dark .nykel-reviews__product strong {
	color: #ffffff;
}

.dark .nykel-reviews__intro p,
.dark .nykel-reviews__note,
.dark .nykel-reviews__product small {
	color: rgba(226, 232, 240, 0.68);
}

.dark .nykel-reviews__product,
.dark .nykel-reviews .comment-form-rating {
	background: rgba(15, 23, 42, 0.62);
	border-color: rgba(148, 163, 184, 0.22);
}

.dark .nykel-reviews__empty {
	color: rgba(226, 232, 240, 0.78);
	background: rgba(15, 23, 42, 0.52);
	border-color: rgba(148, 163, 184, 0.3);
}

.dark .nykel-reviews input[type="text"],
.dark .nykel-reviews input[type="email"],
.dark .nykel-reviews textarea,
.dark .nykel-reviews select {
	color: #f8fafc;
	background: rgba(15, 23, 42, 0.82);
	border-color: rgba(148, 163, 184, 0.28);
}

.dark .nykel-reviews input::placeholder,
.dark .nykel-reviews textarea::placeholder {
	color: rgba(226, 232, 240, 0.48);
}

.dark .nykel-reviews input:focus,
.dark .nykel-reviews textarea:focus,
.dark .nykel-reviews select:focus {
	background: rgba(15, 23, 42, 0.94);
	border-color: rgba(255, 115, 123, 0.55);
	box-shadow: 0 0 0 4px rgba(255, 115, 123, 0.12);
}

.dark .nykel-reviews .comment-form-cookies-consent {
	color: rgba(226, 232, 240, 0.7);
}

@media (max-width: 760px) {
	.nykel-reviews {
		gap: 14px;
	}

	.nykel-reviews__intro {
		grid-template-columns: 1fr;
		padding: 14px;
		border-radius: 14px;
	}

	.nykel-reviews__product {
		min-height: 72px;
	}

	.nykel-reviews__form-wrap {
		padding: 14px;
		border-radius: 14px;
	}

	.nykel-reviews__note {
		text-align: left;
	}

	.nykel-reviews .comment-form {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.nykel-reviews .form-submit {
		justify-content: stretch;
	}

	.nykel-reviews__submit {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.single-product .woocommerce-tabs {
		padding-inline: 8px;
	}

	.single-product .woocommerce-tabs ul.tabs {
		gap: 8px;
		align-items: stretch;
		width: 100%;
	}

	.single-product .woocommerce-tabs ul.tabs li {
		display: block;
	}

	.single-product .woocommerce-tabs ul.tabs li a {
		display: flex !important;
		align-items: center !important;
		justify-content: center;
		min-height: 42px;
		padding: 8px 10px;
		color: rgba(7, 21, 74, 0.86) !important;
		-webkit-text-fill-color: rgba(7, 21, 74, 0.86);
		font-size: 0.75rem;
		font-weight: 900;
		line-height: 1.12;
		text-align: center;
	}

	.single-product .woocommerce-tabs ul.tabs li a .nykel-tab-label {
		grid-template-columns: 16px minmax(0, auto);
		column-gap: 7px;
	}

	.single-product .woocommerce-tabs ul.tabs li.shipping_tab .nykel-tab-label__text {
		max-width: 76px;
	}

	.single-product .woocommerce-tabs ul.tabs li.shipping_tab .nykel-tab-label {
		column-gap: 5px;
	}

	.single-product .woocommerce-tabs ul.tabs li.print_files_tab .nykel-tab-label__text {
		max-width: 78px;
	}

	.dark .single-product .woocommerce-tabs ul.tabs li a {
		color: rgba(241, 245, 249, 0.94) !important;
		-webkit-text-fill-color: rgba(241, 245, 249, 0.94);
		background: rgba(18, 30, 50, 0.96);
		border-color: rgba(148, 163, 184, 0.32);
		border-bottom-color: rgba(148, 163, 184, 0.32);
	}

	.dark .single-product .woocommerce-tabs ul.tabs li.active a,
	.dark .single-product .woocommerce-tabs ul.tabs li a:hover,
	.dark .single-product .woocommerce-tabs ul.tabs li a:focus-visible {
		color: #ffffff !important;
		-webkit-text-fill-color: #ffffff;
		background: rgba(30, 41, 59, 0.98);
		border-color: rgba(255, 115, 123, 0.5);
		border-bottom-color: rgba(255, 115, 123, 0.5);
	}

	.dark .single-product .woocommerce-tabs ul.tabs li.active a::before,
	.dark .single-product .woocommerce-tabs ul.tabs li a:hover::before,
	.dark .single-product .woocommerce-tabs ul.tabs li a:focus-visible::before {
		color: #ff737b;
	}
}
