@charset "utf-8";
/* CSS Document 

TemplateMo 601 Chain Summit

https://templatemo.com/tm-601-chain-summit

*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--primary: #00ffff;
	--secondary: #ff00ff;
	--accent: #7c3aed;
	--dark: #0a0a0f;
	--darker: #050508;
	--light: #ffffff;
	--gray: #6b7280;
	--success: #00ff88;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background: var(--dark);
	color: var(--light);
	overflow-x: hidden;
	line-height: 1.6;
}

body.preloader-active {
	overflow: hidden;
}

/* Full-screen preloader (index) */
.site-preloader {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #03040a;
	transition:
		opacity 0.55s ease,
		visibility 0.55s ease;
}

.site-preloader__backdrop {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 90% 70% at 50% 45%, rgba(124, 58, 237, 0.12) 0%, transparent 55%),
		radial-gradient(ellipse 70% 50% at 80% 20%, rgba(0, 255, 255, 0.06) 0%, transparent 45%),
		linear-gradient(180deg, #05060d 0%, #080a12 100%);
	animation: preloader-bg-breathe 5s ease-in-out infinite alternate;
}

@keyframes preloader-bg-breathe {
	0% {
		opacity: 0.85;
	}

	100% {
		opacity: 1;
	}
}

.site-preloader__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 2rem;
	transition:
		transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.55s ease,
		opacity 0.45s ease;
}

.site-preloader__orbit {
	position: relative;
	width: 5.75rem;
	height: 5.75rem;
	margin-bottom: 1.25rem;
	flex-shrink: 0;
}

.site-preloader__ring-spin {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: conic-gradient(
		from 0deg,
		var(--primary),
		var(--accent),
		#22d3ee,
		var(--secondary),
		var(--primary)
	);
	animation: preloader-spin 1.35s linear infinite;
	box-shadow: 0 0 48px rgba(0, 255, 255, 0.12);
}

.site-preloader__logo-wrap {
	position: absolute;
	inset: 4px;
	z-index: 2;
	border-radius: 50%;
	background: linear-gradient(165deg, #0a0c18 0%, #06070f 100%);
	display: grid;
	place-items: center;
	border: 1px solid rgba(0, 255, 255, 0.1);
}

.site-preloader__logo {
	width: 3.25rem;
	height: 3.25rem;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 0 12px rgba(0, 255, 255, 0.2));
	animation: preloader-logo-pulse 2s ease-in-out infinite;
}

@keyframes preloader-spin {
	to {
		transform: rotate(360deg);
	}
}

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

	50% {
		opacity: 1;
		transform: scale(1.04);
	}
}

.site-preloader__brand {
	margin: 0 0 0.35rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(226, 232, 240, 0.88);
}

.site-preloader__hint {
	margin: 0;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	color: rgba(148, 163, 184, 0.85);
}

.site-preloader__loading {
	display: inline-block;
	animation: preloader-loading-pulse 1.15s ease-in-out infinite;
}

@keyframes preloader-loading-pulse {
	0%,
	100% {
		opacity: 0.55;
	}

	50% {
		opacity: 1;
	}
}

.site-preloader__track {
	width: min(240px, 72vw);
	height: 3px;
	margin-top: 1.65rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	overflow: hidden;
}

.site-preloader__bar {
	height: 100%;
	width: 35%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--primary), var(--accent));
	box-shadow: 0 0 16px rgba(0, 255, 255, 0.35);
	animation: preloader-bar-slide 1.15s ease-in-out infinite;
}

@keyframes preloader-bar-slide {
	0% {
		transform: translateX(-120%);
	}

	100% {
		transform: translateX(320%);
	}
}

.site-preloader.site-preloader--hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.site-preloader.site-preloader--hidden .site-preloader__content {
	transform: scale(0.94);
	filter: blur(8px);
	opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
	.site-preloader__backdrop,
	.site-preloader__ring-spin,
	.site-preloader__logo,
	.site-preloader__loading,
	.site-preloader__bar {
		animation: none !important;
	}

	.site-preloader__ring {
		background: linear-gradient(135deg, rgba(0, 255, 255, 0.35), rgba(124, 58, 237, 0.35));
	}
}

/* Anchor targets clear fixed header */
#home,
#about,
#values {
	scroll-margin-top: 5.75rem;
}

p a {
	color: var(--accent); 
	text-decoration: none; 
	transition: color 0.3s ease;
}
p a:hover {
	color: var(--success); 
	text-decoration: none; 
	transition: color 0.3s ease;
}

/* Background Animation */
.bg-animation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
	background: linear-gradient(45deg, var(--dark) 0%, var(--darker) 50%, var(--dark) 100%);
}

.neural-network {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}

.node {
	position: absolute;
	width: 4px;
	height: 4px;
	background: var(--primary);
	border-radius: 50%;
	animation: pulse 4s infinite;
}

.connection {
	position: absolute;
	height: 1px;
	background: linear-gradient(90deg, var(--primary), transparent);
	animation: flow 6s infinite;
}

@keyframes pulse {

	0%,
	100% {
		opacity: 0.3;
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.2);
	}
}

@keyframes flow {
	0% {
		opacity: 0;
		transform: scaleX(0);
	}

	50% {
		opacity: 1;
		transform: scaleX(1);
	}

	100% {
		opacity: 0;
		transform: scaleX(0);
	}
}

/* Header */
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
	background: linear-gradient(
		180deg,
		rgba(12, 14, 24, 0.92) 0%,
		rgba(8, 10, 18, 0.88) 100%
	);
	backdrop-filter: blur(22px) saturate(1.15);
	-webkit-backdrop-filter: blur(22px) saturate(1.15);
	border-bottom: 1px solid rgba(0, 255, 255, 0.09);
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

header::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(0, 255, 255, 0.28) 25%,
		rgba(124, 58, 237, 0.22) 75%,
		transparent 100%
	);
	pointer-events: none;
	opacity: 0.85;
}

header.header--scrolled {
	background: linear-gradient(
		180deg,
		rgba(8, 10, 18, 0.97) 0%,
		rgba(6, 8, 14, 0.96) 100%
	);
	border-bottom-color: rgba(0, 255, 255, 0.14);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.5),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

header nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 1.75rem;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 5rem;
}

.logo {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
	transition: transform 0.25s ease, filter 0.25s ease;
	padding: 0.35rem 0.5rem 0.35rem 0;
	border-radius: 12px;
	position: relative;
	z-index: 1002;
}

.logo:hover {
	transform: translateY(-1px);
	filter: drop-shadow(0 4px 12px rgba(0, 255, 255, 0.2));
}

.logo-img {
	display: block;
	height: 3.5rem;
	width: auto;
	max-width: min(300px, 55vw);
	object-fit: contain;
	flex-shrink: 0;
}

/* Editorial rail nav: index + label + gradient rule (not pill buttons) */
.nav-links {
	display: flex;
	list-style: none;
	gap: 0.35rem 1.15rem;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-end;
	counter-reset: navitem;
}

.nav-links > li {
	counter-increment: navitem;
	display: flex;
	align-items: center;
}

.nav-links > li > a {
	color: rgba(235, 242, 255, 0.82);
	text-decoration: none;
	transition: color 0.28s ease, transform 0.22s ease;
	position: relative;
	padding: 0.42rem 0.15rem 0.55rem;
	font-weight: 500;
	font-size: 0.8125rem;
	letter-spacing: 0.045em;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
}

.nav-links > li > a::before {
	content: counter(navitem, decimal-leading-zero);
	font-family: "Consolas", "Courier New", ui-monospace, monospace;
	font-size: 0.62rem;
	font-weight: 600;
	color: rgba(0, 255, 255, 0.4);
	letter-spacing: 0.16em;
	line-height: 1;
	padding: 0.3rem 0.55rem 0.3rem 0;
	border-right: 1px solid rgba(0, 255, 255, 0.2);
	transition: color 0.28s ease, border-color 0.28s ease, text-shadow 0.28s ease;
}

.nav-links > li > a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: linear-gradient(90deg, var(--primary) 0%, #a78bfa 55%, var(--accent) 100%);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	border-radius: 1px;
}

.nav-links > li > a:hover {
	color: #fff;
	transform: translateY(-1px);
}

.nav-links > li > a:hover::before {
	color: rgba(0, 255, 255, 0.82);
	border-right-color: rgba(0, 255, 255, 0.38);
}

.nav-links > li > a:hover::after {
	transform: scaleX(1);
}

.nav-links > li > a:focus-visible {
	outline: 2px solid rgba(0, 255, 255, 0.55);
	outline-offset: 6px;
	border-radius: 2px;
}

.nav-links > li > a.active {
	color: #fff;
	font-weight: 600;
}

.nav-links > li > a.active::before {
	color: var(--primary);
	border-right-color: rgba(0, 255, 255, 0.48);
	text-shadow: 0 0 18px rgba(0, 255, 255, 0.35);
}

.nav-links > li > a.active::after {
	transform: scaleX(1);
}

.nav-links > li > a.active:hover {
	transform: translateY(-1px);
}

/* Desktop: Services mega-dropdown (hidden when .nav-links is display:none ≤768px) */
.nav-links__item--has-dropdown {
	position: relative;
}

/* Invisible hit-area bridge so the cursor can move from "Services" into the panel without leaving :hover */
.nav-links__item--has-dropdown::before {
	content: '';
	position: absolute;
	left: 0;
	width: max(100%, min(18.5rem, calc(100vw - 2.5rem)));
	top: 100%;
	height: 1rem;
	z-index: 1009;
}

.nav-dropdown {
	counter-reset: navsub;
	list-style: none;
	margin: 0;
	padding: 0.45rem 0;
	min-width: min(18.5rem, calc(100vw - 2.5rem));
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1010;
	background: linear-gradient(
		165deg,
		rgba(8, 10, 20, 0.98) 0%,
		rgba(6, 8, 16, 0.99) 100%
	);
	border: 1px solid rgba(0, 255, 255, 0.14);
	border-radius: 0.65rem;
	box-shadow:
		0 18px 48px rgba(0, 0, 0, 0.55),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(18px) saturate(1.1);
	-webkit-backdrop-filter: blur(18px) saturate(1.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(0);
	pointer-events: none;
	transition:
		opacity 0.22s ease,
		visibility 0.22s ease;
}

.nav-links__item--has-dropdown:hover .nav-dropdown,
.nav-links__item--has-dropdown:focus-within .nav-dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.nav-dropdown > li {
	display: block;
	margin: 0;
	counter-increment: navsub;
}

.nav-dropdown a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.48rem 0.85rem 0.52rem 0.65rem;
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: rgba(226, 232, 240, 0.9);
	text-decoration: none;
	transition: color 0.22s ease, background 0.22s ease, transform 0.2s ease;
}

.nav-dropdown a::before {
	content: counter(navsub, decimal-leading-zero);
	flex-shrink: 0;
	font-family: "Consolas", "Courier New", ui-monospace, monospace;
	font-size: 0.58rem;
	font-weight: 600;
	color: rgba(0, 255, 255, 0.5);
	letter-spacing: 0.14em;
	line-height: 1;
	padding: 0.25rem 0.5rem 0.25rem 0;
	border-right: 1px solid rgba(0, 255, 255, 0.18);
	transition: color 0.22s ease, border-color 0.22s ease;
}

