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

TemplateMo 602 Graph Page

https://templatemo.com/tm-602-graph-page

*/

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

body {
	font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	background: #0a0e27;
	color: #ffffff;
	overflow-x: hidden;
}

body.is-loading {
	overflow: hidden;
}

/* Preloader */
.preloader {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #060912;
	overflow: hidden;
}

.preloader.is-open .preloader-veil-left {
	transform: translate3d(-100%, 0, 0);
}

.preloader.is-open .preloader-veil-right {
	transform: translate3d(100%, 0, 0);
}

.preloader.is-exiting {
	pointer-events: none;
}

.preloader.is-exiting .preloader-stage-wrap {
	opacity: 0;
	transform: scale(0.96);
	filter: blur(10px);
}

.preloader.is-exiting .preloader-burst {
	animation: preloaderBurst 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.preloader.is-exiting .preloader-veil-left,
.preloader.is-exiting .preloader-veil-right {
	transform: translate3d(0, 0, 0);
	transition-delay: 0.18s;
}

.preloader.is-hidden {
	visibility: hidden;
}

.preloader-atmosphere {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.preloader-mesh {
	position: absolute;
	inset: -40%;
	background:
		radial-gradient(ellipse 46% 38% at 18% 24%, rgba(0, 255, 204, 0.2) 0%, transparent 58%),
		radial-gradient(ellipse 40% 34% at 84% 76%, rgba(255, 0, 128, 0.13) 0%, transparent 58%),
		radial-gradient(ellipse 28% 22% at 62% 14%, rgba(0, 120, 255, 0.09) 0%, transparent 52%);
	animation: preloaderMeshMove 20s ease-in-out infinite alternate;
}

@keyframes preloaderMeshMove {
	from { transform: translate3d(0, 0, 0) rotate(0deg); }
	to { transform: translate3d(-2%, 3%, 0) rotate(1.5deg); }
}

.preloader-grain {
	position: absolute;
	inset: 0;
	opacity: 0.34;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
	mix-blend-mode: overlay;
}

.preloader-grid {
	position: absolute;
	inset: 0;
	opacity: 0.22;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: radial-gradient(ellipse 70% 60% at 50% 46%, black 15%, transparent 78%);
	-webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 46%, black 15%, transparent 78%);
}

.preloader-mark {
	position: absolute;
	font-size: clamp(88px, 18vw, 240px);
	font-weight: 800;
	line-height: 0.82;
	letter-spacing: -0.06em;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.045);
	text-stroke: 1px rgba(255, 255, 255, 0.045);
	user-select: none;
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1.1s ease, transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.preloader.is-open .preloader-mark {
	opacity: 1;
	transform: translateY(0);
}

.preloader-mark-nova {
	left: -2%;
	top: 14%;
}

.preloader-mark-spark {
	right: -4%;
	bottom: 10%;
	text-align: right;
	transition-delay: 0.12s;
}

.preloader-sweep {
	position: absolute;
	inset: -20% -40%;
	z-index: 1;
	background: linear-gradient(
		105deg,
		transparent 42%,
		rgba(0, 255, 204, 0.07) 49%,
		rgba(255, 255, 255, 0.12) 50%,
		rgba(0, 255, 204, 0.07) 51%,
		transparent 58%
	);
	transform: translate3d(-120%, 0, 0) skewX(-12deg);
	opacity: 0;
	pointer-events: none;
}

.preloader.is-open .preloader-sweep {
	animation: preloaderSweep 1.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}

@keyframes preloaderSweep {
	0% {
		opacity: 0;
		transform: translate3d(-120%, 0, 0) skewX(-12deg);
	}

	18% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate3d(120%, 0, 0) skewX(-12deg);
	}
}

.preloader-stage-wrap {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 760px;
	min-height: min(78vh, 720px);
	padding: 48px 32px;
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s,
		transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s,
		filter 0.75s ease;
}

.preloader.is-open .preloader-stage-wrap {
	opacity: 1;
	transform: translateY(0);
}

.preloader-phase-num {
	position: absolute;
	left: clamp(20px, 5vw, 56px);
	bottom: clamp(20px, 5vw, 56px);
	font-size: clamp(72px, 14vw, 132px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.06em;
	color: transparent;
	-webkit-text-stroke: 1px rgba(0, 255, 204, 0.22);
	text-stroke: 1px rgba(0, 255, 204, 0.22);
	font-variant-numeric: tabular-nums;
	opacity: 0.85;
	transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.preloader-phase-num.is-changing {
	opacity: 0;
	transform: translateY(16px) scale(0.94);
}

.preloader-focus {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(28px, 5vw, 44px);
	text-align: center;
}

.preloader-halo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(72vw, 340px);
	aspect-ratio: 1;
}

.preloader-arc {
	position: absolute;
	border-radius: 50%;
	border: 1px solid transparent;
}

.preloader-arc-a {
	inset: 0;
	border-top-color: rgba(0, 255, 204, 0.45);
	border-right-color: rgba(0, 255, 204, 0.12);
	animation: preloaderArcSpin 16s linear infinite;
}

.preloader-arc-b {
	inset: 14%;
	border-bottom-color: rgba(255, 0, 128, 0.32);
	border-left-color: rgba(255, 0, 128, 0.1);
	animation: preloaderArcSpin 22s linear infinite reverse;
}

.preloader-arc-c {
	inset: 28%;
	border-top-color: rgba(255, 255, 255, 0.14);
	border-left-color: rgba(0, 204, 255, 0.22);
	animation: preloaderArcSpin 12s linear infinite;
}

.preloader-orbit-dot {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #00ffcc;
	box-shadow: 0 0 14px rgba(0, 255, 204, 0.65);
}

.preloader-orbit-dot-a {
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
	animation: preloaderDotOrbitA 9s linear infinite;
}

.preloader-orbit-dot-b {
	bottom: 12%;
	right: 16%;
	background: #ff0080;
	box-shadow: 0 0 14px rgba(255, 0, 128, 0.55);
	animation: preloaderDotPulse 2.8s ease-in-out infinite;
}

.preloader-burst {
	position: absolute;
	inset: 36%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 255, 204, 0.55) 0%, rgba(0, 255, 204, 0.12) 42%, transparent 72%);
	opacity: 0;
	transform: scale(0.2);
	pointer-events: none;
}

.preloader-mark-core {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 128px;
	height: 128px;
	background:
		radial-gradient(circle at 28% 22%, rgba(0, 255, 204, 0.16), transparent 58%),
		rgba(8, 12, 28, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 0 0 1px rgba(0, 255, 204, 0.14),
		0 0 60px rgba(0, 255, 204, 0.14),
		0 30px 60px rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	animation: preloaderCoreFloat 5s ease-in-out infinite;
}

.preloader-mark-core::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0, 255, 204, 0.12), transparent 45%, rgba(255, 0, 128, 0.08));
}

.preloader-logo {
	position: relative;
	z-index: 1;
	width: 72px;
	height: 72px;
	object-fit: contain;
	filter: drop-shadow(0 0 20px rgba(0, 255, 204, 0.45));
}

.preloader-type {
	max-width: 520px;
}

.preloader-kicker {
	margin-bottom: 14px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.28);
}

.preloader-line {
	font-family: 'Instrument Serif', Georgia, serif;
	font-size: clamp(24px, 4.5vw, 38px);
	font-style: italic;
	font-weight: 400;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.88);
	transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}

.preloader-line.is-changing {
	opacity: 0;
	transform: translateY(12px);
	filter: blur(4px);
}

.preloader-meta {
	position: absolute;
	right: clamp(20px, 5vw, 56px);
	bottom: clamp(24px, 5vw, 56px);
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.24);
}

.preloader-meta i {
	display: block;
	width: 28px;
	height: 1px;
	background: linear-gradient(90deg, rgba(0, 255, 204, 0.4), transparent);
}

.preloader-veil {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 10001;
	width: 50.5%;
	background: #060912;
	transition: transform 1.2s cubic-bezier(0.76, 0, 0.24, 1);
	will-change: transform;
}

.preloader-veil-left {
	left: 0;
}

.preloader-veil-right {
	right: 0;
}

@keyframes preloaderArcSpin {
	to { transform: rotate(360deg); }
}

@keyframes preloaderDotOrbitA {
	0% { transform: rotate(0deg) translateY(-150px) rotate(0deg); }
	100% { transform: rotate(360deg) translateY(-150px) rotate(-360deg); }
}

@keyframes preloaderDotPulse {
	0%,
	100% { opacity: 0.45; transform: scale(0.85); }
	50% { opacity: 1; transform: scale(1.15); }
}

@keyframes preloaderCoreFloat {
	0%,
	100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

@keyframes preloaderBurst {
	0% {
		opacity: 0.85;
		transform: scale(0.25);
	}

	100% {
		opacity: 0;
		transform: scale(14);
	}
}

@media (max-width: 720px) {
	.preloader-mark {
		font-size: clamp(64px, 24vw, 120px);
	}

	.preloader-mark-nova {
		left: -6%;
		top: 8%;
	}

	.preloader-mark-spark {
		right: -8%;
		bottom: 6%;
	}

	.preloader-phase-num {
		left: 20px;
		bottom: 20px;
		font-size: clamp(56px, 20vw, 88px);
	}

	.preloader-meta {
		right: 20px;
		bottom: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.preloader-mesh,
	.preloader-arc-a,
	.preloader-arc-b,
	.preloader-arc-c,
	.preloader-orbit-dot-a,
	.preloader-orbit-dot-b,
	.preloader-mark-core,
	.preloader-sweep {
		animation: none;
	}

	.preloader-stage-wrap,
	.preloader-veil-left,
	.preloader-veil-right,
	.preloader-mark {
		transition-duration: 0.25s;
	}

	.preloader-stage-wrap,
	.preloader-mark {
		opacity: 1;
		transform: none;
		filter: none;
	}
}

/* Navigation */
#navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 20px 32px 0;
	pointer-events: none;
	transition: padding 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

#navbar.scrolled {
	padding-top: 14px;
}

.nav-shell {
	pointer-events: auto;
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px 12px 10px 16px;
	background: rgba(6, 9, 18, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		inset 0 0 0 1px rgba(0, 255, 204, 0.05),
		0 0 0 1px rgba(0, 255, 204, 0.16),
		0 0 22px rgba(0, 255, 204, 0.14),
		0 0 44px rgba(0, 255, 204, 0.07),
		0 0 0 1px rgba(255, 0, 128, 0.08),
		0 20px 50px -16px rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(28px) saturate(140%);
	-webkit-backdrop-filter: blur(28px) saturate(140%);
	position: relative;
	overflow: visible;
	transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-shell::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background:
		radial-gradient(ellipse 50% 180% at 0% 50%, rgba(0, 255, 204, 0.06), transparent 55%),
		radial-gradient(ellipse 40% 160% at 100% 50%, rgba(255, 0, 128, 0.04), transparent 50%);
	pointer-events: none;
}

.nav-shell::after {
	content: '';
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(
		135deg,
		rgba(0, 255, 204, 0.65) 0%,
		rgba(255, 255, 255, 0.14) 32%,
		rgba(255, 0, 128, 0.35) 58%,
		rgba(0, 204, 255, 0.5) 100%
	);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask-composite: exclude;
	pointer-events: none;
	opacity: 0.9;
}

#navbar.scrolled .nav-shell {
	padding: 8px 10px 8px 14px;
	background: rgba(6, 9, 18, 0.9);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		inset 0 0 0 1px rgba(0, 255, 204, 0.06),
		0 0 0 1px rgba(0, 255, 204, 0.22),
		0 0 28px rgba(0, 255, 204, 0.18),
		0 0 56px rgba(0, 255, 204, 0.08),
		0 12px 40px -16px rgba(0, 0, 0, 0.7);
}

.nav-container {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 1;
}

.logo {
	display: flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
	flex-shrink: 0;
	padding: 4px 8px 4px 6px;
	border-radius: 999px;
	transition: background 0.35s ease;
}

.logo:hover {
	background: rgba(255, 255, 255, 0.03);
}

.logo-img {
	height: 44px;
	width: auto;
	display: block;
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
	filter: drop-shadow(0 0 14px rgba(0, 255, 204, 0.12));
}

.logo:hover .logo-img {
	transform: scale(1.04);
	filter: drop-shadow(0 0 20px rgba(0, 255, 204, 0.28));
}

.logo-caption {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.32);
	white-space: nowrap;
}

