@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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	background:
		radial-gradient(circle at 15% 10%, rgba(0, 204, 255, 0.14), transparent 32%),
		radial-gradient(circle at 85% 15%, rgba(0, 255, 204, 0.12), transparent 30%),
		radial-gradient(circle at 50% 90%, rgba(255, 120, 130, 0.1), transparent 34%),
		#070b1f;
	color: #ffffff;
	overflow-x: hidden;
}

body.preloader-active {
	overflow: hidden;
}

.page-preloader {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background:
		radial-gradient(1200px 700px at 50% 10%, rgba(56, 189, 248, 0.14), transparent 55%),
		radial-gradient(900px 600px at 10% 80%, rgba(167, 139, 250, 0.12), transparent 55%),
		radial-gradient(900px 600px at 92% 70%, rgba(20, 184, 166, 0.1), transparent 55%),
		rgba(5, 8, 22, 0.66);
	backdrop-filter: blur(18px) saturate(155%);
	-webkit-backdrop-filter: blur(18px) saturate(155%);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: scale(1);
	transition:
		opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		visibility 0.55s cubic-bezier(0.22, 1, 0.36, 1),
	backdrop-filter 0.55s ease,
		transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-preloader::before {
	content: '';
	position: absolute;
	inset: -40%;
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12), transparent 45%);
	opacity: 0.35;
	filter: blur(2px);
	animation: preloaderAmbient 7s ease-in-out infinite;
	pointer-events: none;
}

.page-preloader::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.08), transparent 60%);
	background-size: 220% 100%;
	animation: preloaderSheen 3.2s ease-in-out infinite;
	mix-blend-mode: screen;
	opacity: 0.35;
	pointer-events: none;
}

.page-preloader.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	backdrop-filter: blur(0);
	-webkit-backdrop-filter: blur(0);
	transform: scale(1.02);
}

.page-preloader.is-hidden .page-preloader-panel {
	transform: translateY(10px) scale(0.98);
	opacity: 0;
	filter: blur(2px);
}

.page-preloader-panel {
	width: min(380px, 100%);
	padding: 22px 20px 20px;
	border-radius: 22px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
	border: 1px solid rgba(185, 232, 255, 0.42);
	box-shadow:
		0 26px 55px rgba(2, 8, 24, 0.55),
		inset 0 1px 0 rgba(255, 255, 255, 0.26);
	text-align: center;
	animation: preloaderPanelIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
	transition:
		transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.55s ease;
}

.page-preloader-panel::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 0%, rgba(56, 189, 248, 0.22), transparent 45%),
		radial-gradient(circle at 90% 20%, rgba(167, 139, 250, 0.18), transparent 42%);
	opacity: 0.55;
	pointer-events: none;
}

.page-preloader-panel::after {
	content: '';
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(135deg, rgba(125, 224, 255, 0.65), rgba(167, 139, 250, 0.35), rgba(34, 211, 238, 0.45));
	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0.55;
	pointer-events: none;
}

.page-preloader-mark {
	width: 84px;
	height: 84px;
	margin: 0 auto 14px;
	border-radius: 22px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, rgba(34, 211, 238, 0.22), rgba(59, 130, 246, 0.18));
	border: 1px solid rgba(125, 224, 255, 0.45);
	box-shadow:
		0 14px 30px rgba(15, 122, 197, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.page-preloader-ring {
	position: absolute;
	inset: -10px;
	border-radius: 26px;
	background: conic-gradient(from 220deg, rgba(34, 211, 238, 0.0), rgba(34, 211, 238, 0.95), rgba(167, 139, 250, 0.85), rgba(34, 211, 238, 0.0));
	-webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
	mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
	filter: drop-shadow(0 0 14px rgba(56, 189, 248, 0.35));
	animation: preloaderRing 1.35s linear infinite;
	opacity: 0.9;
	pointer-events: none;
}

.page-preloader-icon {
	width: 48px;
	height: 48px;
	object-fit: contain;
	position: relative;
	z-index: 1;
	filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.45));
	animation: preloaderPulse 1.8s ease-in-out infinite;
}

.page-preloader-title {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.02em;
	margin-bottom: 6px;
	position: relative;
	z-index: 1;
}

.page-preloader-sub {
	font-size: 13px;
	color: #b8cbe4;
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
}

.page-preloader-track {
	height: 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	position: relative;
	z-index: 1;
}

.page-preloader-bar {
	height: 100%;
	width: 42%;
	border-radius: inherit;
	background: linear-gradient(90deg, rgba(34, 211, 238, 0.2), #22d3ee, #38bdf8, #a78bfa, rgba(167, 139, 250, 0.2));
	background-size: 220% 100%;
	box-shadow: 0 0 20px rgba(56, 189, 248, 0.45);
	animation: preloaderBar 1.15s ease-in-out infinite, preloaderBarHue 2.4s ease-in-out infinite;
}

@keyframes preloaderPanelIn {
	from {
		opacity: 0;
		transform: translateY(12px) scale(0.96);
	}

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

@keyframes preloaderPulse {

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

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

@keyframes preloaderBar {
	0% {
		transform: translateX(-120%);
	}

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

@keyframes preloaderBarHue {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 100% 50%;
	}
}

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

@keyframes preloaderSheen {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 100% 50%;
	}
}

@keyframes preloaderAmbient {

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

	50% {
		transform: translate3d(2%, -1%, 0) scale(1.05);
		opacity: 0.42;
	}
}

@media (prefers-reduced-motion: reduce) {

	.page-preloader::before,
	.page-preloader::after,
	.page-preloader-ring,
	.page-preloader-icon,
	.page-preloader-bar {
		animation: none !important;
	}

	.page-preloader-panel {
		animation: none !important;
	}
}

section {
	position: relative;
}

.section-intro {
	max-width: 940px;
	margin: 0 auto 34px;
	text-align: center;
	color: #b8c5dd;
	font-size: 16px;
	line-height: 1.7;
}

/* Navigation */
nav#navbar {
	position: fixed;
	top: 16px;
	left: 0;
	width: 100%;
	padding: 0 24px;
	background: transparent;
	z-index: 1000;
	transition: all 0.3s ease;
}

nav#navbar.scrolled {
	top: 10px;
}

.nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1180px;
	margin: 0 auto;
	padding: 10px 14px;
	background: rgba(22, 27, 54, 0.62);
	backdrop-filter: blur(18px) saturate(150%);
	-webkit-backdrop-filter: blur(18px) saturate(150%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 20px;
	box-shadow:
		0 12px 34px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

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

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

.logo-icon {
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: none;
	overflow: hidden;
}

.logo-image {
	height: 38px;
	width: auto;
	max-width: 220px;
	object-fit: contain;
	display: block;
}

.logo-text {
	font-size: 16px;
	font-weight: 600;
	background: linear-gradient(135deg, #ffffff 0%, #00ffcc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.nav-links {
	display: flex;
	gap: 8px;
	list-style: none;
	padding: 4px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
}

.nav-links li {
	position: relative;
	display: flex;
	align-items: center;
}

.nav-links li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -4px;
	width: 1px;
	height: 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06));
}

.nav-links a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.28s ease;
	position: relative;
	padding: 9px 14px;
	border-radius: 10px;
	letter-spacing: 0.01em;
}

.nav-links a::before {
	display: none;
}

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

.nav-links a.active::after {
	content: '';
	inset: 0;
	position: absolute;
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(0, 255, 204, 0.22), rgba(0, 204, 255, 0.2));
	border: 1px solid rgba(0, 255, 204, 0.38);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.04) inset,
		0 8px 20px rgba(0, 255, 204, 0.16);
	z-index: -1;
}

.nav-links a.active {
	color: #dffff9;
}

.search-icon {
	width: 24px;
	height: 24px;
	cursor: pointer;
	transition: transform 0.3s ease;
	fill: white;
}

.search-icon:hover {
	transform: scale(1.1);
}

/* Hero Section */
.hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: linear-gradient(145deg, #080d23 0%, #141b3c 52%, #1a1745 100%);
}

.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background-image:
		linear-gradient(45deg, transparent 30%, rgba(0, 255, 204, 0.1) 50%, transparent 70%),
		linear-gradient(-45deg, transparent 30%, rgba(255, 0, 128, 0.1) 50%, transparent 70%);
	animation: bgShift 20s ease-in-out infinite;
}

@keyframes bgShift {

	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-20px, -20px);
	}
}

.geometric-shapes {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.shape {
	position: absolute;
	border: 2px solid rgba(0, 255, 204, 0.3);
}

.shape1 {
	width: 300px;
	height: 300px;
	top: 10%;
	left: -150px;
	transform: rotate(45deg);
	animation: float 15s ease-in-out infinite;
}

.shape2 {
	width: 200px;
	height: 200px;
	top: 60%;
	right: -100px;
	border-color: rgba(255, 0, 128, 0.3);
	animation: float 20s ease-in-out infinite reverse;
}

.shape3 {
	width: 150px;
	height: 150px;
	bottom: 20%;
	left: 10%;
	border-color: rgba(0, 204, 255, 0.3);
	transform: rotate(30deg);
	animation: float 18s ease-in-out infinite;
}

.shape4 {
	width: 250px;
	height: 250px;
	top: 15%;
	right: 5%;
	border-color: rgba(255, 0, 128, 0.25);
	transform: rotate(45deg);
	animation: float 16s ease-in-out infinite;
}

.shape5 {
	width: 180px;
	height: 180px;
	top: 55%;
	right: 12%;
	border-color: rgba(0, 255, 204, 0.25);
	transform: rotate(-30deg);
	animation: float 22s ease-in-out infinite reverse;
}

.shape6 {
	width: 120px;
	height: 120px;
	bottom: 15%;
	right: 8%;
	border-color: rgba(0, 204, 255, 0.25);
	transform: rotate(20deg);
	animation: float 19s ease-in-out infinite;
}

.hero-content {
	position: relative;
	z-index: 10;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.hero-text {
	animation: slideInLeft 1s ease-out;
}

@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

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

.hero-text h1 {
	font-size: clamp(40px, 6vw, 64px);
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 30px;
	background: linear-gradient(135deg, #ffffff 0%, #00ffcc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hero-text p {
	font-size: 18px;
	line-height: 1.6;
	color: #bbc7dc;
	margin-bottom: 40px;
	max-width: 580px;
}

.cta-button {
	display: inline-block;
	padding: 15px 40px;
	background: linear-gradient(135deg, #31d7ff, #0ea5e9);
	color: white;
	text-decoration: none;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 8px 18px rgba(49, 215, 255, 0.28);
	border: none;
	cursor: pointer;
}

.cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(49, 215, 255, 0.34);
}

.hero-visual {
	position: relative;
	animation: slideInRight 1s ease-out;
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

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

.city-container {
	position: relative;
	width: 100%;
	height: 400px;
	perspective: 1000px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 28px;
	padding: 18px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 20px 40px rgba(3, 8, 26, 0.36);
}

.building {
	position: absolute;
	background: linear-gradient(180deg, #1a1f3a 0%, #0a0e27 100%);
	border: 1px solid rgba(0, 255, 204, 0.2);
	box-shadow:
		0 0 20px rgba(0, 255, 204, 0.1),
		inset 0 0 20px rgba(0, 255, 204, 0.05);
	overflow: hidden;
}

/* Building fill effect */
.building-fill {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	animation: pulse 3s ease-in-out infinite;
}

.building1 {
	width: 60px;
	height: 250px;
	bottom: 0;
	left: 20%;
}

.building1 .building-fill {
	height: 45%;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 255, 204, 0.6) 100%);
}

.building2 {
	width: 80px;
	height: 320px;
	bottom: 0;
	left: 35%;
}

.building2 .building-fill {
	height: 60%;
	background: linear-gradient(180deg, transparent 0%, rgba(255, 0, 128, 0.6) 100%);
	animation-delay: 0.5s;
}

.building3 {
	width: 100px;
	height: 280px;
	bottom: 0;
	right: 25%;
}

.building3 .building-fill {
	height: 35%;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 204, 255, 0.6) 100%);
	animation-delay: 1s;
}

.building4 {
	width: 70px;
	height: 200px;
	bottom: 0;
	right: 10%;
}

.building4 .building-fill {
	height: 50%;
	background: linear-gradient(180deg, transparent 0%, rgba(255, 107, 107, 0.6) 100%);
	animation-delay: 1.5s;
}

@keyframes pulse {

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

	50% {
		opacity: 1;
		transform: translateY(-5px);
	}
}

/* Building windows */
.building-windows {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: repeating-linear-gradient(0deg,
			transparent,
			transparent 8px,
			rgba(255, 255, 255, 0.05) 8px,
			rgba(255, 255, 255, 0.05) 10px);
	opacity: 0.8;
}

.neon-line {
	position: absolute;
	height: 2px;
	background: linear-gradient(90deg, transparent, #00ffcc, transparent);
	animation: scan 3s linear infinite;
}

.neon-line1 {
	width: 100px;
	top: 30%;
	left: 10%;
}

.neon-line2 {
	width: 150px;
	top: 50%;
	right: 15%;
	animation-delay: 1s;
}

@keyframes scan {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateX(200%);
		opacity: 0;
	}
}

/* Dashboard Section */
.dashboard-section {
	padding: 96px 50px;
	background-image:
		linear-gradient(145deg, rgba(7, 12, 33, 0.68), rgba(10, 18, 44, 0.78)),
		url('images/bg1.jpg');
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	background-position: center center, center var(--dashboard-bg-offset, 0px);
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.dashboard-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 16% 20%, rgba(103, 232, 249, 0.2), transparent 36%),
		radial-gradient(circle at 84% 76%, rgba(59, 130, 246, 0.18), transparent 38%);
	backdrop-filter: blur(2px) saturate(120%);
	-webkit-backdrop-filter: blur(2px) saturate(120%);
	z-index: 0;
	pointer-events: none;
}