.nav-dropdown a::after {
	content: '';
	position: absolute;
	left: 0.5rem;
	right: 0.65rem;
	bottom: 0.2rem;
	height: 2px;
	background: linear-gradient(90deg, var(--primary) 0%, #a78bfa 55%, var(--accent) 100%);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
	border-radius: 1px;
	pointer-events: none;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
	color: #fff;
	background: rgba(0, 255, 255, 0.06);
}

.nav-dropdown a:hover::before,
.nav-dropdown a:focus-visible::before {
	color: rgba(0, 255, 255, 0.85);
	border-right-color: rgba(0, 255, 255, 0.35);
}

.nav-dropdown a:hover::after,
.nav-dropdown a:focus-visible::after {
	transform: scaleX(1);
}

.nav-dropdown a:focus-visible {
	outline: none;
	box-shadow: inset 0 0 0 1px rgba(0, 255, 255, 0.35);
}

.mobile-menu {
	display: none;
	flex-direction: column;
	cursor: pointer;
	z-index: 1003;
	padding: 0.65rem 0.8rem;
	border-radius: 12px;
	transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
	border: 1px solid rgba(0, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mobile-menu:hover {
	background: rgba(0, 255, 255, 0.1);
	border-color: rgba(0, 255, 255, 0.4);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.mobile-menu:focus-visible {
	outline: none;
	box-shadow:
		0 0 0 2px rgba(10, 10, 18, 0.95),
		0 0 0 4px rgba(0, 255, 255, 0.45);
}

.mobile-menu span {
	width: 22px;
	height: 2px;
	background: linear-gradient(90deg, var(--primary), #c4b5fd);
	margin: 3px 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
	border-radius: 2px;
}

.mobile-menu.active span:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

.mobile-menu.active span:nth-child(2) {
	opacity: 0;
}

.mobile-menu.active span:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -6px);
}

.mobile-nav {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 1005;
	width: 100%;
	height: 100%;
	min-height: 100dvh;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
	background: linear-gradient(
		165deg,
		rgba(6, 8, 16, 0.98) 0%,
		rgba(10, 8, 22, 0.97) 45%,
		rgba(5, 6, 14, 0.99) 100%
	);
	backdrop-filter: blur(26px) saturate(1.12);
	-webkit-backdrop-filter: blur(26px) saturate(1.12);
	box-shadow: inset 0 0 0 1px rgba(0, 255, 255, 0.06);
}

.mobile-nav.active {
	display: flex;
}

.mobile-nav__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-shrink: 0;
	padding: 0.85rem 1rem;
	padding-top: max(0.85rem, env(safe-area-inset-top));
	border-bottom: 1px solid rgba(0, 255, 255, 0.12);
	background: rgba(4, 5, 12, 0.88);
}

.mobile-nav__brand {
	display: flex;
	align-items: center;
	min-width: 0;
	text-decoration: none;
}

.mobile-nav__brand-img {
	display: block;
	height: 2.65rem;
	width: auto;
	max-width: min(200px, 58vw);
	object-fit: contain;
	object-position: left center;
}

.mobile-nav__close {
	display: grid;
	place-items: center;
	flex-shrink: 0;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	margin: 0;
	border: 1px solid rgba(0, 255, 255, 0.22);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(0, 255, 255, 0.92);
	cursor: pointer;
	transition:
		background 0.25s ease,
		border-color 0.25s ease,
		color 0.2s ease,
		box-shadow 0.25s ease;
}

.mobile-nav__close:hover {
	background: rgba(0, 255, 255, 0.1);
	border-color: rgba(0, 255, 255, 0.4);
	color: #fff;
	box-shadow: 0 0 20px rgba(0, 255, 255, 0.12);
}

.mobile-nav__close:focus-visible {
	outline: 2px solid rgba(124, 58, 237, 0.75);
	outline-offset: 3px;
}

.mobile-nav__links {
	flex: 1 1 auto;
	width: 100%;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0.35rem 1rem 1.5rem;
	padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
	display: flex;
	flex-direction: column;
	gap: 0;
	counter-reset: mnav;
}

.mobile-nav__links a {
	counter-increment: mnav;
	color: rgba(245, 250, 255, 0.9);
	text-decoration: none;
	font-size: 0.95rem;
	letter-spacing: 0.04em;
	margin: 0;
	padding: 1rem 1rem 1rem 0.85rem;
	border-radius: 0;
	transition:
		color 0.25s ease,
		background 0.25s ease,
		border-color 0.25s ease,
		padding-left 0.25s ease;
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(12px);
	border: none;
	border-left: 3px solid transparent;
	border-bottom: 1px solid rgba(0, 255, 255, 0.08);
	min-width: 0;
	width: 100%;
	text-align: left;
	font-weight: 500;
	position: relative;
	overflow: visible;
	box-shadow: none;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.mobile-nav__links a::before {
	content: counter(mnav, decimal-leading-zero);
	font-family: "Consolas", "Courier New", ui-monospace, monospace;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	color: rgba(0, 255, 255, 0.42);
	min-width: 1.35rem;
	flex-shrink: 0;
}

.mobile-nav__links a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, var(--primary), var(--accent));
	transform: scaleY(0);
	transform-origin: center top;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
	border-radius: 0 2px 2px 0;
}

.mobile-nav__links a:hover {
	background: rgba(0, 255, 255, 0.06);
	color: #fff;
	padding-left: 1.1rem;
	border-left-color: rgba(0, 255, 255, 0.25);
}

.mobile-nav__links a:hover::before {
	color: rgba(0, 255, 255, 0.85);
}

.mobile-nav__links a:hover::after {
	transform: scaleY(1);
}

.mobile-nav__links a:focus-visible {
	outline: 2px solid rgba(0, 255, 255, 0.5);
	outline-offset: 2px;
}

.mobile-nav__links a.active {
	background: rgba(0, 255, 255, 0.08);
	color: #fff;
	font-weight: 600;
	border-left-color: transparent;
}

.mobile-nav__links a.active::before {
	color: var(--primary);
	text-shadow: 0 0 14px rgba(0, 255, 255, 0.4);
}

.mobile-nav__links a.active::after {
	transform: scaleY(1);
	background: linear-gradient(180deg, #22d3ee, var(--accent));
}

.mobile-nav__links a.active:hover {
	padding-left: 1.1rem;
}

/* Hero Section — backdrop image + layered treatment for depth & mood */
.hero {
	min-height: 100vh;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-top: clamp(5rem, 11vh, 6.5rem);
	padding-bottom: clamp(2rem, 5vh, 3.5rem);
	isolation: isolate;
	z-index: 0;
	background-color: #05060d;
	/* Top layer: soft fade to bridge color at bottom — hides seam before About */
	background-image:
		linear-gradient(
			to bottom,
			transparent 0%,
			transparent 52%,
			rgba(5, 6, 13, 0.35) 78%,
			rgba(5, 6, 13, 0.82) 92%,
			#05060d 100%
		),
		linear-gradient(
			125deg,
			rgba(0, 255, 255, 0.07) 0%,
			transparent 42%,
			rgba(124, 58, 237, 0.09) 100%
		),
		linear-gradient(
			180deg,
			rgba(3, 5, 14, 0.55) 0%,
			rgba(5, 8, 18, 0.35) 42%,
			rgba(4, 6, 16, 0.62) 100%
		),
		url('images/bg2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: normal, normal, normal, normal;
	box-shadow:
		inset 0 0 140px rgba(0, 0, 0, 0.55),
		inset 0 -100px 120px -30px rgba(5, 6, 13, 0.65);
}

.hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(
		ellipse 90% 75% at 50% 38%,
		rgba(8, 12, 28, 0.12) 0%,
		rgba(4, 6, 16, 0.45) 52%,
		rgba(2, 3, 10, 0.88) 100%
	);
}

.hero::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0.22;
	mix-blend-mode: overlay;
	background-image: repeating-linear-gradient(
		-18deg,
		transparent 0,
		transparent 3px,
		rgba(255, 255, 255, 0.04) 3px,
		rgba(255, 255, 255, 0.04) 4px
	);
}

.hero-content {
	position: relative;
	max-width: 56rem;
	padding: 0 2rem;
	z-index: 2;
}

/*
 * Floating scroll control — end of <body>, z-index below header (1000+).
 * In hero: chevron down → #about. After hero: chevron up → #home (see JS).
 */
.hero-scroll-btn {
	--fab-size: 3rem;
	position: fixed;
	right: max(clamp(1rem, 3.5vw, 1.85rem), env(safe-area-inset-right, 0px));
	bottom: max(clamp(1rem, 3.5vh, 1.85rem), env(safe-area-inset-bottom, 0px));
	left: auto;
	margin: 0;
	z-index: 999;
	width: var(--fab-size);
	height: var(--fab-size);
	padding: 0;
	display: grid;
	place-items: center;
	text-decoration: none;
	color: rgba(226, 232, 240, 0.92);
	background: rgba(14, 16, 26, 0.82);
	backdrop-filter: blur(16px) saturate(1.2);
	-webkit-backdrop-filter: blur(16px) saturate(1.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.45),
		0 0 0 1px rgba(0, 0, 0, 0.35) inset,
		0 1px 0 rgba(255, 255, 255, 0.06) inset;
	cursor: pointer;
	transition:
		background 0.28s ease,
		border-color 0.28s ease,
		box-shadow 0.28s ease,
		color 0.2s ease,
		transform 0.22s cubic-bezier(0.33, 1, 0.68, 1);
}

.hero-scroll-btn__svg {
	display: block;
	transform: translateY(1px);
	transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
}

.hero-scroll-btn--up .hero-scroll-btn__svg {
	transform: translateY(1px) rotate(180deg);
}

.hero-scroll-btn:hover {
	color: #fff;
	background: rgba(18, 20, 32, 0.92);
	border-color: rgba(0, 255, 255, 0.22);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.5),
		0 0 0 1px rgba(124, 58, 237, 0.15),
		0 0 28px rgba(0, 255, 255, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transform: scale(1.04);
}

.hero-scroll-btn:focus-visible {
	outline: 2px solid rgba(124, 58, 237, 0.75);
	outline-offset: 3px;
}

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

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.hero-scroll-btn,
	.hero-scroll-btn__svg {
		transition-duration: 0.01ms;
	}
}

.hero h1 {
	font-size: clamp(2.5rem, 5vw, 4rem);
	margin-bottom: 1rem;
	background: linear-gradient(45deg, var(--primary), var(--secondary), var(--accent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: glow 2s ease-in-out infinite alternate;
}

/* Legal pages — compact hero (privacy, terms) */
.hero.hero--legal {
	min-height: auto;
	height: auto;
	padding-top: max(6rem, calc(5rem + env(safe-area-inset-top, 0px)));
	padding-bottom: clamp(1.75rem, 4vh, 2.75rem);
	align-items: flex-start;
}

.hero.hero--legal .hero-content {
	width: 100%;
}

.hero.hero--legal h1 {
	margin-bottom: 0.65rem;
}

.hero.hero--legal .legal-hero__lead {
	margin: 0 auto;
	max-width: 40rem;
}

/* Privacy / Terms / FAQs — legal body copy */
#privacy-content.section,
#terms-content.section,
#faqs-content.section,
#service-detail.section {
	max-width: 56rem;
	margin: 0 auto;
	padding: 0 max(2rem, calc(env(safe-area-inset-left, 0px) + 1rem)) 5rem
		max(2rem, calc(env(safe-area-inset-right, 0px) + 1rem));
}

#privacy-content .legal-panel,
#terms-content .legal-panel,
#faqs-content .legal-panel,
#service-detail .legal-panel {
	text-align: left;
}

#privacy-content .legal-panel h2,
#terms-content .legal-panel h2,
#faqs-content .legal-panel h2,
#service-detail .legal-panel h2 {
	font-size: clamp(1.15rem, 2.6vw, 1.4rem);
	font-weight: 700;
	text-align: left;
	margin-top: 1.85rem;
	margin-bottom: 0.6rem;
	background: none;
	-webkit-text-fill-color: unset;
	color: rgba(243, 246, 255, 0.96);
}

#privacy-content .legal-panel h2:first-of-type,
#terms-content .legal-panel h2:first-of-type,
#faqs-content .legal-panel h2:first-of-type,
#service-detail .legal-panel h2:first-of-type {
	margin-top: 0;
}

#privacy-content .legal-panel p,
#privacy-content .legal-panel li,
#terms-content .legal-panel p,
#terms-content .legal-panel li,
#faqs-content .legal-panel p,
#faqs-content .legal-panel li,
#service-detail .legal-panel p,
#service-detail .legal-panel li {
	color: rgba(209, 213, 219, 0.95);
	font-size: 0.98rem;
	line-height: 1.65;
	margin-bottom: 0.85rem;
}

#privacy-content .legal-panel ul,
#terms-content .legal-panel ul,
#faqs-content .legal-panel ul,
#service-detail .legal-panel ul {
	padding-left: 1.25rem;
	margin: 0.35rem 0 1rem;
}

#privacy-content .legal-panel li,
#terms-content .legal-panel li,
#faqs-content .legal-panel li,
#service-detail .legal-panel li {
	margin-bottom: 0.45rem;
}

#privacy-content .legal-panel a,
#terms-content .legal-panel a,
#faqs-content .legal-panel a,
#service-detail .legal-panel a {
	color: rgba(34, 211, 238, 0.92);
	text-decoration: underline;
	text-underline-offset: 3px;
}

#privacy-content .legal-panel a:hover,
#terms-content .legal-panel a:hover,
#faqs-content .legal-panel a:hover,
#service-detail .legal-panel a:hover {
	color: #fff;
}

/* Service detail pages — hero image (same asset as services grid cards) */
.service-detail__media {
	margin: 0 0 1.35rem;
	border-radius: 1rem;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	width: 100%;
	border: 1px solid rgba(0, 255, 255, 0.12);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.35),
		inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.service-detail__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#service-detail .service-detail__back {
	margin: 0 0 1.25rem;
	text-align: left;
}

#service-detail .service-detail__back a {
	color: rgba(34, 211, 238, 0.92);
	text-decoration: underline;
	text-underline-offset: 3px;
	font-size: 0.95rem;
	font-weight: 500;
}

#service-detail .service-detail__back a:hover {
	color: #fff;
}

/* FAQs — Q&A blocks */
#faqs-content .faqs-intro {
	margin-top: 0;
	margin-bottom: 1.35rem;
}

#faqs-content .faq-item {
	padding: 1.15rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

#faqs-content .faq-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#faqs-content .faq-q {
	font-size: clamp(1.02rem, 2.2vw, 1.2rem);
	font-weight: 700;
	text-align: left;
	margin: 0 0 0.5rem;
	color: rgba(248, 250, 252, 0.98);
	line-height: 1.35;
}

#faqs-content .faq-a {
	margin: 0;
	color: rgba(209, 213, 219, 0.95);
	font-size: 0.98rem;
	line-height: 1.65;
}

#faqs-content .faq-a:last-child {
	margin-bottom: 0;
}

/* Contact page */
#contact-content.section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 max(2rem, calc(env(safe-area-inset-left, 0px) + 1rem)) 5rem
		max(2rem, calc(env(safe-area-inset-right, 0px) + 1rem));
}

#contact-content .contact-info-section {
	margin-top: 0;
}

.contact-map-section {
	margin-top: 2.75rem;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.contact-map-title {
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 700;
	margin: 0 0 1.1rem;
	color: rgba(248, 250, 252, 0.98);
	letter-spacing: -0.02em;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 1px 0 0 rgba(0, 255, 255, 0.06);
}

.contact-map {
	position: relative;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(0, 255, 255, 0.14);
	box-shadow:
		0 16px 44px rgba(0, 0, 0, 0.4),
		inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	aspect-ratio: 16 / 10;
	min-height: 260px;
	background: rgba(6, 8, 16, 0.6);
}

.contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 260px;
	border: 0;
}

.contact-map-link {
	margin: 0.85rem 0 0;
	text-align: center;
	font-size: 0.9rem;
}

