:root {
  color-scheme: dark;
  --bg: #080a0f;
  --bg-soft: #0f1219;
  --paper: #f4f6fa;
  --paper-2: #e8ecf3;
  --text: #f7f9fc;
  --muted: #98a0af;
  --ink: #11151d;
  --ink-muted: #5d6572;
  --blue: #1988ff;
  --blue-soft: #77baff;
  --gold: #f0c969;
  --green: #49d28a;
  --line: rgba(255, 255, 255, 0.13);
  --line-dark: rgba(11, 16, 25, 0.11);
  --glass: rgba(12, 15, 22, 0.72);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", "Microsoft YaHei", sans-serif; line-height: 1.6; }
body::before { content: ""; position: fixed; inset: 0; z-index: -3; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { touch-action: manipulation; }
h1, h2, h3, p { overflow-wrap: anywhere; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 14px; border-radius: 6px; background: #fff; color: #000; transition: top 180ms ease; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; top: 18px; left: 50%; z-index: 50; width: min(calc(100% - 32px), var(--max)); height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 12px 0 14px; transform: translateX(-50%); border: 1px solid var(--line); border-radius: 8px; background: rgba(9, 12, 18, .58); box-shadow: 0 16px 48px rgba(0,0,0,.24); backdrop-filter: blur(22px) saturate(1.25); -webkit-backdrop-filter: blur(22px) saturate(1.25); transition: background 250ms ease, top 250ms ease; }
.site-header.is-scrolled { top: 10px; background: rgba(9, 12, 18, .88); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; font-size: 15px; font-weight: 750; }
.brand img { width: 36px; height: 36px; object-fit: cover; border-radius: 8px; box-shadow: 0 8px 20px rgba(25, 136, 255, .24); }
.nav-links { display: flex; align-items: center; gap: 4px; color: rgba(247,249,252,.72); font-size: 14px; }
.nav-links a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 15px; border-radius: 6px; transition: color 180ms ease, background 180ms ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; background: rgba(255,255,255,.08); }
.header-contact { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; color: rgba(247,249,252,.84); font-size: 14px; transition: transform 180ms ease, background 180ms ease; }
.header-contact:hover { transform: translateY(-1px); background: rgba(255,255,255,.09); }
.header-contact svg { width: 16px; height: 16px; }

.mobile-showcase { display: none; }

.hero { position: relative; min-height: 100dvh; overflow: hidden; display: flex; align-items: center; padding: 128px max(24px, calc((100vw - var(--max)) / 2)) 100px; }
.hero-media, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: 58% center; scale: 1.05; animation: hero-drift 14s var(--ease) forwards; }
.hero-overlay { background: linear-gradient(90deg, rgba(8,10,15,.98) 0%, rgba(8,10,15,.82) 42%, rgba(8,10,15,.26) 100%), linear-gradient(0deg, #080a0f 0%, transparent 28%, rgba(8,10,15,.12) 100%); }
.signal-field { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.signal-field i { position: absolute; left: 65%; top: 45%; width: 34vw; aspect-ratio: 1; border: 1px solid rgba(90,174,255,.19); border-radius: 50%; transform: translate(-50%, -50%) scale(.1); opacity: 0; animation: signal 5s ease-out infinite; }
.signal-field i:nth-child(2) { animation-delay: 1s; }.signal-field i:nth-child(3) { animation-delay: 2s; }.signal-field i:nth-child(4) { animation-delay: 3s; }.signal-field i:nth-child(5) { animation-delay: 4s; }
.hero-content { position: relative; z-index: 2; width: min(760px, 68%); }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: 0; }
h1 { margin: 0; font-size: clamp(54px, 7.4vw, 108px); line-height: .98; letter-spacing: 0; }
h1 span { color: rgba(247,249,252,.48); }
h2 { margin: 0; font-size: clamp(38px, 5.3vw, 70px); line-height: 1.06; letter-spacing: 0; }
h3 { margin: 0; font-size: 24px; line-height: 1.22; letter-spacing: 0; }
.hero-copy { max-width: 650px; margin: 28px 0 0; color: rgba(247,249,252,.74); font-size: clamp(17px, 1.6vw, 21px); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 36px; }
.primary-link { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 6px; background: #fff; color: var(--ink); font-weight: 800; transition: transform 180ms ease, box-shadow 180ms ease; }
.primary-link:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(255,255,255,.16); }
.primary-link svg { width: 18px; height: 18px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.28); color: rgba(247,249,252,.72); font-weight: 650; }
.hero-enter { opacity: 0; transform: translateY(24px); animation: enter 850ms var(--ease) forwards; }
.hero-content .hero-enter:nth-child(2) { animation-delay: 120ms; }.hero-content .hero-enter:nth-child(3) { animation-delay: 240ms; }.hero-content .hero-enter:nth-child(4) { animation-delay: 360ms; }
.live-pill { position: absolute; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 44px; z-index: 3; min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 0 14px; border: 1px solid var(--line); border-radius: 6px; background: rgba(9,12,18,.66); color: rgba(247,249,252,.7); font-size: 13px; backdrop-filter: blur(18px); animation-delay: 680ms; }
.live-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(73,210,138,.1); animation: pulse 2s ease-in-out infinite; }
.live-time { color: #fff; font-variant-numeric: tabular-nums; }
.scroll-cue { position: absolute; left: 50%; bottom: 34px; z-index: 3; width: 44px; height: 44px; display: grid; place-items: center; transform: translateX(-50%); }
.scroll-cue span { width: 1px; height: 25px; background: rgba(255,255,255,.46); transform-origin: top; animation: scroll-cue 2s ease-in-out infinite; }

.metrics { width: min(calc(100% - 40px), var(--max)); display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto; padding: 34px 0 70px; border-bottom: 1px solid var(--line); }
.metric { padding: 18px 26px; border-right: 1px solid var(--line); }
.metric:first-child { padding-left: 0; }.metric:last-child { border-right: 0; }
.metric strong { display: block; font-size: clamp(34px, 4vw, 54px); line-height: 1; font-variant-numeric: tabular-nums; }
.metric span { display: block; margin-top: 10px; color: var(--muted); font-size: 14px; }

.story { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 118px 0 80px; }
.story-intro { max-width: 820px; }
.story-intro > p:last-child { max-width: 660px; margin: 26px 0 0; color: var(--muted); font-size: 18px; }
.story-stage { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, 1fr); gap: 64px; margin-top: 72px; }
.story-copy { padding-bottom: 10vh; }
.story-step { min-height: 76vh; display: grid; grid-template-columns: 58px 1fr; align-content: center; gap: 24px; opacity: .28; transition: opacity 480ms ease, transform 480ms var(--ease); }
.story-step.is-active { opacity: 1; transform: translateX(8px); }
.step-index { padding-top: 7px; color: var(--blue-soft); font-size: 13px; font-weight: 850; font-variant-numeric: tabular-nums; }
.step-kicker { margin: 0 0 14px; color: var(--blue-soft); font-size: 12px; font-weight: 800; }
.story-step h3 { max-width: 520px; font-size: clamp(30px, 3.4vw, 48px); }
.story-step div > p:last-child { max-width: 540px; margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.device-stage { position: sticky; top: 92px; height: calc(100vh - 112px); min-height: 520px; display: grid; place-items: center; }
.device-glow { position: absolute; width: 65%; aspect-ratio: 1; border-radius: 50%; background: rgba(25,136,255,.13); filter: blur(80px); }
.phone-frame { position: relative; z-index: 2; width: auto; height: min(680px, calc(100vh - 170px)); aspect-ratio: 9 / 19.4; overflow: hidden; padding: 29px 7px 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 42px; background: #07090d; box-shadow: inset 0 0 0 5px #151920, 0 50px 110px rgba(0,0,0,.58); }
.phone-bar { position: absolute; top: 8px; left: 22px; right: 18px; z-index: 5; height: 18px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.84); font-size: 9px; }
.phone-bar svg { width: 12px; height: 12px; }
.dynamic-island { position: absolute; left: 50%; top: 0; width: 76px; height: 18px; border-radius: 12px; background: #000; transform: translateX(-50%); }
.screen-stack { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 31px; background: #11151d; }
.story-screen { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; opacity: 0; transform: scale(1.035) translateY(10px); transition: opacity 520ms ease, transform 760ms var(--ease); }
.story-screen.is-active { opacity: 1; transform: scale(1) translateY(0); }
.phone-home { position: absolute; left: 50%; bottom: 7px; z-index: 4; width: 92px; height: 4px; border-radius: 3px; background: rgba(255,255,255,.82); transform: translateX(-50%); }
.stage-status { position: absolute; z-index: 4; right: 2%; bottom: 11%; min-height: 40px; display: flex; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid var(--line); border-radius: 6px; background: rgba(15,18,25,.82); color: rgba(247,249,252,.76); font-size: 12px; backdrop-filter: blur(18px); transition: transform 240ms var(--ease); }
.stage-status.bump { transform: translateY(-6px); }

.band { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 120px 0; }
.section-heading { max-width: 880px; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 58px; }
.capability-card { position: relative; min-height: 310px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: rgba(16,19,27,.76); transition: transform 260ms var(--ease), border-color 260ms ease, background 260ms ease; }
.capability-card:hover { transform: translateY(-5px); border-color: rgba(119,186,255,.36); background: #141923; }
.capability-wide { grid-column: span 2; }
.card-number { color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.card-icon { width: 34px; height: 34px; color: var(--blue-soft); stroke-width: 1.5; }
.capability-card h3 { margin-top: 44px; }
.capability-card p { max-width: 500px; margin: 12px 0 0; color: var(--muted); }
.waveform { position: absolute; right: 28px; bottom: 28px; height: 64px; display: flex; align-items: center; gap: 5px; opacity: .7; }
.waveform i { width: 3px; height: 18px; border-radius: 2px; background: var(--blue-soft); animation: wave 1.4s ease-in-out infinite; }
.waveform i:nth-child(2) { animation-delay: -.2s; }.waveform i:nth-child(3) { animation-delay: -.4s; }.waveform i:nth-child(4) { animation-delay: -.6s; }.waveform i:nth-child(5) { animation-delay: -.8s; }.waveform i:nth-child(6) { animation-delay: -1s; }.waveform i:nth-child(7) { animation-delay: -1.2s; }
.node-map { position: absolute; right: 30px; bottom: 34px; width: 160px; height: 80px; opacity: .76; }
.node-map span { position: absolute; left: 10%; right: 10%; top: 50%; height: 1px; background: rgba(119,186,255,.45); }
.node-map i { position: absolute; z-index: 2; width: 11px; height: 11px; border: 2px solid var(--blue-soft); border-radius: 50%; background: #121720; box-shadow: 0 0 0 5px rgba(119,186,255,.08); animation: node 2.2s ease-in-out infinite; }
.node-map i:nth-child(1) { left: 6%; top: 44%; }.node-map i:nth-child(2) { left: 38%; top: 14%; animation-delay: -.5s; }.node-map i:nth-child(3) { right: 30%; bottom: 8%; animation-delay: -1s; }.node-map i:nth-child(4) { right: 5%; top: 44%; animation-delay: -1.5s; }

.stability { padding: 120px 20px; background: var(--paper); color: var(--ink); }
.stability-inner { width: min(100%, var(--max)); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; margin: 0 auto; }
.stability-copy .eyebrow { color: #126fcf; }
.stability-copy > p:last-child { max-width: 570px; margin: 26px 0 0; color: var(--ink-muted); font-size: 18px; }
.stability-console { overflow: hidden; border: 1px solid var(--line-dark); border-radius: 8px; background: #fff; box-shadow: 0 36px 90px rgba(31,42,61,.14); }
.console-head { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--line-dark); color: var(--ink-muted); font-size: 11px; font-weight: 800; }
.console-live { display: flex; align-items: center; gap: 8px; color: #177447; }
.console-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.console-chart { padding: 28px 22px 8px; }
.console-chart svg { width: 100%; overflow: visible; }
.grid-line { fill: none; stroke: rgba(17,21,29,.08); stroke-width: 1; }
.chart-line { fill: none; stroke: var(--blue); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 800; stroke-dashoffset: 800; }
.stability-console.is-visible .chart-line { animation: draw 1.8s var(--ease) forwards .25s; }
.console-chart circle { fill: var(--blue); opacity: 0; animation: pulse-dot 2s ease-in-out infinite 2s; }
.console-row { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-top: 1px solid var(--line-dark); color: var(--ink-muted); font-size: 14px; }
.console-row strong { color: var(--ink); font-size: 14px; }

.deployment { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 88px; }
.deployment-media { position: relative; min-height: 620px; overflow: hidden; border-radius: 8px; background: #11151d; }
.deployment-media > img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: top center; filter: brightness(.72) saturate(.8); }
.deployment-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,15,.84), transparent 60%); }
.deployment-badge { position: absolute; left: 24px; bottom: 24px; z-index: 2; display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 6px; background: rgba(10,13,19,.72); backdrop-filter: blur(20px); }
.deployment-badge svg { width: 32px; height: 32px; color: var(--green); }
.deployment-badge span { font-weight: 750; line-height: 1.3; }.deployment-badge small { color: var(--muted); font-size: 10px; font-weight: 650; }
.deployment-copy > p:not(.eyebrow) { max-width: 560px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.primary-link.dark { margin-top: 32px; background: var(--blue); color: #fff; box-shadow: 0 18px 42px rgba(25,136,255,.2); }

.closing { min-height: 80dvh; display: grid; place-items: center; align-content: center; gap: 54px; padding: 100px 20px; text-align: center; border-top: 1px solid var(--line); }
.closing-copy img { width: 72px; height: 72px; object-fit: cover; margin: 0 auto 24px; border-radius: 16px; box-shadow: 0 24px 60px rgba(25,136,255,.3); }
.telegram-chip { min-height: 52px; display: inline-flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid var(--line); border-radius: 6px; background: rgba(255,255,255,.045); color: var(--muted); font-size: 13px; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.telegram-chip:hover { transform: translateY(-2px); background: rgba(255,255,255,.08); color: #fff; }
.telegram-chip svg { width: 16px; height: 16px; }.telegram-chip strong { color: var(--text); }
.site-footer { width: min(calc(100% - 40px), var(--max)); min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 auto; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 760ms var(--ease), transform 760ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes enter { to { opacity: 1; transform: translateY(0); } }
@keyframes hero-drift { from { scale: 1.09; } to { scale: 1.02; } }
@keyframes signal { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.05); } 15% { opacity: .7; } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.25); } }
@keyframes pulse { 50% { opacity: .5; box-shadow: 0 0 0 8px rgba(73,210,138,0); } }
@keyframes scroll-cue { 0%,100% { transform: scaleY(.45); opacity: .35; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes wave { 0%,100% { height: 14px; } 50% { height: 54px; } }
@keyframes node { 50% { box-shadow: 0 0 0 10px rgba(119,186,255,0); } }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes pulse-dot { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .45; transform: scale(1.8); } }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero-content { width: min(760px, 92%); }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,10,15,.96), rgba(8,10,15,.6)), linear-gradient(0deg, #080a0f, transparent 45%); }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }.metric:nth-child(n+3) { border-top: 1px solid var(--line); }
  .story-stage { grid-template-columns: 1fr 360px; gap: 42px; }
  .story-step { min-height: 65vh; }
  .device-stage { min-height: 560px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .stability-inner, .deployment { grid-template-columns: 1fr; gap: 52px; }
  .deployment-media { min-height: 520px; }.deployment-media > img { min-height: 520px; }
}

@media (max-width: 700px) {
  body { overflow: hidden; }
  .site-header { top: 10px; height: 58px; width: calc(100% - 20px); }
  .brand img { width: 34px; height: 34px; }.brand { font-size: 14px; }
  .header-contact { padding: 0 12px; }.header-contact span:nth-child(2) { display: none; }
  #top { height: 100dvh; overflow: hidden; }
  #top > :not(.mobile-showcase) { display: none; }
  .site-footer { display: none; }
  .mobile-showcase { position: relative; display: block; height: 100dvh; overflow: hidden; }
  .mobile-carousel { height: 100%; overflow: hidden; }
  .mobile-track { height: 100%; display: flex; transform: translate3d(0, 0, 0); transition: transform 620ms var(--ease); will-change: transform; touch-action: pan-y pinch-zoom; }
  .mobile-slide { position: relative; flex: 0 0 100%; height: 100%; overflow: hidden; padding: 126px 22px 106px; }
  .mobile-slide::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 85% 35%, rgba(25,136,255,.15), transparent 42%); }
  .mobile-slide-bg, .mobile-slide-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
  .mobile-slide-bg { z-index: -3; object-fit: cover; object-position: 68% center; opacity: .48; scale: 1.08; }
  .mobile-slide-shade { z-index: -2; background: linear-gradient(180deg, rgba(8,10,15,.93) 0%, rgba(8,10,15,.45) 40%, rgba(8,10,15,.98) 100%); }
  .mobile-slide-content { position: relative; z-index: 2; max-width: 350px; }
  .mobile-kicker { margin: 0 0 17px; color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: 0; }
  .mobile-slide h1, .mobile-slide h2 { margin: 0; font-size: clamp(42px, 13vw, 56px); line-height: 1.03; }
  .mobile-slide h1 span { color: rgba(247,249,252,.48); }
  .mobile-slide p:not(.mobile-kicker):not(.mobile-swipe-hint) { margin: 22px 0 0; color: rgba(247,249,252,.7); font-size: 16px; line-height: 1.65; }
  .mobile-live { min-height: 42px; display: flex; align-items: center; gap: 9px; margin-top: 28px; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; background: rgba(12,15,22,.7); color: rgba(247,249,252,.75); font-size: 12px; backdrop-filter: blur(18px); }
  .mobile-live i, .mobile-health-head i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(73,210,138,.1); }
  .mobile-live strong { margin-left: auto; color: #fff; font-weight: 700; }
  .mobile-slide-flow { background: linear-gradient(145deg, #111720, #080a0f 70%); }
  .mobile-flow-list { margin-top: 29px; border-top: 1px solid var(--line); }
  .mobile-flow-list div { min-height: 62px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; border-bottom: 1px solid var(--line); opacity: .42; transition: opacity 260ms ease, transform 260ms var(--ease); }
  .mobile-flow-list div.is-current { opacity: 1; transform: translateX(7px); }
  .mobile-flow-list span { color: var(--blue-soft); font-size: 11px; font-weight: 850; }.mobile-flow-list strong { font-size: 16px; }.mobile-flow-list small { color: var(--muted); font-size: 10px; }
  .mobile-mini-phone { position: absolute; right: -25px; bottom: 87px; width: 180px; height: 365px; overflow: hidden; padding: 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 27px; background: #07090d; box-shadow: 0 28px 70px rgba(0,0,0,.5); transform: rotate(7deg); }
  .mobile-mini-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top center; border-radius: 20px; opacity: .84; }.mobile-mini-phone span { position: absolute; top: 10px; left: 50%; width: 55px; height: 12px; border-radius: 9px; background: #000; transform: translateX(-50%); }
  .mobile-slide-collab { background: #0a0d13; }.mobile-screen-pair { position: absolute; right: 10px; bottom: 83px; width: calc(100% - 38px); height: 315px; }
  .mobile-screen-pair figure { position: absolute; width: 49%; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: #121720; box-shadow: 0 25px 50px rgba(0,0,0,.42); }.mobile-screen-pair figure:first-child { left: 0; top: 34px; transform: rotate(-5deg); }.mobile-screen-pair figure:last-of-type { right: 0; top: 0; transform: rotate(5deg); }
  .mobile-screen-pair img { width: 100%; height: 247px; object-fit: cover; object-position: top; }.mobile-screen-pair figcaption { padding: 7px 10px; color: var(--muted); font-size: 11px; }.mobile-link-line { position: absolute; left: 42%; top: 44%; width: 18%; height: 1px; background: var(--blue-soft); }.mobile-link-line i { position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--blue-soft); transform: translate(-50%,-50%); box-shadow: 0 0 0 7px rgba(119,186,255,.12); }
  .mobile-slide-stable { background: var(--paper); color: var(--ink); }.mobile-slide-stable::after { background: radial-gradient(circle at 80% 20%, rgba(25,136,255,.09), transparent 45%); }.mobile-slide-stable .mobile-kicker { color: #126fcf; }.mobile-slide-stable p:not(.mobile-kicker) { color: var(--ink-muted); }.mobile-health { margin-top: 29px; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 8px; background: #fff; box-shadow: 0 24px 60px rgba(31,42,61,.12); }.mobile-health-head { min-height: 45px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border-bottom: 1px solid var(--line-dark); color: var(--ink-muted); font-size: 10px; font-weight: 800; }.mobile-health-head strong { display: flex; align-items: center; gap: 6px; color: #177447; }.mobile-health-head i { box-shadow: none; }.mobile-health svg { width: calc(100% - 28px); height: auto; margin: 14px; }.mobile-grid { fill: none; stroke: rgba(17,21,29,.08); stroke-width: 1; }.mobile-chart { fill: none; stroke: var(--blue); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 520; stroke-dashoffset: 520; }.mobile-slide-stable.is-current .mobile-chart { animation: draw 1.8s var(--ease) forwards; }.mobile-health-row { min-height: 39px; display: flex; justify-content: space-between; align-items: center; padding: 0 14px; border-top: 1px solid var(--line-dark); color: var(--ink-muted); font-size: 12px; }.mobile-health-row strong { color: var(--ink); }
  .mobile-slide-contact { display: grid; place-items: center; text-align: center; background: radial-gradient(circle at 50% 28%, rgba(25,136,255,.19), transparent 43%), #080a0f; }.mobile-slide-contact .mobile-slide-content { display: flex; flex-direction: column; align-items: center; }.mobile-brand-logo { width: 74px; height: 74px; object-fit: cover; margin-bottom: 23px; border-radius: 17px; box-shadow: 0 22px 52px rgba(25,136,255,.28); }.mobile-slide-contact p:not(.mobile-kicker) { max-width: 300px; }.mobile-deploy-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 25px; }.mobile-deploy-tags span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); font-size: 11px; }.mobile-telegram { min-height: 48px; display: inline-flex; align-items: center; gap: 9px; margin-top: 29px; padding: 0 14px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); font-size: 12px; }.mobile-telegram strong { color: #fff; }.mobile-telegram svg { width: 15px; height: 15px; }
  .mobile-carousel-controls { position: absolute; left: 22px; right: 22px; bottom: 54px; z-index: 10; display: flex; align-items: center; justify-content: space-between; }.mobile-carousel-button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; background: rgba(12,15,22,.64); color: #fff; backdrop-filter: blur(16px); }.mobile-carousel-button svg { width: 16px; height: 16px; }.mobile-dots { display: flex; align-items: center; gap: 7px; }.mobile-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.28); }.mobile-dots button.is-active { width: 22px; background: #fff; }.mobile-swipe-hint { position: absolute; left: 50%; bottom: 20px; z-index: 10; display: flex; align-items: center; gap: 6px; margin: 0; transform: translateX(-50%); color: rgba(247,249,252,.38); font-size: 10px; }.mobile-swipe-hint svg { width: 13px; height: 13px; }
  .hero { min-height: 900px; align-items: flex-start; padding: 150px 18px 120px; }
  .hero-media { object-position: 68% center; opacity: .68; }
  .hero-content { width: 100%; }
  h1 { font-size: 53px; }.hero-copy { font-size: 17px; }
  .live-pill { left: 18px; right: auto; bottom: 92px; }
  .scroll-cue { bottom: 28px; }
  .metrics { width: calc(100% - 28px); padding-bottom: 46px; }
  .metric { padding: 18px 14px; }.metric:first-child { padding-left: 14px; }
  .metric strong { font-size: 32px; }
  .story, .band { width: calc(100% - 28px); padding: 84px 0; }
  .story-stage { display: block; margin-top: 32px; }
  .device-stage { top: 78px; z-index: 5; height: 54vh; min-height: 420px; margin: 0 -14px; pointer-events: none; }
  .phone-frame { width: 190px; height: auto; border-radius: 27px; padding: 20px 5px 12px; box-shadow: 0 28px 70px rgba(0,0,0,.62); }
  .screen-stack { border-radius: 20px; }.phone-bar { top: 5px; left: 15px; right: 13px; }.dynamic-island { width: 51px; height: 12px; }.phone-home { width: 62px; bottom: 5px; height: 3px; }
  .stage-status { right: calc(50% - 145px); bottom: 8%; }
  .story-copy { position: relative; z-index: 6; padding: 0; margin-top: -20px; }
  .story-step { min-height: 78vh; align-content: end; padding: 0 4px 80px; grid-template-columns: 40px 1fr; text-shadow: 0 3px 18px #080a0f; }
  .story-step h3 { font-size: 31px; }.story-step div > p:last-child { font-size: 15px; }
  .capability-grid { grid-template-columns: 1fr; }.capability-wide { grid-column: auto; }
  .capability-card { min-height: 270px; }.waveform, .node-map { opacity: .38; }
  .stability { padding: 84px 14px; }.stability-inner { gap: 38px; }
  .console-chart { padding-left: 10px; padding-right: 10px; }
  .deployment-media, .deployment-media > img { min-height: 460px; }
  .closing { min-height: 680px; }
  .site-footer { flex-direction: column; align-items: flex-start; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal, .hero-enter { opacity: 1; transform: none; }
}