.dashboard-section::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(7, 11, 30, 0.95) 0%,
		rgba(7, 11, 30, 0.55) 8%,
		rgba(7, 11, 30, 0) 20%,
		rgba(7, 11, 30, 0) 80%,
		rgba(7, 11, 30, 0.55) 92%,
		rgba(8, 12, 31, 0.95) 100%
	);
	z-index: 0;
	pointer-events: none;
}

.dashboard-container {
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.section-title {
	font-size: clamp(30px, 4vw, 42px);
	margin-bottom: 22px;
	text-align: center;
	background: linear-gradient(135deg, #ffffff 0%, #8de4ff 55%, #75ffe3 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: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	padding: 30px;
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(12px) saturate(150%);
	-webkit-backdrop-filter: blur(12px) saturate(150%);
	box-shadow: 0 16px 34px rgba(4, 10, 32, 0.28);
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.stat-card:hover {
	transform: translateY(-8px);
	border-color: rgba(128, 224, 255, 0.5);
	box-shadow: 0 22px 40px rgba(4, 10, 32, 0.4);
}

.stat-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(125deg, rgba(255, 255, 255, 0.12), transparent 36%, transparent 64%, rgba(103, 232, 249, 0.14));
	pointer-events: none;
}

.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;
	color: #06223b;
	box-shadow: 0 6px 14px rgba(34, 211, 238, 0.25);
}

.stat-icon svg {
	width: 21px;
	height: 21px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

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

.stat-value {
	font-size: clamp(28px, 3.2vw, 36px);
	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: #a9bad6;
	line-height: 1.65;
}

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

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

/* Analytics Section */
.analytics-section {
	padding: 96px 50px;
	background-image:
		linear-gradient(145deg, rgba(11, 17, 40, 0.7), rgba(16, 25, 55, 0.78)),
		url('images/bg2.jpg');
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
	background-position: center, center;
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.analytics-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 18%, rgba(56, 189, 248, 0.16), transparent 35%),
		radial-gradient(circle at 82% 78%, rgba(20, 184, 166, 0.14), transparent 38%);
	backdrop-filter: blur(2px) saturate(118%);
	-webkit-backdrop-filter: blur(2px) saturate(118%);
	z-index: 0;
	pointer-events: none;
}

.analytics-section::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(8, 12, 31, 0.94) 0%,
		rgba(8, 12, 31, 0.54) 8%,
		rgba(8, 12, 31, 0) 20%,
		rgba(8, 12, 31, 0) 80%,
		rgba(8, 12, 31, 0.56) 92%,
		rgba(8, 12, 31, 0.94) 100%
	);
	z-index: 0;
	pointer-events: none;
}

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

.chart-card {
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 24px;
	padding: 30px;
	position: relative;
	min-height: 400px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 16px 32px rgba(4, 9, 30, 0.3);
	transition: transform 0.35s ease, border-color 0.35s ease;
}

.chart-card:hover {
	transform: translateY(-8px);
	border-color: rgba(125, 215, 255, 0.46);
}

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

.chart-title {
	font-size: 20px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.chart-title-icon {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.26), rgba(59, 130, 246, 0.2));
	border: 1px solid rgba(125, 224, 255, 0.42);
	color: #bff7ff;
	box-shadow: 0 6px 14px rgba(15, 122, 197, 0.22);
}

.chart-title-icon svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.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: 999px;
	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;
	background: rgba(8, 15, 40, 0.42);
	border-radius: 16px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

/* 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: 18px;
	margin-bottom: 40px;
}

.metric-item {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	padding: 20px;
	text-align: center;
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.metric-item:hover {
	transform: translateY(-6px);
	border-color: rgba(122, 233, 255, 0.5);
}

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

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

/* Reports Section */
.reports-section {
	padding: 96px 50px;
	background: linear-gradient(145deg, rgba(21, 16, 52, 0.95) 0%, rgba(18, 24, 56, 0.95) 52%, rgba(10, 18, 42, 0.95) 100%);
	position: relative;
}

.reports-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:
		radial-gradient(circle at 18% 18%, rgba(117, 86, 255, 0.2) 0%, transparent 52%),
		radial-gradient(circle at 80% 78%, rgba(22, 211, 244, 0.16) 0%, transparent 52%);
	pointer-events: none;
}

/* Legal / policy pages */
.legal-page {
	padding: clamp(104px, 14vh, 140px) 50px 96px;
	background: linear-gradient(145deg, rgba(21, 16, 52, 0.95) 0%, rgba(18, 24, 56, 0.95) 52%, rgba(10, 18, 42, 0.95) 100%);
	position: relative;
	min-height: 55vh;
}

.legal-page::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:
		radial-gradient(circle at 18% 18%, rgba(117, 86, 255, 0.2) 0%, transparent 52%),
		radial-gradient(circle at 80% 78%, rgba(22, 211, 244, 0.16) 0%, transparent 52%);
	pointer-events: none;
}

.legal-page .dashboard-container {
	position: relative;
	z-index: 1;
}

/* About page — image + text bands */
.about-split {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: clamp(22px, 4vw, 40px);
	align-items: center;
	margin: 48px 0;
	position: relative;
	z-index: 1;
}

.about-split--final {
	margin-bottom: 10px;
}

.about-split__media {
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 16px 32px rgba(6, 10, 28, 0.28);
	background: rgba(255, 255, 255, 0.04);
}

.about-split__media img {
	display: block;
	width: 100%;
	height: min(380px, 42vw);
	object-fit: cover;
	filter: saturate(1.06) contrast(1.03);
}