.contact-map-link a {
	color: rgba(34, 211, 238, 0.92);
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.contact-map-link a:hover {
	color: #fff;
}

/* Contact form — result modal (glass / cyan, above cookie banner) */
.contact-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: max(1rem, env(safe-area-inset-top, 0px)) max(1rem, env(safe-area-inset-right, 0px)) max(1rem, env(safe-area-inset-bottom, 0px)) max(1rem, env(safe-area-inset-left, 0px));
	box-sizing: border-box;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.28s ease,
		visibility 0.28s ease;
}

.contact-modal:not([hidden]) {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.contact-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 5, 12, 0.72);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.contact-modal__panel {
	position: relative;
	width: 100%;
	max-width: 420px;
	padding: 1.65rem 1.5rem 1.45rem;
	border-radius: 1.1rem;
	background: linear-gradient(
		155deg,
		rgba(12, 16, 28, 0.94) 0%,
		rgba(6, 8, 18, 0.96) 100%
	);
	border: 1px solid rgba(0, 255, 255, 0.18);
	box-shadow:
		0 24px 56px rgba(0, 0, 0, 0.55),
		inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	transform: translateY(10px) scale(0.98);
	transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-modal:not([hidden]) .contact-modal__panel {
	transform: translateY(0) scale(1);
}

.contact-modal--success .contact-modal__panel {
	border-color: rgba(34, 211, 238, 0.35);
	box-shadow:
		0 24px 56px rgba(0, 0, 0, 0.55),
		0 0 0 1px rgba(34, 211, 238, 0.12),
		inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.contact-modal--error .contact-modal__panel {
	border-color: rgba(248, 113, 113, 0.28);
	box-shadow:
		0 24px 56px rgba(0, 0, 0, 0.55),
		0 0 0 1px rgba(244, 114, 182, 0.1),
		inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.contact-modal__close {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: none;
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(226, 232, 240, 0.85);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.contact-modal__close:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.contact-modal__close:focus-visible {
	outline: 2px solid rgba(34, 211, 238, 0.65);
	outline-offset: 2px;
}

.contact-modal__icon-wrap {
	display: flex;
	justify-content: center;
	margin: 0 0 1rem;
}

/* Author `display: flex` wins over UA `[hidden]` without this — both icons could show */
.contact-modal__icon-wrap[hidden] {
	display: none !important;
}

.contact-modal__title {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #f1f5f9;
	text-align: center;
}

.contact-modal__body {
	margin: 0 0 1.25rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(226, 232, 240, 0.88);
	text-align: center;
}

.contact-modal__body p {
	margin: 0;
}

.contact-modal__errors {
	margin: 0;
	padding: 0 0 0 1.1rem;
	text-align: left;
	list-style: disc;
	color: rgba(226, 232, 240, 0.9);
}

.contact-modal__errors li {
	margin: 0.35rem 0;
}

.contact-modal__errors strong {
	color: rgba(34, 211, 238, 0.95);
	font-weight: 600;
}

.contact-modal__btn {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.72rem 1rem;
	border: none;
	border-radius: 0.65rem;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	color: #fff;
	background: linear-gradient(135deg, #22d3ee 0%, #7c3aed 100%);
	box-shadow: 0 4px 20px rgba(34, 211, 238, 0.25);
	transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.contact-modal__btn:hover {
	filter: brightness(1.06);
	box-shadow: 0 6px 24px rgba(34, 211, 238, 0.32);
}

.contact-modal__btn:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.5);
	outline-offset: 2px;
}

.contact-modal__btn:active {
	transform: translateY(1px);
}

@media (prefers-reduced-motion: reduce) {
	.contact-modal,
	.contact-modal__panel {
		transition: none;
	}
}

/* Pricing lead modal (services.html) — email form */
#pricingResultModal {
	z-index: 10060;
}

.pricing-modal .contact-modal__title {
	margin-bottom: 1rem;
}

.pricing-modal__form {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	width: 100%;
	text-align: left;
}

.pricing-modal__intro {
	margin: 0 0 0.35rem;
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(226, 232, 240, 0.88);
	text-align: center;
}

.pricing-modal__label {
	font-size: 0.8rem;
	font-weight: 600;
	color: rgba(203, 213, 225, 0.95);
}

.pricing-modal__input {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0.65rem 0.85rem;
	font-size: 1rem;
	font-family: inherit;
	color: #f1f5f9;
	background: rgba(5, 8, 18, 0.75);
	border: 1px solid rgba(0, 255, 255, 0.18);
	border-radius: 0.55rem;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pricing-modal__input::placeholder {
	color: rgba(148, 163, 184, 0.65);
}

.pricing-modal__input:focus {
	border-color: rgba(34, 211, 238, 0.45);
	box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}

.pricing-modal__submit {
	margin-top: 0.4rem;
}

/* Services page — offer grid */
.services-offer {
	position: relative;
}

.services-offer__eyebrow {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(34, 211, 238, 0.8);
	margin: 0 auto 0.5rem;
	text-align: center;
}

.section.services-offer h2.services-offer__title {
	font-size: clamp(2rem, 4vw, 3rem);
	text-align: center;
	margin: 0 auto 1rem;
	max-width: 20ch;
	background: linear-gradient(45deg, var(--primary), var(--secondary));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.services-offer__lead {
	margin: 0 auto 2.25rem;
	max-width: 42rem;
	text-align: center;
	font-size: clamp(0.95rem, 1.8vw, 1.05rem);
	line-height: 1.6;
	color: rgba(203, 213, 225, 0.92);
}

.services-offer__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: stretch;
}

.service-card {
	position: relative;
	margin: 0;
	padding: 1.5rem 1.35rem 1.4rem;
	border-radius: 1rem;
	background: linear-gradient(155deg, rgba(10, 14, 26, 0.88) 0%, rgba(5, 7, 14, 0.94) 100%);
	border: 1px solid rgba(0, 255, 255, 0.14);
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.38),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
	transition:
		transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.28s ease,
		border-color 0.28s ease;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 0;
	min-width: 0;
}

.service-card::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.35), rgba(168, 85, 247, 0.2));
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
	transition: opacity 0.28s ease;
	pointer-events: none;
}

.service-card:hover {
	transform: translateY(-5px);
	border-color: rgba(34, 211, 238, 0.32);
	box-shadow:
		0 22px 50px rgba(0, 0, 0, 0.48),
		0 0 0 1px rgba(34, 211, 238, 0.1);
}

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

.service-card__icon-wrap {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1rem;
	border-radius: 0.75rem;
	color: rgba(34, 211, 238, 0.95);
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.12), rgba(124, 58, 237, 0.14));
	border: 1px solid rgba(34, 211, 238, 0.22);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.service-card__icon {
	display: block;
}

.service-card--with-media {
	padding-top: 0;
	/* Grid: image, title, text (fills), button — aligns buttons across a row */
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto auto 1fr auto;
	align-items: start;
	min-height: 0;
}

.service-card--with-media .service-card__text {
	flex: none;
	min-height: 0;
}

.service-card__media {
	margin: 0;
	border-radius: 1rem 1rem 0 0;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	width: calc(100% + 2.7rem);
	max-width: none;
	margin-left: -1.35rem;
	margin-right: -1.35rem;
	margin-bottom: 1rem;
	border: 1px solid rgba(0, 255, 255, 0.12);
	border-bottom: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.service-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-card__title {
	margin: 0 0 0.6rem;
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: rgba(248, 250, 252, 0.98);
	line-height: 1.25;
}

.service-card__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(186, 198, 214, 0.92);
	flex: 1 1 auto;
}

a.service-card__btn {
	align-self: stretch;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	padding: 0.62rem 1rem;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 0.65rem;
	cursor: pointer;
	background: linear-gradient(135deg, #22d3ee 0%, #7c3aed 100%);
	box-shadow: 0 4px 18px rgba(34, 211, 238, 0.22);
	transition:
		filter 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease;
}

a.service-card__btn:hover {
	filter: brightness(1.07);
	box-shadow: 0 6px 22px rgba(34, 211, 238, 0.3);
}

a.service-card__btn:active {
	transform: translateY(1px);
}

a.service-card__btn:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.45);
	outline-offset: 2px;
}

.services-offer__cta {
	margin: 2.5rem auto 0;
	text-align: center;
	font-size: 0.95rem;
	color: rgba(203, 213, 225, 0.88);
}

.services-offer__cta a {
	color: rgba(34, 211, 238, 0.95);
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.services-offer__cta a:hover {
	color: #fff;
}

/* Services page — pricing (EUR) */
.services-pricing {
	position: relative;
	padding-top: 3.5rem;
	margin-top: 1rem;
	border-top: 1px solid rgba(0, 255, 255, 0.12);
}

.services-pricing::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	width: min(12rem, 40%);
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.45), rgba(168, 85, 247, 0.4), transparent);
	pointer-events: none;
}

.services-pricing__eyebrow {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(34, 211, 238, 0.85);
	margin: 0 auto 0.5rem;
	text-align: center;
}

.section.services-pricing h2.services-pricing__title {
	font-size: clamp(2rem, 4vw, 3rem);
	text-align: center;
	margin: 0 auto 1rem;
	max-width: 22ch;
	background: linear-gradient(45deg, var(--primary), var(--secondary));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.services-pricing__lead {
	margin: 0 auto 2.5rem;
	max-width: 40rem;
	text-align: center;
	font-size: clamp(0.95rem, 1.8vw, 1.05rem);
	line-height: 1.65;
	color: rgba(203, 213, 225, 0.9);
}

.services-pricing__lead strong {
	color: rgba(248, 250, 252, 0.96);
	font-weight: 600;
}

.services-pricing__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.35rem;
	align-items: stretch;
	max-width: 1120px;
	margin: 0 auto;
}

.pricing-card {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 1.75rem 1.45rem 1.55rem;
	border-radius: 1.05rem;
	overflow: hidden;
	background: linear-gradient(165deg, rgba(14, 18, 32, 0.92) 0%, rgba(6, 8, 16, 0.97) 100%);
	border: 1px solid rgba(0, 255, 255, 0.12);
	box-shadow:
		0 20px 48px rgba(0, 0, 0, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.055);
	transition:
		transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.3s ease,
		border-color 0.3s ease;
	min-height: 0;
	min-width: 0;
}

.pricing-card::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	background: linear-gradient(90deg, rgba(34, 211, 238, 0.2), rgba(124, 58, 237, 0.45), rgba(34, 211, 238, 0.2));
	opacity: 0.85;
	pointer-events: none;
}