.nav-center {
	display: flex;
	justify-content: center;
	min-width: 0;
}

.nav-track {
	padding: 4px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 2px;
	list-style: none;
}

.nav-links li {
	display: flex;
}

.nav-links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.48);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	padding: 9px 16px;
	border-radius: 999px;
	transition: color 0.3s ease, background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
	position: relative;
	white-space: nowrap;
}

.nav-index {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.18);
	transition: color 0.3s ease;
}

.nav-label {
	position: relative;
}

.nav-links a:hover {
	color: rgba(255, 255, 255, 0.92);
	background: rgba(255, 255, 255, 0.05);
	transform: translateY(-1px);
}

.nav-links a:hover .nav-index {
	color: rgba(0, 255, 204, 0.55);
}

.nav-links a.active {
	color: #0a0e27;
	font-weight: 600;
	background: linear-gradient(135deg, #00ffcc 0%, #00d4e8 100%);
	box-shadow:
		0 4px 20px rgba(0, 255, 204, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.nav-links a.active .nav-index {
	color: rgba(10, 14, 39, 0.45);
}

.nav-item-has-dropdown {
	position: relative;
}

.nav-dropdown-trigger {
	cursor: pointer;
}

.nav-dropdown-chevron {
	width: 14px;
	height: 14px;
	margin-left: 2px;
	opacity: 0.45;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-item-has-dropdown:hover .nav-dropdown-chevron,
.nav-item-has-dropdown:focus-within .nav-dropdown-chevron {
	opacity: 0.85;
	transform: rotate(180deg);
}

.nav-dropdown {
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%) translateY(8px);
	min-width: 248px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: rgba(6, 9, 18, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 0 0 1px rgba(0, 255, 204, 0.12),
		0 16px 40px -12px rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(24px) saturate(140%);
	-webkit-backdrop-filter: blur(24px) saturate(140%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.28s ease,
		visibility 0.28s ease,
		transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 20;
}

.nav-dropdown::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	width: 10px;
	height: 10px;
	background: rgba(6, 9, 18, 0.96);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	transform: translateX(-50%) rotate(45deg);
}

.nav-dropdown::after {
	content: '';
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	height: 14px;
}

.nav-item-has-dropdown:hover .nav-dropdown,
.nav-item-has-dropdown:focus-within .nav-dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.nav-dropdown li {
	display: block;
	width: 100%;
}

.nav-dropdown a {
	display: block;
	width: 100%;
	padding: 10px 14px;
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.52);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
	transform: none;
	box-shadow: none;
	background: transparent;
}

.nav-dropdown a:hover {
	color: rgba(255, 255, 255, 0.92);
	background: rgba(255, 255, 255, 0.05);
	transform: none;
}

.nav-dropdown a.active {
	color: #00ffcc;
	font-weight: 600;
	background: rgba(0, 255, 204, 0.08);
	box-shadow: none;
}

.nav-dropdown-divider {
	height: 1px;
	margin: 6px 8px;
	background: rgba(255, 255, 255, 0.06);
}

.nav-end {
	display: flex;
	align-items: center;
	gap: 10px;
}

.nav-contact-btn {
	display: inline-flex;
	align-items: center;
	gap: 0;
	padding: 5px 5px 5px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.88);
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-contact-text {
	padding-right: 14px;
}

.nav-contact-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: linear-gradient(135deg, #00ffcc, #00ccff);
	color: #0a0e27;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.nav-contact-icon svg {
	width: 16px;
	height: 16px;
}

.nav-contact-btn:hover {
	border-color: rgba(0, 255, 204, 0.35);
	background: rgba(0, 255, 204, 0.06);
	color: #ffffff;
	box-shadow: 0 8px 28px rgba(0, 255, 204, 0.15);
}

.nav-contact-btn:hover .nav-contact-icon {
	transform: rotate(-45deg);
	box-shadow: 0 4px 16px rgba(0, 255, 204, 0.45);
}

.nav-contact-btn.is-active {
	border-color: rgba(0, 255, 204, 0.45);
	background: rgba(0, 255, 204, 0.1);
	color: #00ffcc;
	box-shadow: 0 0 24px rgba(0, 255, 204, 0.15);
}

/* Hero Section */
.hero {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow: hidden;
	background: #060912;
	padding: 110px 0 0;
}

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

.hero-mesh {
	position: absolute;
	inset: -40%;
	background:
		radial-gradient(ellipse 50% 40% at 20% 30%, rgba(0, 255, 204, 0.16) 0%, transparent 55%),
		radial-gradient(ellipse 45% 35% at 80% 70%, rgba(255, 0, 128, 0.1) 0%, transparent 55%),
		radial-gradient(ellipse 30% 25% at 60% 20%, rgba(0, 120, 255, 0.08) 0%, transparent 50%);
	animation: heroMeshMove 16s ease-in-out infinite alternate;
}

@keyframes heroMeshMove {
	from { transform: translate(0, 0) rotate(0deg); }
	to { transform: translate(-3%, 2%) rotate(2deg); }
}

.hero-grain {
	position: absolute;
	inset: 0;
	opacity: 0.35;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
	mix-blend-mode: overlay;
}

.hero-watermark {
	position: absolute;
	top: 50%;
	right: -4%;
	transform: translateY(-50%);
	font-size: clamp(80px, 14vw, 200px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.85;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.04);
	text-stroke: 1px rgba(255, 255, 255, 0.04);
	user-select: none;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	opacity: 0.7;
}

.hero-layout {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 24px 32px 28px;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 48px;
	align-items: center;
}

.hero-copy {
	animation: heroReveal 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

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

.hero-meta {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 32px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hero-meta i {
	display: block;
	width: 24px;
	height: 1px;
	background: linear-gradient(90deg, rgba(0, 255, 204, 0.6), transparent);
}

.hero-headline {
	margin-bottom: 28px;
}

.h1-line {
	display: block;
	font-size: clamp(48px, 6.5vw, 88px);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.h1-line + .h1-line {
	margin-top: 4px;
}

.h1-accent {
	font-style: normal;
	background: linear-gradient(120deg, #00ffcc 0%, #66fff0 40%, #00ccff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.h1-accent em {
	font-style: italic;
	font-weight: 700;
}

.h1-outline {
	color: transparent;
	-webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.35);
	text-stroke: 1.5px rgba(255, 255, 255, 0.35);
	transition: -webkit-text-stroke-color 0.4s ease;
}

.hero-copy:hover .h1-outline {
	-webkit-text-stroke-color: rgba(0, 255, 204, 0.5);
}

.hero-lead {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.5);
	max-width: 440px;
	margin-bottom: 40px;
}

.hero-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.hero-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-btn svg {
	width: 18px;
	height: 18px;
}

.hero-btn-primary {
	padding: 16px 30px;
	border-radius: 100px;
	background: #ffffff;
	color: #060912;
	box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15) inset, 0 16px 40px rgba(0, 0, 0, 0.35);
}

.hero-btn-primary:hover {
	background: linear-gradient(135deg, #00ffcc, #00ccff);
	transform: translateY(-3px);
	box-shadow: 0 20px 50px rgba(0, 255, 204, 0.25);
}

.hero-btn-primary:hover svg {
	transform: translateX(4px);
	transition: transform 0.35s ease;
}

.hero-btn-ghost {
	color: rgba(255, 255, 255, 0.65);
	gap: 12px;
}

.hero-btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 18px;
	transition: all 0.4s ease;
}

.hero-btn-ghost:hover {
	color: #00ffcc;
}

.hero-btn-ghost:hover .hero-btn-icon {
	border-color: rgba(0, 255, 204, 0.4);
	background: rgba(0, 255, 204, 0.08);
	transform: rotate(-45deg);
}

.hero-stage {
	position: relative;
	width: 100%;
	aspect-ratio: 1;
	max-width: 520px;
	justify-self: end;
	animation: heroReveal 1s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.hero-constellation {
	width: 100%;
	height: 100%;
	overflow: visible;
}

.hero-orbit-group {
	transform-origin: 260px 260px;
}

.hero-orbit {
	fill: none;
	stroke: rgba(255, 255, 255, 0.06);
	stroke-width: 1;
}

.hero-orbit-2 {
	stroke: rgba(0, 255, 204, 0.1);
}

.hero-orbit-dot {
	fill: #00ffcc;
	filter: drop-shadow(0 0 6px rgba(0, 255, 204, 0.8));
}

.hero-orbit-dot-accent {
	fill: #ff0080;
	filter: drop-shadow(0 0 6px rgba(255, 0, 128, 0.7));
}

.hero-path {
	stroke: rgba(0, 255, 204, 0.22);
	stroke-width: 1.5;
	fill: none;
	stroke-dasharray: 6 10;
	animation: heroPathFlow 3s linear infinite;
}

.hero-path-accent {
	stroke: rgba(255, 0, 128, 0.35);
	animation-duration: 2.4s;
	animation-direction: reverse;
}

@keyframes heroPathFlow {
	from { stroke-dashoffset: 0; }
	to { stroke-dashoffset: -32; }
}

.hero-traveler {
	fill: #00ffcc;
	filter: drop-shadow(0 0 8px rgba(0, 255, 204, 0.9));
}

.hero-traveler-accent {
	fill: #ff0080;
	filter: drop-shadow(0 0 8px rgba(255, 0, 128, 0.8));
}

.hero-node {
	fill: #00ffcc;
	filter: drop-shadow(0 0 6px rgba(0, 255, 204, 0.6));
	animation: heroNodePulse 2.5s ease-in-out infinite;
}

.hero-constellation circle.hero-node:nth-child(12) { animation-delay: 0s; }
.hero-constellation circle.hero-node:nth-child(13) { animation-delay: 0.6s; }
.hero-constellation circle.hero-node:nth-child(14) { animation-delay: 1.2s; }
.hero-constellation circle.hero-node:nth-child(15) { animation-delay: 1.8s; }

@keyframes heroNodePulse {
	0%, 100% { opacity: 0.45; }
	50% { opacity: 1; }
}

.hero-node-core {
	fill: url(#heroOrb);
}

.hero-node-core-inner {
	fill: #00ffcc;
	filter: drop-shadow(0 0 14px rgba(0, 255, 204, 0.9));
}

.hero-float-tags {
	list-style: none;
	position: absolute;
	inset: 0;
}

.hero-float-tag {
	position: absolute;
	padding: 10px 16px;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.8);
	background: rgba(12, 16, 36, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	white-space: nowrap;
	animation: heroTagFloat 6s ease-in-out infinite;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.hero-float-tag:hover {
	border-color: rgba(0, 255, 204, 0.35);
	box-shadow: 0 8px 32px rgba(0, 255, 204, 0.15);
}

.hero-float-tag-1 { top: 8%; left: 0; animation-delay: 0s; }
.hero-float-tag-2 { top: 18%; right: -8%; animation-delay: 1s; }
.hero-float-tag-3 { bottom: 22%; left: -6%; animation-delay: 2s; }
.hero-float-tag-4 { bottom: 8%; right: 4%; animation-delay: 0.5s; }

@keyframes heroTagFloat {
	0%, 100% { transform: translate(0, 0); }
	25% { transform: translate(3px, -6px); }
	50% { transform: translate(-2px, -10px); }
	75% { transform: translate(-4px, -4px); }
}

.hero-strip {
	position: relative;
	z-index: 3;
	width: 100%;
	flex-shrink: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(6, 9, 18, 0.8);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.hero-strip-inner {
	overflow: hidden;
	width: 100%;
	mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
}

.hero-strip-track {
	display: flex;
	width: max-content;
	flex-shrink: 0;
	padding: 18px 0;
	animation: heroMarquee 22s linear infinite;
	will-change: transform;
}

.hero-strip-group {
	display: flex;
	align-items: center;
	gap: 32px;
	padding-right: 32px;
	flex-shrink: 0;
}

.hero-strip-group span {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.35);
	white-space: nowrap;
}

.hero-strip-dot {
	color: rgba(0, 255, 204, 0.4) !important;
	font-size: 8px !important;
}

@keyframes heroMarquee {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
	.hero-mesh,
	.hero-float-tag,
	.hero-path {
		animation: none;
	}

	.hero-copy,
	.hero-stage {
		animation: none;
	}

	.hero-constellation animateTransform,
	.hero-constellation animateMotion,
	.hero-constellation animate {
		display: none;
	}
}

.cta-button {
	display: inline-block;
	padding: 15px 40px;
	background: linear-gradient(135deg, #00ffcc 0%, #00ccff 100%);
	color: #0a0e27;
	text-decoration: none;
	border-radius: 14px;
	font-size: 16px;
	font-weight: 600;
	font-family: inherit;
	transition: all 0.35s ease;
	box-shadow: 0 8px 28px rgba(0, 255, 204, 0.3);
	border: none;
	cursor: pointer;
}

.cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 36px rgba(0, 255, 204, 0.4);
}

/* About Section */
.about-section {
	position: relative;
	padding: 120px 50px 100px;
	background: #060912;
	overflow: hidden;
}

.about-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.about-bg-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
}

.about-bg-glow-1 {
	top: 10%;
	left: -5%;
	width: 420px;
	height: 420px;
	background: rgba(0, 255, 204, 0.06);
}

.about-bg-glow-2 {
	bottom: 0;
	right: -5%;
	width: 360px;
	height: 360px;
	background: rgba(255, 0, 128, 0.04);
}

.about-bg-line {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 255, 204, 0.15), transparent 40%, transparent 60%, rgba(255, 0, 128, 0.08));
	opacity: 0.5;
}

.about-wrap {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin: 0 auto;
}

.about-masthead {
	position: relative;
	margin-bottom: 72px;
}

.about-watermark {
	position: absolute;
	top: -30px;
	left: -20px;
	font-size: clamp(110px, 20vw, 240px);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 0.8;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.035);
	text-stroke: 1px rgba(255, 255, 255, 0.035);
	user-select: none;
	pointer-events: none;
}

.about-seq {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.65);
	margin-bottom: 24px;
}

.about-headline {
	position: relative;
	max-width: 720px;
	font-size: clamp(36px, 5.2vw, 58px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
	color: #ffffff;
}

.about-headline em {
	font-family: 'Instrument Serif', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	color: #00ffcc;
	-webkit-text-fill-color: #00ffcc;
}

.about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 72px;
	align-items: start;
}

.about-prose {
	animation: aboutReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

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

.about-pull {
	margin: 0 0 48px;
	padding: 0 0 0 32px;
	border: none;
	border-left: 3px solid #00ffcc;
	font-size: clamp(22px, 2.6vw, 30px);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.about-prose-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
}

.about-prose-cols p {
	font-size: 15px;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.44);
}

.about-section-page {
	padding-top: 150px;
}

.about-intro {
	max-width: 640px;
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.42);
}

.about-prose-cols-extra {
	margin-top: 36px;
}

.about-page-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 16px;
}

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

