:root {
	--bg: #070a1f;
	--bg-2: #0b1030;
	--panel: rgba(255,255,255,.085);
	--panel-strong: rgba(255,255,255,.14);
	--glass: rgba(12,18,54,.66);
	--text: #f6f8ff;
	--muted: #aab5df;
	--soft: #dbe4ff;
	--line: rgba(255,255,255,.16);
	--blue: #34c5ff;
	--cyan: #37f5ff;
	--violet: #8b5cff;
	--purple: #d75cff;
	--green: #61ffb8;
	--yellow: #ffe16a;
	--danger: #ff5f8f;
	--shadow: 0 24px 80px rgba(0,0,0,.34);
	--shadow-neon: 0 0 34px rgba(52,197,255,.22), 0 0 60px rgba(139,92,255,.18);
	--radius-xl: 34px;
	--radius-lg: 26px;
	--radius-md: 18px;
	--max: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	max-width: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	color: var(--text);
	font-family: Tahoma, -apple-system, BlinkMacSystemFont, "Segoe UI", Geneva, Verdana, Arial, sans-serif;
	line-height: 1.5;
	background: radial-gradient(circle at 8% 8%, rgba(55,245,255,.28), transparent 28%), radial-gradient(circle at 92% 0%, rgba(215,92,255,.24), transparent 32%), radial-gradient(circle at 72% 72%, rgba(139,92,255,.22), transparent 30%), linear-gradient(135deg, #06071b 0%, #0b1135 46%, #13093a 100%);
	overflow-x: hidden;
	max-width: 100%;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: radial-gradient(circle at top, black 0 46%, transparent 78%);
	z-index: -2;
}

body::after {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	opacity: .18;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
	z-index: -1;
}

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

button, input {
	font: inherit;
}

.orb {
	position: fixed;
	border-radius: 999px;
	filter: blur(12px);
	opacity: .5;
	pointer-events: none;
	z-index: -1;
}

.orb.one {
	width: 260px;
	height: 260px;
	left: -80px;
	top: 220px;
	background: rgba(52,197,255,.32);
}

.orb.two {
	width: 220px;
	height: 220px;
	right: -70px;
	top: 420px;
	background: rgba(215,92,255,.28);
	animation-delay: -2s;
}

.orb.three {
	width: 180px;
	height: 180px;
	left: 56%;
	bottom: 80px;
	background: rgba(97,255,184,.18);
	animation-delay: -4s;
}


.container {
	width: min(var(--max), calc(100% - 40px));
	margin: 0 auto;
}

.nav-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding-top: 12px;
	pointer-events: none;
}

.nav-wrap .container {
	pointer-events: auto;
}

.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
    padding: 12px 14px 12px 20px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: rgba(7,10,31,.62);
	backdrop-filter: blur(18px);
	box-shadow: 0 16px 50px rgba(0,0,0,.22);
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: max-content;
	font-weight: 900;
	letter-spacing: -.04em;
	font-size: 28px;
}

.brand-mark {
	width: 38px;
	height: 38px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	color: #061024;
	background: linear-gradient(135deg, var(--cyan), var(--violet) 62%, var(--purple));
	box-shadow: var(--shadow-neon);
	font-weight: 950;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--muted);
	font-size: 14px;
}

.nav-links a {
	padding: 9px 12px;
	border-radius: 999px;
	transition: .2s ease;
}

.nav-links a:hover {
	background: rgba(255,255,255,.09);
	color: var(--text);
}

.nav-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.page-main {
	padding-top: 50px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 12px 17px;
	min-height: 46px;
	font-weight: 850;
	letter-spacing: -.02em;
	background: rgba(255,255,255,.08);
	color: var(--text);
	box-shadow: 0 12px 28px rgba(0,0,0,.14);
	transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
	cursor: pointer;
}

.btn:hover {
	transform: translateY(-2px);
	border-color: rgba(55,245,255,.55);
	background: rgba(255,255,255,.12);
}

.btn-primary {
	border: 0;
	color: #061024;
	background: linear-gradient(135deg, var(--cyan), var(--blue) 44%, var(--violet));
	box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset, 0 18px 48px rgba(52,197,255,.24), 0 18px 58px rgba(139,92,255,.20);
}

.btn-primary:hover {
	box-shadow: 0 0 0 1px rgba(255,255,255,.16) inset, 0 20px 54px rgba(52,197,255,.34), 0 20px 64px rgba(139,92,255,.30);
}

.hero {
	padding: 50px 0 0;
}