.about-split--reverse .about-split__media {
	order: 2;
}

.about-split--reverse .about-split__body {
	order: 1;
}

.about-split__title {
	font-size: clamp(22px, 2.8vw, 28px);
	margin: 0 0 14px;
	color: #f3f8ff;
	letter-spacing: 0.01em;
	line-height: 1.2;
}

.about-split__body p {
	margin: 0 0 12px;
	color: #c8d4e8;
	font-size: 15px;
	line-height: 1.72;
}

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

.about-split__body a {
	color: #7dd6ff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.about-split__body a:hover {
	color: #b8e8ff;
}

.about-values {
	margin: 56px 0 8px;
	position: relative;
	z-index: 1;
}

.about-values__heading {
	margin-bottom: 12px;
}

.about-values__intro {
	margin-bottom: 28px;
}

.legal-prose {
	max-width: 820px;
	margin: 28px auto 0;
	color: #c8d4e8;
	font-size: 15px;
	line-height: 1.75;
	text-align: left;
}

.legal-prose h2 {
	font-size: clamp(17px, 2.2vw, 20px);
	color: #eaf2ff;
	margin: 32px 0 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.legal-prose h2:first-of-type {
	margin-top: 8px;
}

.legal-prose p {
	margin: 0 0 14px;
}

.legal-prose strong {
	color: #eaf2ff;
	font-weight: 600;
}

.legal-prose ul {
	margin: 0 0 18px;
	padding-left: 1.25em;
}

.legal-prose li {
	margin-bottom: 10px;
}

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

.legal-prose a {
	color: #8de4ff;
	text-decoration: none;
	border-bottom: 1px solid rgba(141, 228, 255, 0.35);
	transition: color 0.2s ease, border-color 0.2s ease;
}

.legal-prose a:hover {
	color: #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.45);
}

.section-intro a {
	color: #8de4ff;
	text-decoration: none;
	border-bottom: 1px solid rgba(141, 228, 255, 0.35);
	transition: color 0.2s ease, border-color 0.2s ease;
}

.section-intro a:hover {
	color: #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.45);
}

/* FAQ & policy pages — iOS-style glass cards */
.faq-prose,
.policy-prose {
	max-width: 760px;
}

.faq-section {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

.faq-section + .faq-section {
	margin-top: 4px;
}

.faq-section-heading {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: rgba(168, 188, 218, 0.88);
	margin: 32px 0 12px;
	padding: 0 6px;
	line-height: 1.3;
}

.faq-section:first-child .faq-section-heading {
	margin-top: 6px;
}

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

.faq-item,
.legal-glass-card {
	margin: 0;
	position: relative;
	background: linear-gradient(
		155deg,
		rgba(255, 255, 255, 0.1) 0%,
		rgba(255, 255, 255, 0.04) 45%,
		rgba(10, 18, 44, 0.5) 100%
	);
	backdrop-filter: blur(18px) saturate(152%);
	-webkit-backdrop-filter: blur(18px) saturate(152%);
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 20px;
	padding: 18px 20px 19px;
	box-shadow:
		0 10px 32px rgba(4, 10, 32, 0.26),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transition:
		transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		border-color 0.28s ease,
		box-shadow 0.28s ease;
}

@media (hover: hover) and (pointer: fine) {

	.faq-item:hover,
	.legal-glass-card:hover {
		border-color: rgba(130, 224, 255, 0.4);
		box-shadow:
			0 14px 40px rgba(4, 10, 32, 0.34),
			0 0 0 1px rgba(130, 224, 255, 0.14),
			inset 0 1px 0 rgba(255, 255, 255, 0.12);
		transform: translateY(-2px);
	}

	.faq-item.reveal.in-view:hover,
	.legal-glass-card.reveal.in-view:hover {
		transform: translateY(-2px) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {

	.faq-item,
	.legal-glass-card {
		transition: none;
	}

	.faq-item:hover,
	.faq-item.reveal.in-view:hover,
	.legal-glass-card:hover,
	.legal-glass-card.reveal.in-view:hover {
		transform: none;
	}
}

.faq-prose .faq-item h3 {
	font-size: clamp(15px, 2.1vw, 17px);
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.38;
	color: #f0f6ff;
	margin: 0 0 11px;
	padding: 0;
}

.faq-prose .faq-item p {
	margin: 0;
	font-size: 15px;
	line-height: 1.72;
	color: rgba(198, 210, 232, 0.96);
}

.faq-prose .faq-item p + p {
	margin-top: 12px;
}

.faq-prose .faq-item strong {
	color: #f5f8ff;
}

.faq-prose .faq-item a {
	border-bottom-color: rgba(141, 228, 255, 0.42);
}

.policy-prose .legal-glass-card h2 {
	font-size: clamp(16px, 2.2vw, 18px);
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.35;
	color: #f0f6ff;
	margin: 0 0 12px;
	padding: 0;
}

.policy-prose .legal-glass-card p {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.72;
	color: rgba(198, 210, 232, 0.96);
}

.policy-prose .legal-glass-card p:last-child {
	margin-bottom: 0;
}

.policy-prose .legal-glass-card ul {
	margin: 0 0 14px;
	padding-left: 1.25em;
}

.policy-prose .legal-glass-card ul:last-child {
	margin-bottom: 0;
}

.policy-prose .legal-glass-card li {
	margin-bottom: 10px;
}

.policy-prose .legal-glass-card li:last-child {
	margin-bottom: 0;
}

.policy-prose .legal-glass-card strong {
	color: #f5f8ff;
}

.policy-prose .legal-glass-card a {
	border-bottom-color: rgba(141, 228, 255, 0.42);
}

/* Services page — iOS-style service cards */
.services-ios-wrap {
	max-width: 1180px;
	margin: 16px auto 0;
	padding: 0 2px;
}

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

.services-ios-card {
	display: flex;
	flex-direction: column;
	border-radius: 22px;
	overflow: hidden;
	background: linear-gradient(
		165deg,
		rgba(255, 255, 255, 0.11) 0%,
		rgba(255, 255, 255, 0.045) 42%,
		rgba(10, 18, 44, 0.52) 100%
	);
	backdrop-filter: blur(20px) saturate(152%);
	-webkit-backdrop-filter: blur(20px) saturate(152%);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow:
		0 14px 40px rgba(4, 10, 32, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transition:
		transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		border-color 0.3s ease,
		box-shadow 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
	.services-ios-card:hover {
		transform: translateY(-4px);
		border-color: rgba(130, 224, 255, 0.42);
		box-shadow:
			0 20px 48px rgba(4, 10, 32, 0.4),
			0 0 0 1px rgba(130, 224, 255, 0.12),
			inset 0 1px 0 rgba(255, 255, 255, 0.12);
	}

	.services-ios-card.reveal.in-view:hover {
		transform: translateY(-4px) scale(1);
	}
}

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

	.services-ios-card:hover,
	.services-ios-card.reveal.in-view:hover {
		transform: none;
	}

	.services-ios-card__media img {
		transition: none;
	}

	.services-ios-card:hover .services-ios-card__media img {
		transform: none;
	}
}

.services-ios-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: rgba(6, 12, 32, 0.65);
}

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

.services-ios-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.05) contrast(1.03);
	transition: transform 0.45s ease;
}

.services-ios-card:hover .services-ios-card__media img {
	transform: scale(1.045);
}

.services-ios-card__body {
	padding: 22px 22px 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
}

.services-ios-card__title {
	margin: 0 0 12px;
	font-size: clamp(17px, 2.1vw, 20px);
	font-weight: 600;
	color: #f0f6ff;
	letter-spacing: 0.01em;
	line-height: 1.32;
}

.services-ios-card__text {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.72;
	color: rgba(198, 210, 232, 0.96);
	flex: 1;
}

.services-ios-card__cta {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #f4f9ff;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 6px 18px rgba(4, 10, 32, 0.22);
	transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
	cursor: pointer;
	font-family: inherit;
	border-bottom: none;
}

.services-ios-card__cta:hover {
	color: #ffffff;
	border-color: rgba(130, 224, 255, 0.5);
	background: rgba(34, 211, 238, 0.14);
	transform: translateY(-1px);
}

.services-modal {
	position: fixed;
	inset: 0;
	z-index: 1420;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: max(22px, env(safe-area-inset-top)) 22px 22px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.28s ease, visibility 0.28s ease;
}

.services-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.services-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 10, 28, 0.62);
	backdrop-filter: blur(10px) saturate(120%);
	-webkit-backdrop-filter: blur(10px) saturate(120%);
}