.about-feature {
	margin: 0 0 72px;
}

.about-visual {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #080c1c;
}

.about-visual::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #00ffcc, #00ccff 50%, #ff0080);
	z-index: 1;
	pointer-events: none;
}

.about-visual img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	filter: saturate(0.92) contrast(1.04);
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
}

.about-visual:hover img {
	transform: scale(1.02);
	filter: saturate(1) contrast(1.06);
}

.about-visual-sm img {
	aspect-ratio: 3 / 2;
}

.about-feature-caption {
	margin-top: 14px;
	padding-left: 12px;
	font-size: 13px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.32);
	border-left: 1px solid rgba(0, 255, 204, 0.25);
}

.about-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 56px;
	align-items: center;
	margin-top: 88px;
}

.about-split-reverse {
	direction: rtl;
}

.about-split-reverse > * {
	direction: ltr;
}

.about-split-media {
	margin: 0;
}

.about-split-seq,
.about-gallery-seq,
.about-audience-seq {
	display: block;
	margin-bottom: 16px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.65);
}

.about-split-title,
.about-gallery-title,
.about-audience-title {
	margin: 0 0 20px;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #ffffff;
}

.about-split-title em,
.about-gallery-title em,
.about-audience-title em {
	font-family: 'Instrument Serif', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	color: #00ffcc;
	-webkit-text-fill-color: #00ffcc;
}

.about-split-copy p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.44);
}

.about-split-copy p:last-of-type {
	margin-bottom: 20px;
}

.about-split-list {
	margin: 0;
	padding-left: 18px;
}

.about-split-list li {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.38);
}

.about-split-list li + li {
	margin-top: 8px;
}

.about-gallery {
	margin-top: 96px;
	padding-top: 72px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.about-gallery-head {
	max-width: 640px;
	margin-bottom: 40px;
}

.about-gallery-intro {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.42);
}

.about-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.about-gallery-card {
	display: flex;
	flex-direction: column;
	background: #080c1c;
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
	transition: border-color 0.3s ease, transform 0.3s ease;
}

.about-gallery-card:hover {
	border-color: rgba(0, 255, 204, 0.2);
	transform: translateY(-4px);
}

.about-gallery-media {
	margin: 0;
}

.about-gallery-body {
	padding: 22px 22px 26px;
}

.about-gallery-tag {
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.55);
}

.about-gallery-body h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.9);
}

.about-gallery-body p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.4);
}

.about-audience {
	position: relative;
	padding: 100px 50px;
	background: #070a14;
	overflow: hidden;
}

.about-audience-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.about-audience-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 255, 204, 0.06) 0%, transparent 68%);
}

.about-audience-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
	gap: 56px;
	align-items: center;
}

.about-audience-layout-solo {
	grid-template-columns: 1fr;
	max-width: 720px;
}

.about-audience-copy p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.44);
}

.about-audience-copy p:last-of-type {
	margin-bottom: 24px;
}

.about-audience-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.about-audience-tags span {
	padding: 8px 14px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-standards {
	position: relative;
	padding: 100px 50px 110px;
	background: #070a14;
	overflow: hidden;
}

.about-standards-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.about-standards-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
}

.about-standards-glow-1 {
	top: 0;
	left: -6%;
	width: 420px;
	height: 420px;
	background: rgba(0, 255, 204, 0.05);
}

.about-standards-glow-2 {
	bottom: 10%;
	right: -8%;
	width: 360px;
	height: 360px;
	background: rgba(255, 0, 128, 0.04);
}

.about-standards-masthead {
	position: relative;
	max-width: 680px;
	margin-bottom: 56px;
}

.about-standards-watermark {
	position: absolute;
	top: -36px;
	right: -20px;
	font-size: clamp(90px, 16vw, 200px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.82;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.03);
	text-stroke: 1px rgba(255, 255, 255, 0.03);
	user-select: none;
	pointer-events: none;
}

.about-standards-seq {
	display: block;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.65);
}

.about-standards-headline {
	margin: 0 0 16px;
	font-size: clamp(32px, 4.5vw, 52px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.035em;
	color: #ffffff;
}

.about-standards-headline em {
	font-family: 'Instrument Serif', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	color: #00ffcc;
	-webkit-text-fill-color: #00ffcc;
}

.about-standards-intro {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.42);
}

.about-standards-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 820px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.about-standard {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 24px;
	padding: 28px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.about-standard-num {
	padding-top: 4px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(0, 255, 204, 0.5);
}

.about-standard-body h3 {
	margin: 0 0 8px;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.92);
}

.about-standard-body p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.42);
}

/* Legal pages */
.legal-section {
	padding-top: 150px;
}

.legal-masthead {
	margin-bottom: 56px;
}

.legal-document {
	max-width: 820px;
}

.legal-intro {
	margin-bottom: 56px;
}

.legal-block {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.legal-block h2 {
	margin-bottom: 16px;
	font-size: clamp(20px, 2.4vw, 26px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.92);
}

.legal-block p {
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.44);
}

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

.legal-block ul {
	margin: 0;
	padding-left: 20px;
}

.legal-block li {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.44);
}

.legal-block li:last-child {
	margin-bottom: 0;
}

.legal-block strong {
	color: rgba(255, 255, 255, 0.72);
	font-weight: 600;
}

.legal-block a {
	color: rgba(0, 255, 204, 0.85);
	text-decoration: underline;
	text-decoration-color: rgba(0, 255, 204, 0.25);
	text-underline-offset: 3px;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.legal-block a:hover {
	color: #00ffcc;
	text-decoration-color: rgba(0, 255, 204, 0.8);
}

.footer-legal a[aria-current="page"] {
	color: rgba(0, 255, 204, 0.85);
}

/* FAQ page */
.faq-section {
	position: relative;
	padding: 150px 50px 100px;
	background: #060912;
	overflow: hidden;
}

.faq-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.faq-bg-glow {
	position: absolute;
	top: 18%;
	right: -8%;
	width: 480px;
	height: 480px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 255, 204, 0.07) 0%, transparent 68%);
}