.hero-grid {
	display: grid;
	grid-template-columns: 1fr .95fr;
	gap: 42px;
	align-items: center;
}

.hero-grid > div:first-child {
	transform: translateY(-28px);
}

.eyebrow {
	width: max-content;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 12px;
	border: 1px solid rgba(55,245,255,.26);
	border-radius: 999px;
	background: rgba(55,245,255,.08);
	color: #dffcff;
	font-size: 13px;
	font-weight: 850;
	box-shadow: 0 0 36px rgba(55,245,255,.12);
}

.ping {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--green);
	box-shadow: 0 0 0 6px rgba(97,255,184,.12), 0 0 18px rgba(97,255,184,.7);
}

h1 {
	margin: 18px 0 18px;
	font-size: clamp(48px, 7.4vw, 96px);
	line-height: .92;
	letter-spacing: -.05em;
	font-weight: 950;
}

.gradient-text {
	display: inline-block;
	padding-right: .08em;
	background: linear-gradient(100deg, #ffffff 4%, #dffcff 28%, #6feaff 48%, #a98aff 70%, #ff98f4 96%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.lead {
	max-width: 650px;
	margin: 0 0 24px;
	color: var(--muted);
	font-size: clamp(18px, 2vw, 23px);
}

.hero-slogan {
	margin: 0 0 14px;
	max-width: 680px;
	font-size: clamp(34px, 4.7vw, 62px);
	line-height: .96;
	letter-spacing: -.05em;
	font-weight: 950;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 28px 0 22px;
}

.hero-actions .btn-primary {
	width: 100%;
}

.micro-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: var(--soft);
}

.micro {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 11px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 999px;
	background: rgba(255,255,255,.055);
	color: var(--muted);
	font-size: 13px;
	font-weight: 750;
}

.micro b {
	color: var(--text);
}

.phone-stage {
	position: relative;
	min-height: 590px;
	display: grid;
	place-items: center;
}

.phone-glow {
	position: absolute;
	width: 430px;
	height: 430px;
	border-radius: 999px;
	background: conic-gradient(from 180deg, rgba(55,245,255,.34), rgba(139,92,255,.46), rgba(215,92,255,.32), rgba(55,245,255,.34));
	filter: blur(44px);
	opacity: .72;
}



.phone {
	position: relative;
	width: 320px;
	border: 1px solid rgba(255,255,255,.20);
	border-radius: 46px;
	padding: 14px;
	background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.06));
	box-shadow: var(--shadow), 0 0 0 7px rgba(255,255,255,.035);
	transform: rotate(-16deg) translateX(-10px);
	transform-origin: center;
}

.screen {
	overflow: hidden;
	min-height: 590px;
	border-radius: 35px;
	background: radial-gradient(circle at 30% 6%, rgba(55,245,255,.22), transparent 30%), linear-gradient(180deg, rgba(13,19,56,.98), rgba(8,11,33,.98));
	border: 1px solid rgba(255,255,255,.10);
	padding: 18px;
}

.status {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #eaf6ff;
	font-size: 12px;
	font-weight: 850;
	opacity: .86;
}

.island {
	width: 25px;
	height: 25px;
	border-radius: 999px;
	background: rgba(0,0,0,.42);
	margin: 0 auto 18px;
}

.app-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 18px 0;
}

.avatar-stack {
	display: flex;
	align-items: center;
}

.avatar {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	border: 2px solid #121735;
	display: grid;
	place-items: center;
	font-size: 13px;
	font-weight: 950;
	background: linear-gradient(135deg, var(--cyan), var(--violet));
	color: #061024;
	margin-left: -8px;
}

.avatar:first-child {
	margin-left: 0;
}

.pill {
	border: 1px solid rgba(255,255,255,.14);
	background: rgba(255,255,255,.08);
	border-radius: 999px;
	padding: 8px 10px;
	font-size: 12px;
	color: var(--soft);
	font-weight: 800;
}

.score-card {
	position: relative;
	overflow: hidden;
	padding: 19px;
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(55,245,255,.18), rgba(139,92,255,.20) 55%, rgba(215,92,255,.16));
	border: 1px solid rgba(255,255,255,.16);
	box-shadow: 0 18px 44px rgba(0,0,0,.22);
}

.score-card::after {
	content: "";
	position: absolute;
	inset: -80px -90px auto auto;
	width: 210px;
	height: 210px;
	border-radius: 999px;
	background: rgba(55,245,255,.22);
	filter: blur(12px);
}

.score-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--muted);
	font-size: 13px;
	font-weight: 800;
}