.pricing-card:hover {
	transform: translateY(-6px);
	border-color: rgba(34, 211, 238, 0.22);
	box-shadow:
		0 28px 56px rgba(0, 0, 0, 0.5),
		0 0 0 1px rgba(34, 211, 238, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pricing-card--featured {
	border-color: rgba(34, 211, 238, 0.28);
	box-shadow:
		0 24px 56px rgba(0, 0, 0, 0.48),
		0 0 0 1px rgba(124, 58, 237, 0.22),
		0 0 40px rgba(34, 211, 238, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.07);
	padding-top: 2.35rem;
	z-index: 1;
}

.pricing-card--featured::before {
	height: 4px;
	opacity: 1;
	background: linear-gradient(90deg, #22d3ee, #a855f7, #22d3ee);
}

.pricing-card__badge {
	position: absolute;
	top: 0.95rem;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0.38rem 1rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f8fafc;
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.95), rgba(124, 58, 237, 0.98));
	border-radius: 999px;
	box-shadow:
		0 4px 20px rgba(34, 211, 238, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.pricing-card__name {
	margin: 0 0 0.4rem;
	font-size: clamp(1.22rem, 2.2vw, 1.4rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	color: rgba(248, 250, 252, 0.99);
	text-align: center;
}

.pricing-card__tagline {
	margin: 0 0 1.2rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: rgba(186, 198, 214, 0.9);
	text-align: center;
	max-width: 16rem;
	margin-left: auto;
	margin-right: auto;
}

.pricing-card__price {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	margin: 0 0 1.35rem;
	padding: 1.1rem 1rem 1.15rem;
	text-align: center;
	border-radius: 0.75rem;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pricing-card__from {
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(34, 211, 238, 0.88);
	opacity: 0.95;
}

.pricing-card__sum {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	gap: 0.08em;
	flex-wrap: nowrap;
	white-space: nowrap;
	line-height: 1.05;
	max-width: 100%;
}

.pricing-card__amount {
	font-size: clamp(2rem, 4.5vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	font-variant-numeric: tabular-nums;
	background: linear-gradient(115deg, #f0f9ff 0%, #22d3ee 38%, #a78bfa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.pricing-card__currency {
	font-size: clamp(1.25rem, 2.8vw, 1.55rem);
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: rgba(34, 211, 238, 0.98);
	-webkit-text-fill-color: rgba(34, 211, 238, 0.98);
	line-height: 1;
}

.pricing-card__period {
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: rgba(148, 163, 184, 0.95);
	margin-top: 0.1rem;
}

.pricing-card__features {
	margin: 0 0 1.45rem;
	padding: 0;
	flex: 1 1 auto;
	font-size: 0.875rem;
	line-height: 1.5;
	color: rgba(214, 220, 231, 0.94);
	list-style: none;
}

.pricing-card__features li {
	position: relative;
	margin: 0;
	padding: 0.5rem 0 0.5rem 1.65rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pricing-card__features li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.pricing-card__features li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.62rem;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 0.3rem;
	background-color: rgba(34, 211, 238, 0.1);
	border: 1px solid rgba(34, 211, 238, 0.32);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='%2322d3ee' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.65rem auto;
}

a.pricing-card__btn,
button.pricing-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 0.72rem 1.1rem;
	width: 100%;
	box-sizing: border-box;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	font-family: inherit;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 0.7rem;
	cursor: pointer;
	background: linear-gradient(135deg, #22d3ee 0%, #7c3aed 100%);
	box-shadow:
		0 4px 20px rgba(34, 211, 238, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	transition:
		filter 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.15s ease;
}

a.pricing-card__btn:hover,
button.pricing-card__btn:hover {
	filter: brightness(1.08);
	box-shadow:
		0 8px 28px rgba(34, 211, 238, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

a.pricing-card__btn:active,
button.pricing-card__btn:active {
	transform: translateY(1px);
}

a.pricing-card__btn:focus-visible,
button.pricing-card__btn:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.45);
	outline-offset: 2px;
}

.services-pricing__note {
	margin: 2.25rem auto 0;
	max-width: 42rem;
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.55;
	color: rgba(148, 163, 184, 0.88);
}

@media (max-width: 900px) {
	.services-pricing__grid {
		grid-template-columns: 1fr;
		max-width: 22rem;
	}

	.pricing-card--featured {
		padding-top: 2.35rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pricing-card:hover {
		transform: none;
	}

	a.pricing-card__btn:active,
	button.pricing-card__btn:active {
		transform: none;
	}
}

@media (max-width: 1024px) {
	.services-offer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.1rem;
	}
}

@media (max-width: 560px) {
	.services-offer__grid {
		grid-template-columns: 1fr;
	}

	.service-card {
		padding: 1.35rem 1.2rem;
	}

	.service-card__media {
		width: calc(100% + 2.4rem);
		margin-left: -1.2rem;
		margin-right: -1.2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.service-card {
		transition: none;
	}

	.service-card:hover {
		transform: none;
	}

	a.service-card__btn:active {
		transform: none;
	}
}

/* Hero: contextual photo (1.jpg) — top of glass panel, same width as copy */
.hero-inline-photo {
	position: relative;
	margin: 0 0 1.35rem;
	padding: 0;
	width: 100%;
	max-width: none;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid rgba(0, 255, 255, 0.16);
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.4),
		inset 0 0 0 1px rgba(255, 255, 255, 0.05);
	aspect-ratio: 16 / 9;
	background: rgba(5, 7, 14, 0.6);
}

.hero-inline-photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

@keyframes glow {
	from {
		filter: drop-shadow(0 0 20px rgba(0, 255, 255, 0.3));
	}

	to {
		filter: drop-shadow(0 0 30px rgba(255, 0, 255, 0.5));
	}
}

/* Single glass “plate” for hero copy + metrics + pillars */
.hero-panel {
	text-align: center;
	padding: clamp(1.5rem, 4vw, 2.35rem);
	border-radius: 1.35rem;
	background-color: #0a0c14;
	background-image:
		linear-gradient(
			165deg,
			rgba(6, 8, 18, 0.82) 0%,
			rgba(8, 10, 22, 0.78) 40%,
			rgba(10, 12, 26, 0.85) 100%
		),
		url('images/bg1.jpg');
	background-size: cover, cover;
	background-position: center, center;
	background-repeat: no-repeat;
	border: 1px solid rgba(0, 255, 255, 0.14);
	box-shadow:
		0 28px 56px rgba(0, 0, 0, 0.5),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset,
		0 1px 0 rgba(255, 255, 255, 0.06) inset;
	position: relative;
	overflow: hidden;
}

.hero-panel::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(
		135deg,
		rgba(0, 255, 255, 0.2) 0%,
		transparent 40%,
		transparent 60%,
		rgba(124, 58, 237, 0.18) 100%
	);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	opacity: 0.9;
}

.hero-lead {
	font-size: clamp(1rem, 2.2vw, 1.2rem);
	line-height: 1.65;
	color: rgba(209, 213, 219, 0.95);
	margin: 0;
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.hero-panel .hero-stats {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: clamp(1rem, 3vw, 2.5rem);
	margin: 1.75rem 0 1.5rem;
	padding: 1.35rem clamp(0.5rem, 2vw, 1rem);
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(0, 0, 0, 0.2);
	border-radius: 0.75rem;
}

.hero-panel .stat {
	text-align: center;
	min-width: 5.5rem;
	padding: 0.35rem 0.5rem;
}

.stat {
	text-align: center;
}

.stat-number {
	font-size: 2rem;
	font-weight: bold;
	color: var(--primary);
	display: block;
	text-shadow: 0 0 24px rgba(0, 255, 255, 0.25);
}

.stat-label {
	color: rgba(156, 163, 175, 0.95);
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-top: 0.35rem;
	display: block;
	line-height: 1.3;
}

.hero-panel .countdown.hero-pillars {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.65rem, 2vw, 1.15rem);
	width: 100%;
	margin: 1.35rem auto 0;
	justify-items: stretch;
	align-items: stretch;
	position: relative;
	z-index: 1;
}

.hero-panel .countdown-item {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(0, 255, 255, 0.12);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.hero-panel .countdown-item:hover {
	border-color: rgba(0, 255, 255, 0.28);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
	transform: translateY(-2px);
}

.cta-buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}

.btn {
	padding: 1rem 2rem;
	border: none;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.btn-primary {
	background: linear-gradient(45deg, var(--primary), var(--accent));
	color: var(--dark);
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(0, 255, 255, 0.3);
}

.btn-secondary {
	background: transparent;
	color: var(--light);
	border: 2px solid var(--primary);
}

.btn-secondary:hover {
	background: var(--primary);
	color: var(--dark);
}

/* Countdown */
.countdown {
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin: 3rem 0;
	flex-wrap: wrap;
}

.countdown-item {
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	padding: 1rem;
	border-radius: 15px;
	border: 1px solid rgba(0, 255, 255, 0.2);
}

.countdown-number {
	font-size: 2rem;
	font-weight: bold;
	color: var(--primary);
	display: block;
}

.countdown-label {
	color: var(--gray);
	font-size: 0.8rem;
}

.hero-pillars .countdown-number.pillar-text {
	font-size: clamp(1rem, 2.8vw, 1.65rem);
	line-height: 1.15;
}

.hero-pillars .countdown-item {
	min-width: 0;
}

/* Section Styles */
.section {
	padding: 5rem 2rem;
	max-width: 1200px;
	margin: 0 auto;
}

.section h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	text-align: center;
	margin-bottom: 3rem;
	background: linear-gradient(45deg, var(--primary), var(--secondary));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* About — full-width background image + blend with Hero above */
#about.section {
	position: relative;
	z-index: 1;
	max-width: none;
	width: 100%;
	margin: -4.5rem auto 0;
	padding: calc(5rem + 4.5rem) 0 5rem;
	overflow: hidden;
	isolation: isolate;
	background-color: #05060d;
	/* Layer 1: bottom fade toward bridge color — blends into Principles (#values) */
	/* Layer 2–4: top edge + grading + photo */
	background-image:
		linear-gradient(
			to bottom,
			transparent 0%,
			transparent 52%,
			rgba(5, 6, 13, 0.38) 78%,
			rgba(5, 6, 13, 0.88) 93%,
			#05060d 100%
		),
		linear-gradient(
			to bottom,
			#05060d 0%,
			rgba(5, 6, 13, 0.72) 14%,
			rgba(5, 6, 13, 0.28) 32%,
			transparent 48%
		),
		linear-gradient(
			160deg,
			rgba(3, 5, 14, 0.82) 0%,
			rgba(6, 9, 20, 0.68) 45%,
			rgba(4, 6, 16, 0.88) 100%
		),
		url('images/bg3.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow:
		inset 0 0 100px rgba(0, 0, 0, 0.35),
		inset 0 90px 100px -40px rgba(5, 6, 13, 0.55),
		inset 0 -110px 130px -25px rgba(5, 6, 13, 0.72);
}

#about.section::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(
		ellipse 85% 70% at 50% 45%,
		rgba(6, 10, 24, 0.2) 0%,
		rgba(3, 5, 14, 0.55) 65%,
		rgba(2, 3, 10, 0.75) 100%
	);
}

/* Extra top blend strip — smooths the seam with the previous section */
#about.section::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: min(28vh, 220px);
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		to bottom,
		rgba(5, 6, 13, 0.88) 0%,
		rgba(5, 6, 13, 0.35) 55%,
		transparent 100%
	);
}

#about.section > h2,
#about.section > .about-process__eyebrow,
#about.section > .about-process__intro,
#about.section > .about-process,
#about.section > .about-extra,
#about.section > .about-company,
#about.section > .about-testimonials,
#about.section > .about-content,
#about.section > .about-stats {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

#about.section .hex-decoration {
	z-index: 1;
}

#about.section > h2 {
	margin-bottom: 3rem;
}

/* Principles / Values — full-width background image + blend with section above */
#values.section {
	position: relative;
	z-index: 1;
	max-width: none;
	width: 100%;
	margin: -4.5rem auto 0;
	padding: calc(5rem + 4.5rem) 0 5rem;
	overflow: hidden;
	isolation: isolate;
	background-color: #05060d;
	/* Layer 1: strong top wash from bridge color — meets About above */
	background-image:
		linear-gradient(
			to bottom,
			#05060d 0%,
			rgba(5, 6, 13, 0.82) 12%,
			rgba(5, 6, 13, 0.45) 28%,
			rgba(5, 6, 13, 0.12) 45%,
			transparent 55%
		),
		linear-gradient(
			160deg,
			rgba(3, 5, 14, 0.82) 0%,
			rgba(6, 9, 20, 0.68) 45%,
			rgba(4, 6, 16, 0.88) 100%
		),
		url('images/bg4.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow:
		inset 0 0 100px rgba(0, 0, 0, 0.35),
		inset 0 120px 140px -45px rgba(5, 6, 13, 0.68),
		inset 0 90px 100px -40px rgba(5, 6, 13, 0.5);
}

#values.section::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(
		ellipse 85% 70% at 50% 45%,
		rgba(6, 10, 24, 0.2) 0%,
		rgba(3, 5, 14, 0.55) 65%,
		rgba(2, 3, 10, 0.75) 100%
	);
}

#values.section::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: min(38vh, 300px);
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		to bottom,
		#05060d 0%,
		rgba(5, 6, 13, 0.92) 18%,
		rgba(5, 6, 13, 0.55) 42%,
		rgba(5, 6, 13, 0.18) 68%,
		transparent 100%
	);
}

#values.section > h2,
#values.section > .values-banner-photo,
#values.section > .sponsors-section {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

#values.section > h2 {
	margin-bottom: 1.25rem;
}

/* Principles: contextual photo (3.jpg) — under heading, above cards */
#values .values-banner-photo {
	margin-bottom: 2.25rem;
}

.values-banner-photo {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	border-radius: 1.1rem;
	overflow: hidden;
	border: 1px solid rgba(0, 255, 255, 0.12);
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.38);
	aspect-ratio: 12 / 5;
	background: rgba(4, 6, 14, 0.5);
}

.values-banner-photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

#values .sponsors-section {
	background: transparent;
	border-radius: 0;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

#values .sponsors-section::before {
	display: none;
}

/* About: contextual photo (2.jpg) — right column */
#about .about-inline-photo {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	border-radius: 0.9rem;
	overflow: hidden;
	border: 1px solid rgba(0, 255, 255, 0.12);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
	aspect-ratio: 4 / 3;
	background: rgba(6, 8, 18, 0.5);
}

#about .about-inline-photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

#about .about-visual--photo {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}

#about .about-visual--photo .about-plate__caption {
	margin-top: 0.85rem;
	margin-bottom: 0;
}

/* About — glass plates for text, visual grid, and stats */
#about .about-plate {
	background: rgba(6, 8, 20, 0.72);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(0, 255, 255, 0.14);
	border-radius: 1.15rem;
	box-shadow:
		0 20px 48px rgba(0, 0, 0, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

#about .about-text.about-plate {
	padding: 1.75rem 1.75rem 1.65rem 2.1rem;
}

#about .about-text {
	font-size: 1.05rem;
	color: rgba(209, 213, 219, 0.94);
	position: relative;
}

#about .about-text p {
	margin-bottom: 1.35rem;
	line-height: 1.78;
	color: rgba(203, 213, 225, 0.93);
}

#about .about-text p:last-child {
	margin-bottom: 0;
}

#about .about-plate__lead {
	font-size: 1.12rem;
	font-weight: 600;
	line-height: 1.65;
	color: rgba(243, 244, 246, 0.98);
	letter-spacing: 0.01em;
	margin-bottom: 1.25rem;
}

#about .about-text::before {
	left: 1rem;
	width: 3px;
	border-radius: 4px;
	opacity: 0.95;
}

#about .about-visual.about-plate {
	padding: 1.15rem 1.15rem 1.35rem;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}

#about .about-plate__caption {
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(0, 255, 255, 0.55);
	margin: 0;
	text-align: center;
	width: 100%;
}

#about .about-stats-panel.about-plate {
	margin-top: 2rem;
	padding: 1.35rem;
	gap: 1rem;
}

#about .about-stats-panel .about-stat {
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(0, 255, 255, 0.14);
	padding: 1.2rem 1rem;
}

#about .about-stat-label {
	color: rgba(186, 198, 210, 0.96);
	font-size: 0.88rem;
	line-height: 1.35;
}

/* About page — interactive step-by-step process */
.about-process__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(0, 255, 255, 0.55);
	text-align: center;
}

.about-process__intro {
	max-width: 40rem;
	margin: 0 auto 1.75rem;
	text-align: center;
	font-size: 0.98rem;
	line-height: 1.6;
	color: rgba(186, 198, 214, 0.94);
}