.faq-wrap {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin: 0 auto;
}

.faq-masthead {
	position: relative;
	margin-bottom: 56px;
	max-width: 720px;
}

.faq-watermark {
	position: absolute;
	top: -28px;
	left: -16px;
	font-size: clamp(100px, 18vw, 220px);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 0.8;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.035);
	text-stroke: 1px rgba(255, 255, 255, 0.035);
	user-select: none;
	pointer-events: none;
}

.faq-seq {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.65);
	margin-bottom: 24px;
}

.faq-headline {
	font-size: clamp(36px, 5vw, 58px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
	color: #ffffff;
	margin-bottom: 20px;
}

.faq-headline em {
	font-family: 'Instrument Serif', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	color: #00ffcc;
	-webkit-text-fill-color: #00ffcc;
}

.faq-intro {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.42);
}

.faq-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 40px;
	align-items: start;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.faq-item {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
	overflow: hidden;
	transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.faq-item.is-open {
	border-color: rgba(0, 255, 204, 0.22);
	box-shadow: 0 0 0 1px rgba(0, 255, 204, 0.08);
}

.faq-item-heading {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

.faq-question {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding: 18px 20px;
	border: none;
	background: transparent;
	color: rgba(255, 255, 255, 0.82);
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	text-align: left;
	cursor: pointer;
	transition: color 0.3s ease, background 0.3s ease;
}

.faq-question:hover {
	background: rgba(255, 255, 255, 0.03);
	color: #ffffff;
}

.faq-item.is-open .faq-question {
	color: #ffffff;
	background: rgba(0, 255, 204, 0.04);
}

.faq-num {
	flex-shrink: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(0, 255, 204, 0.55);
	min-width: 24px;
}

.faq-text {
	flex: 1;
}

.faq-icon {
	position: relative;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
}

.faq-icon::before,
.faq-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1px;
	background: rgba(0, 255, 204, 0.75);
	transform: translate(-50%, -50%);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.faq-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg) scale(0.4);
}

.faq-answer {
	display: none;
	padding: 0 20px 20px 60px;
}

.faq-item.is-open .faq-answer {
	display: block;
	animation: faqReveal 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.faq-answer p {
	margin: 0;
	font-size: 15px;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.44);
}

.faq-answer a {
	color: rgba(0, 255, 204, 0.85);
	text-decoration: underline;
	text-decoration-color: rgba(0, 255, 204, 0.25);
	text-underline-offset: 3px;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.faq-answer a:hover {
	color: #00ffcc;
	text-decoration-color: rgba(0, 255, 204, 0.8);
}

.faq-aside {
	position: sticky;
	top: 120px;
}

.faq-aside-frame {
	position: relative;
	padding: 28px 24px;
	background: #080c1c;
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.faq-aside-frame::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #00ffcc, #00ccff 55%, #ff0080);
}

.faq-aside-label {
	display: block;
	margin-bottom: 12px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.7);
}

.faq-aside-text {
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.48);
}

.faq-aside-btn {
	width: 100%;
	justify-content: center;
}

/* Process page */
.process-section {
	position: relative;
	padding: 150px 50px 100px;
	background: #060912;
	overflow: hidden;
}

.process-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.process-bg-glow {
	position: absolute;
	border-radius: 50%;
}

.process-bg-glow-1 {
	top: 10%;
	right: -6%;
	width: 460px;
	height: 460px;
	background: radial-gradient(circle, rgba(0, 255, 204, 0.07) 0%, transparent 68%);
}

.process-bg-glow-2 {
	bottom: 12%;
	left: -8%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(0, 204, 255, 0.05) 0%, transparent 70%);
}

.process-wrap {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin: 0 auto;
}

.process-masthead {
	position: relative;
	margin-bottom: 56px;
	max-width: 720px;
}

.process-watermark {
	position: absolute;
	top: -28px;
	left: -16px;
	font-size: clamp(100px, 18vw, 220px);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 0.8;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.035);
	text-stroke: 1px rgba(255, 255, 255, 0.035);
	user-select: none;
	pointer-events: none;
}

.process-seq {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.65);
	margin-bottom: 24px;
}

.process-headline {
	font-size: clamp(36px, 5vw, 58px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
	color: #ffffff;
	margin-bottom: 20px;
}

.process-headline em {
	font-family: 'Instrument Serif', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	color: #00ffcc;
	-webkit-text-fill-color: #00ffcc;
}

.process-intro {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.42);
}

.process-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 40px;
	align-items: start;
}

.process-steps {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.process-step-frame {
	position: relative;
	padding: 24px 24px 24px 28px;
	background: #080c1c;
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
	transition: border-color 0.3s ease, background 0.3s ease;
}

.process-step-frame::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #00ffcc, #00ccff 50%, #ff0080);
	opacity: 0.45;
	transition: opacity 0.3s ease;
}

.process-step-frame:hover {
	border-color: rgba(0, 255, 204, 0.18);
	background: rgba(0, 255, 204, 0.02);
}

.process-step-frame:hover::before {
	opacity: 1;
}

.process-step-head {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin-bottom: 12px;
}

.process-step-num {
	flex-shrink: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(0, 255, 204, 0.55);
	min-width: 24px;
}

.process-step-title {
	margin: 0;
	font-size: clamp(18px, 2.2vw, 22px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.92);
}

.process-step-text {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.44);
}

.process-step-points {
	margin: 0;
	padding-left: 18px;
}

.process-step-points li {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.38);
}

.process-step-points li + li {
	margin-top: 6px;
}

.process-aside {
	position: sticky;
	top: 120px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.process-aside-frame {
	position: relative;
	padding: 28px 24px;
	background: #080c1c;
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.process-aside-frame::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #00ffcc, #00ccff 50%, #ff0080);
}

.process-aside-label {
	display: block;
	margin-bottom: 12px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.7);
}

.process-aside-text {
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.48);
}

.process-aside-btn {
	width: 100%;
	justify-content: center;
}

.process-principles {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.process-principle {
	padding: 20px 22px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.process-principle-tag {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.28);
}

.process-principle h3 {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.88);
}

.process-principle p {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.38);
}

/* Services page */
.services-section {
	position: relative;
	padding: 150px 50px 100px;
	background: #060912;
	overflow: hidden;
}

.services-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.services-bg-glow {
	position: absolute;
	border-radius: 50%;
}

.services-bg-glow-1 {
	top: 8%;
	right: -6%;
	width: 480px;
	height: 480px;
	background: radial-gradient(circle, rgba(0, 255, 204, 0.07) 0%, transparent 68%);
}

.services-bg-glow-2 {
	bottom: 10%;
	left: -8%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(255, 0, 128, 0.05) 0%, transparent 70%);
}

.services-wrap {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin: 0 auto;
}

.services-masthead {
	position: relative;
	margin-bottom: 56px;
	max-width: 720px;
}

.services-watermark {
	position: absolute;
	top: -28px;
	left: -16px;
	font-size: clamp(100px, 18vw, 220px);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 0.8;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.035);
	text-stroke: 1px rgba(255, 255, 255, 0.035);
	user-select: none;
	pointer-events: none;
}

.services-seq {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.65);
	margin-bottom: 24px;
}

.services-headline {
	font-size: clamp(36px, 5vw, 58px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
	color: #ffffff;
	margin-bottom: 20px;
}

.services-headline em {
	font-family: 'Instrument Serif', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	color: #00ffcc;
	-webkit-text-fill-color: #00ffcc;
}

.services-intro {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.42);
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.services-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	background: #080c1c;
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
	transition: border-color 0.3s ease, background 0.3s ease;
}

.services-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #00ffcc, #00ccff 50%, #ff0080);
	opacity: 0.4;
	transition: opacity 0.3s ease;
	z-index: 1;
	pointer-events: none;
}

.services-card:hover {
	border-color: rgba(0, 255, 204, 0.18);
	background: rgba(0, 255, 204, 0.02);
}

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

.services-card-media {
	margin: 0;
}

.services-card-visual {
	position: relative;
	overflow: hidden;
	background: #060912;
}

.services-card-visual::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(8, 12, 28, 0.45) 100%);
	pointer-events: none;
}

.services-card-visual img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	filter: saturate(0.9) contrast(1.04);
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
}

.services-card:hover .services-card-visual img {
	transform: scale(1.03);
	filter: saturate(1) contrast(1.06);
}

.services-card-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 24px 24px 28px 28px;
}

.services-card-head {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin-bottom: 14px;
}

.services-card-num {
	flex-shrink: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(0, 255, 204, 0.55);
}

.services-card-title {
	margin: 0;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.92);
}

.services-card-lead {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.44);
}

.services-card-points {
	margin: 0;
	padding-left: 18px;
}

.services-card-points li {
	font-size: 13px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.36);
}

.services-card-points li + li {
	margin-top: 6px;
}

.services-card-btn {
	margin-top: auto;
	padding-top: 20px;
	width: 100%;
	justify-content: center;
}

.services-footer-note {
	margin-top: 64px;
	padding-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	max-width: 820px;
}

.services-footer-seq {
	display: block;
	margin-bottom: 12px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.55);
}

.services-footer-note p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.4);
}

/* Service detail pages */
.service-detail-section {
	position: relative;
	padding: 150px 50px 100px;
	background: #060912;
	overflow: hidden;
}

.service-detail-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 32px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.4);
	text-decoration: none;
	transition: color 0.25s ease;
}

.service-detail-back svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.service-detail-back:hover {
	color: #00ffcc;
}

.service-detail-feature {
	margin: 0 0 64px;
}

.service-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
	gap: 48px;
	align-items: start;
}

.service-detail-block {
	margin-bottom: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.service-detail-block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.service-detail-label {
	display: block;
	margin-bottom: 16px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.65);
}

.service-detail-block p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.44);
}

.service-detail-block p:last-child {
	margin-bottom: 0;
}

.service-detail-list {
	margin: 0;
	padding-left: 18px;
}

.service-detail-list li {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.38);
}

.service-detail-list li + li {
	margin-top: 8px;
}

.service-detail-steps {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: service-step;
}

.service-detail-steps li {
	position: relative;
	padding-left: 44px;
	counter-increment: service-step;
}

.service-detail-steps li + li {
	margin-top: 24px;
}

.service-detail-steps li::before {
	content: counter(service-step, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(0, 255, 204, 0.75);
}

.service-detail-steps strong {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.82);
}

.service-detail-steps span {
	display: block;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.38);
}

.service-detail-aside {
	position: sticky;
	top: 120px;
	padding: 28px;
	background: #080c1c;
	border: 1px solid rgba(255, 255, 255, 0.08);
	isolation: isolate;
}

.service-detail-aside::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #00ffcc, #00ccff 50%, #ff0080);
	opacity: 0.5;
}