.score-label .pill {
	margin-left: auto;
	color: #ffd7df;
	background: rgba(255,95,143,0.5);
	border-color: rgba(255,95,143,.32);
}

.score-main {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
}

.score-num {
	font-size: 64px;
	letter-spacing: -.08em;
	line-height: .9;
	font-weight: 950;
}

.score-up {
	color: #061024;
	background: var(--green);
	border-radius: 999px;
	padding: 7px 9px;
	font-size: 12px;
	font-weight: 950;
}

.progress {
	margin-top: 18px;
	height: 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.10);
	overflow: hidden;
}

.progress span {
	display: block;
	width: 85%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--cyan), var(--violet), var(--purple));
	box-shadow: 0 0 18px rgba(55,245,255,.45);
}

.mini-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 12px;
}

.mini-card {
	padding: 13px;
	border-radius: 20px;
	background: rgba(255,255,255,.075);
	border: 1px solid rgba(255,255,255,.10);
}

.mini-card small {
	display: block;
	color: var(--muted);
	font-weight: 750;
}

.mini-card b {
	display: block;
	margin-top: 5px;
	font-size: 20px;
	letter-spacing: -.04em;
}

.mission {
	margin-top: 12px;
	padding: 14px;
	border-radius: 22px;
	background: rgba(97,255,184,.10);
	border: 1px solid rgba(97,255,184,.18);
}

.mission-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-size: 13px;
	color: var(--soft);
	font-weight: 850;
}

.chips {
	display: flex;
	gap: 7px;
	flex-wrap: wrap;
	margin-top: 12px;
}

.chip {
	padding: 7px 9px;
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.10);
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
}

.floating-card {
	position: absolute;
	z-index: 3;
	max-width: 235px;
	padding: 13px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 22px;
	background: rgba(10,16,48,.68);
	backdrop-filter: blur(16px);
	box-shadow: 0 20px 50px rgba(0,0,0,.28);
}

.floating-card.one {
	left: 18px;
	top: 86px;
	transform: rotate(-6deg);
}

.floating-card.two {
	right: 0;
	bottom: 74px;
	transform: rotate(6deg);
}

.floating-card strong {
	display: block;
	letter-spacing: -.03em;
}

.floating-card span {
	display: block;
	margin-top: 4px;
	color: var(--muted);
	font-size: 13px;
}

section {
	padding: 62px 0;
}

.section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 24px;
}

.section-kicker {
	color: var(--cyan);
	font-weight: 950;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-size: 12px;
}

h2 {
	margin: 8px 0 0;
	font-size: clamp(32px, 4.8vw, 58px);
	line-height: .98;
	letter-spacing: -.03em;
}

.section-copy {
	max-width: 440px;
	color: var(--muted);
	font-size: 17px;
}

.audience {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.aud-card {
	padding: 24px;
	min-height: 235px;
	border-radius: var(--radius-lg);
	background: rgba(255,255,255,.07);
	border: 1px solid var(--line);
	box-shadow: 0 18px 44px rgba(0,0,0,.16);
}

.aud-card h3 {
	margin: 0 0 10px;
	font-size: 27px;
	letter-spacing: -.045em;
}

.aud-card p {
	color: var(--muted);
	margin: 0;
}

.simple-grid {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 18px;
	align-items: stretch;
}

.panel {
	border: 1px solid var(--line);
	border-radius: var(--radius-xl);
	background: rgba(255,255,255,.07);
	box-shadow: var(--shadow);
	padding: 28px;
}

.simple-score {
	display: grid;
	align-content: center;
	min-height: 420px;
	background: linear-gradient(135deg, rgba(55,245,255,.16), rgba(215,92,255,.14));
}

.simple-score h2 {
	margin: 0 0 22px;
}

.forecast-list {
	display: grid;
	gap: 18px;
}

.forecast-row {
	display: grid;
	gap: 12px;
}

.forecast-value {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 9px;
	white-space: nowrap;
	font-size: clamp(29px, 4.1vw, 48px);
	line-height: .95;
	letter-spacing: -.055em;
	font-weight: 950;
	text-align: center;
}

.forecast-value span {
	font-size: .58em;
	letter-spacing: -.035em;
	color: var(--soft);
}

.forecast-value strong {
	font: inherit;
	color: var(--text);
}

.forecast-row-main .forecast-value span {
	font-size: .672em;
}

.forecast-row-main .forecast-value strong {
	font-size: 1.2em;
}

.forecast-row:not(.forecast-row-main) .forecast-value {
	justify-content: space-between;
	font-size: clamp(21px, 2.4vw, 31px);
	letter-spacing: -.04em;
}

.forecast-row:not(.forecast-row-main) .forecast-value span {
	font-size: .78em;
}

.forecast-label {
	text-align: left;
}

.forecast-number {
	margin-left: auto;
	text-align: right;
}

.forecast-settings {
	width: 100%;
	margin-top: 4px;
}

.grade-slider {
	width: 100%;
	height: 12px;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--cyan) 0%, var(--violet) 70%, rgba(255,255,255,.12) 70%, rgba(255,255,255,.12) 100%);
	outline: none;
	cursor: pointer;
}