.about-process {
	margin-bottom: 2.5rem;
	padding: 1.35rem 1.35rem 1.15rem;
	border-radius: 1.15rem;
	border: 1px solid rgba(0, 255, 255, 0.12);
	background: linear-gradient(
		155deg,
		rgba(12, 14, 26, 0.72) 0%,
		rgba(8, 10, 20, 0.88) 100%
	);
	box-shadow:
		0 16px 48px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	min-width: 0;
	max-width: 100%;
}

.about-process__layout {
	display: grid;
	grid-template-columns: minmax(11rem, 13.5rem) minmax(0, 1fr);
	gap: 1.5rem 2rem;
	align-items: stretch;
	min-width: 0;
	max-width: 100%;
}

.about-process__rail {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.about-process__tab {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	width: 100%;
	margin: 0;
	padding: 0.55rem 0.65rem;
	text-align: left;
	font-family: inherit;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: rgba(203, 213, 225, 0.88);
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 255, 255, 0.1);
	border-radius: 0.55rem;
	cursor: pointer;
	transition:
		color 0.2s ease,
		background 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.about-process__tab:hover {
	color: #fff;
	border-color: rgba(0, 255, 255, 0.28);
	background: rgba(0, 255, 255, 0.06);
}

.about-process__tab.is-active {
	color: #fff;
	border-color: rgba(34, 211, 238, 0.45);
	background: rgba(0, 255, 255, 0.08);
	box-shadow:
		0 0 0 1px rgba(124, 58, 237, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.about-process__tab:focus-visible {
	outline: 2px solid rgba(34, 211, 238, 0.55);
	outline-offset: 2px;
}

.about-process__num {
	flex-shrink: 0;
	font-family: "Consolas", "Courier New", ui-monospace, monospace;
	font-size: 0.62rem;
	font-weight: 600;
	color: rgba(0, 255, 255, 0.45);
	letter-spacing: 0.12em;
	min-width: 1.35rem;
}

.about-process__tab.is-active .about-process__num {
	color: rgba(0, 255, 255, 0.9);
}

.about-process__tab-text {
	line-height: 1.3;
}

.about-process__main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(160px, 240px);
	gap: 1.25rem 1.5rem;
	align-items: start;
	min-width: 0;
}

.about-process__panels {
	position: relative;
	min-height: 12rem;
	min-width: 0;
}

.about-process__panel {
	animation: aboutProcessFade 0.35s ease;
}

.about-process__panel[hidden] {
	display: none !important;
}

@keyframes aboutProcessFade {
	from {
		opacity: 0;
		transform: translateY(4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

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

.about-process__panel-title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.05rem, 2.2vw, 1.25rem);
	font-weight: 700;
	color: rgba(248, 250, 252, 0.98);
	letter-spacing: -0.02em;
}

.about-process__panel-lead {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	font-weight: 500;
	color: rgba(34, 211, 238, 0.88);
	line-height: 1.45;
}

.about-process__panel p {
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
	line-height: 1.62;
	color: rgba(209, 213, 219, 0.94);
}

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

.about-process__visual {
	margin: 0;
}

.about-process__visual .about-inline-photo {
	margin-bottom: 0.5rem;
}

.about-process__controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.35rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.about-process__progress-wrap {
	flex: 1 1 12rem;
	min-width: 0;
	text-align: center;
}

.about-process__progress-track {
	height: 4px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
	margin-bottom: 0.45rem;
}

.about-process__progress-fill {
	height: 100%;
	border-radius: 4px;
	background: linear-gradient(90deg, var(--primary) 0%, #a78bfa 55%, var(--accent) 100%);
	transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-process__counter {
	margin: 0;
	font-size: 0.8rem;
	color: rgba(148, 163, 184, 0.95);
	letter-spacing: 0.04em;
}

.about-process__arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 0.85rem;
	font-family: inherit;
	font-size: 0.8rem;
	font-weight: 600;
	color: rgba(241, 245, 249, 0.95);
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.15) 0%, rgba(124, 58, 237, 0.18) 100%);
	border: 1px solid rgba(0, 255, 255, 0.22);
	border-radius: 0.55rem;
	cursor: pointer;
	transition:
		filter 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.about-process__arrow:hover {
	filter: brightness(1.08);
	border-color: rgba(0, 255, 255, 0.4);
	box-shadow: 0 4px 20px rgba(34, 211, 238, 0.15);
}

.about-process__arrow:focus-visible {
	outline: 2px solid rgba(34, 211, 238, 0.55);
	outline-offset: 2px;
}

.about-process__arrow svg {
	flex-shrink: 0;
	opacity: 0.9;
}

.about-process__cta {
	margin: 1rem 0 0;
	text-align: center;
	font-size: 0.88rem;
	color: rgba(186, 198, 214, 0.92);
}

.about-process__cta a {
	color: rgba(34, 211, 238, 0.92);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.about-process__cta a:hover {
	color: #fff;
}

/* About page — additional company copy (two columns) */
.about-extra {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem 2rem;
	margin-top: 2.75rem;
	align-items: stretch;
}

.about-extra__block {
	padding: 1.35rem 1.4rem 1.45rem;
	border-radius: 1.05rem;
	border: 1px solid rgba(0, 255, 255, 0.12);
	background: linear-gradient(
		160deg,
		rgba(10, 12, 24, 0.55) 0%,
		rgba(6, 8, 18, 0.75) 100%
	);
	box-shadow:
		0 12px 36px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.about-extra__eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(0, 255, 255, 0.52);
}

.about-extra__title {
	margin: 0 0 0.95rem;
	font-size: clamp(1.08rem, 2.1vw, 1.3rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: rgba(248, 250, 252, 0.98);
	line-height: 1.25;
}

.about-extra__block p {
	margin: 0 0 0.85rem;
	font-size: 0.92rem;
	line-height: 1.65;
	color: rgba(209, 213, 219, 0.93);
}

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

/* About page — company video */
/* backdrop-filter on .about-plate breaks <video> painting in WebKit/Chromium — disable for this card */
#about .about-company.about-plate {
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.about-company {
	margin-top: 2.75rem;
	padding: 1.5rem 1.4rem 1.55rem;
	border-radius: 1.1rem;
	border: 1px solid rgba(0, 255, 255, 0.12);
	background: linear-gradient(
		165deg,
		rgba(9, 11, 22, 0.65) 0%,
		rgba(5, 7, 16, 0.82) 100%
	);
	box-shadow:
		0 14px 42px rgba(0, 0, 0, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.about-company__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(0, 255, 255, 0.52);
	text-align: center;
}

.about-company__title {
	margin: 0 0 1.25rem;
	font-size: clamp(1.2rem, 2.4vw, 1.45rem);
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.02em;
	color: rgba(248, 250, 252, 0.98);
}

.about-company__media {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 56rem;
	aspect-ratio: 16 / 9;
	border-radius: 0.85rem;
	overflow: hidden;
	border: 1px solid rgba(0, 255, 255, 0.1);
	background: #05060d;
	isolation: isolate;
}

.about-company__video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #000;
}

/* About page — anonymous testimonials (5 stars, no names or third parties) */
.about-testimonials {
	margin-top: 2.75rem;
	padding: 1.5rem 1.4rem 1.55rem;
	border-radius: 1.1rem;
	border: 1px solid rgba(0, 255, 255, 0.12);
	background: linear-gradient(
		165deg,
		rgba(9, 11, 22, 0.65) 0%,
		rgba(5, 7, 16, 0.82) 100%
	);
	box-shadow:
		0 14px 42px rgba(0, 0, 0, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.about-testimonials__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(0, 255, 255, 0.52);
	text-align: center;
}

.about-testimonials__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.2rem, 2.4vw, 1.45rem);
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.02em;
	color: rgba(248, 250, 252, 0.98);
}

.about-testimonials__note {
	margin: 0 auto 1.5rem;
	max-width: 36rem;
	text-align: center;
	font-size: 0.86rem;
	line-height: 1.5;
	color: rgba(156, 168, 185, 0.95);
}

.about-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem 1.25rem;
	align-items: stretch;
}

.about-testimonial {
	margin: 0;
	padding: 1.15rem 1.15rem 1.2rem;
	border-radius: 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(0, 0, 0, 0.22);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	min-height: 0;
}

.about-testimonial__stars {
	display: flex;
	gap: 0.2rem;
	align-items: center;
	flex-wrap: nowrap;
}

.about-testimonial__star {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.15rem;
	height: 1.15rem;
	flex-shrink: 0;
	font-size: 0.95rem;
	line-height: 1;
	color: #fbbf24;
	text-shadow: 0 0 14px rgba(251, 191, 36, 0.45);
}

.about-testimonial__star::before {
	content: '★';
}

.about-testimonial__quote {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0.88rem;
	line-height: 1.62;
	color: rgba(214, 220, 232, 0.96);
	flex: 1 1 auto;
}

.about-testimonial__quote p {
	margin: 0;
}

.about-testimonial__caption {
	margin: 0;
	padding-top: 0.35rem;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	font-size: 0.78rem;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.04em;
	color: rgba(148, 163, 184, 0.95);
	text-align: right;
}

#about .blockchain-visual {
	padding: 1.25rem 1rem;
}

/* Enhanced About Section */
.about-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: stretch;
	margin-bottom: 3rem;
}

.about-text {
	font-size: 1.1rem;
	color: var(--gray);
	position: relative;
}

.about-text p {
	margin-bottom: 1.5rem;
	line-height: 1.8;
}

.about-text::before {
	content: '';
	position: absolute;
	left: -2rem;
	top: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(to bottom, var(--primary), var(--secondary));
	border-radius: 2px;
}

.about-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	margin-top: 2rem;
}

.about-stat {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	padding: 1.5rem;
	border-radius: 15px;
	text-align: center;
	border: 1px solid rgba(0, 255, 255, 0.2);
	transition: all 0.3s ease;
}

.about-stat:hover {
	transform: translateY(-5px);
	border-color: var(--primary);
	box-shadow: 0 10px 30px rgba(0, 255, 255, 0.2);
}

.about-stat-number {
	font-size: 2rem;
	font-weight: bold;
	color: var(--primary);
	display: block;
	margin-bottom: 0.5rem;
}

.about-stat-label {
	color: var(--gray);
	font-size: 0.9rem;
}

.about-visual {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.blockchain-visual {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	padding: 2rem;
	justify-items: center;
	position: relative;
}

.blockchain-visual::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	border: 2px dashed rgba(0, 255, 255, 0.3);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: rotate 20s linear infinite;
}

@keyframes rotate {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.block {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, var(--primary), var(--accent));
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--dark);
	font-weight: bold;
	font-size: 0.9rem;
	animation: hexPulse 8s infinite;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.block::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	animation: hexShine 6s infinite;
}

.block:nth-child(odd) {
	animation-delay: -4s;
}

.block:nth-child(even) {
	animation-delay: -2s;
}

@keyframes hexPulse {

	0%,
	100% {
		transform: scale(1) rotate(0deg);
		box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
	}

	50% {
		transform: scale(1.1) rotate(180deg);
		box-shadow: 0 0 40px rgba(255, 0, 255, 0.6);
	}
}

@keyframes hexShine {
	0% {
		left: -100%;
	}

	50% {
		left: 100%;
	}

	100% {
		left: -100%;
	}
}

/* Hexagonal decorative elements */
.hex-decoration {
	position: absolute;
	width: 30px;
	height: 30px;
	background: linear-gradient(45deg, var(--primary), var(--secondary));
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	opacity: 0.1;
	animation: hexFloat 12s infinite;
}

@keyframes hexFloat {

	0%,
	100% {
		transform: translateY(0px) rotate(0deg);
	}

	50% {
		transform: translateY(-20px) rotate(180deg);
	}
}

/* Speakers Section */
.speakers-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
}

.speaker-card {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	padding: 2rem;
	text-align: center;
	transition: all 0.3s ease;
	border: 1px solid rgba(0, 255, 255, 0.1);
}

.speaker-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 255, 255, 0.2);
	border-color: var(--primary);
}

.speaker-avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: linear-gradient(45deg, var(--primary), var(--secondary));
	margin: 0 auto 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: var(--dark);
}