.service-detail-aside-title {
	margin: 0 0 20px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.service-detail-outcomes {
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-detail-outcomes li {
	position: relative;
	padding-left: 16px;
	font-size: 13px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.36);
}

.service-detail-outcomes li + li {
	margin-top: 10px;
}

.service-detail-outcomes li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #00ffcc;
	opacity: 0.7;
}

.service-detail-related {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.service-detail-related-label {
	display: block;
	margin-bottom: 12px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.32);
}

.service-detail-related-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.service-detail-related-links a {
	font-size: 13px;
	color: rgba(0, 255, 204, 0.7);
	text-decoration: none;
	transition: color 0.25s ease;
}

.service-detail-related-links a:hover {
	color: #00ffcc;
}

.service-detail-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 64px;
	padding-top: 48px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.service-detail-cta-copy h2 {
	margin: 0 0 10px;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.service-detail-cta-copy p {
	margin: 0;
	max-width: 520px;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.4);
}

.service-detail-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* Contact Section */
.contact-section {
	position: relative;
	padding: 150px 50px 100px;
	background: #060912;
	overflow: hidden;
}

.contact-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.contact-bg-glow {
	position: absolute;
	border-radius: 50%;
}

.contact-bg-glow-1 {
	top: 12%;
	left: -10%;
	width: 520px;
	height: 520px;
	background: radial-gradient(circle, rgba(0, 255, 204, 0.07) 0%, transparent 68%);
}

.contact-bg-glow-2 {
	bottom: 8%;
	right: -8%;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(0, 204, 255, 0.05) 0%, transparent 70%);
}

.contact-wrap {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin: 0 auto;
}

.contact-masthead {
	position: relative;
	margin-bottom: 56px;
	max-width: 720px;
}

.contact-watermark {
	position: absolute;
	top: -28px;
	left: -16px;
	font-size: clamp(100px, 18vw, 220px);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 0.8;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.035);
	text-stroke: 1px rgba(255, 255, 255, 0.035);
	user-select: none;
	pointer-events: none;
}

.contact-seq {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.65);
	margin-bottom: 24px;
}

.contact-headline {
	font-size: clamp(36px, 5vw, 58px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
	color: #ffffff;
	margin-bottom: 20px;
}

.contact-headline em {
	font-family: 'Instrument Serif', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	color: #00ffcc;
	-webkit-text-fill-color: #00ffcc;
}

.contact-intro {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.42);
}

.contact-layout {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

.contact-info {
	position: sticky;
	top: 120px;
}

.contact-info-frame {
	position: relative;
	background: #080c1c;
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.contact-info-frame::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #00ffcc, #00ccff 50%, #ff0080);
}

.contact-info-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background: linear-gradient(135deg, rgba(0, 255, 204, 0.06) 0%, transparent 100%);
}

.contact-info-logo {
	height: 32px;
	width: auto;
	filter: drop-shadow(0 0 10px rgba(0, 255, 204, 0.2));
}

.contact-info-badge {
	padding: 6px 12px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0a0e27;
	background: linear-gradient(135deg, #00ffcc, #00ccff);
	white-space: nowrap;
}

.contact-registry {
	margin: 0;
}

.contact-registry-row {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 16px;
	padding: 22px 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	transition: background 0.3s ease;
}

.contact-registry-row:last-child {
	border-bottom: none;
}

.contact-registry-row:hover {
	background: rgba(255, 255, 255, 0.02);
}

.contact-registry dt {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.3);
	padding-top: 3px;
}

.contact-registry dd {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.contact-registry a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-registry a:hover {
	color: #00ffcc;
}

.contact-panel {
	position: relative;
	padding: 32px;
	background: #080c1c;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 24px;
}

.form-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.form-field-full {
	grid-column: 1 / -1;
}

.form-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.form-optional {
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: none;
	color: rgba(255, 255, 255, 0.28);
}

.form-input {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.03);
	color: #ffffff;
	font-family: inherit;
	font-size: 15px;
	line-height: 1.5;
	transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.form-input::placeholder {
	color: rgba(255, 255, 255, 0.22);
}

.form-input:focus {
	outline: none;
	border-color: rgba(0, 255, 204, 0.45);
	background: rgba(0, 255, 204, 0.04);
	box-shadow: 0 0 0 3px rgba(0, 255, 204, 0.08);
}

.form-input.is-invalid {
	border-color: rgba(255, 64, 128, 0.55);
	box-shadow: 0 0 0 3px rgba(255, 64, 128, 0.08);
}

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

.contact-form-note {
	margin: 0 0 24px;
	font-size: 13px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.35);
}

.contact-form-note a {
	color: rgba(0, 255, 204, 0.85);
	text-decoration: underline;
	text-decoration-color: rgba(0, 255, 204, 0.25);
	text-underline-offset: 3px;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.contact-form-note a:hover {
	color: #00ffcc;
	text-decoration-color: rgba(0, 255, 204, 0.8);
}

.contact-submit {
	width: 100%;
	justify-content: center;
}

.contact-modal {
	position: fixed;
	inset: 0;
	z-index: 1100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 20px;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
		visibility 0.45s;
}

.contact-modal.is-visible {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.contact-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 6, 14, 0.72);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-modal.is-visible .contact-modal-backdrop {
	opacity: 1;
}

.contact-modal-shell {
	position: relative;
	width: min(100%, 520px);
	padding: 32px 28px 28px;
	background: rgba(6, 9, 18, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 0 0 1px rgba(0, 255, 204, 0.12),
		0 0 32px rgba(0, 255, 204, 0.08),
		0 28px 56px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(24px) saturate(140%);
	-webkit-backdrop-filter: blur(24px) saturate(140%);
	transform: translateY(16px) scale(0.98);
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
	overflow: hidden;
}

.contact-modal.is-visible .contact-modal-shell {
	transform: translateY(0) scale(1);
}

.contact-modal-shell::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #00ffcc, #00ccff 55%, #ff0080);
}

.contact-modal-shell.is-error::before {
	background: linear-gradient(180deg, #ff0080, #ff4d8a 55%, #ff0080);
}

.contact-modal-shell.is-error {
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 0 0 1px rgba(255, 0, 128, 0.18),
		0 0 32px rgba(255, 0, 128, 0.08),
		0 28px 56px rgba(0, 0, 0, 0.5);
}

.contact-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.62);
	cursor: pointer;
	transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.contact-modal-close svg {
	width: 16px;
	height: 16px;
}

.contact-modal-close:hover {
	color: #ffffff;
	border-color: rgba(0, 255, 204, 0.35);
	background: rgba(0, 255, 204, 0.08);
}

.contact-modal-seq {
	display: inline-block;
	margin-bottom: 14px;
	padding-left: 8px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.72);
}

.contact-modal-shell.is-error .contact-modal-seq {
	color: rgba(255, 77, 138, 0.9);
}

.contact-modal-title {
	margin: 0 0 12px;
	padding-left: 8px;
	padding-right: 36px;
	font-size: clamp(22px, 4vw, 30px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: #ffffff;
}

.contact-modal-text {
	margin: 0 0 20px;
	padding-left: 8px;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.48);
}

.contact-modal-errors {
	margin: 0 0 24px;
	padding: 16px 18px 16px 36px;
	list-style: disc;
	background: rgba(255, 0, 128, 0.06);
	border: 1px solid rgba(255, 0, 128, 0.18);
}

.contact-modal-errors li {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.78);
}

.contact-modal-errors li + li {
	margin-top: 6px;
}

.contact-modal-btn {
	width: 100%;
	justify-content: center;
}

body.has-contact-modal {
	overflow: hidden;
}

.contact-map {
	margin-top: 64px;
	padding-top: 48px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-map-head {
	margin-bottom: 28px;
	max-width: 640px;
}

.contact-map-seq {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.65);
	margin-bottom: 16px;
}

.contact-map-title {
	margin: 0 0 12px;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #ffffff;
}

.contact-map-title em {
	font-family: 'Instrument Serif', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	color: #00ffcc;
	-webkit-text-fill-color: #00ffcc;
}

.contact-map-desc {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.42);
}

.contact-map-frame {
	position: relative;
	min-height: 420px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #080c1c;
	overflow: hidden;
}

.contact-map-frame.js-map-expand {
	cursor: pointer;
}

.contact-map-frame.js-map-expand:focus-visible {
	outline: 2px solid rgba(0, 255, 204, 0.55);
	outline-offset: 3px;
}

.contact-map-frame::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #00ffcc, #00ccff 50%, #ff0080);
	z-index: 1;
	pointer-events: none;
}

.contact-map-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	border: 0;
	pointer-events: none;
}

.contact-map-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	padding: 0;
	border: 0;
	background: none;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.85);
	text-decoration: none;
	cursor: pointer;
	transition: color 0.3s ease, gap 0.3s ease;
}

.contact-map-link svg {
	width: 14px;
	height: 14px;
}

.contact-map-link:hover {
	color: #00ffcc;
	gap: 12px;
}

/* Map modal */
.map-modal {
	position: fixed;
	inset: 0;
	z-index: 1100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 20px;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
		visibility 0.45s;
}

.map-modal.is-visible {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
}

.map-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 6, 14, 0.78);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.map-modal.is-visible .map-modal-backdrop {
	opacity: 1;
}

.map-modal-shell {
	position: relative;
	width: min(100%, 960px);
	padding: 28px 28px 24px;
	background: rgba(6, 9, 18, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 0 0 1px rgba(0, 255, 204, 0.12),
		0 0 32px rgba(0, 255, 204, 0.08),
		0 28px 56px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(24px) saturate(140%);
	-webkit-backdrop-filter: blur(24px) saturate(140%);
	transform: translateY(16px) scale(0.98);
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
	overflow: hidden;
}

.map-modal.is-visible .map-modal-shell {
	transform: translateY(0) scale(1);
}

.map-modal-shell::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #00ffcc, #00ccff 55%, #ff0080);
}

.map-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.62);
	cursor: pointer;
	transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
	z-index: 2;
}

.map-modal-close svg {
	width: 16px;
	height: 16px;
}

.map-modal-close:hover {
	color: #ffffff;
	border-color: rgba(0, 255, 204, 0.35);
	background: rgba(0, 255, 204, 0.08);
}

.map-modal-seq {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.65);
}

.map-modal-title {
	margin: 0 0 8px;
	padding-right: 44px;
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.map-modal-address {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.42);
}

.map-modal-frame {
	position: relative;
	min-height: 420px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #080c1c;
	overflow: hidden;
}

.map-modal-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	border: 0;
}

body.has-map-modal {
	overflow: hidden;
}

@keyframes faqReveal {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}

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

.about-card {
	position: sticky;
	top: 120px;
	animation: aboutReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.about-card-frame {
	position: relative;
	background: #080c1c;
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.about-card-frame::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #00ffcc, #00ccff 50%, #ff0080);
}

.about-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background: linear-gradient(135deg, rgba(0, 255, 204, 0.06) 0%, transparent 100%);
}

.about-card-logo {
	height: 32px;
	width: auto;
	filter: drop-shadow(0 0 10px rgba(0, 255, 204, 0.2));
}