.grade-slider::-webkit-slider-thumb {
	appearance: none;
	-webkit-appearance: none;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 999px;
	background: var(--green);
	box-shadow: 0 0 0 8px rgba(97,255,184,.14), 0 8px 22px rgba(0,0,0,.22);
}

.grade-slider::-moz-range-thumb {
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 999px;
	background: var(--green);
	box-shadow: 0 0 0 8px rgba(97,255,184,.14), 0 8px 22px rgba(0,0,0,.22);
}

.step-list {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.step {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 14px;
	align-items: start;
	padding: 16px;
	border: 1px solid rgba(255,255,255,.11);
	border-radius: 22px;
	background: rgba(255,255,255,.055);
}

.step-id {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--cyan), var(--violet));
	color: #061024;
	font-weight: 950;
}

.step h3 {
	margin: 0 0 4px;
	font-size: 18px;
	letter-spacing: -.03em;
}

.step p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

.device-wall {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: center;
	gap: clamp(7px, 1.8vw, 22px);
	width: 100%;
	padding: clamp(14px, 3vw, 30px);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: var(--radius-xl);
	background: linear-gradient(135deg, rgba(55,245,255,.08), rgba(139,92,255,.08), rgba(215,92,255,.055));
	box-shadow: var(--shadow);
	overflow: hidden;
}

.device {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex: 0 1 auto;
	min-width: 0;
	border: 1px solid rgba(255,255,255,.18);
	background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.055));
	box-shadow: 0 22px 60px rgba(0,0,0,.22), inset 0 0 0 1px rgba(255,255,255,.055);
}

.device::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 24% 12%, rgba(55,245,255,.22), transparent 32%), radial-gradient(circle at 86% 76%, rgba(215,92,255,.16), transparent 34%);
	pointer-events: none;
}

.device.mobile {
	width: 18%;
	aspect-ratio: 9 / 16;
	border-radius: clamp(16px, 2.4vw, 28px);
	padding: clamp(6px, 1.2vw, 14px);
}

.device.tablet {
	width: 28%;
	aspect-ratio: 4 / 3;
	border-radius: clamp(18px, 2.6vw, 30px);
	padding: clamp(7px, 1.4vw, 16px);
}

.device.desktop {
	width: 46%;
	aspect-ratio: 16 / 10;
	border-radius: clamp(18px, 2.8vw, 34px);
	padding: clamp(8px, 1.6vw, 20px);
	overflow: visible;
}

.device-screen {
	position: relative;
	z-index: 1;
	flex: 1;
	min-height: 0;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: inherit;
	background: radial-gradient(circle at 26% 14%, rgba(55,245,255,.18), transparent 30%), linear-gradient(180deg, rgba(9,14,42,.92), rgba(6,9,29,.96));
	padding: clamp(7px, 1.25vw, 16px);
}

.device.desktop .device-screen {
	border-radius: clamp(12px, 1.6vw, 22px);
}

.device.tablet .device-screen {
	border-radius: clamp(12px, 1.8vw, 23px);
}

.device.mobile .device-screen {
	border-radius: clamp(12px, 2vw, 22px);
}

.device-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	margin-bottom: clamp(6px, 1vw, 12px);
}

.device-bar {
	height: clamp(5px, .8vw, 10px);
	width: 36%;
	border-radius: 999px;
	background: rgba(255,255,255,.22);
}

.device-dot {
	width: clamp(5px, .75vw, 9px);
	height: clamp(5px, .75vw, 9px);
	border-radius: 999px;
	background: var(--green);
	box-shadow: 0 0 0 5px rgba(97,255,184,.10);
}

.device-title {
	color: var(--soft);
	font-size: clamp(7px, 1.1vw, 13px);
	font-weight: 900;
	letter-spacing: -.03em;
}

.device-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(4px, .9vw, 10px);
}