.speaker-name {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.speaker-title {
	color: var(--primary);
	margin-bottom: 1rem;
}

.speaker-bio {
	color: var(--gray);
	font-size: 0.9rem;
}

/* Compact Schedule Section */
.schedule-tabs {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.tab-btn {
	padding: 0.8rem 1.5rem;
	background: rgba(255, 255, 255, 0.05);
	color: var(--gray);
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 0.9rem;
	backdrop-filter: blur(10px);
}

.tab-btn.active {
	background: linear-gradient(45deg, var(--primary), var(--accent));
	color: var(--dark);
	border-color: transparent;
	transform: scale(1.05);
}

.schedule-content {
	display: none;
}

.schedule-content.active {
	display: block;
	animation: slideIn 0.4s ease;
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(15px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.timeline {
	display: grid;
	gap: 1rem;
	max-width: 900px;
	margin: 0 auto;
}

.timeline-item {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	border: 1px solid rgba(0, 255, 255, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
}

.timeline-item:hover {
	border-color: var(--primary);
	box-shadow: 0 5px 20px rgba(0, 255, 255, 0.15);
}

.timeline-header {
	padding: 1.2rem;
	cursor: pointer;
	display: grid;
	grid-template-columns: 120px 1fr auto;
	gap: 1rem;
	align-items: center;
	background: rgba(255, 255, 255, 0.02);
	transition: background 0.3s ease;
}

.timeline-header:hover {
	background: rgba(0, 255, 255, 0.05);
}

.timeline-time {
	color: var(--primary);
	font-weight: bold;
	font-size: 0.9rem;
	text-align: center;
	background: rgba(0, 255, 255, 0.1);
	padding: 0.5rem;
	border-radius: 8px;
	border: 1px solid rgba(0, 255, 255, 0.2);
}

.timeline-info {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.timeline-title {
	font-size: 1.1rem;
	font-weight: bold;
	color: var(--light);
	margin: 0;
}

.timeline-speaker {
	color: var(--primary);
	font-size: 0.9rem;
	font-weight: 500;
}

.timeline-collapse-icon {
	font-size: 1rem;
	transition: transform 0.3s ease;
	color: var(--primary);
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 255, 255, 0.1);
	border-radius: 50%;
}

.timeline-item.expanded .timeline-collapse-icon {
	transform: rotate(180deg);
	background: var(--primary);
	color: var(--dark);
}

.timeline-details {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding: 0 1.2rem;
}

.timeline-item.expanded .timeline-details {
	max-height: 150px;
	padding: 0 1.2rem 1.2rem;
}

.timeline-desc {
	color: var(--gray);
	font-size: 0.95rem;
	line-height: 1.6;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Enhanced Sponsors Section - New Design */
.sponsors-section {
	background: linear-gradient(135deg, rgba(0, 255, 255, 0.05), rgba(255, 0, 255, 0.05));
	border-radius: 20px;
	padding: 3rem;
	margin: 2rem 0;
	position: relative;
	overflow: hidden;
}

.sponsors-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 30% 30%, rgba(0, 255, 255, 0.1), transparent 50%),
		radial-gradient(circle at 70% 70%, rgba(255, 0, 255, 0.1), transparent 50%);
	opacity: 0.6;
}

.sponsor-tiers {
	display: grid;
	gap: 3rem;
	position: relative;
	z-index: 2;
}

.sponsor-tier {
	text-align: center;
}

.tier-title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 2rem;
	position: relative;
	display: inline-block;
}

.tier-title.platinum {
	background: linear-gradient(45deg, #e5e7eb, #ffffff, #e5e7eb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;

}

.tier-title.gold {
	background: linear-gradient(45deg, #fbbf24, #f59e0b, #fbbf24);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.tier-title.silver {
	background: linear-gradient(45deg, #9ca3af, #d1d5db, #9ca3af);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.tier-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, var(--primary), var(--secondary));
	border-radius: 2px;
}

.sponsors-grid {
	display: grid;
	gap: 2rem;
	align-items: stretch;
	justify-items: stretch;
}

.sponsors-grid.platinum {
	grid-template-columns: minmax(0, 1fr);
	max-width: 26rem;
	margin-left: auto;
	margin-right: auto;
}

.sponsors-grid.gold {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.sponsor-card {
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(15px);
	border-radius: 25px;
	padding: 2.5rem;
	text-align: center;
	transition: all 0.4s ease;
	border: 2px solid rgba(255, 255, 255, 0.1);
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 0;
	min-height: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}

.sponsor-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	transition: left 0.6s ease;
}

.sponsor-card:hover::before {
	left: 100%;
}

.sponsor-card.platinum {
	border-color: rgba(229, 231, 235, 0.3);
	max-width: none;
}

.sponsor-card.platinum:hover {
	transform: translateY(-15px) scale(1.02);
	border-color: #e5e7eb;
	box-shadow: 0 25px 50px rgba(229, 231, 235, 0.25);
}

.sponsor-card.gold {
	border-color: rgba(251, 191, 36, 0.3);
	max-width: none;
}

.sponsor-card.gold:hover {
	transform: translateY(-12px) scale(1.02);
	border-color: #fbbf24;
	box-shadow: 0 20px 40px rgba(251, 191, 36, 0.25);
}

.sponsor-card.silver {
	border-color: rgba(156, 163, 175, 0.3);
	max-width: none;
}

.sponsor-card.silver:hover {
	transform: translateY(-10px) scale(1.02);
	border-color: #9ca3af;
	box-shadow: 0 15px 30px rgba(156, 163, 175, 0.25);
}

.sponsor-logo {
	margin: 0 auto 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--dark);
	font-weight: bold;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	flex-shrink: 0;
}

.sponsor-card.platinum .sponsor-logo {
	width: 140px;
	height: 140px;
	background: linear-gradient(135deg, #f3f4f6, #ffffff, #e5e7eb);
	font-size: 2.2rem;
	box-shadow: 0 10px 30px rgba(229, 231, 235, 0.3);
}

.sponsor-card.gold .sponsor-logo {
	width: 120px;
	height: 120px;
	background: linear-gradient(135deg, #fbbf24, #f59e0b, #d97706);
	font-size: 2rem;
	box-shadow: 0 8px 25px rgba(251, 191, 36, 0.3);
}

.sponsor-card.silver .sponsor-logo {
	width: 100px;
	height: 100px;
	background: linear-gradient(135deg, #9ca3af, #d1d5db, #6b7280);
	font-size: 1.8rem;
	box-shadow: 0 6px 20px rgba(156, 163, 175, 0.3);
}

.sponsor-name {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
	color: var(--light);
	flex-shrink: 0;
	width: 100%;
}

.sponsor-card.platinum .sponsor-name {
	font-size: 1.6rem;
}

.sponsor-description {
	color: var(--gray);
	font-size: 0.95rem;
	line-height: 1.5;
	font-style: italic;
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
}

.sponsor-card.platinum .sponsor-description {
	font-size: 1rem;
}

@media (max-width: 1024px) {
	.sponsors-grid.silver {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Simple Registration Section */
.register-section {
	background: linear-gradient(135deg, rgba(0, 255, 255, 0.08), rgba(255, 0, 255, 0.08));
	border-radius: 20px;
	padding: 4rem 2rem;
	margin: 2rem auto;
	max-width: 600px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.register-section::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(0, 255, 255, 0.1), transparent 40%);
	animation: rotate 20s linear infinite;
}

.register-content {
	position: relative;
	z-index: 2;
}

.register-title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1rem;
	background: linear-gradient(45deg, var(--primary), var(--secondary));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.register-subtitle {
	color: var(--gray);
	font-size: 1.1rem;
	margin-bottom: 2rem;
}

.email-form {
	display: flex;
	gap: 1rem;
	max-width: 450px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
}

.email-input {
	flex: 1;
	min-width: 250px;
	padding: 1rem 1.5rem;
	background: rgba(255, 255, 255, 0.08);
	border: 2px solid rgba(255, 255, 255, 0.15);
	border-radius: 50px;
	color: var(--light);
	font-size: 1rem;
	transition: all 0.3s ease;
	font-family: inherit;
}

.email-input::placeholder {
	color: var(--gray);
}

.email-input:focus {
	outline: none;
	border-color: var(--primary);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
}

.submit-btn {
	padding: 1rem 2.5rem;
	background: linear-gradient(45deg, var(--primary), var(--accent));
	border: none;
	border-radius: 50px;
	color: var(--dark);
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.submit-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(0, 255, 255, 0.3);
}

.submit-btn:active {
	transform: translateY(-1px);
}

.form-message {
	margin-top: 1.5rem;
	padding: 1rem;
	border-radius: 10px;
	display: none;
	animation: slideIn 0.4s ease;
}

.form-message.success {
	background: rgba(0, 255, 136, 0.1);
	border: 1px solid rgba(0, 255, 136, 0.3);
	color: var(--success);
}

.form-message.error {
	background: rgba(255, 0, 0, 0.1);
	border: 1px solid rgba(255, 0, 0, 0.3);
	color: #ff6b6b;
}

/* Contact — modern glass layout */
.contact-info-section {
	margin-top: 3rem;
	padding: 0;
	background: transparent;
	border: none;
}

.contact-info-section--modern {
	position: relative;
	padding: clamp(1.75rem, 4vw, 2.75rem);
	border-radius: 1.25rem;
	background:
		linear-gradient(155deg, rgba(12, 14, 26, 0.88) 0%, rgba(6, 8, 18, 0.92) 100%);
	backdrop-filter: blur(20px) saturate(1.12);
	-webkit-backdrop-filter: blur(20px) saturate(1.12);
	border: 1px solid rgba(0, 255, 255, 0.12);
	box-shadow:
		0 24px 64px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.contact-info-section--modern::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(
		135deg,
		rgba(0, 255, 255, 0.22) 0%,
		transparent 42%,
		transparent 58%,
		rgba(124, 58, 237, 0.18) 100%
	);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	opacity: 0.85;
}

.contact-container {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(2rem, 5vw, 3.5rem);
	max-width: 1040px;
	margin: 0 auto;
	align-items: start;
	position: relative;
	z-index: 1;
}

.contact-panel {
	padding: clamp(1.5rem, 3vw, 2rem);
	border-radius: 1rem;
	background: rgba(4, 6, 14, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.contact-panel__eyebrow {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(34, 211, 238, 0.75);
	margin: 0 0 0.45rem;
}

.contact-form-title,
.contact-info-title {
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 700;
	margin: 0 0 1.35rem;
	color: rgba(248, 250, 252, 0.98);
	letter-spacing: -0.02em;
	line-height: 1.2;
	background: none;
	-webkit-text-fill-color: unset;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 1px 0 0 rgba(0, 255, 255, 0.06);
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
}

.form-field {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.form-field label {
	color: rgba(226, 232, 240, 0.88);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.form-field input,
.form-field textarea {
	padding: 0.78rem 1rem;
	background: rgba(3, 5, 12, 0.65);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	color: rgba(248, 250, 252, 0.96);
	font-size: 0.9375rem;
	font-family: inherit;
	line-height: 1.45;
	transition:
		border-color 0.22s ease,
		background 0.22s ease,
		box-shadow 0.22s ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
	color: rgba(148, 163, 184, 0.65);
}

.form-field input:hover,
.form-field textarea:hover {
	border-color: rgba(255, 255, 255, 0.14);
}

.form-field input:focus,
.form-field textarea:focus {
	outline: none;
	border-color: rgba(34, 211, 238, 0.45);
	background: rgba(8, 10, 20, 0.85);
	box-shadow:
		0 0 0 1px rgba(34, 211, 238, 0.12),
		0 8px 28px rgba(0, 0, 0, 0.35);
}

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

.contact-submit-btn {
	padding: 0.9rem 1.5rem;
	margin-top: 0.35rem;
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.95) 0%, rgba(124, 58, 237, 0.92) 100%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 12px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition:
		transform 0.2s ease,
		box-shadow 0.25s ease,
		filter 0.2s ease;
	box-shadow:
		0 4px 20px rgba(0, 0, 0, 0.35),
		0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}

.contact-submit-btn:hover {
	transform: translateY(-1px);
	filter: brightness(1.05);
	box-shadow:
		0 12px 36px rgba(34, 211, 238, 0.18),
		0 4px 20px rgba(0, 0, 0, 0.4);
}

.contact-submit-btn:active {
	transform: translateY(0);
}

.contact-submit-btn:focus-visible {
	outline: 2px solid rgba(124, 58, 237, 0.85);
	outline-offset: 3px;
}

.contact-form-note {
	font-size: 0.8125rem;
	line-height: 1.55;
	color: rgba(148, 163, 184, 0.92);
	margin: 0.35rem 0 0;
}

.contact-optional {
	font-weight: 500;
	color: rgba(148, 163, 184, 0.85);
	font-size: 0.85em;
}

.contact-info-column {
	padding: clamp(1.5rem, 3vw, 2rem);
}

.contact-info-grid {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.contact-detail-card {
	padding: 1rem 1.1rem;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.06);
	transition:
		border-color 0.22s ease,
		background 0.22s ease;
}

.contact-detail-card:hover {
	border-color: rgba(0, 255, 255, 0.12);
	background: rgba(0, 255, 255, 0.04);
}

.contact-icon {
	width: 44px;
	height: 44px;
	background: rgba(0, 255, 255, 0.07);
	border: 1px solid rgba(0, 255, 255, 0.18);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.contact-icon svg {
	width: 21px;
	height: 21px;
	fill: rgba(224, 242, 254, 0.92);
}

.contact-details {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-width: 0;
}

.contact-label {
	font-size: 0.7rem;
	font-weight: 700;
	color: rgba(34, 211, 238, 0.88);
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.contact-value {
	color: rgba(226, 232, 240, 0.92);
	font-size: 0.9375rem;
	line-height: 1.55;
}

.contact-value a {
	color: rgba(226, 232, 240, 0.95);
	text-decoration: none;
	border-bottom: 1px solid rgba(34, 211, 238, 0.35);
	transition:
		color 0.2s ease,
		border-color 0.2s ease;
}

.contact-value a:hover {
	color: #fff;
	border-bottom-color: rgba(34, 211, 238, 0.75);
}

@media (max-width: 768px) {
	.contact-container {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.contact-info-section--modern {
		padding: 1.35rem 1.1rem;
		border-radius: 1.05rem;
	}

	.contact-panel {
		padding: 1.25rem 1.1rem;
	}
}

/* Footer — glass panels, motion & interaction */
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-footer {
	position: relative;
	background: linear-gradient(180deg, #03040a 0%, #0a0c14 38%, #06070f 100%);
	border-top: 1px solid rgba(0, 255, 255, 0.12);
	padding: clamp(3rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(2rem, 4vw, 2.75rem);
	overflow: hidden;
}

.site-footer::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(0, 255, 255, 0.28) 22%,
		rgba(124, 58, 237, 0.22) 78%,
		transparent 100%
	);
	pointer-events: none;
	opacity: 0.9;
}

/* Soft ambient pulse — very subtle */
.site-footer::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(
		ellipse 80% 45% at 50% 100%,
		rgba(124, 58, 237, 0.07) 0%,
		transparent 55%
	);
	opacity: 0.65;
	animation: footer-ambient-shift 14s ease-in-out infinite alternate;
}

@keyframes footer-ambient-shift {
	0% {
		opacity: 0.45;
		transform: scale(1);
	}

	100% {
		opacity: 0.75;
		transform: scale(1.02);
	}
}

.footer-inner {
	max-width: 1320px;
	margin: 0 auto;
}

.footer-shell {
	position: relative;
	padding: clamp(1.5rem, 3.5vw, 2.25rem);
	border-radius: 1.25rem;
	background:
		linear-gradient(165deg, rgba(12, 14, 28, 0.65) 0%, rgba(6, 8, 18, 0.5) 100%);
	border: 1px solid rgba(0, 255, 255, 0.14);
	box-shadow:
		0 4px 0 rgba(0, 255, 255, 0.04),
		0 24px 64px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.footer-shell::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	background: linear-gradient(
		135deg,
		rgba(0, 255, 255, 0.04) 0%,
		transparent 42%,
		rgba(124, 58, 237, 0.05) 100%
	);
	opacity: 0.9;
}

.footer-grid--main {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) repeat(3, minmax(0, 1fr));
	gap: clamp(1.15rem, 2.5vw, 1.75rem);
	align-items: stretch;
	justify-items: stretch;
}

.footer-panel--brand {
	text-align: left;
}

.footer-panel--brand .footer-logo-link {
	display: inline-flex;
	margin-bottom: 0.65rem;
	padding: 0.25rem 0;
}

.footer-panel--brand .footer-logo-img {
	height: clamp(3.5rem, 8vw, 5.25rem);
	max-width: 100%;
}

.footer-panel__tagline {
	margin: 0 0 0.85rem;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: rgba(0, 255, 255, 0.72);
}

.footer-panel__lead {
	margin: 0 0 1.15rem;
	font-size: 0.88rem;
	line-height: 1.6;
	color: rgba(186, 198, 210, 0.96);
	max-width: 22rem;
}

.footer-cta-mail {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--primary);
	text-decoration: none;
	padding: 0.5rem 0.9rem;
	border-radius: 999px;
	border: 1px solid rgba(0, 255, 255, 0.22);
	background: rgba(0, 255, 255, 0.06);
	transition:
		color 0.25s ease,
		background 0.25s ease,
		border-color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.25s ease;
}

.footer-cta-mail:hover {
	color: #fff;
	background: rgba(0, 255, 255, 0.12);
	border-color: rgba(0, 255, 255, 0.35);
	box-shadow: 0 0 28px rgba(0, 255, 255, 0.12);
	transform: translateY(-2px);
}

.footer-cta-mail:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
}

.footer-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
	border-radius: 12px;
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.35s ease,
		opacity 0.3s ease;
}

.footer-logo-link:hover {
	transform: translateY(-2px) scale(1.02);
	filter: drop-shadow(0 8px 28px rgba(0, 255, 255, 0.18));
}

.footer-logo-link:focus-visible {
	outline: 2px solid rgba(124, 58, 237, 0.75);
	outline-offset: 6px;
	border-radius: 12px;
}

.footer-logo-img {
	display: block;
	height: clamp(3.25rem, 9vw, 4.75rem);
	width: auto;
	max-width: min(100%, 320px);
	object-fit: contain;
	object-position: left center;
}

.footer-panel {
	--panel-glow: rgba(0, 255, 255, 0.06);
	background: rgba(8, 10, 22, 0.72);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(0, 255, 255, 0.12);
	border-radius: 1rem;
	padding: 1.35rem 1.35rem 1.4rem;
	box-shadow:
		0 16px 48px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	text-align: left;
	min-width: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	box-sizing: border-box;
	position: relative;
	transition:
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.4s ease,
		border-color 0.35s ease,
		background 0.35s ease;
}

.footer-panel::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.4s ease;
	background: linear-gradient(
		135deg,
		rgba(0, 255, 255, 0.06) 0%,
		transparent 42%,
		rgba(124, 58, 237, 0.08) 100%
	);
}

.footer-panel:hover {
	transform: translateY(-6px);
	border-color: rgba(0, 255, 255, 0.22);
	box-shadow:
		0 22px 56px rgba(0, 0, 0, 0.48),
		0 0 40px rgba(0, 255, 255, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.footer-panel:hover::after {
	opacity: 1;
}

.footer-panel:active {
	transform: translateY(-3px);
}

.footer-panel__title {
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(0, 255, 255, 0.58);
	margin: 0 0 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	width: 100%;
	flex-shrink: 0;
	position: relative;
	transition: color 0.3s ease;
}

.footer-panel:hover .footer-panel__title {
	color: rgba(0, 255, 255, 0.82);
}

.footer-panel__title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--primary), var(--accent));
	transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-panel:hover .footer-panel__title::after {
	width: 2.75rem;
}

.footer-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	flex: 1 1 auto;
}

.footer-nav-list li {
	margin: 0;
}

.footer-nav-list a {
	position: relative;
	color: rgba(226, 232, 240, 0.92);
	text-decoration: none;
	font-size: 0.93rem;
	font-weight: 500;
	padding: 0.45rem 0.55rem;
	margin: 0;
	border-radius: 8px;
	transition:
		color 0.25s ease,
		background 0.25s ease,
		transform 0.25s ease;
	display: block;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.footer-nav-list a::after {
	content: '';
	position: absolute;
	left: 0.55rem;
	right: 0.55rem;
	bottom: 0.3rem;
	height: 1px;
	background: linear-gradient(90deg, var(--primary), var(--accent));
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-nav-list a:hover {
	color: #fff;
	background: rgba(0, 255, 255, 0.07);
	transform: translateX(4px);
}

.footer-nav-list a:hover::after {
	transform: scaleX(1);
}

.footer-nav-list a:focus-visible {
	outline: 2px solid rgba(124, 58, 237, 0.65);
	outline-offset: 3px;
}

.footer-hours-note {
	margin: 0 0 0.85rem;
	font-size: 0.75rem;
	line-height: 1.4;
	color: rgba(107, 114, 128, 0.98);
	flex-shrink: 0;
}

.footer-hours-list {
	margin: 0;
	padding: 0;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.footer-hours-row {
	display: grid;
	grid-template-columns: minmax(4.5rem, 32%) 1fr;
	gap: 0.65rem 1rem;
	align-items: start;
	padding: 0.55rem 0.45rem;
	margin: 0 -0.45rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 8px;
	transition: background 0.3s ease, transform 0.25s ease;
}

.footer-hours-row:hover {
	background: rgba(0, 255, 255, 0.06);
	transform: translateX(3px);
}

.footer-hours-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.footer-hours-row dt {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 600;
	color: rgba(209, 213, 219, 0.9);
}

.footer-hours-row dd {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.45;
	color: rgba(156, 163, 175, 0.96);
	text-align: left;
}

.footer-address {
	margin: 0;
	font-style: normal;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0;
}

.footer-address__line {
	margin: 0 0 0.45rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(209, 213, 219, 0.94);
}

.footer-address__email {
	margin: 0.65rem 0 0;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-address__email a {
	display: inline-block;
	color: var(--primary);
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 500;
	padding: 0.35rem 0.5rem;
	margin: -0.35rem -0.5rem;
	border-radius: 8px;
	transition:
		color 0.25s ease,
		background 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.25s ease;
}

.footer-address__email a:hover {
	color: #fff;
	background: rgba(0, 255, 255, 0.1);
	box-shadow: 0 0 28px rgba(0, 255, 255, 0.14);
	transform: translateY(-2px);
}

.footer-address__email a:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
	border-radius: 2px;
}

.footer-meta {
	margin-top: clamp(2.25rem, 4.5vw, 3rem);
	padding-top: 1.65rem;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	text-align: center;
}

.footer-copy {
	margin: 0;
	font-size: 0.8rem;
	color: rgba(107, 114, 128, 0.95);
}

.footer-legal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	flex-wrap: wrap;
	font-size: 0.78rem;
}

.footer-legal a {
	color: rgba(156, 163, 175, 0.95);
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-legal a:hover {
	color: var(--primary);
}

.footer-legal a:focus-visible {
	outline: 2px solid rgba(124, 58, 237, 0.65);
	outline-offset: 3px;
	border-radius: 2px;
}

.footer-legal-sep {
	color: rgba(75, 85, 99, 0.95);
	user-select: none;
}

/* Scroll-in reveal (staggered) */
.footer-reveal-item {
	opacity: 0;
	transform: translateY(1.5rem);
	will-change: opacity, transform;
}

.site-footer.footer-is-visible .footer-reveal-item {
	opacity: 1;
	transform: translateY(0);
	transition:
		opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-footer.footer-is-visible .footer-grid .footer-reveal-item:nth-child(1) {
	transition-delay: 0.05s;
}

.site-footer.footer-is-visible .footer-grid .footer-reveal-item:nth-child(2) {
	transition-delay: 0.12s;
}

.site-footer.footer-is-visible .footer-grid .footer-reveal-item:nth-child(3) {
	transition-delay: 0.19s;
}

.site-footer.footer-is-visible .footer-grid .footer-reveal-item:nth-child(4) {
	transition-delay: 0.26s;
}

.site-footer.footer-is-visible .footer-meta.footer-reveal-item {
	transition-delay: 0.36s;
}

@media (prefers-reduced-motion: reduce) {
	.site-footer::after {
		animation: none;
		opacity: 0.5;
	}

	.footer-logo-link:hover {
		transform: none;
		filter: none;
	}

	.footer-cta-mail:hover {
		transform: none;
	}

	.footer-reveal-item {
		opacity: 1;
		transform: none;
		will-change: auto;
	}

	.site-footer.footer-is-visible .footer-reveal-item {
		transition: none;
	}

	.footer-panel,
	.footer-panel::after,
	.footer-hours-row,
	.footer-nav-list a,
	.footer-address__email a {
		transition: none !important;
	}

	.footer-panel:hover {
		transform: none;
	}
}

@media (max-width: 1180px) {
	.footer-grid--main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-panel--brand {
		grid-column: 1 / -1;
	}

	.footer-panel--brand .footer-panel__lead {
		max-width: 40rem;
	}
}

@media (max-width: 640px) {
	.footer-shell {
		padding: 1.15rem 1rem 1.35rem;
		border-radius: 1rem;
	}

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

	.footer-panel--brand {
		grid-column: auto;
	}

	.footer-panel {
		height: auto;
	}
}

/* Particles */
.particles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.particle {
	position: absolute;
	width: 2px;
	height: 2px;
	background: var(--primary);
	border-radius: 50%;
	animation: float 10s infinite;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(100vh) translateX(0);
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		transform: translateY(-100px) translateX(100px);
		opacity: 0;
	}
}

/* Scroll-triggered animations */
.animate-on-scroll {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-on-scroll.animated {
	opacity: 1;
	transform: translateY(0);
}

.animate-on-scroll.slide-left {
	transform: translateX(-50px);
}

.animate-on-scroll.slide-left.animated {
	transform: translateX(0);
}

.animate-on-scroll.slide-right {
	transform: translateX(50px);
}

.animate-on-scroll.slide-right.animated {
	transform: translateX(0);
}

.animate-on-scroll.scale-up {
	transform: scale(0.8);
}

.animate-on-scroll.scale-up.animated {
	transform: scale(1);
}

.stagger-animation {
	animation-delay: calc(var(--stagger) * 0.1s);
}

/* Responsive Design */
@media (max-width: 768px) {
	.nav-links {
		display: none;
	}

	.mobile-menu {
		display: flex;
	}

	header nav {
		padding-top: max(1rem, env(safe-area-inset-top, 0px));
		padding-bottom: 1rem;
		padding-left: max(2rem, calc(env(safe-area-inset-left, 0px) + 1.25rem));
		padding-right: max(2rem, calc(env(safe-area-inset-right, 0px) + 1.25rem));
		min-height: 4.85rem;
	}

	.hero {
		padding-top: max(6rem, calc(5rem + env(safe-area-inset-top, 0px)));
		padding-bottom: clamp(3rem, 8vh, 4.5rem);
	}

	.hero-content {
		padding-left: max(2.25rem, calc(env(safe-area-inset-left, 0px) + 1.35rem));
		padding-right: max(2.25rem, calc(env(safe-area-inset-right, 0px) + 1.35rem));
	}

	.hero h1 {
		margin-bottom: 1.4rem;
	}

	.hero.hero--legal {
		padding-top: max(5.75rem, calc(4.75rem + env(safe-area-inset-top, 0px)));
		padding-bottom: clamp(1.5rem, 4.5vh, 2.35rem);
	}

	.hero.hero--legal h1 {
		margin-bottom: 0.45rem;
	}

	/* Legal / compact hero — extra horizontal rhythm (global .hero-lead padding is almost 0 on mobile) */
	.hero.hero--legal .hero-content {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding-left: max(clamp(1.5rem, 5.5vw, 2.75rem), calc(env(safe-area-inset-left, 0px) + 1.1rem));
		padding-right: max(clamp(1.5rem, 5.5vw, 2.75rem), calc(env(safe-area-inset-right, 0px) + 1.1rem));
	}

	.hero.hero--legal .hero-lead,
	.hero.hero--legal .legal-hero__lead {
		padding-left: 0;
		padding-right: 0;
		max-width: none;
		line-height: 1.55;
	}

	/*
	 * About page + compact hero: #about’s negative margin pulls the section over the hero and
	 * (with z-index) clips the legal hero copy on narrow screens — cancel overlap on mobile.
	 */
	body.about-page .hero.hero--legal {
		position: relative;
		z-index: 2;
		padding-top: max(6.25rem, calc(5rem + env(safe-area-inset-top, 0px)));
		padding-bottom: clamp(2.25rem, 7vh, 3.5rem);
	}

	body.about-page #about.section {
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		padding-top: clamp(2.75rem, 7vw, 4rem);
		padding-bottom: calc(5rem + 3.25rem + env(safe-area-inset-bottom, 0px));
	}

	body.about-page #about.section::after {
		height: min(16vh, 100px);
	}

	#privacy-content.section,
	#terms-content.section,
	#faqs-content.section,
	#service-detail.section,
	#contact-content.section {
		padding-left: max(1.75rem, calc(env(safe-area-inset-left, 0px) + 1rem));
		padding-right: max(1.75rem, calc(env(safe-area-inset-right, 0px) + 1rem));
		padding-bottom: 3.5rem;
	}

	.contact-map-section {
		margin-top: 2rem;
	}

	.contact-map {
		border-radius: 1rem;
		min-height: 220px;
	}

	.contact-map iframe {
		min-height: 220px;
	}

	#privacy-content .legal-panel,
	#terms-content .legal-panel,
	#faqs-content .legal-panel,
	#service-detail .legal-panel {
		padding: 1.65rem 1.35rem 1.85rem;
		border-radius: 1.2rem;
	}

	.hero-inline-photo {
		margin-bottom: 1.5rem;
	}

	.hero-lead {
		padding: 0 0.15rem;
	}

	.hero-panel {
		padding: 1.85rem 1.45rem 2.1rem;
		border-radius: 1.2rem;
	}

	.hero-panel .hero-stats {
		gap: 1.15rem 0.9rem;
		margin: 2rem 0 1.75rem;
		padding: 1.25rem 0.85rem;
	}

	.hero-panel .stat {
		padding: 0.45rem 0.4rem;
	}

	.hero-panel .countdown.hero-pillars {
		gap: 0.7rem;
		margin: 1.6rem auto 0;
		max-width: none;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero-panel .countdown-item {
		min-width: 0;
		padding: 0.95rem 0.7rem;
	}

	.cta-buttons {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}

	.btn {
		width: 100%;
		max-width: 280px;
	}

	.about-content {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 2rem;
	}

	/* About page — comfortable horizontal rhythm + no clipped hex art */
	#about.section > h2,
	#about.section > .about-process__eyebrow,
	#about.section > .about-process__intro,
	#about.section > .about-process,
	#about.section > .about-extra,
	#about.section > .about-company,
	#about.section > .about-testimonials,
	#about.section > .about-content,
	#about.section > .about-stats {
		padding-left: max(2rem, calc(env(safe-area-inset-left, 0px) + 1.35rem));
		padding-right: max(2rem, calc(env(safe-area-inset-right, 0px) + 1.35rem));
	}

	#about.section .hex-decoration {
		display: none;
	}

	.about-process {
		padding: 1.25rem 1.15rem 1.2rem;
		overflow-x: hidden;
	}

	.about-process__layout {
		grid-template-columns: 1fr;
		gap: 1.15rem;
		min-width: 0;
		max-width: 100%;
	}

	/* Vertical step list — avoids horizontal rail + page overflow (grid min-width: auto) */
	.about-process__rail {
		flex-direction: column;
		flex-wrap: nowrap;
		overflow: visible;
		gap: 0.45rem;
		padding-bottom: 0;
		margin: 0;
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	.about-process__tab {
		flex: none;
		flex-direction: row;
		align-items: center;
		width: 100%;
		min-width: 0;
		max-width: none;
		padding: 0.55rem 0.65rem;
		text-align: left;
	}

	.about-process__tab-text {
		flex: 1 1 auto;
		min-width: 0;
		line-height: 1.3;
		overflow-wrap: break-word;
	}

	.about-process__main {
		grid-template-columns: 1fr;
		gap: 1.1rem;
		min-width: 0;
		max-width: 100%;
	}

	.about-process__panels {
		min-height: 0;
		min-width: 0;
		order: -1;
	}

	.about-process__visual {
		width: 100%;
		max-width: min(320px, 100%);
		margin-left: auto;
		margin-right: auto;
		min-width: 0;
	}

	.about-process__visual .about-inline-photo {
		max-width: 100%;
	}

	.about-process__controls {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0.75rem;
	}

	.about-process__arrow {
		width: 100%;
		justify-content: center;
	}

	.about-process__progress-wrap {
		flex: 0 0 auto;
		order: -1;
		width: 100%;
	}

	.about-process__cta {
		padding-bottom: 0.35rem;
	}

	.about-extra {
		grid-template-columns: 1fr;
		gap: 1.15rem;
		margin-top: 2rem;
	}

	.about-extra__block {
		padding: 1.2rem 1.15rem 1.3rem;
	}

	.about-company {
		margin-top: 2rem;
		padding: 1.25rem 1.1rem 1.35rem;
	}

	.about-company__title {
		margin-bottom: 1rem;
	}

	.about-testimonials {
		margin-top: 2rem;
		padding: 1.25rem 1.1rem 1.35rem;
	}

	.about-testimonials__grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	#about .about-visual.about-plate.about-visual--photo {
		order: -1;
	}

	#about .about-text.about-plate {
		padding: 1.35rem 1.15rem;
		text-align: left;
	}

	#about .about-visual.about-plate {
		padding: 1rem;
	}

	.about-text::before {
		display: none;
	}

	.about-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	#about .about-stats-panel.about-plate {
		padding: 1rem 0.85rem;
	}

	.blockchain-visual {
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
		padding: 1.5rem;
	}

	.block {
		width: 60px;
		height: 60px;
		font-size: 0.8rem;
	}

	.timeline-header {
		grid-template-columns: 1fr;
		gap: 0.8rem;
		padding: 1rem;
	}

	.timeline-time {
		width: 100%;
		text-align: center;
	}

	.timeline-info {
		text-align: center;
	}

	/* Principles (#values): sponsor cards — one column, full width, readable spacing */
	#values.section > h2,
	#values.section > .values-banner-photo,
	#values.section > .sponsors-section {
		padding-left: max(1.75rem, calc(env(safe-area-inset-left, 0px) + 1rem));
		padding-right: max(1.75rem, calc(env(safe-area-inset-right, 0px) + 1rem));
	}

	.sponsors-section {
		padding: 2rem 1rem;
		margin: 1rem 0;
	}

	#values .sponsors-section {
		padding: 0;
		margin: 0;
	}

	.sponsor-tiers {
		gap: 2rem;
	}

	#values .sponsor-tiers {
		gap: 2.5rem;
	}

	.tier-title {
		font-size: 1.4rem;
	}

	#values .tier-title {
		font-size: clamp(1.2rem, 4.2vw, 1.45rem);
		margin-bottom: 1.5rem;
	}

	.sponsors-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.25rem;
	}

	.sponsors-grid.platinum,
	.sponsors-grid.gold,
	.sponsors-grid.silver {
		grid-template-columns: minmax(0, 1fr);
		max-width: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		gap: 1.25rem;
	}

	.sponsor-card {
		padding: 1.65rem 1.35rem;
		max-width: none;
		border-radius: 1.15rem;
	}

	.sponsor-card.platinum .sponsor-logo,
	.sponsor-card.gold .sponsor-logo,
	.sponsor-card.silver .sponsor-logo {
		width: 88px;
		height: 88px;
		font-size: 1.45rem;
		margin-bottom: 1.15rem;
		border-radius: 16px;
	}

	.sponsor-name {
		font-size: 1.12rem;
	}

	.sponsor-card.platinum .sponsor-name {
		font-size: 1.2rem;
	}

	.sponsor-description {
		font-size: 0.9rem;
		line-height: 1.55;
	}

	.sponsor-card.platinum .sponsor-description {
		font-size: 0.92rem;
	}

	.hero-inline-photo {
		aspect-ratio: 16 / 10;
		max-height: 42vh;
		margin-bottom: 1rem;
	}

	.values-banner-photo {
		aspect-ratio: 16 / 9;
	}
}