.about-card-badge {
	padding: 6px 12px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0a0e27;
	background: linear-gradient(135deg, #00ffcc, #00ccff);
	white-space: nowrap;
}

.about-registry {
	margin: 0;
}

.about-registry-row {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 16px;
	padding: 22px 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	transition: background 0.3s ease;
}

.about-registry-row:last-child {
	border-bottom: none;
}

.about-registry-row:hover {
	background: rgba(255, 255, 255, 0.02);
}

.about-registry dt {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.3);
	padding-top: 3px;
}

.about-registry dd {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.about-registry a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.about-registry a:hover {
	color: #00ffcc;
}

/* Vision Section */
.vision-section {
	position: relative;
	padding: 120px 50px 110px;
	background: #070a14;
	overflow: hidden;
}

.vision-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.vision-bg-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(100px);
}

.vision-bg-glow-1 {
	top: 15%;
	right: -8%;
	width: 480px;
	height: 480px;
	background: rgba(255, 0, 128, 0.05);
}

.vision-bg-glow-2 {
	bottom: 5%;
	left: -10%;
	width: 400px;
	height: 400px;
	background: rgba(0, 255, 204, 0.05);
}

.vision-bg-rule {
	position: absolute;
	top: 0;
	right: 18%;
	width: 1px;
	height: 100%;
	background: linear-gradient(180deg, transparent, rgba(255, 0, 128, 0.12) 30%, rgba(0, 255, 204, 0.1) 70%, transparent);
	opacity: 0.45;
}

.vision-wrap {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin: 0 auto;
}

.vision-masthead {
	position: relative;
	margin-bottom: 80px;
}

.vision-watermark {
	position: absolute;
	top: -40px;
	right: -10px;
	font-size: clamp(100px, 18vw, 220px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.82;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.03);
	text-stroke: 1px rgba(255, 255, 255, 0.03);
	user-select: none;
	pointer-events: none;
}

.vision-masthead-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
	gap: 48px;
	align-items: end;
}

.vision-seq {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 0, 128, 0.75);
	margin-bottom: 24px;
}

.vision-headline {
	max-width: 640px;
	font-size: clamp(36px, 5vw, 56px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
	color: #ffffff;
}

.vision-headline em {
	font-family: 'Instrument Serif', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	color: #00ffcc;
	-webkit-text-fill-color: #00ffcc;
}

.vision-masthead-note {
	margin: 0;
	padding-bottom: 8px;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.38);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vision-spread {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 56px;
	align-items: start;
	margin-bottom: 72px;
}

.vision-statement-lead {
	margin: 0 0 40px;
	max-width: 780px;
	font-family: 'Instrument Serif', Georgia, serif;
	font-size: clamp(26px, 3.4vw, 38px);
	font-weight: 400;
	font-style: italic;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.9);
}

.vision-statement-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
}

.vision-statement-cols p {
	margin: 0;
	font-size: 15px;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.42);
}

.vision-anchor {
	position: sticky;
	top: 120px;
	padding: 32px 28px;
	background: #0a0f1e;
	border: 1px solid rgba(255, 255, 255, 0.07);
}

.vision-anchor::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	background: linear-gradient(135deg, rgba(255, 0, 128, 0.25), transparent 60%);
	pointer-events: none;
}

.vision-anchor-label {
	display: block;
	margin-bottom: 20px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 0, 128, 0.7);
}

.vision-anchor-text {
	margin: 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
}

.vision-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 56px;
}

.vision-pillar {
	position: relative;
	padding: 32px 28px 36px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.06);
	transition: border-color 0.35s ease, transform 0.35s ease;
}

.vision-pillar:hover {
	border-color: rgba(0, 255, 204, 0.2);
	transform: translateY(-4px);
}

.vision-pillar-a {
	margin-top: 0;
}

.vision-pillar-b {
	margin-top: 32px;
}

.vision-pillar-c {
	margin-top: 64px;
}

.vision-pillar-tag {
	display: inline-block;
	margin-bottom: 18px;
	padding: 5px 10px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.85);
	border: 1px solid rgba(0, 255, 204, 0.2);
}

.vision-pillar h3 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	color: rgba(255, 255, 255, 0.92);
}

.vision-pillar p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.4);
}

.vision-closer {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px 32px;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.vision-closer-mark {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.28);
}

.vision-closer p {
	margin: 0;
	max-width: 520px;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.5);
	text-align: right;
}

.dashboard-container {
	max-width: 1400px;
	margin: 0 auto;
}

.section-title {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
	background: linear-gradient(135deg, #ffffff 0%, #00ffcc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* Stats Cards */
.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	margin-bottom: 60px;
}

.stat-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.stat-card:hover {
	transform: translateY(-5px);
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(0, 255, 204, 0.3);
}

.stat-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #00ffcc, transparent);
	animation: scan 3s linear infinite;
}

.stat-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.stat-icon {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #00ffcc, #00ccff);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.stat-title {
	font-size: 14px;
	color: #a0a0a0;
	font-weight: 500;
}

.stat-value {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	background: linear-gradient(135deg, #ffffff 0%, #00ffcc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.stat-description {
	font-size: 13px;
	color: #707070;
	line-height: 1.5;
}

.stat-chart {
	margin-top: 20px;
	height: 60px;
	position: relative;
}

.mini-chart {
	width: 100%;
	height: 100%;
}

/* Chart Cards (legacy — used by reports if needed) */
.charts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
	gap: 30px;
	margin-bottom: 60px;
}

.chart-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 30px;
	position: relative;
	min-height: 400px;
}

.chart-card:hover {
	background: rgba(255, 255, 255, 0.05);
}

.chart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.chart-title {
	font-size: 20px;
	font-weight: 600;
}

.chart-options {
	display: flex;
	gap: 10px;
}

.chart-option {
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	font-size: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.chart-option:hover,
.chart-option.active {
	background: rgba(0, 255, 204, 0.1);
	border-color: rgba(0, 255, 204, 0.3);
	color: #00ffcc;
}

.chart-container {
	position: relative;
	height: 300px;
}

/* Bar Chart */
.bar-chart {
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	height: 100%;
	padding: 20px 0;
}

.bar {
	width: 30px;
	background: linear-gradient(180deg, #00ffcc 0%, #00ccff 100%);
	border-radius: 5px 5px 0 0;
	position: relative;
	transition: all 0.3s ease;
	cursor: pointer;
}

.bar:hover {
	transform: scaleY(1.05);
	filter: brightness(1.2);
}

.bar-label {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 11px;
	color: #707070;
}

.bar-value {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	font-weight: 600;
	color: #00ffcc;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.bar:hover .bar-value {
	opacity: 1;
}

/* Line Chart */
.line-chart {
	position: relative;
	width: 100%;
	height: 100%;
}

.line-chart-svg {
	width: 100%;
	height: 100%;
}

.chart-grid-line {
	stroke: rgba(255, 255, 255, 0.05);
	stroke-width: 1;
}

.chart-line {
	fill: none;
	stroke: #00ffcc;
	stroke-width: 2;
	filter: drop-shadow(0 0 10px rgba(0, 255, 204, 0.5));
}

.chart-area {
	fill: url(#gradient);
	opacity: 0.3;
}

.chart-dot {
	fill: #00ffcc;
	stroke: #0a0e27;
	stroke-width: 2;
	r: 4;
	cursor: pointer;
	transition: all 0.3s ease;
}

.chart-dot:hover {
	r: 6;
	filter: drop-shadow(0 0 15px rgba(0, 255, 204, 0.8));
}

/* Metrics Grid */
.metrics-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin-bottom: 40px;
}

.metric-item {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	transition: all 0.3s ease;
}

.metric-item:hover {
	transform: translateY(-3px);
	border-color: rgba(0, 255, 204, 0.3);
}

.metric-value {
	font-size: 24px;
	font-weight: 700;
	color: #00ffcc;
	margin-bottom: 5px;
}

.metric-label {
	font-size: 12px;
	color: #a0a0a0;
}

/* Focus Explorer Section */
.focus-section {
	position: relative;
	padding: 120px 50px 100px;
	background: #080b16;
	overflow: hidden;
}

.focus-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.focus-bg-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
	height: 700px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 255, 204, 0.04) 0%, transparent 65%);
}

.focus-wrap {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin: 0 auto;
}

.focus-masthead {
	margin-bottom: 56px;
	max-width: 640px;
}

.focus-seq {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.65);
	margin-bottom: 24px;
}

.focus-headline {
	font-size: clamp(34px, 4.8vw, 52px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.035em;
	color: #ffffff;
	margin-bottom: 20px;
}

.focus-headline em {
	font-family: 'Instrument Serif', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	color: #00ffcc;
	-webkit-text-fill-color: #00ffcc;
}

.focus-intro {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.42);
}

.focus-explorer {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
}

.focus-picker {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(0, 0, 0, 0.2);
}

.focus-item {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 14px 16px;
	border: 1px solid transparent;
	border-radius: 12px;
	background: transparent;
	color: rgba(255, 255, 255, 0.5);
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
	transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.focus-item-num {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.2);
	flex-shrink: 0;
	transition: color 0.3s ease;
}

.focus-item-label {
	line-height: 1.35;
}

.focus-item:hover {
	color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.06);
}

.focus-item:hover .focus-item-num {
	color: rgba(0, 255, 204, 0.55);
}

.focus-item.active {
	color: #ffffff;
	background: rgba(0, 255, 204, 0.08);
	border-color: rgba(0, 255, 204, 0.25);
	box-shadow: inset 3px 0 0 #00ffcc;
}

.focus-item.active .focus-item-num {
	color: rgba(0, 255, 204, 0.8);
}

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

.focus-display {
	position: relative;
	padding: 40px 44px;
	min-height: 320px;
}

.focus-display::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 140px;
	background: linear-gradient(135deg, rgba(0, 255, 204, 0.06), transparent 60%);
	pointer-events: none;
}

.focus-panel {
	display: none;
}

.focus-panel.active {
	display: block;
	animation: focusPanelIn 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

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

.focus-panel-tag {
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 12px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 0, 128, 0.8);
	border: 1px solid rgba(255, 0, 128, 0.2);
}

.focus-panel-title {
	margin: 0 0 16px;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.95);
}

.focus-panel-lead {
	margin: 0 0 28px;
	max-width: 560px;
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.52);
}

.focus-panel-points {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.focus-panel-points li {
	position: relative;
	padding-left: 22px;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.62);
}

.focus-panel-points li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #00ffcc;
	box-shadow: 0 0 8px rgba(0, 255, 204, 0.5);
}

/* Reviews Section */
.reviews-section {
	position: relative;
	padding: 120px 50px 110px;
	background: #060912;
	overflow: hidden;
}

.reviews-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.reviews-bg-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(100px);
}

.reviews-bg-glow-1 {
	top: 0;
	left: -8%;
	width: 420px;
	height: 420px;
	background: rgba(0, 255, 204, 0.05);
}

.reviews-bg-glow-2 {
	bottom: -10%;
	right: -5%;
	width: 380px;
	height: 380px;
	background: rgba(255, 0, 128, 0.04);
}

