:root {
  color-scheme: dark;
  --hero-x: 0px;
  --hero-y: 0px;
  --orbit-one-x: 0px;
  --orbit-one-y: 0px;
  --orbit-two-x: 0px;
  --orbit-two-y: 0px;
  --phone-x: 0px;
  --phone-y: 0px;
  --phone-rx: 0deg;
  --phone-ry: -8deg;
  --bg: #010305;
  --text: #f7fbfc;
  --muted: #91a3ad;
  --mint: #10f2c4;
  --cyan: #4ad8ff;
  --pink: #f04bd7;
  --gold: #ffcf62;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
}
body.intro-active { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }

.logo-intro {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at center, rgba(16,242,196,.09), transparent 30rem),
    radial-gradient(circle at 60% 42%, rgba(240,75,215,.08), transparent 24rem),
    #010305;
  animation: introCurtain 2.6s cubic-bezier(.76,0,.24,1) forwards;
}
.logo-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(circle at center, black, transparent 68%);
}
.intro-logo-system {
  position: relative;
  width: clamp(190px, 22vw, 270px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.intro-logo {
  position: relative;
  z-index: 4;
  width: 58%;
  height: 58%;
  object-fit: contain;
  filter: drop-shadow(0 0 24px rgba(74,216,255,.28));
  animation: introCore 2.15s cubic-bezier(.16,1,.3,1) both;
}
.intro-flare {
  position: absolute;
  z-index: 3;
  width: 20%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 25px #fff, 0 0 55px var(--cyan), 0 0 95px var(--pink);
  mix-blend-mode: screen;
  animation: introFlare 2.25s ease-out both;
}
.intro-ring {
  position: absolute;
  z-index: 2;
  width: 92%;
  height: 48%;
  border: 1px solid rgba(74,216,255,.52);
  border-radius: 50%;
  opacity: 0;
}
.intro-ring i {
  position: absolute;
  top: 50%;
  right: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 17px var(--cyan);
}
.intro-ring-one { transform: rotate(-22deg); animation: introOrbitOne 2.2s .14s cubic-bezier(.16,1,.3,1) both; }
.intro-ring-two { width: 78%; height: 40%; border-color: rgba(240,75,215,.5); transform: rotate(28deg); animation: introOrbitTwo 2.2s .22s cubic-bezier(.16,1,.3,1) both; }
.intro-ring-two i { right: auto; left: -4px; background: var(--pink); box-shadow: 0 0 17px var(--pink); }
.logo-intro > strong {
  margin-top: 13px;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 950;
  letter-spacing: .32em;
  text-indent: .32em;
  animation: introType 1s .65s ease both;
}
.logo-intro > small {
  margin-top: 9px;
  color: #9babb3;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .3em;
  text-indent: .3em;
  animation: introType 1s .84s ease both;
}

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 82px;
  padding: 0 max(24px, calc((100vw - 1280px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(to bottom, rgba(1,3,5,.94), rgba(1,3,5,.55), transparent);
  backdrop-filter: blur(12px);
}
.brand { justify-self: start; display: flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 950; letter-spacing: .22em; }
.brand img { width: 39px; height: 39px; object-fit: contain; }
nav { display: flex; gap: 40px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
nav a { position: relative; padding: 10px 0; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--mint); transition: right .3s; }
nav a:hover::after { right: 0; }
.language { justify-self: end; width: 44px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 0; background: transparent; font-size: 11px; font-weight: 900; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 120px max(28px, calc((100vw - 1280px) / 2)) 70px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 40px;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 42%, rgba(16,242,196,.14), transparent 25rem),
    radial-gradient(circle at 90% 30%, rgba(240,75,215,.12), transparent 36rem),
    linear-gradient(110deg, #010305 35%, #041019 100%);
}
.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .45;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(100deg, black, transparent 80%);
  transform: translate(var(--hero-x), var(--hero-y)) scale(1.03);
  transition: transform .18s ease-out;
}
.hero-word {
  position: absolute;
  z-index: -1;
  left: -1vw;
  bottom: -5vw;
  color: rgba(255,255,255,.018);
  font-size: 31vw;
  font-weight: 1000;
  line-height: .7;
  letter-spacing: -.09em;
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 3; }
.pill {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: #d1fff6;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .21em;
}
.pill i, .radar-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 16px var(--mint); }
h1 { margin: 24px 0 28px; font-size: clamp(70px, 8.4vw, 132px); line-height: .83; letter-spacing: -.075em; }
h1 span { display: block; padding-bottom: .12em; color: transparent; background: linear-gradient(90deg, var(--mint), var(--cyan) 47%, var(--pink)); background-clip: text; }
.hero-copy > p { max-width: 650px; margin: 0; color: #adbac0; font-size: clamp(16px, 1.45vw, 20px); line-height: 1.7; }
.hero-actions { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 12px; }
.primary, .secondary {
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .25s, background .25s, color .25s;
}
.primary { color: #00130f; border-color: var(--mint); background: var(--mint); }
.secondary { color: white; background: rgba(2,7,10,.35); }
.primary:hover, .secondary:hover { transform: translateY(-3px); }
.secondary:hover { color: #00130f; background: white; }
.primary b { font-size: 17px; }

.phone-stage { position: relative; min-height: 680px; display: grid; place-items: center; isolation: isolate; transform-style: preserve-3d; perspective: 1200px; }
.phone-stage::before { content: ""; position: absolute; width: 80%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(16,242,196,.16), transparent 68%); filter: blur(18px); transform: translate(var(--orbit-two-x), var(--orbit-two-y)); transition: transform .16s ease-out; }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(74,216,255,.17); border-radius: 50%; transition: transform .18s ease-out; }
.orbit-one { width: 550px; height: 310px; transform: translate(var(--orbit-one-x), var(--orbit-one-y)) rotate(-18deg); }
.orbit-two { width: 690px; height: 400px; border-color: rgba(240,75,215,.12); transform: translate(var(--orbit-two-x), var(--orbit-two-y)) rotate(22deg); }
.phone {
  position: relative;
  width: min(358px, 86vw);
  aspect-ratio: .57;
  padding: 11px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 44px;
  background: #071016;
  box-shadow: 0 60px 130px rgba(0,0,0,.7), 0 0 70px rgba(16,242,196,.08), inset 0 0 0 4px rgba(255,255,255,.025);
  transform: rotateY(var(--phone-ry)) rotateX(var(--phone-rx)) rotateZ(3deg) translate3d(var(--phone-x), var(--phone-y), 38px);
  transition: transform .14s ease-out, box-shadow .25s;
}
.phone-stage:hover .phone { box-shadow: 0 75px 150px rgba(0,0,0,.78), 0 0 95px rgba(16,242,196,.16), inset 0 0 0 4px rgba(255,255,255,.04); }
.phone-top { height: 68px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; }
.nova-mini { font-weight: 1000; letter-spacing: .18em; }
.radar-label { display: flex; align-items: center; gap: 8px; color: var(--mint); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.map {
  position: relative;
  height: calc(100% - 126px);
  overflow: hidden;
  border: 1px solid rgba(16,242,196,.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 22% 30%, rgba(16,242,196,.18), transparent 24%),
    radial-gradient(circle at 72% 65%, rgba(232,75,210,.16), transparent 28%),
    linear-gradient(145deg, #0c1b20, #071017 54%, #111024);
}
.map::before { content: ""; position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(110,233,218,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(110,233,218,.22) 1px, transparent 1px); background-size: 42px 42px; transform: rotate(12deg) scale(1.3); }
.street { position: absolute; height: 2px; width: 130%; left: -15%; background: rgba(118,232,221,.22); box-shadow: 0 0 10px rgba(58,243,218,.08); }
.s1 { top: 22%; transform: rotate(26deg); }.s2 { top: 48%; transform: rotate(-13deg); }.s3 { top: 72%; transform: rotate(18deg); }.s4 { top: 52%; left: -18%; transform: rotate(72deg); }
.pulse { position: absolute; width: 62px; height: 62px; padding: 0; display: grid; place-items: center; border: 1px solid var(--mint); border-radius: 50%; background: rgba(16,242,196,.08); box-shadow: 0 0 0 9px rgba(16,242,196,.045), 0 0 28px rgba(16,242,196,.2); }
.pulse > .avatar { width: 43px; height: 43px; border: 2px solid rgba(255,255,255,.72); border-radius: 50%; transition: transform .25s, filter .25s; }
.live-person, .meetup-person { --status-color: var(--mint); border-color: var(--status-color); box-shadow: 0 0 0 7px color-mix(in srgb, var(--status-color) 12%, transparent), 0 0 30px color-mix(in srgb, var(--status-color) 45%, transparent); }
.live-person { --status-color: #ff365f; background: rgba(255,54,95,.1); }
.meetup-person { --status-color: #ff9f32; background: rgba(255,159,50,.1); }
.live-person::before, .meetup-person::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border: 2px solid var(--status-color);
  border-radius: 50%;
  animation: statusRing 1.75s ease-out infinite;
}
.status-badge {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: calc(100% - 3px);
  width: max-content;
  padding: 3px 6px;
  color: #fff;
  border: 1px solid color-mix(in srgb, var(--status-color) 75%, white);
  border-radius: 999px;
  background: color-mix(in srgb, var(--status-color) 88%, #05080b);
  box-shadow: 0 0 14px color-mix(in srgb, var(--status-color) 65%, transparent);
  font-size: 6px;
  font-weight: 1000;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
  transform: translateX(-50%);
}
.pulse-info {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: calc(100% + 16px);
  width: max-content;
  max-width: 130px;
  padding: 9px 11px;
  display: grid;
  gap: 2px;
  color: white;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 9px;
  background: rgba(2,8,12,.92);
  box-shadow: 0 12px 35px rgba(0,0,0,.5);
  font-size: 9px;
  font-weight: 850;
  line-height: 1.2;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .22s, transform .22s;
}
.pulse-info::after { content: ""; position: absolute; left: 50%; top: 100%; width: 7px; height: 7px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(2,8,12,.92); transform: translate(-50%,-50%) rotate(45deg); }
.pulse-info small { color: var(--mint); font-size: 7px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pulse:hover, .pulse:focus-visible { z-index: 7; outline: none; }
.pulse:hover > .avatar, .pulse:focus-visible > .avatar { transform: scale(1.13); filter: saturate(1.2) brightness(1.08); }
.pulse:hover .pulse-info, .pulse:focus-visible .pulse-info { opacity: 1; transform: translate(-50%, 0); }
.p1 { top: 18%; left: 18%; }.p2 { top: 50%; right: 16%; }.p3 { bottom: 19%; left: 28%; }
.avatar { display: block; background-image: url("/nova-people.png"); background-repeat: no-repeat; background-size: 600% 100%; background-color: #12202a; }
.avatar-1 { background-position: 0% center; }.avatar-2 { background-position: 20% center; }.avatar-3 { background-position: 40% center; }.avatar-4 { background-position: 60% center; }.avatar-5 { background-position: 80% center; }.avatar-6 { background-position: 100% center; }
.map-copy { position: absolute; left: 18px; right: 18px; bottom: 18px; display: grid; gap: 5px; }
.map-copy small { color: var(--mint); font-size: 9px; font-weight: 900; letter-spacing: .18em; }.map-copy strong { max-width: 220px; font-size: 18px; line-height: 1.15; }
.phone-tabs { height: 58px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; color: #62727b; font-size: 8px; font-weight: 800; text-align: center; }.phone-tabs .active { color: var(--mint); }
.scroll-cue { position: absolute; left: max(28px, calc((100vw - 1280px)/2)); bottom: 27px; display: flex; align-items: center; gap: 13px; color: #80919a; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.scroll-cue span { position: relative; width: 1px; height: 42px; overflow: hidden; background: rgba(255,255,255,.2); }
.scroll-cue span::after { content: ""; position: absolute; inset: -100% 0 100%; background: var(--mint); animation: scrollLine 2s infinite; }

.human-scene { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background-image: url("/nova-people.png"); background-position: center; background-size: cover; box-shadow: 0 -100px 130px rgba(1,3,5,.95), 0 110px 150px rgba(1,3,5,.95); }
.human-scene::after { content: ""; position: absolute; inset: auto 0 0; z-index: 1; height: 20vh; background: linear-gradient(to bottom, transparent, #010305); pointer-events: none; }
.human-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,3,5,.92) 0%, rgba(1,3,5,.42) 48%, rgba(1,3,5,.12)), linear-gradient(to top, #010305 0%, transparent 58%, rgba(1,3,5,.48)); }
.human-copy { position: relative; z-index: 2; width: min(1280px, calc(100% - 56px)); margin: 0 auto; padding: 16vh 0 11vh; }
.section-kicker { color: var(--mint); font-size: 10px; font-weight: 900; letter-spacing: .25em; }
h2 { margin: 16px 0 0; max-width: 900px; font-size: clamp(52px, 7.3vw, 108px); line-height: .92; letter-spacing: -.065em; }
.human-copy p { max-width: 580px; margin: 28px 0; color: #d0d8dc; font-size: 17px; line-height: 1.7; }
.human-copy small { color: rgba(255,255,255,.48); font-size: 8px; font-weight: 800; letter-spacing: .16em; }

.manifesto { position: relative; width: min(1280px, calc(100% - 56px)); min-height: 75svh; margin: auto; padding: 14vh 0; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; border-bottom: 1px solid rgba(255,255,255,.1); }
.manifesto::before { content: ""; position: absolute; width: 36vw; height: 36vw; left: -25vw; top: 8%; border: 1px solid rgba(16,242,196,.08); border-radius: 50%; box-shadow: 0 0 80px rgba(16,242,196,.04); }
.manifesto p, .safety-copy > p, .closing > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.manifesto h2 { font-size: clamp(50px, 6.4vw, 92px); }

.features { width: min(1280px, calc(100% - 56px)); margin: auto; }
.features article { position: relative; min-height: 86svh; padding: 8vh 4vw; display: grid; grid-template-columns: minmax(310px,.72fr) minmax(470px,1.28fr); grid-template-rows: auto 1fr; align-items: center; gap: 4vh 5vw; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.1); background: #020609; }
.features article::before { content: ""; position: absolute; width: 55vw; height: 55vw; right: -18vw; top: 50%; transform: translateY(-50%); border-radius: 50%; opacity: .15; filter: blur(8px); }
.feature-1::before { background: radial-gradient(circle, var(--mint), transparent 66%); }.feature-2::before { background: radial-gradient(circle, var(--cyan), transparent 66%); }.feature-3::before { background: radial-gradient(circle, var(--pink), transparent 66%); }.feature-4::before { background: radial-gradient(circle, var(--gold), transparent 66%); }
.feature-top { grid-column: 1/-1; display: flex; align-items: center; gap: 18px; color: #74858e; font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.feature-line { width: 70px; height: 1px; background: rgba(255,255,255,.22); }
.feature-copy { position: relative; z-index: 3; display: grid; gap: 40px; align-content: center; }
.feature-icon { align-self: center; width: 82px; height: 82px; display: flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(16,242,196,.35); border-radius: 50%; background: rgba(16,242,196,.04); }
.feature-icon i { display: block; width: 7px; border-radius: 8px; background: linear-gradient(to top,var(--mint),var(--cyan)); }
.feature-icon i:nth-child(1) { height: 24px; }.feature-icon i:nth-child(2) { height: 43px; }.feature-icon i:nth-child(3) { height: 31px; }
.icon-2 { transform: rotate(45deg); }.icon-3 i { width: 15px; height: 15px!important; border-radius: 50%; background: var(--pink); }.icon-4 { border-color: rgba(255,207,98,.4); }.icon-4 i { width: 4px; background: var(--gold); }
.feature-content { position: relative; z-index: 2; align-self: center; }
.feature-content small { color: var(--mint); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.feature-content h3 { margin: 12px 0 22px; font-size: clamp(56px, 6vw, 88px); line-height: .82; letter-spacing: -.075em; }
.feature-content p { max-width: 580px; margin: 0; color: #9aaab2; font-size: 17px; line-height: 1.7; }
.feature-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  background: #071016;
  box-shadow: 0 38px 90px rgba(0,0,0,.62), 0 0 50px rgba(16,242,196,.08);
  transform: perspective(1100px) rotateY(-5deg);
  transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s;
}
.feature-visual:hover { transform: perspective(1100px) rotateY(0) translateY(-5px); box-shadow: 0 48px 110px rgba(0,0,0,.72), 0 0 65px rgba(16,242,196,.14); }
.feature-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visual-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(1,5,8,.92), transparent 48%, rgba(1,5,8,.42)), linear-gradient(90deg, rgba(2,7,10,.32), transparent 55%); }
.demo-bar { position: absolute; z-index: 3; inset: 20px 22px auto; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 10px; font-weight: 950; letter-spacing: .13em; }
.demo-bar > strong { display: flex; align-items: center; gap: 8px; }
.demo-bar > span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(1,6,9,.65); backdrop-filter: blur(12px); }
.demo-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 13px var(--mint); }
.demo-marker { position: absolute; z-index: 4; width: 54px; height: 54px; display: grid; place-items: center; border: 2px solid var(--mint); border-radius: 50%; background: rgba(2,10,13,.72); box-shadow: 0 0 0 9px rgba(16,242,196,.11), 0 0 28px rgba(16,242,196,.35); }
.demo-marker .avatar { width: 42px; height: 42px; border-radius: 50%; }
.demo-marker em { position: absolute; left: 50%; top: calc(100% - 2px); padding: 3px 6px; border-radius: 999px; color: white; background: var(--status); font-size: 6px; font-style: normal; font-weight: 950; letter-spacing: .1em; transform: translateX(-50%); }
.demo-marker::before { content: ""; position: absolute; inset: -3px; border: 2px solid var(--status,var(--mint)); border-radius: 50%; animation: statusRing 1.9s ease-out infinite; }
.marker-a { left: 18%; top: 29%; }.marker-b { right: 21%; top: 38%; }.marker-c { left: 48%; bottom: 25%; }
.live-dot { --status: #ff365f; border-color: var(--status); box-shadow: 0 0 0 9px rgba(255,54,95,.11),0 0 30px rgba(255,54,95,.4); }
.meetup-dot { --status: #ff9f32; border-color: var(--status); box-shadow: 0 0 0 9px rgba(255,159,50,.11),0 0 30px rgba(255,159,50,.4); }
.demo-location { position: absolute; z-index: 3; left: 22px; bottom: 20px; min-width: 210px; padding: 15px 17px; display: grid; gap: 3px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(1,6,9,.72); backdrop-filter: blur(14px); }
.demo-location small { color: #ffb457; font-size: 8px; font-weight: 950; letter-spacing: .13em; }.demo-location strong { font-size: 17px; }.demo-location span { color: #a7b7be; font-size: 10px; }
.visual-2 > img { filter: saturate(.82) brightness(.72); }
.universe-stack { position: absolute; z-index: 3; left: 22px; right: 22px; bottom: 25px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.universe-person { min-width: 0; padding: 12px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(1,7,10,.72); backdrop-filter: blur(14px); }
.universe-person > .avatar { flex: 0 0 auto; width: 37px; height: 37px; border: 1px solid var(--cyan); border-radius: 12px; }
.universe-person > span { min-width: 0; display: grid; gap: 3px; }.universe-person strong { font-size: 12px; }.universe-person small { overflow: hidden; color: var(--mint); font-size: 6px; font-weight: 900; letter-spacing: .08em; text-overflow: ellipsis; white-space: nowrap; }
.demo-join { position: absolute; z-index: 3; right: 22px; top: 68px; padding: 10px 17px; border: 0; border-radius: 999px; color: #00130f; background: var(--mint); font-size: 8px; font-weight: 950; letter-spacing: .12em; pointer-events: none; }
.visual-3 > img { filter: saturate(.92) brightness(.8); }
.moment-author { position: absolute; z-index: 3; left: 22px; bottom: 56px; display: flex; align-items: center; gap: 10px; }
.moment-author .avatar { width: 43px; height: 43px; border: 2px solid var(--pink); border-radius: 50%; }.moment-author > span { display: grid; gap: 2px; }.moment-author strong { font-size: 13px; }.moment-author small { color: #c2cdd2; font-size: 9px; }
.moment-stats { position: absolute; z-index: 3; left: 22px; right: 22px; bottom: 18px; display: flex; gap: 17px; font-size: 11px; font-weight: 850; }
.visual-4 > img { filter: saturate(.9) brightness(.74); }
.live-demo-bar > strong { color: #ff526f; }.live-demo-bar i { background: #ff365f; box-shadow: 0 0 13px #ff365f; }
.live-comments { position: absolute; z-index: 3; left: 20px; bottom: 70px; display: grid; gap: 7px; }
.live-comments span { width: max-content; padding: 6px 10px 6px 6px; display: flex; align-items: center; gap: 7px; border-radius: 999px; background: rgba(1,6,9,.7); font-size: 9px; backdrop-filter: blur(12px); }
.live-comments .avatar { width: 24px; height: 24px; border-radius: 50%; }
.live-match { position: absolute; z-index: 3; right: 22px; top: 70px; padding: 12px 14px; display: grid; gap: 3px; text-align: right; border: 1px solid rgba(255,82,111,.4); border-radius: 13px; background: rgba(10,2,4,.65); backdrop-filter: blur(12px); }.live-match small { color: #ff6b83; font-size: 7px; font-weight: 950; letter-spacing: .11em; }.live-match strong { font-size: 16px; }
.live-input { position: absolute; z-index: 3; left: 20px; right: 20px; bottom: 17px; min-height: 42px; padding: 0 8px 0 15px; display: flex; align-items: center; justify-content: space-between; color: #9fb0b8; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(1,6,9,.78); font-size: 10px; backdrop-filter: blur(14px); }.live-input b { width: 30px; height: 30px; display: grid; place-items: center; color: #00130f; border-radius: 50%; background: var(--mint); }

.safety { width: min(1280px, calc(100% - 56px)); min-height: 90svh; margin: auto; padding: 12vh 0; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 8vw; }
.safety-copy h2 { font-size: clamp(48px, 6vw, 86px); }.safety-copy > p { margin-top: 28px; max-width: 650px; }
.safety-list { display: grid; }
.safety-list article { padding: 30px 0; display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.safety-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.safety-list strong { color: var(--mint); font-size: 24px; }.safety-list p { margin: 0; color: #94a5ae; font-size: 14px; line-height: 1.6; }

.closing { position: relative; min-height: 100svh; padding: 16vh 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; background: radial-gradient(circle at center, rgba(16,242,196,.11), transparent 28rem), #010305; }
.closing img { width: clamp(82px, 10vw, 135px); margin-bottom: 30px; object-fit: contain; filter: drop-shadow(0 0 30px rgba(16,242,196,.25)); }
.closing-orbit { position: absolute; width: min(820px, 90vw); aspect-ratio: 1; border: 1px solid rgba(74,216,255,.13); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(240,75,215,.025), 0 0 0 18vw rgba(16,242,196,.018); transform: rotate(-18deg) scaleY(.42); }
.closing h2 { position: relative; max-width: 980px; margin: 18px auto; }.closing > p { position: relative; max-width: 650px; margin: 0 auto 30px; }.closing .primary, .closing .section-kicker, .closing img { position: relative; }

footer { width: min(1280px, calc(100% - 56px)); margin: auto; padding: 42px 0 30px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-brand { display: flex; align-items: center; gap: 12px; }.footer-brand img { width: 44px; height: 44px; object-fit: contain; }.footer-brand span { display: grid; gap: 2px; }.footer-brand strong { letter-spacing: .18em; }.footer-brand small { color: #6b7e88; font-size: 8px; letter-spacing: .15em; }
.footer-links { display: flex; gap: 22px; color: #92a4ad; font-size: 12px; }.footer-links a:hover { color: var(--mint); }
.footer-bottom { grid-column: 1/-1; padding-top: 22px; display: flex; justify-content: space-between; color: #52636d; font-size: 11px; border-top: 1px solid rgba(255,255,255,.05); }

.reveal { opacity: 0; filter: blur(7px); transform: translateY(72px) scale(.975); transition: opacity .82s cubic-bezier(.2,.7,.2,1), transform .95s cubic-bezier(.2,.7,.2,1), filter .82s ease; }
.reveal.is-visible { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
.cursor-trail-dot {
  --trail-color: var(--mint);
  position: fixed;
  z-index: 9999;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  pointer-events: none;
  background: var(--trail-color);
  box-shadow: 0 0 8px var(--trail-color), 0 0 20px var(--trail-color);
  transform: translate(-50%, -50%) scale(1);
  animation: trailFade .62s cubic-bezier(.2,.7,.2,1) forwards;
}

@keyframes scrollLine { 0% { transform: translateY(0); } 100% { transform: translateY(200%); } }
@keyframes float { 50% { transform: translateY(-10px); } }
@keyframes introCurtain {
  0%, 76% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}
@keyframes introCore {
  0% { opacity: 0; transform: scale(.68); filter: blur(10px) drop-shadow(0 0 0 transparent); }
  45%, 100% { opacity: 1; transform: scale(1); filter: blur(0) drop-shadow(0 0 24px rgba(74,216,255,.28)); }
}
@keyframes introFlare {
  0%, 35% { opacity: 0; transform: scale(.15); }
  54% { opacity: .95; transform: scale(1); }
  82%, 100% { opacity: 0; transform: scale(2.8); }
}
@keyframes introOrbitOne {
  0% { opacity: 0; transform: rotate(-65deg) scale(.45); }
  45%, 100% { opacity: 1; transform: rotate(-22deg) scale(1); }
}
@keyframes introOrbitTwo {
  0% { opacity: 0; transform: rotate(78deg) scale(.4); }
  48%, 100% { opacity: 1; transform: rotate(28deg) scale(1); }
}
@keyframes introType {
  from { opacity: 0; transform: translateY(13px); filter: blur(5px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes closingLogoArrival {
  0% { opacity: 0; transform: scale(.72) rotate(-12deg); filter: blur(8px) drop-shadow(0 0 0 transparent); }
  60%, 100% { opacity: 1; transform: scale(1) rotate(0); filter: blur(0) drop-shadow(0 0 30px rgba(16,242,196,.25)); }
}
@keyframes closingOrbitArrival {
  0% { opacity: 0; transform: rotate(-55deg) scale(.4,.18); }
  100% { opacity: 1; transform: rotate(-18deg) scale(1,.42); }
}
@keyframes statusRing {
  0% { opacity: .8; transform: scale(.94); }
  75%, 100% { opacity: 0; transform: scale(1.55); }
}
@keyframes trailFade {
  0% { opacity: .9; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(.1); filter: blur(3px); }
}
@media (prefers-reduced-motion: no-preference) {
  .p1 { animation: float 4.4s ease-in-out infinite; }
  .p2 { animation: float 5.2s ease-in-out infinite reverse; }
  .p3 { animation: float 4.8s ease-in-out infinite .6s; }
  .closing.is-visible img { animation: closingLogoArrival 1.15s .18s cubic-bezier(.16,1,.3,1) both; }
  .closing.is-visible .closing-orbit { animation: closingOrbitArrival 1.3s cubic-bezier(.16,1,.3,1) both; }
}

@media (max-width: 930px) {
  .header { grid-template-columns: 1fr auto; }.header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 145px; }.hero-copy { text-align: center; }.pill, .hero-actions { margin-left: auto; margin-right: auto; }.hero-copy > p { margin-left: auto; margin-right: auto; }
  .scroll-cue { display: none; }.phone-stage { min-height: 620px; }
  .manifesto, .safety { grid-template-columns: 1fr; gap: 45px; }
  .features article { min-height: auto; padding: 10vh 4vw; grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 5vh; }
  .feature-copy { grid-template-columns: 105px 1fr; gap: 20px; align-items: center; }
  .feature-content h3 { font-size: clamp(64px, 11vw, 96px); }
  .feature-visual { transform: none; }
  .human-overlay { background: linear-gradient(to top, rgba(1,3,5,.97), rgba(1,3,5,.18) 70%, rgba(1,3,5,.35)); }
}

@media (max-width: 620px) {
  .header { min-height: 70px; padding: 0 18px; }.brand img { width: 34px; height: 34px; }.brand { font-size: 15px; }
  .hero { min-height: 100svh; padding: 112px 20px 45px; gap: 0; }.hero-word { bottom: 34%; font-size: 38vw; }
  h1 { font-size: clamp(58px, 18vw, 76px); }.hero-copy > p { font-size: 15px; }.hero-actions { flex-direction: column; align-items: stretch; }
  .phone-stage { min-height: 570px; transform: scale(.9); margin: -15px 0 -35px; }.orbit-one { width: 400px; }.orbit-two { width: 480px; }
  .human-scene { min-height: 88svh; background-size: auto 100%; background-position: 44% center; }.human-copy { width: calc(100% - 40px); padding-bottom: 8vh; }.human-copy h2 { font-size: 50px; }.human-copy p { font-size: 15px; }
  .manifesto, .features, .safety, footer { width: calc(100% - 40px); }.manifesto { min-height: 80svh; padding: 10vh 0; gap: 30px; }.manifesto h2 { font-size: 49px; }
  .features article { min-height: auto; padding: 9vh 0; grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 32px; }
  .feature-copy { grid-template-columns: 1fr; gap: 26px; }.feature-icon { width: 72px; height: 72px; }.feature-content h3 { font-size: clamp(58px, 18vw, 78px); }.feature-content p { font-size: 15px; }
  .feature-visual { aspect-ratio: 4/5; border-radius: 22px; }.feature-visual > img { object-position: center; }
  .demo-bar { inset: 16px 16px auto; font-size: 8px; }.demo-bar > span { padding: 6px 8px; }
  .marker-a { left: 16%; top: 28%; }.marker-b { right: 14%; top: 43%; }.marker-c { left: 42%; bottom: 26%; }
  .demo-location { left: 16px; right: 16px; bottom: 16px; min-width: 0; }
  .universe-stack { left: 16px; right: 16px; bottom: 18px; grid-template-columns: 1fr; }.universe-person:nth-child(3) { display: none; }
  .demo-join { top: 60px; right: 16px; }
  .moment-author { left: 16px; bottom: 56px; }.moment-stats { left: 16px; right: 16px; }
  .live-comments { left: 15px; bottom: 72px; }.live-match { right: 15px; top: 64px; }.live-input { left: 15px; right: 15px; bottom: 15px; }
  .safety { min-height: 100svh; padding: 10vh 0; }.safety-copy h2 { font-size: 48px; }.safety-list article { grid-template-columns: 75px 1fr; padding: 24px 0; }
  .closing { padding-left: 20px; padding-right: 20px; }.closing h2 { font-size: 50px; }
  footer { grid-template-columns: 1fr; }.footer-links { flex-direction: column; gap: 10px; }.footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .pulse, .live-person::before, .meetup-person::before, .scroll-cue span::after, .cursor-trail-dot { animation: none!important; }
  .logo-intro { animation: introCurtain .85s ease forwards; }
  .intro-logo, .intro-flare, .intro-ring, .logo-intro > strong, .logo-intro > small { animation: none!important; opacity: 1; filter: none; }
  .intro-flare { opacity: 0!important; }
}