/* ——— Cookie consent banner ——— */
.cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10040;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
	/* padding: use correct safe-area insets (older shorthand swapped left/right) */
	padding-top: 0;
	padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
	padding-bottom: max(0.65rem, env(safe-area-inset-bottom, 0px));
	padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
	pointer-events: none;
	opacity: 0;
	transform: translateY(110%);
	transition:
		opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
	visibility: hidden;
}

.cookie-banner.cookie-banner--visible {
	pointer-events: auto;
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.cookie-banner__glow {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: min(100%, 720px);
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(0, 255, 255, 0.45) 25%,
		rgba(124, 58, 237, 0.4) 75%,
		transparent
	);
	pointer-events: none;
	opacity: 0.9;
}

.cookie-banner__inner {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem 1.35rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.1rem 1.5rem;
	border-radius: 1.1rem 1.1rem 0 0;
	background: linear-gradient(
		165deg,
		rgba(10, 12, 22, 0.94) 0%,
		rgba(6, 8, 16, 0.96) 100%
	);
	backdrop-filter: blur(22px) saturate(1.15);
	-webkit-backdrop-filter: blur(22px) saturate(1.15);
	border: 1px solid rgba(0, 255, 255, 0.14);
	border-bottom: none;
	box-shadow:
		0 -12px 48px rgba(0, 0, 0, 0.55),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cookie-banner__brand {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	align-self: center;
}

.cookie-banner__icon {
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: 14px;
	background: rgba(0, 255, 255, 0.06);
	border: 1px solid rgba(0, 255, 255, 0.14);
	box-shadow: 0 0 24px rgba(0, 255, 255, 0.08);
}

.cookie-banner__icon svg {
	display: block;
}

.cookie-banner__copy {
	flex: 1 1 auto;
	min-width: 0;
	max-width: min(38rem, calc(100vw - 22rem));
}

.cookie-banner__title {
	font-size: clamp(1rem, 2.5vw, 1.15rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	color: rgba(248, 250, 252, 0.98);
	margin: 0 0 0.4rem;
	line-height: 1.25;
}

.cookie-banner__text {
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(203, 213, 225, 0.92);
	margin: 0;
}

.cookie-banner__link {
	color: rgba(34, 211, 238, 0.95);
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.cookie-banner__link:hover {
	color: #fff;
}

.cookie-banner__actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.65rem;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	margin-left: auto;
}

.cookie-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.65rem;
	padding: 0.5rem 1.35rem;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	border-radius: 12px;
	cursor: pointer;
	border: 1px solid transparent;
	transition:
		background 0.25s ease,
		border-color 0.25s ease,
		color 0.2s ease,
		box-shadow 0.25s ease,
		transform 0.15s ease;
	font-family: inherit;
}

.cookie-banner__btn--primary {
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.22), rgba(124, 58, 237, 0.28));
	border-color: rgba(0, 255, 255, 0.35);
	color: #f8fafc;
	box-shadow:
		0 4px 20px rgba(0, 0, 0, 0.35),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.cookie-banner__btn--primary:hover {
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.32), rgba(124, 58, 237, 0.38));
	border-color: rgba(0, 255, 255, 0.5);
	box-shadow: 0 6px 28px rgba(0, 255, 255, 0.12);
}