.reviews-wrap {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin: 0 auto;
}

.reviews-masthead {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
	gap: 48px;
	align-items: end;
	margin-bottom: 56px;
}

.reviews-seq {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 0, 128, 0.75);
	margin-bottom: 24px;
}

.reviews-headline {
	font-size: clamp(34px, 4.8vw, 52px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.035em;
	color: #ffffff;
	max-width: 560px;
}

.reviews-headline em {
	font-family: 'Instrument Serif', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	color: #00ffcc;
	-webkit-text-fill-color: #00ffcc;
}

.reviews-note {
	margin: 0;
	padding-bottom: 8px;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.38);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.reviews-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.review-card {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.review-card.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.review-card-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 220px;
	padding: 32px 28px 28px;
	background: #080c1c;
	border: 1px solid rgba(255, 255, 255, 0.07);
	overflow: hidden;
	transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.review-card-inner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #00ffcc, #00ccff 50%, #ff0080);
	opacity: 0.7;
	transition: opacity 0.35s ease;
}

.review-card:hover .review-card-inner {
	border-color: rgba(0, 255, 204, 0.22);
	transform: translateY(-4px);
	box-shadow: 0 20px 40px -20px rgba(0, 255, 204, 0.15);
}

.review-card:hover .review-card-inner::before {
	opacity: 1;
}

.review-stars {
	display: flex;
	gap: 4px;
	margin-bottom: 20px;
}

.review-star {
	display: block;
	width: 18px;
	height: 18px;
	background: linear-gradient(135deg, #00ffcc, #ffd866);
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	opacity: 0;
	transform: scale(0.5);
	filter: drop-shadow(0 0 4px rgba(0, 255, 204, 0.35));
}

.review-card.is-visible .review-star {
	animation: reviewStarIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.review-card.is-visible .review-star:nth-child(1) { animation-delay: 0.1s; }
.review-card.is-visible .review-star:nth-child(2) { animation-delay: 0.16s; }
.review-card.is-visible .review-star:nth-child(3) { animation-delay: 0.22s; }
.review-card.is-visible .review-star:nth-child(4) { animation-delay: 0.28s; }
.review-card.is-visible .review-star:nth-child(5) { animation-delay: 0.34s; }

@keyframes reviewStarIn {
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.review-text {
	margin: 0;
	flex: 1;
	font-family: 'Instrument Serif', Georgia, serif;
	font-size: clamp(17px, 2vw, 20px);
	font-style: italic;
	font-weight: 400;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}

.review-label {
	margin: 24px 0 0;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.32);
}

@media (prefers-reduced-motion: reduce) {
	.review-card {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.review-star {
		opacity: 1;
		transform: none;
		animation: none !important;
	}

	.review-card-inner {
		transition: border-color 0.3s ease;
	}
}

/* Footer */
.site-footer {
	position: relative;
	padding: 0 0 32px;
	background: #060912;
	overflow: hidden;
}

.site-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(0, 255, 204, 0.2), rgba(255, 0, 128, 0.12), transparent);
}

.footer-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.footer-bg-glow {
	position: absolute;
	bottom: -40%;
	left: 50%;
	transform: translateX(-50%);
	width: 800px;
	height: 400px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 255, 204, 0.04) 0%, transparent 70%);
	filter: blur(60px);
}

.footer-giant {
	position: absolute;
	bottom: -0.08em;
	left: 50%;
	transform: translateX(-50%);
	font-size: clamp(72px, 16vw, 220px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.03);
	text-stroke: 1px rgba(255, 255, 255, 0.03);
	white-space: nowrap;
	user-select: none;
	pointer-events: none;
	z-index: 0;
}

.footer-wrap {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	margin: 0 auto;
	padding: 64px 50px 0;
}

.footer-colophon {
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(255, 255, 255, 0.015);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.footer-colophon-brand {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 36px;
	align-items: center;
	padding: 40px 44px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-logo {
	display: block;
	flex-shrink: 0;
}

.footer-logo-img {
	height: 52px;
	width: auto;
	display: block;
	filter: drop-shadow(0 0 16px rgba(0, 255, 204, 0.15));
	transition: filter 0.35s ease, transform 0.35s ease;
}

.footer-logo:hover .footer-logo-img {
	filter: drop-shadow(0 0 24px rgba(0, 255, 204, 0.3));
	transform: scale(1.04);
}

.footer-intro-seq {
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.65);
}

.footer-intro p {
	margin: 0;
	max-width: 520px;
	font-size: 15px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.48);
}

.footer-colophon-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
}

.footer-zone {
	padding: 36px 44px;
}

.footer-zone-hours {
	border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-zone-label {
	display: block;
	margin-bottom: 28px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 0, 128, 0.7);
}

.footer-schedule {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-schedule li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 0;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.07);
}

.footer-schedule li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.footer-schedule-day {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.42);
}

.footer-schedule-time {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #00ffcc;
	white-space: nowrap;
}

.footer-schedule-time.is-closed {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.28);
}

.footer-contact-link {
	display: block;
	text-decoration: none;
	transition: color 0.35s ease, transform 0.35s ease;
}

.footer-contact-email {
	margin-bottom: 20px;
	font-family: 'Instrument Serif', Georgia, serif;
	font-size: clamp(22px, 3.2vw, 30px);
	font-style: italic;
	font-weight: 400;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.92);
}

.footer-contact-email:hover {
	color: #00ffcc;
	transform: translateX(4px);
}

.footer-contact-address {
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.48);
	border-left: 2px solid rgba(0, 255, 204, 0.25);
	padding-left: 16px;
	max-width: 340px;
}

.footer-contact-address:hover {
	color: rgba(255, 255, 255, 0.85);
	border-left-color: #00ffcc;
}

.footer-end {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 28px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.25);
}

.footer-end-line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.footer-legal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.footer-legal a {
	color: rgba(255, 255, 255, 0.35);
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-legal a:hover {
	color: #00ffcc;
}

.footer-end-dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(0, 255, 204, 0.4);
}

/* Cookie banner */
.cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 950;
	padding: 16px 20px 20px;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(24px);
	transition:
		opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
		visibility 0.5s;
}

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

.cookie-banner-shell {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	padding: 22px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	background: rgba(6, 9, 18, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 0 0 1px rgba(0, 255, 204, 0.12),
		0 0 28px rgba(0, 255, 204, 0.08),
		0 24px 48px rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(24px) saturate(140%);
	-webkit-backdrop-filter: blur(24px) saturate(140%);
	overflow: hidden;
}

.cookie-banner-shell::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #00ffcc, #00ccff 55%, #ff0080);
}

.cookie-banner-content {
	flex: 1;
	min-width: 0;
	padding-left: 8px;
}

.cookie-banner-seq {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(0, 255, 204, 0.72);
}

.cookie-banner-title {
	margin-bottom: 8px;
	font-size: clamp(18px, 2.2vw, 22px);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.cookie-banner-desc {
	max-width: 640px;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.48);
}

.cookie-banner-desc a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: underline;
	text-decoration-color: rgba(0, 255, 204, 0.35);
	text-underline-offset: 3px;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.cookie-banner-desc a:hover {
	color: #00ffcc;
	text-decoration-color: rgba(0, 255, 204, 0.8);
}

.cookie-banner-actions {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 10px;
}

.cookie-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition:
		transform 0.3s ease,
		border-color 0.3s ease,
		background 0.3s ease,
		color 0.3s ease,
		box-shadow 0.3s ease;
}

.cookie-btn-primary {
	border: 1px solid transparent;
	color: #0a0e27;
	background: linear-gradient(135deg, #00ffcc, #00ccff);
	box-shadow: 0 0 20px rgba(0, 255, 204, 0.22);
}

.cookie-btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 0 28px rgba(0, 255, 204, 0.32);
}

.cookie-btn-ghost {
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.03);
}

.cookie-btn-ghost:hover {
	border-color: rgba(0, 255, 204, 0.35);
	color: #ffffff;
	background: rgba(0, 255, 204, 0.06);
}

.cookie-btn:focus-visible {
	outline: 2px solid rgba(0, 255, 204, 0.5);
	outline-offset: 3px;
}

body.has-cookie-banner .scroll-top {
	bottom: var(--cookie-banner-offset, 28px);
}

@media (max-width: 820px) {
	.cookie-banner-shell {
		flex-direction: column;
		align-items: stretch;
		padding: 20px;
	}

	.cookie-banner-actions {
		width: 100%;
		flex-direction: column;
	}

	.cookie-btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cookie-banner {
		transition: opacity 0.2s ease, visibility 0.2s ease;
		transform: none;
	}

	.cookie-banner.is-visible {
		transform: none;
	}
}

/* Scroll to top */
.scroll-top {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	background: rgba(6, 9, 18, 0.88);
	backdrop-filter: blur(20px) saturate(140%);
	-webkit-backdrop-filter: blur(20px) saturate(140%);
	color: #00ffcc;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(16px) scale(0.9);
	transition:
		opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		visibility 0.4s,
		border-color 0.3s ease,
		box-shadow 0.3s ease;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 0 0 1px rgba(0, 255, 204, 0.1),
		0 8px 28px rgba(0, 0, 0, 0.45);
}

.scroll-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.scroll-top:hover {
	border-color: rgba(0, 255, 204, 0.4);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 0 0 1px rgba(0, 255, 204, 0.25),
		0 0 24px rgba(0, 255, 204, 0.2),
		0 12px 32px rgba(0, 0, 0, 0.5);
}

.scroll-top:active {
	transform: translateY(0) scale(0.94);
}

.scroll-top:focus-visible {
	outline: 2px solid rgba(0, 255, 204, 0.5);
	outline-offset: 3px;
}

.scroll-top-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(0, 255, 204, 0.15), rgba(0, 204, 255, 0.08));
	transition: background 0.3s ease, transform 0.3s ease;
}

.scroll-top-icon svg {
	width: 18px;
	height: 18px;
}

.scroll-top:hover .scroll-top-icon {
	background: linear-gradient(135deg, #00ffcc, #00ccff);
	color: #0a0e27;
	transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
	.scroll-top {
		transition: opacity 0.2s ease, visibility 0.2s ease;
	}
}

/* Mobile Menu */
.hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.03);
	cursor: pointer;
	gap: 5px;
	z-index: 1001;
	transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.hamburger:hover {
	border-color: rgba(0, 255, 204, 0.3);
	background: rgba(0, 255, 204, 0.05);
	box-shadow: 0 0 20px rgba(0, 255, 204, 0.12);
}

.hamburger span {
	width: 18px;
	height: 1.5px;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 2px;
	transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.hamburger.active {
	border-color: rgba(0, 255, 204, 0.4);
	background: rgba(0, 255, 204, 0.08);
}

.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(4px, 4px);
	background: #00ffcc;
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
	transform: translateX(-6px);
}

.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(4px, -4px);
	background: #00ffcc;
}