.services-modal-panel {
	position: relative;
	z-index: 1;
	width: min(640px, 100%);
	max-height: min(88vh, 740px);
	overflow: auto;
	padding: 24px 24px 22px;
	border-radius: 24px;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 46%, rgba(10, 18, 44, 0.58) 100%);
	backdrop-filter: blur(24px) saturate(152%);
	-webkit-backdrop-filter: blur(24px) saturate(152%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 26px 56px rgba(4, 10, 32, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.12);
	transform: scale(0.96) translateY(12px);
	transition: transform 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.services-modal.is-open .services-modal-panel {
	transform: scale(1) translateY(0);
}

.services-modal-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 34px;
	height: 34px;
	border-radius: 11px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	color: #d9e8ff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.services-modal-close svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.services-modal-close:hover {
	color: #ffffff;
	border-color: rgba(130, 224, 255, 0.5);
	background: rgba(34, 211, 238, 0.12);
}

.services-modal-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 11px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(180, 203, 233, 0.95);
	margin-bottom: 12px;
}

.services-modal-title {
	margin: 0 30px 14px 0;
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1.2;
	color: #f3f8ff;
	letter-spacing: 0.01em;
}

.services-modal-body {
	color: rgba(202, 216, 236, 0.98);
	font-size: 15px;
	line-height: 1.76;
}

.services-modal-body p {
	margin: 0 0 12px;
}

.services-modal-body p:last-child {
	margin-bottom: 0;
}

.services-modal-body p:has(> strong:only-child) {
	margin-top: 20px;
	margin-bottom: 8px;
	color: #e8f0fa;
	font-weight: 600;
}

.services-modal-body p:has(> strong:only-child):first-child {
	margin-top: 0;
}

.services-modal-body ul {
	margin: 12px 0 0;
	padding-left: 1.2em;
}

.services-modal-body li {
	margin-bottom: 9px;
}

.services-modal-body li:last-child {
	margin-bottom: 0;
}

.services-modal-contact-link {
	margin-top: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 20px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: #f5faff;
	background: linear-gradient(135deg, #31d7ff, #0ea5e9);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 10px 20px rgba(49, 215, 255, 0.25);
	transition: filter 0.22s ease, transform 0.22s ease;
}

.services-modal-contact-link:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

@media (max-width: 900px) {
	.services-ios-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

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

.info-card {
	background: linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 22px;
	padding: 25px;
	text-align: center;
	transition: transform 0.35s ease, border-color 0.35s ease;
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.info-card:hover {
	transform: translateY(-8px);
	border-color: rgba(125, 221, 255, 0.46);
}

.info-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	background: linear-gradient(135deg, #00ffcc 0%, #00ccff 100%);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.info-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.info-value {
	font-size: 28px;
	font-weight: 700;
	color: #00ffcc;
	margin-bottom: 10px;
}

.info-card p {
	font-size: 14px;
	color: #a8bbd9;
	line-height: 1.65;
}

/* Contact Section */
.contact-section {
	padding: 96px 50px;
	background: linear-gradient(180deg, rgba(14, 20, 44, 0.9) 0%, rgba(8, 12, 31, 0.96) 100%);
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	max-width: 1200px;
	margin: 0 auto;
	align-items: start;
}

.legal-page .contact-grid {
	margin-top: 8px;
	max-width: 1100px;
}

/* Contact — Google Map (iOS glass panel) */
.contact-map-section {
	margin: 40px auto 0;
	max-width: 1100px;
}

.contact-map-panel {
	padding: 20px 20px 18px;
}

.contact-map-toolbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.contact-map-toolbar-text {
	min-width: 0;
}

.contact-map-eyebrow {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(168, 188, 218, 0.9);
}

.contact-map-title {
	margin: 0 0 6px;
	font-size: clamp(18px, 2.4vw, 22px);
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #f0f6ff;
	line-height: 1.25;
}

.contact-map-address {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(198, 210, 232, 0.92);
}

.contact-map-link-out {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	padding: 10px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #e8f4ff;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 4px 16px rgba(4, 10, 32, 0.2);
	transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.contact-map-link-out:hover {
	color: #ffffff;
	border-color: rgba(130, 224, 255, 0.45);
	background: rgba(130, 224, 255, 0.12);
	transform: translateY(-1px);
}

.contact-map-frame {
	position: relative;
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	min-height: 220px;
	background: rgba(6, 12, 32, 0.65);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.08),
		0 8px 28px rgba(0, 0, 0, 0.25);
}

.contact-map-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	filter: saturate(1.02) contrast(1.02);
}

.contact-form {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	padding: 40px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 16px 34px rgba(4, 10, 32, 0.28);
}

.panel-title {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #f0f6ff;
}

.form-group {
	margin-bottom: 25px;
}

.form-group label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	color: #a0a0a0;
	font-weight: 500;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 15px 20px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	color: #ffffff;
	font-size: 16px;
	transition: all 0.3s ease;
	font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	border-color: rgba(0, 255, 204, 0.5);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 0 20px rgba(0, 255, 204, 0.1);
}

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

.form-submit {
	width: 100%;
}

.contact-form .form-submit.cta-button {
	display: block;
	text-align: center;
	padding: 16px 28px;
	border-radius: 16px;
	font-size: 15px;
}

.contact-info {
	padding: 20px 0;
}

.contact-info h3 {
	font-size: 24px;
	margin-bottom: 30px;
	background: linear-gradient(135deg, #ffffff 0%, #00ffcc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	padding: 20px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	transition: all 0.3s ease;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

.contact-item:hover {
	transform: translateX(8px);
	border-color: rgba(125, 224, 255, 0.42);
	background: linear-gradient(145deg, rgba(20, 165, 233, 0.14), rgba(103, 232, 249, 0.08));
}

.contact-item-static {
	cursor: default;
}

.contact-item-static:hover {
	transform: none;
	border-color: rgba(255, 255, 255, 0.14);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

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

.contact-details h4 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #ffffff;
}

.contact-details p {
	font-size: 14px;
	color: #a0a0a0;
	line-height: 1.4;
}

/* Footer */
.site-footer {
	position: relative;
	padding: 72px 50px 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	background:
		radial-gradient(900px 520px at 12% 0%, rgba(56, 189, 248, 0.12), transparent 55%),
		radial-gradient(760px 520px at 92% 20%, rgba(167, 139, 250, 0.1), transparent 52%),
		radial-gradient(900px 600px at 50% 110%, rgba(20, 184, 166, 0.08), transparent 55%),
		rgba(6, 10, 28, 0.92);
	overflow: hidden;
}

.site-footer::before {
	content: '';
	position: absolute;
	inset: -30% -20%;
	background: linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, 0.06), transparent 58%);
	background-size: 240% 100%;
	animation: footerSheen 7.5s ease-in-out infinite;
	opacity: 0.35;
	pointer-events: none;
}

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

.footer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 26px;
}