.cookie-banner__btn--primary:active {
	transform: scale(0.98);
}

.cookie-banner__btn--ghost {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(148, 163, 184, 0.28);
	color: rgba(226, 232, 240, 0.95);
}

.cookie-banner__btn--ghost:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(148, 163, 184, 0.45);
	color: #fff;
}

.cookie-banner__btn:focus-visible {
	outline: 2px solid rgba(124, 58, 237, 0.85);
	outline-offset: 2px;
}

body.has-cookie-banner .hero-scroll-btn {
	bottom: max(1rem, calc(env(safe-area-inset-bottom, 0px) + 5.25rem));
}

/* Narrow desktop / tablet landscape: stack actions under copy so nothing crushes */
@media (max-width: 900px) and (min-width: 769px) {
	.cookie-banner__inner {
		flex-wrap: wrap;
		align-items: flex-start;
		row-gap: 0.9rem;
	}

	.cookie-banner__brand {
		align-self: flex-start;
		padding-top: 0.2rem;
	}

	.cookie-banner__copy {
		flex: 1 1 calc(100% - 5rem);
		max-width: none;
	}

	.cookie-banner__actions {
		flex-basis: 100%;
		margin-left: 0;
		justify-content: flex-end;
		flex-wrap: wrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cookie-banner {
		transition-duration: 0.01ms;
	}
}

/* Cookie banner — mobile (must follow base .cookie-banner so it wins the cascade) */
@media (max-width: 768px) {
	.cookie-banner {
		padding-left: max(0.65rem, env(safe-area-inset-left, 0px));
		padding-right: max(0.65rem, env(safe-area-inset-right, 0px));
		padding-bottom: max(0.45rem, env(safe-area-inset-bottom, 0px));
		padding-top: 0;
	}

	.cookie-banner__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 0.95rem;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 1rem 0.95rem 0.85rem;
		box-sizing: border-box;
		border-radius: 1rem 1rem 0 0;
	}

	.cookie-banner__brand {
		align-self: center;
	}

	.cookie-banner__copy {
		flex: 1 1 auto;
		min-width: 0;
		max-width: none;
	}

	.cookie-banner__actions {
		flex-direction: column;
		flex-wrap: nowrap;
		width: 100%;
		justify-content: stretch;
		gap: 0.55rem;
		margin-left: 0;
	}

	.cookie-banner__btn {
		width: 100%;
		justify-content: center;
	}

	body.has-cookie-banner .hero-scroll-btn {
		bottom: max(1rem, calc(env(safe-area-inset-bottom, 0px) + 11rem));
	}
}