.nav-mobile-panel {
	display: none;
	position: fixed;
	top: 86px;
	left: 20px;
	right: 20px;
	width: auto;
	max-width: 420px;
	margin: 0 auto;
	background: rgba(6, 9, 18, 0.94);
	backdrop-filter: blur(28px) saturate(140%);
	-webkit-backdrop-filter: blur(28px) saturate(140%);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 24px;
	z-index: 999;
	padding: 0;
	box-shadow:
		0 28px 70px rgba(0, 0, 0, 0.55),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.35s ease;
	overflow: hidden;
}

.nav-mobile-panel::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #00ffcc, #ff0080);
}

.nav-mobile-panel.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.nav-mobile-head {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 22px 24px 16px 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-mobile-seq {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 0, 128, 0.7);
}

.nav-mobile-brand {
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.55);
}

.nav-links-mobile {
	display: flex;
	flex-direction: column;
	gap: 2px;
	list-style: none;
	padding: 10px;
	margin: 0;
}

.nav-links-mobile li {
	border-radius: 14px;
	overflow: hidden;
}

.nav-links-mobile a {
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	padding: 14px 18px 14px 20px;
	display: flex;
	align-items: center;
	gap: 14px;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.nav-m-index {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.2);
	min-width: 20px;
	transition: color 0.3s ease;
}

.nav-links-mobile a:hover {
	background: rgba(255, 255, 255, 0.04);
	color: #ffffff;
}

.nav-links-mobile a:hover .nav-m-index {
	color: rgba(0, 255, 204, 0.6);
}

.nav-links-mobile a.active {
	background: rgba(0, 255, 204, 0.08);
	color: #00ffcc;
}

.nav-links-mobile a.active .nav-m-index {
	color: rgba(0, 255, 204, 0.55);
}

.nav-mobile-cta {
	margin-top: 6px !important;
	padding-top: 6px;
}

.nav-mobile-cta a {
	justify-content: center;
	gap: 8px;
	padding: 15px 20px;
	background: linear-gradient(135deg, #00ffcc 0%, #00ccff 100%);
	border: none;
	color: #0a0e27 !important;
	font-weight: 700;
	border-radius: 14px;
}

.nav-mobile-cta a:hover,
.nav-mobile-cta a:focus-visible {
	background: linear-gradient(135deg, #33ffd6 0%, #33d6ff 100%);
	color: #0a0e27 !important;
	box-shadow: 0 8px 28px rgba(0, 255, 204, 0.35);
	transform: translateY(-1px);
}

.nav-mobile-cta a:hover .nav-m-index,
.nav-mobile-cta a:focus-visible .nav-m-index {
	color: rgba(10, 14, 39, 0.45);
}

@media (max-width: 1200px) {
	.charts-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 968px) {
	.hero-layout {
		grid-template-columns: 1fr;
		gap: 56px;
		padding: 16px 24px 24px;
		text-align: center;
	}

	.hero-meta {
		justify-content: center;
	}

	.hero-lead {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-cta {
		justify-content: center;
	}

	.hero-stage {
		justify-self: center;
		max-width: 400px;
	}

	.hero-watermark {
		right: 50%;
		top: auto;
		bottom: 18%;
		transform: translateX(50%) rotate(-90deg);
		opacity: 0.35;
	}

	.hero-float-tag-2 { right: 0; }
	.hero-float-tag-3 { left: 0; }

	.about-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.about-feature {
		margin-bottom: 48px;
	}

	.about-split,
	.about-split-reverse {
		grid-template-columns: 1fr;
		gap: 32px;
		margin-top: 56px;
		direction: ltr;
	}

	.about-gallery {
		margin-top: 64px;
		padding-top: 48px;
	}

	.about-gallery-grid {
		grid-template-columns: 1fr;
	}

	.about-audience-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.about-standard {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 16px;
		padding: 22px 0;
	}

	.about-card {
		position: static;
	}

	.about-prose-cols {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.about-watermark {
		font-size: 80px;
		top: -10px;
	}

	.legal-section,
	.faq-section,
	.contact-section,
	.process-section,
	.services-section,
	.service-detail-section,
	.about-section-page {
		padding-top: 120px;
	}

	.legal-masthead,
	.faq-masthead,
	.contact-masthead,
	.process-masthead,
	.services-masthead {
		margin-bottom: 40px;
	}

	.about-section-page .about-masthead {
		margin-bottom: 40px;
	}

	.legal-intro {
		margin-bottom: 40px;
	}

	.legal-block {
		margin-bottom: 32px;
		padding-bottom: 32px;
	}

	.faq-layout,
	.contact-layout,
	.process-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.services-grid {
		grid-template-columns: 1fr;
	}

	.service-detail-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.service-detail-aside {
		position: relative;
		top: auto;
	}

	.service-detail-aside::before,
	.service-detail-section .about-visual::before {
		display: none;
	}

	.service-detail-section .about-feature-caption {
		border-left: none;
		padding-left: 0;
	}

	.service-detail-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.faq-aside,
	.contact-info,
	.process-aside {
		position: static;
	}

	.vision-masthead-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.vision-masthead-note {
		max-width: 480px;
		border-bottom: none;
		padding-bottom: 0;
	}

	.vision-spread {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.vision-anchor {
		position: static;
		max-width: 420px;
	}

	.vision-statement-cols {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.vision-pillars {
		grid-template-columns: 1fr;
	}

	.vision-pillar-b,
	.vision-pillar-c {
		margin-top: 0;
	}

	.vision-watermark {
		font-size: 72px;
		top: -10px;
		right: 0;
	}

	.vision-closer p {
		text-align: left;
	}

	.focus-explorer {
		grid-template-columns: 1fr;
	}

	.focus-picker {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	}

	.reviews-masthead {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.reviews-note {
		max-width: 480px;
		border-bottom: none;
		padding-bottom: 0;
	}

	.reviews-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1100px) {
	.logo-caption {
		display: none;
	}

	.nav-index {
		display: none;
	}

	.nav-links a {
		padding: 9px 14px;
	}
}

@media (max-width: 1024px) {
	.nav-links a {
		padding: 8px 12px;
		font-size: 13px;
	}

	.nav-contact-text {
		display: none;
	}

	.nav-contact-btn {
		padding: 4px;
		border-radius: 50%;
	}

	.nav-contact-icon {
		width: 38px;
		height: 38px;
	}
}

@media (max-width: 900px) {
	#navbar {
		padding: 14px 16px 0;
	}

	.nav-shell {
		padding: 8px 10px 8px 12px;
		border-radius: 20px;
	}

	.nav-container {
		grid-template-columns: 1fr auto;
	}

	.nav-center,
	.nav-contact-btn {
		display: none;
	}

	.nav-dropdown {
		display: none;
	}

	.hamburger {
		display: flex;
	}

	.nav-end {
		gap: 0;
	}

	.nav-mobile-panel {
		display: block;
	}
}

@media (max-width: 768px) {
	#navbar.scrolled {
		padding-top: 10px;
	}

	.nav-mobile-panel {
		top: 78px;
		left: 16px;
		right: 16px;
	}

	.hero-layout {
		padding: 12px 16px 20px;
	}

	.h1-line {
		font-size: clamp(40px, 11vw, 56px);
	}

	.hero-stage {
		max-width: 320px;
	}

	.hero-float-tag {
		font-size: 11px;
		padding: 8px 12px;
	}

	.about-section,
	.legal-section,
	.faq-section,
	.contact-section,
	.process-section,
	.services-section,
	.service-detail-section,
	.about-audience,
	.about-standards,
	.vision-section,
	.focus-section,
	.reviews-section {
		padding: 40px 20px;
	}

	.legal-section,
	.faq-section,
	.contact-section,
	.process-section,
	.services-section,
	.service-detail-section,
	.about-section-page {
		padding-top: 110px;
	}

	.about-prose-cols-extra {
		margin-top: 20px;
	}

	.about-split-title,
	.about-gallery-title,
	.about-audience-title {
		font-size: 26px;
	}

	.about-audience {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.about-standards-watermark {
		font-size: 64px;
		top: -10px;
		right: 0;
	}

	.about-standards-masthead {
		margin-bottom: 40px;
	}

	.faq-answer {
		padding-left: 20px;
		padding-right: 16px;
	}

	.faq-question {
		padding: 16px;
		gap: 12px;
		font-size: 15px;
	}

	.faq-watermark,
	.contact-watermark,
	.process-watermark,
	.services-watermark {
		font-size: 72px;
		top: -10px;
	}

	.services-card-body {
		padding: 20px 20px 22px 24px;
	}

	.services-footer-note {
		margin-top: 48px;
		padding-top: 32px;
	}

	.service-detail-feature {
		margin-bottom: 40px;
	}

	.service-detail-block {
		margin-bottom: 32px;
		padding-bottom: 32px;
	}

	.service-detail-cta {
		margin-top: 48px;
		padding-top: 32px;
	}

	.process-step-frame {
		padding: 20px 18px 20px 22px;
	}

	.process-step-head {
		gap: 12px;
	}

	.process-step-title {
		font-size: 17px;
	}

	.contact-form-grid {
		grid-template-columns: 1fr;
	}

	.contact-panel {
		padding: 24px 20px;
	}

	.contact-modal {
		padding: 16px;
	}

	.contact-modal-shell {
		padding: 28px 22px 22px;
	}

	.contact-map {
		margin-top: 48px;
		padding-top: 36px;
	}

	.map-modal-shell {
		padding: 24px 18px 18px;
	}

	.contact-map-frame,
	.contact-map-frame iframe,
	.map-modal-frame,
	.map-modal-frame iframe {
		min-height: 280px;
	}

	.contact-registry-row {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 18px 20px;
	}

	.stats-grid {
		grid-template-columns: 1fr;
	}

	.review-card-inner {
		min-height: 0;
		padding: 28px 22px 24px;
	}

	.focus-explorer {
		grid-template-columns: 1fr;
	}

	.focus-picker {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
		padding: 10px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}

	.focus-item {
		flex: 0 0 auto;
		width: auto;
		white-space: nowrap;
		padding: 12px 14px;
		box-shadow: none;
	}

	.focus-item.active {
		box-shadow: inset 0 -3px 0 #00ffcc;
	}

	.focus-item-num {
		display: none;
	}

	.focus-display {
		min-height: 0;
		padding: 28px 22px;
	}

	.site-footer {
		padding-bottom: 24px;
	}

	.footer-wrap {
		padding: 40px 20px 0;
	}

	.footer-giant {
		font-size: 56px;
	}

	.footer-colophon-brand {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 28px 24px;
	}

	.footer-colophon-body {
		grid-template-columns: 1fr;
	}

	.footer-zone-hours {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	}

	.footer-zone {
		padding: 28px 24px;
	}

	.footer-end {
		gap: 8px;
	}

	.footer-end-line {
		flex-direction: column;
		gap: 6px;
	}

	.footer-legal {
		flex-direction: column;
		gap: 6px;
	}

	.footer-end-dot {
		display: none;
	}

	.scroll-top {
		right: 16px;
		bottom: 16px;
		width: 46px;
		height: 46px;
	}
}