.device-tile {
	min-height: clamp(16px, 4vw, 58px);
	border-radius: clamp(6px, 1.2vw, 16px);
	background: rgba(255,255,255,.085);
	border: 1px solid rgba(255,255,255,.10);
}

.device-tile.primary {
	background: linear-gradient(135deg, rgba(55,245,255,.22), rgba(139,92,255,.18));
}

.device-line {
	height: clamp(5px, .85vw, 10px);
	margin-top: clamp(5px, .9vw, 10px);
	border-radius: 999px;
	background: rgba(255,255,255,.12);
	overflow: hidden;
}

.device-line span {
	display: block;
	height: 100%;
	width: 72%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--cyan), var(--violet));
}

.device.mobile .device-grid {
	grid-template-columns: 1fr;
}

.device.mobile .device-tile {
	min-height: clamp(12px, 6vw, 42px);
}

.device.tablet .device-grid {
	grid-template-columns: 1fr 1fr;
}

.device.desktop .device-grid {
	grid-template-columns: 1.1fr .9fr .9fr;
}

.device.desktop .device-tile.primary {
	grid-row: span 2;
}

.device-stand {
	position: absolute;
	left: 50%;
	bottom: calc(clamp(14px, 3vw, 30px) * -1);
	width: 24%;
	height: clamp(20px, 4vw, 48px);
	transform: translateX(-50%);
	background: linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.06));
	clip-path: polygon(38% 0, 62% 0, 78% 100%, 22% 100%);
	border: 1px solid rgba(255,255,255,.12);
}

.device-stand::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -7px;
	width: 180%;
	height: 9px;
	transform: translateX(-50%);
	border-radius: 999px;
	background: rgba(255,255,255,.16);
}

.share-zone {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 18px;
	align-items: stretch;
}

.share-card {
	min-height: 360px;
	display: grid;
	align-content: center;
	position: relative;
	overflow: hidden;
}

.share-node {
	width: 82px;
	height: 82px;
	display: grid;
	place-items: center;
	border-radius: 28px;
	background: linear-gradient(135deg, var(--cyan), var(--violet));
	color: #061024;
	font-size: 34px;
	font-weight: 950;
	box-shadow: var(--shadow-neon);
}

.share-lines {
	position: absolute;
	right: 34px;
	top: 48px;
	width: 190px;
	height: 190px;
	opacity: .7;
}

.share-lines span {
	position: absolute;
	width: 70px;
	height: 2px;
	background: rgba(55,245,255,.55);
	transform-origin: left center;
}

.share-lines span:nth-child(1) {
	left: 60px;
	top: 54px;
	transform: rotate(28deg);
}

.share-lines span:nth-child(2) {
	left: 62px;
	top: 92px;
	transform: rotate(-22deg);
}

.share-lines span:nth-child(3) {
	left: 78px;
	top: 128px;
	transform: rotate(38deg);
}

.share-dot {
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: var(--green);
	box-shadow: 0 0 0 9px rgba(97,255,184,.12);
}

.share-dot.a {
	right: 78px;
	top: 70px;
}

.share-dot.b {
	right: 124px;
	top: 146px;
}

.share-dot.c {
	right: 54px;
	top: 188px;
}

.cta {
	padding: 34px;
	border: 1px solid rgba(255,255,255,.17);
	border-radius: 38px;
	background: radial-gradient(circle at 20% 0%, rgba(55,245,255,.26), transparent 34%), radial-gradient(circle at 88% 14%, rgba(215,92,255,.22), transparent 34%), linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
	box-shadow: var(--shadow);
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
}

.cta h2 {
	margin: 0 0 10px;
}

.cta p {
	margin: 0;
	color: var(--muted);
	font-size: 17px;
	max-width: 650px;
}

footer {
	padding: 40px 0 52px;
	color: var(--muted);
}

.footer-row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,.11);
}

.footer-logo {
	font-size: 36px;
	line-height: 1;
	letter-spacing: -.08em;
	font-weight: 950;
	color: var(--text);
}

.footer-swoosh {
	width: 220px;
	height: 44px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(55,245,255,.40), rgba(139,92,255,.34), rgba(215,92,255,.28));
	filter: blur(8px);
	opacity: .7;
}

.profile-offcanvas-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1190;
	pointer-events: none;
	opacity: 0;
	background: rgba(2,5,20,.58);
	backdrop-filter: blur(8px);
	transition: opacity .22s ease;
}