.footer-card {
	position: relative;
	padding: 20px 18px;
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(185, 232, 255, 0.34);
	backdrop-filter: blur(14px) saturate(150%);
	-webkit-backdrop-filter: blur(14px) saturate(150%);
	box-shadow:
		0 18px 40px rgba(2, 8, 24, 0.38),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	text-align: left;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.footer-card::after {
	content: '';
	position: absolute;
	inset:0;
	border-radius: inherit;
	background: radial-gradient(circle at 20% 0%, rgba(56, 189, 248, 0.16), transparent 45%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.footer-card:hover {
	transform: translateY(-6px);
	border-color: rgba(130, 224, 255, 0.55);
	box-shadow:
		0 26px 55px rgba(2, 8, 24, 0.48),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

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

.footer-brand-top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.footer-logo-mark {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, rgba(34, 211, 238, 0.22), rgba(59, 130, 246, 0.18));
	border: 1px solid rgba(125, 224, 255, 0.42);
	box-shadow: 0 10px 22px rgba(15, 122, 197, 0.22);
}

.footer-logo-img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.footer-card-title {
	font-size: 18px;
	font-weight: 650;
	letter-spacing: 0.01em;
	margin: 0;
}

.footer-card-kicker {
	margin-top: 4px;
	font-size: 12px;
	color: #b7cbe4;
}

.footer-card-text {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.65;
	color: #c7d7ee;
}

.footer-card-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.footer-icon {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #bff7ff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

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

.footer-hours-grid {
	display: grid;
	gap: 10px;
	margin-bottom: 10px;
}

.footer-hours-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 14px;
	background: rgba(8, 14, 36, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-hours-day {
	font-size: 13px;
	color: #dbe7fb;
	font-weight: 600;
}

.footer-hours-time {
	font-size: 13px;
	color: #b7cbe4;
}

.footer-card-note {
	font-size: 12px;
	line-height: 1.55;
	color: #a8bbd9;
}

.footer-hours-track {
	margin-top: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-hours-dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: radial-gradient(circle at 30% 30%, #eafcff, #22d3ee);
	box-shadow: 0 0 16px rgba(34, 211, 238, 0.35);
	animation: footerDotPulse 1.8s ease-in-out infinite;
}

.footer-hours-dot.is-end {
	animation-delay: 0.35s;
	background: radial-gradient(circle at 30% 30%, #f5f0ff, #a78bfa);
	box-shadow: 0 0 16px rgba(167, 139, 250, 0.35);
}

.footer-hours-line {
	flex: 1;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(34, 211, 238, 0.15), rgba(34, 211, 238, 0.85), rgba(167, 139, 250, 0.85), rgba(167, 139, 250, 0.15));
	background-size: 220% 100%;
	animation: footerLineShimmer 2.4s ease-in-out infinite;
	opacity: 0.9;
}

.footer-link-block {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 12px 12px;
	border-radius: 14px;
	background: rgba(8, 14, 36, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.footer-link-block + .footer-link-block {
	margin-top: 10px;
}

.footer-link-block:hover {
	transform: translateY(-2px);
	border-color: rgba(130, 224, 255, 0.45);
	background: rgba(12, 20, 48, 0.55);
}

.footer-link-label {
	display: block;
	font-size: 12px;
	color: #b7cbe4;
	margin-bottom: 6px;
}

.footer-link-value {
	display: block;
	font-size: 14px;
	line-height: 1.55;
	color: #eaf2ff;
}

.footer-bottom {
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}

.copyright {
	font-size: 13px;
	color: #9bb0ce;
	letter-spacing: 0.01em;
	margin: 0 auto 14px;
	max-width: 920px;
	text-align: center;
	line-height: 1.55;
	display: block;
}

.footer-legal {
	position: static;
	top: auto;
	left: auto;
	width: auto;
	padding: 0;
	margin: 0 auto;
	z-index: auto;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

.footer-legal a {
	color: #cfe6ff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.footer-legal a:hover {
	transform: translateY(-1px);
	border-color: rgba(130, 224, 255, 0.45);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.footer-legal-sep {
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.28);
	box-shadow: 0 0 12px rgba(56, 189, 248, 0.25);
}

@keyframes footerSheen {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 100% 50%;
	}
}

@keyframes footerLineShimmer {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 100% 50%;
	}
}

@keyframes footerDotPulse {

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

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

@media (max-width: 980px) {
	.site-footer {
		padding: 64px 28px 34px;
	}

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

@media (max-width: 640px) {
	.site-footer {
		padding: 56px 18px 30px;
	}

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

	.footer-brand-top {
		align-items: flex-start;
	}
}

.scroll-top-btn {
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(185, 232, 255, 0.42);
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
	backdrop-filter: blur(12px) saturate(140%);
	-webkit-backdrop-filter: blur(12px) saturate(140%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #d8f6ff;
	box-shadow:
		0 12px 24px rgba(2, 8, 24, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.24);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(14px) scale(0.95);
	transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
	z-index: 1300;
}

.scroll-top-btn svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.scroll-top-btn:hover {
	transform: translateY(-2px) scale(1);
	border-color: rgba(130, 224, 255, 0.72);
}

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

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

/* Contact form — modal (iOS glass) */
.contact-modal {
	position: fixed;
	inset: 0;
	z-index: 1400;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: max(20px, env(safe-area-inset-top)) 20px 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.28s ease, visibility 0.28s ease;
}

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

.contact-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 10, 28, 0.58);
	backdrop-filter: blur(10px) saturate(120%);
	-webkit-backdrop-filter: blur(10px) saturate(120%);
}

.contact-modal-panel {
	position: relative;
	z-index: 1;
	width: min(440px, 100%);
	max-height: min(88vh, 640px);
	overflow: auto;
	padding: 26px 24px 22px;
	border-radius: 22px;
	background: linear-gradient(
		155deg,
		rgba(255, 255, 255, 0.12) 0%,
		rgba(255, 255, 255, 0.05) 45%,
		rgba(10, 18, 44, 0.55) 100%
	);
	backdrop-filter: blur(20px) saturate(152%);
	-webkit-backdrop-filter: blur(20px) saturate(152%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow:
		0 22px 48px rgba(4, 10, 32, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	transform: scale(0.96) translateY(10px);
	transition: transform 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	text-align: center;
}

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

.contact-modal-icon-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 14px;
	min-height: 44px;
	align-items: center;
}

.contact-modal-icon {
	display: none;
	line-height: 0;
}

.contact-modal-icon.is-visible {
	display: block;
}

.contact-modal-title {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #f0f6ff;
	line-height: 1.25;
}

.contact-modal-body {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(198, 210, 232, 0.96);
	text-align: left;
}

.contact-modal-body p {
	margin: 0 0 10px;
}

.contact-modal-body p:last-child {
	margin-bottom: 0;
}

.contact-modal-body ul {
	margin: 8px 0 0;
	padding-left: 1.15em;
}

.contact-modal-body li {
	margin-bottom: 8px;
}

.contact-modal-body li:last-child {
	margin-bottom: 0;
}

.contact-modal-body strong {
	color: #eaf2ff;
	font-weight: 600;
}

.contact-modal-ok {
	width: 100%;
	border-radius: 14px !important;
	padding: 12px 18px !important;
	font-size: 15px !important;
}

.contact-form .form-group.is-invalid label {
	color: #fca5a5;
}

.contact-form .form-group.is-invalid input,
.contact-form .form-group.is-invalid textarea {
	border-color: rgba(248, 113, 113, 0.55);
	box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.2);
}

.cookie-banner {
	position: fixed;
	left: 22px;
	right: 22px;
	bottom: 20px;
	display: flex;
	justify-content: center;
	z-index: 1350;
	opacity: 0;
	visibility: hidden;
	transform: translateY(18px);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

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

.cookie-content {
	width: min(760px, 100%);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
	border: 1px solid rgba(180, 226, 255, 0.4);
	border-radius: 20px;
	padding: 18px 20px;
	backdrop-filter: blur(14px) saturate(150%);
	-webkit-backdrop-filter: blur(14px) saturate(150%);
	box-shadow:
		0 18px 34px rgba(3, 9, 28, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.cookie-content h3 {
	font-size: 20px;
	margin-bottom: 8px;
}

.cookie-content p {
	font-size: 14px;
	line-height: 1.6;
	color: #bed0e8;
	margin-bottom: 14px;
}

.cookie-actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.cookie-btn {
	border: 1px solid transparent;
	border-radius: 12px;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.25s ease;
}

.cookie-btn-secondary {
	color: #d4e4f7;
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
}

.cookie-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.14);
}

.cookie-btn-primary {
	color: #f7fcff;
	background: linear-gradient(135deg, #22d3ee, #0ea5e9);
	box-shadow: 0 8px 16px rgba(34, 211, 238, 0.28);
}

.cookie-btn-primary:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.media-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	margin-bottom: 40px;
}

.media-card {
	background: linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 20px;
	overflow: hidden;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 16px 32px rgba(6, 10, 28, 0.28);
	transition: transform 0.35s ease, border-color 0.35s ease;
}

.media-card:hover {
	transform: translateY(-8px);
	border-color: rgba(125, 214, 255, 0.45);
}

.media-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	filter: saturate(1.08) contrast(1.04);
	transition: transform 0.5s ease;
}

.media-card:hover img {
	transform: scale(1.03);
}

.media-content {
	padding: 20px;
}

.media-content h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.media-content p {
	font-size: 14px;
	color: #a8bbd9;
	line-height: 1.65;
}

.video-panel {
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 22px;
	padding: 24px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 16px 32px rgba(6, 10, 28, 0.3);
}

.video-panel h3 {
	margin-bottom: 12px;
	font-size: 24px;
}

.video-panel p {
	margin-bottom: 18px;
	color: #a8bbd9;
	line-height: 1.65;
}

.video-frame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.video-frame iframe,
.video-frame video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
	object-fit: cover;
}

.reveal {
	opacity: 0;
	transform: translateY(24px) scale(0.985);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in-view {
	opacity: 1;
	transform: translateY(0) scale(1);
}

/* Mobile Menu */
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	gap: 6px;
	z-index: 1001;
}

.hamburger span {
	width: 25px;
	height: 3px;
	background: #ffffff;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(10px, 10px);
}

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

.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(8px, -8px);
}

.nav-links-mobile {
	display: none;
	position: fixed;
	top: 78px;
	left: 20px;
	right: 20px;
	width: auto;
	background: rgba(22, 27, 54, 0.88);
	backdrop-filter: blur(18px) saturate(140%);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
	border: 1px solid rgba(255, 255, 255, 0.16);
	flex-direction: column;
	gap: 8px;
	list-style: none;
	z-index: 1000;
	padding: 14px;
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
}

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

.nav-links-mobile a {
	color: #ffffff;
	text-decoration: none;
	padding: 12px 14px;
	display: block;
	border-left: none;
	border-radius: 10px;
	transition: all 0.3s ease;
}

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

.nav-links-mobile a.active {
	background: linear-gradient(135deg, rgba(0, 255, 204, 0.22), rgba(0, 204, 255, 0.18));
	border: 1px solid rgba(0, 255, 204, 0.4);
	color: #dffff9;
}

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

@media (max-width: 968px) {
	.hero-content {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 34px;
	}

	.hero-text h1 {
		font-size: 48px;
	}

	.hero-text {
		padding-top: 160px;
	}

	.hero-visual {
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
	}

	.city-container {
		height: 340px;
		padding: 14px;
		border-radius: 24px;
	}

	.building1 {
		width: 52px;
		height: 200px;
	}

	.building2 {
		width: 68px;
		height: 265px;
	}

	.building3 {
		width: 84px;
		height: 230px;
	}

	.building4 {
		width: 58px;
		height: 170px;
	}
}

@media (max-width: 768px) {
	nav#navbar {
		top: 10px;
		padding: 0 14px;
	}

	.hamburger {
		display: flex;
	}

	.nav-links {
		display: none;
	}

	.hero-text h1 {
		font-size: 36px;
	}

	.hero-text {
		padding-top: 120px;
	}

	.hero-visual {
		max-width: 100%;
	}

	.city-container {
		height: 270px;
		padding: 12px;
		border-radius: 20px;
	}

	.building1 {
		width: 40px;
		height: 155px;
		left: 16%;
	}

	.building2 {
		width: 52px;
		height: 210px;
		left: 33%;
	}

	.building3 {
		width: 66px;
		height: 185px;
		right: 22%;
	}

	.building4 {
		width: 46px;
		height: 138px;
		right: 8%;
	}

	.neon-line1 {
		width: 74px;
		top: 34%;
		left: 8%;
	}

	.neon-line2 {
		width: 100px;
		top: 52%;
		right: 10%;
	}

	.dashboard-section,
	.analytics-section,
	.reports-section,
	.contact-section {
		padding: 64px 20px;
	}

	.legal-page {
		padding: calc(128px + env(safe-area-inset-top, 0px)) 20px 64px;
	}

	.about-split {
		grid-template-columns: 1fr;
		margin: 36px 0;
		gap: 20px;
	}

	.about-split--reverse .about-split__media,
	.about-split--reverse .about-split__body {
		order: unset;
	}

	.about-split__media img {
		height: 220px;
	}

	.about-values {
		margin: 40px 0 4px;
	}

	.about-values__intro {
		margin-bottom: 22px;
	}

	.faq-prose .faq-item,
	.policy-prose .legal-glass-card {
		padding: 16px 17px 17px;
		border-radius: 18px;
	}

	.faq-card-list {
		gap: 10px;
	}

	.faq-section-heading {
		margin: 26px 0 11px;
		padding: 0 4px;
		font-size: 12px;
	}

	.faq-section:first-child .faq-section-heading {
		margin-top: 4px;
	}

	.services-ios-wrap {
		margin-top: 10px;
		padding: 0;
	}

	.services-ios-grid {
		gap: 14px;
	}

	.services-ios-card {
		border-radius: 20px;
	}

	.services-ios-card__body {
		padding: 18px 16px 20px;
	}

	.services-ios-card__media {
		aspect-ratio: 16 / 11;
	}

	.services-ios-card__text {
		font-size: 14px;
	}

	.services-ios-card__cta {
		width: 100%;
		justify-content: center;
		align-self: stretch;
	}

	.services-modal {
		padding: max(14px, env(safe-area-inset-top)) 14px 14px;
	}

	.services-modal-panel {
		padding: 20px 16px 16px;
		border-radius: 20px;
	}

	.services-modal-close {
		top: 10px;
		right: 10px;
	}

	.services-modal-badge {
		font-size: 11px;
		margin-bottom: 10px;
	}

	.services-modal-title {
		margin-right: 36px;
	}

	.services-modal-contact-link {
		width: 100%;
	}

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

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

	.contact-form {
		padding: 28px 22px;
		border-radius: 20px;
	}

	.panel-title {
		font-size: 20px;
		margin-bottom: 22px;
	}

	.contact-item:hover {
		transform: none;
	}

	.contact-map-section {
		margin-top: 28px;
	}

	.contact-map-panel {
		padding: 16px 16px 14px;
	}

	.contact-map-toolbar {
		margin-bottom: 12px;
	}

	.contact-map-link-out {
		width: 100%;
		justify-content: center;
	}

	.contact-map-frame {
		border-radius: 14px;
		min-height: 200px;
		aspect-ratio: 4 / 3;
	}

	.section-intro {
		font-size: 15px;
	}

	.media-card img {
		height: 190px;
	}

	.charts-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.chart-card {
		min-height: auto;
		padding: 18px 14px;
		border-radius: 18px;
		overflow: visible;
	}

	.chart-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 16px;
	}

	.chart-title {
		font-size: 20px;
		line-height: 1.1;
	}

	.chart-options {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}

	.chart-option {
		padding: 7px 12px;
		font-size: 12px;
	}

	.chart-container {
		height: 292px;
		padding: 8px 6px 12px;
		overflow: hidden;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.chart-container::-webkit-scrollbar {
		display: none;
	}

	.line-chart,
	.bar-chart,
	.line-chart-svg {
		max-width: 100%;
		overflow: hidden;
	}

	.bar-chart {
		justify-content: space-between;
		padding: 10px 2px 40px;
	}

	.bar {
		width: 22px;
	}

	.bar-label {
		bottom: -34px;
		font-size: 9px;
		line-height: 1.05;
		color: #c9d8ef;
		max-width: 92px;
		white-space: nowrap;
		text-align: center;
		word-break: normal;
		overflow-wrap: normal;
		hyphens: none;
		letter-spacing: 0.01em;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.bar-value {
		top: -22px;
		font-size: 11px;
	}

	.scroll-top-btn {
		right: 16px;
		bottom: 16px;
		width: 46px;
		height: 46px;
		border-radius: 14px;
	}

	.cookie-banner {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}

	.cookie-content {
		border-radius: 16px;
		padding: 14px;
	}

	.cookie-actions {
		flex-direction: column;
	}
}