.profile-offcanvas {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1200;
	width: min(390px, calc(100% - 22px));
	height: 100dvh;
	padding: 18px;
	border-left: 1px solid rgba(255,255,255,.16);
	background: radial-gradient(circle at 20% 0%, rgba(55,245,255,.22), transparent 32%), radial-gradient(circle at 94% 18%, rgba(215,92,255,.18), transparent 34%), linear-gradient(180deg, rgba(12,18,54,.94), rgba(7,10,31,.96));
	box-shadow: -26px 0 80px rgba(0,0,0,.38);
	transform: translateX(106%);
	transition: transform .26s ease;
}

.profile-offcanvas.is-open {
	transform: translateX(0);
}

.profile-offcanvas-backdrop.is-open {
	pointer-events: auto;
	opacity: 1;
}

body.offcanvas-open {
	overflow: hidden;
}

.profile-offcanvas-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.profile-offcanvas-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 7px 0 12px;
}

.profile-offcanvas-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-weight: 950;
	letter-spacing: -.045em;
	font-size: 26px;
}

.profile-offcanvas-mark {
	width: 42px;
	height: 42px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	color: #061024;
	background: linear-gradient(135deg, var(--cyan), var(--violet) 62%, var(--purple));
	box-shadow: var(--shadow-neon);
	font-size: 18px;
}

.profile-offcanvas-close {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid var(--line);
	display: grid;
	place-items: center;
	background: rgba(255,255,255,.08);
	color: var(--text);
	cursor: pointer;
	transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.profile-offcanvas-close:hover {
	transform: translateY(-2px);
	border-color: rgba(55,245,255,.48);
	background: rgba(255,255,255,.12);
}

.profile-offcanvas-card {
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 26px;
	padding: 16px;
	background: rgba(255,255,255,.07);
	box-shadow: 0 20px 54px rgba(0,0,0,.18);
}

.profile-offcanvas-title {
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 1.12;
	letter-spacing: -.035em;
	font-weight: 950;
}

.profile-offcanvas-text {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

.profile-menu {
	display: grid;
	gap: 10px;
}

.profile-menu-link {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 54px;
	padding: 12px 14px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 20px;
	background: rgba(255,255,255,.055);
	color: var(--soft);
	font-weight: 850;
	transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.profile-menu-link:hover {
	transform: translateX(-3px);
	border-color: rgba(55,245,255,.36);
	background: rgba(255,255,255,.09);
	color: var(--text);
}

.profile-menu-link i {
	width: 30px;
	height: 30px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	color: #061024;
	background: linear-gradient(135deg, var(--cyan), var(--violet));
	box-shadow: 0 10px 24px rgba(52,197,255,.14);
}

.profile-menu-separator {
	height: 1px;
	margin: 5px 0;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.20), transparent);
}

.profile-menu-link.exit i {
	background: linear-gradient(135deg, var(--danger), var(--purple));
}

.theme-toggle {
	white-space: nowrap;
}

.icon-btn {
	width: 46px;
	min-width: 46px;
	height: 46px;
	min-height: 46px;
	padding: 0;
	border-radius: 50%;
	flex: 0 0 46px;
	aspect-ratio: 1 / 1;
	font-size: 18px;
	line-height: 1;
}

body.light-theme {
	--bg: #f5f8ff;
	--bg-2: #eef4ff;
	--panel: rgba(255,255,255,.82);
	--panel-strong: rgba(255,255,255,.94);
	--glass: rgba(255,255,255,.74);
	--text: #0b1230;
	--muted: #526185;
	--soft: #26365e;
	--line: rgba(32,49,92,.13);
	--blue: #1a9dff;
	--cyan: #00c8f8;
	--violet: #7557ff;
	--purple: #bd4dff;
	--green: #16c987;
	--yellow: #d89b00;
	--danger: #e43d72;
	--shadow: 0 24px 80px rgba(42,68,128,.16);
	--shadow-neon: 0 0 26px rgba(26,157,255,.20), 0 0 46px rgba(117,87,255,.14);
	background: radial-gradient(circle at 8% 7%, rgba(0,200,248,.28), transparent 30%), radial-gradient(circle at 92% 0%, rgba(189,77,255,.20), transparent 33%), radial-gradient(circle at 72% 72%, rgba(117,87,255,.16), transparent 32%), linear-gradient(135deg, #f8fbff 0%, #eef5ff 46%, #f6efff 100%);
}

body.light-theme::before {
	background-image: linear-gradient(rgba(30,59,120,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(30,59,120,.055) 1px, transparent 1px);
	mask-image: radial-gradient(circle at top, black 0 50%, transparent 82%);
}

body.light-theme::after {
	opacity: .06;
}

body.light-theme .orb.one {
	background: rgba(0,200,248,.22);
}

body.light-theme .orb.two {
	background: rgba(189,77,255,.18);
}

body.light-theme .orb.three {
	background: rgba(22,201,135,.14);
}

body.light-theme .nav {
	background: rgba(255,255,255,.72);
	border-color: rgba(32,49,92,.12);
	box-shadow: 0 18px 50px rgba(33,57,113,.12);
}

body.light-theme .nav-links a:hover, body.light-theme .btn {
	background: rgba(255,255,255,.74);
}

body.light-theme .btn {
	color: var(--text);
	border-color: rgba(32,49,92,.14);
	box-shadow: 0 12px 28px rgba(42,68,128,.10);
}

body.light-theme .btn:hover {
	background: rgba(255,255,255,.94);
	border-color: rgba(0,200,248,.42);
}

body.light-theme .btn-primary, body.light-theme .brand-mark, body.light-theme .step-id, body.light-theme .share-node {
	color: #061024;
}

body.light-theme .eyebrow {
	background: rgba(0,200,248,.12);
	border-color: rgba(0,200,248,.28);
	color: #0a5f78;
}

body.light-theme .gradient-text {
	background: linear-gradient(100deg, #111936 4%, #145d99 30%, #00aee7 50%, #7557ff 72%, #bd4dff 96%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

body.light-theme .micro, body.light-theme .panel, body.light-theme .aud-card, body.light-theme .cta, body.light-theme .device, body.light-theme .floating-card {
	background: rgba(255,255,255,.68);
	border-color: rgba(32,49,92,.12);
	box-shadow: 0 20px 60px rgba(42,68,128,.12);
}

body.light-theme .phone {
	background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.56));
	border-color: rgba(32,49,92,.13);
	box-shadow: 0 28px 80px rgba(42,68,128,.18), 0 0 0 7px rgba(255,255,255,.42);
}

body.light-theme .screen {
	background: radial-gradient(circle at 30% 6%, rgba(0,200,248,.16), transparent 30%), linear-gradient(180deg, rgba(255,255,255,.96), rgba(239,245,255,.96));
	border-color: rgba(32,49,92,.10);
}

body.light-theme .status, body.light-theme .score-card, body.light-theme .mini-card, body.light-theme .chip, body.light-theme .pill, body.light-theme .step, body.light-theme .device-tile {
	background: rgba(255,255,255,.68);
	border-color: rgba(32,49,92,.12);
	color: var(--text);
}

body.light-theme .score-card {
	background: linear-gradient(135deg, rgba(0,200,248,.18), rgba(117,87,255,.16) 55%, rgba(189,77,255,.12));
	box-shadow: 0 18px 44px rgba(42,68,128,.13);
}

body.light-theme .island {
	background: rgba(13,22,54,.15);
}

body.light-theme .avatar {
	border-color: #f4f8ff;
}

body.light-theme .mission {
	background: rgba(22,201,135,.10);
	border-color: rgba(22,201,135,.20);
}

body.light-theme .cta, body.light-theme .simple-score {
	background: radial-gradient(circle at 20% 0%, rgba(0,200,248,.18), transparent 36%), radial-gradient(circle at 88% 14%, rgba(189,77,255,.14), transparent 36%), linear-gradient(135deg, rgba(255,255,255,.84), rgba(255,255,255,.62));
}

body.light-theme .score-up {
	background: var(--green);
	color: #061024;
}

body.light-theme .footer-row {
	border-color: rgba(32,49,92,.10);
}

body.light-theme .profile-offcanvas {
	background: radial-gradient(circle at 20% 0%, rgba(0,200,248,.18), transparent 34%), radial-gradient(circle at 94% 18%, rgba(189,77,255,.14), transparent 34%), linear-gradient(180deg, rgba(255,255,255,.94), rgba(239,245,255,.96));
	border-color: rgba(32,49,92,.12);
	box-shadow: -26px 0 80px rgba(42,68,128,.20);
}

body.light-theme .profile-offcanvas-backdrop {
	background: rgba(11,18,48,.28);
}

body.light-theme .profile-offcanvas-card, body.light-theme .profile-menu-link, body.light-theme .profile-offcanvas-close {
	background: rgba(255,255,255,.68);
	border-color: rgba(32,49,92,.12);
	box-shadow: 0 20px 60px rgba(42,68,128,.10);
}

body.light-theme .profile-menu-link:hover {
	background: rgba(255,255,255,.88);
	border-color: rgba(0,200,248,.34);
}

@media (max-width: 980px) {
	.nav-links {
		 display: none;

	}
	.hero {
		 padding-top: 56px;

	}
	.simple-grid, .share-zone, .cta {
		 grid-template-columns: 1fr;

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

	}
	.device-wall {
		 gap: 10px;
		 padding: 18px;

	}
}

@media (max-width: 640px) {
	html, body {
		 width: 100%;
		 max-width: 100%;
		 overflow-x: hidden;

	}
	main, .hero {
		 width: 100%;
		 max-width: 100%;
		 overflow-x: hidden;

	}
	.container {
		 width: min(100% - 28px, var(--max));
		 padding: 0;
	}
	.nav {
		 border-radius: 24px;
		 align-items: center;

	}
	.nav-actions .btn:not(.btn-primary):not(.theme-toggle) {
		 display: none;

	}
	.btn {
		 width: 100%;
		 padding-inline: 14px;

	}
	.nav-actions .icon-btn {
		 display: inline-flex !important;
		 width: 42px;
		 min-width: 42px;
		 height: 42px;
		 min-height: 42px;
		 padding: 0;
		 border-radius: 50%;
		 flex: 0 0 42px;
		 font-size: 17px;

	}
	.nav-actions .btn-primary.icon-btn {
		 width: 42px;
		 min-width: 42px;

	}
	.profile-offcanvas {
		 width: min(350px, calc(100% - 18px));
		 padding: 14px;

	}
	.hero-grid {
		 grid-template-columns: minmax(0, 1fr) 132px;
		 gap: 0;
		 align-items: start;
		 overflow: visible;

	}
	.hero-grid > div:first-child {
		 position: relative;
		 z-index: 2;
		 padding-top: 250px;

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

	}
	.micro-row {
		 display: grid;
		 grid-template-columns: 1fr;

	}
	.phone-stage {
		 width: 132px;
		 min-height: auto;
		 padding: 14px 0 4px;
		 margin-top: -50px;
		 justify-self: end;
		 place-items: start start;
		 z-index: 1;
		 overflow: visible;

	}
	.phone-glow {
		 width: 300px;
		 height: 300px;
		 left: -70px;
		 top: 30px;

	}
	.phone {
		 width: 360px;
		 transform: rotate(-16deg) translateX(-8px);
		 touch-action: pan-y;
		 cursor: grab;
		 user-select: none;
		 will-change: transform;

	}
	.phone.is-dragging {
		 cursor: grabbing;

	}
	.screen {
		 min-height: 590px;
		 padding: 18px;

	}
	.floating-card {
		 position: relative;
		 inset: auto !important;
		 transform: none !important;
		 max-width: none;
		 width: 100%;
		 margin-top: 10px;

	}
	.score-num {
		 font-size: 54px;

	}
	section {
		 padding: 46px 0;

	}
	.section-head {
		 display: block;

	}
	.section-copy {
		 margin-top: 12px;

	}
	.panel, .cta {
		 padding: 20px;
		 border-radius: 28px;

	}
	.aud-card {
		 min-height: 210px;

	}
	.simple-score {
		 min-height: 300px;

	}
	.device-wall {
		 gap: 6px;
		 padding: 12px;
		 border-radius: 24px;

	}
	.device.mobile {
		 width: 19%;

	}
	.device.tablet {
		 width: 28%;

	}
	.device.desktop {
		 width: 45%;

	}
	.footer-row {
		 flex-direction: column;
		 align-items: flex-start;

	}
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		 animation: none !important;
		 scroll-behavior: auto !important;
		 transition: none !important;

	}
}




/* Универсальная hero-зона для простых публичных страниц */
.main-hero-section {
	padding-top: 40px;
}

.main-hero {
	margin-bottom: 18px;
	background: radial-gradient(circle at 18% 0%, rgba(55,245,255,.18), transparent 36%), radial-gradient(circle at 90% 12%, rgba(215,92,255,.16), transparent 32%), rgba(255,255,255,.07);
}

.main-hero h1 {
	margin-top: 10px;
	max-width: 820px;
	font-size: clamp(42px, 6vw, 78px);
}

@media (max-width: 640px) {
	.main-hero-section {
		padding-top: 40px;
	}

	.main-hero {
		padding: 16px 12px;
		border-radius: 24px;
	}

	.main-hero h1 {
		font-size: clamp(38px, 12vw, 52px);
	}
}



