@import url("https://fontsapi.zeoseven.com/69/main/result.css");
@import url("data:text/css,%40font-face%7Bfont-family%3A%22ZSFT-hk%22%3Bsrc%3Aurl(%22https%3A%2F%2Ffontsapi.zeoseven.com%2Fhk%2Fmain.woff2%22)%20format(%22woff2%22)%3Bfont-style%3Anormal%3Bfont-weight%3A100%20900%3Bfont-display%3Aswap%3B%7D");

:root {
  --bg: #07111f;
  --bg-soft: #0d1a2f;
  --panel: rgba(12, 24, 44, 0.52);
  --panel-strong: rgba(15, 30, 56, 0.76);
  --text: #ecf4ff;
  --muted: rgba(236, 244, 255, 0.68);
  --line: rgba(150, 200, 255, 0.18);
  --blue: #55c1ff;
  --cyan: #85ffe0;
  --gold: #ffd37a;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "JetBrains Mono", "ZSFT-hk", "Noto Sans CJK", "Noto Sans SC", monospace;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 20%, rgba(85, 193, 255, 0.15), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(133, 255, 224, 0.12), transparent 26%),
    radial-gradient(circle at 50% 80%, rgba(255, 211, 122, 0.1), transparent 24%),
    linear-gradient(180deg, #030813 0%, #091528 50%, #050a12 100%);
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #0b0c10;
}

::-webkit-scrollbar-thumb {
  background: #1f2833;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #45a29e;
}

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

.page-shell {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
}

.ambient {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -2;
}

.ambient::before,
.ambient::after {
  content: "";
  position: absolute;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.55;
  animation: drift 18s ease-in-out infinite;
}

.ambient::before {
  top: -10rem;
  left: -8rem;
  background: radial-gradient(circle, rgba(85, 193, 255, 0.36), transparent 68%);
}

.ambient::after {
  right: -12rem;
  top: 22%;
  background: radial-gradient(circle, rgba(133, 255, 224, 0.28), transparent 70%);
  animation-duration: 22s;
}

.grid {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(138, 194, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(138, 194, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 85%);
  opacity: 0.42;
  z-index: -3;
  animation: gridFloat 20s linear infinite;
}

.cursor-glow {
  position: fixed;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(85, 193, 255, 0.15), transparent 62%);
  transform: translate(-50%, -50%);
  transition: left 0.18s ease-out, top 0.18s ease-out, opacity 0.3s ease;
  opacity: 0.8;
  z-index: -1;
}

.noise {
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 0.8px, transparent 0.8px);
  background-size: 18px 18px;
  opacity: 0.08;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: -1;
}

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

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 32px 0 24px;
}

.hero-panel {
  position: relative;
  width: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(11, 22, 40, 0.72), rgba(7, 15, 28, 0.58));
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto 6% 0 auto;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, rgba(133, 255, 224, 0), rgba(133, 255, 224, 0.36), rgba(133, 255, 224, 0));
  opacity: 0.6;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 56px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cyan), var(--blue) 55%, #d7f5ff);
  box-shadow: 0 10px 30px rgba(85, 193, 255, 0.38);
  position: relative;
  overflow: hidden;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 9px;
  border: 1px solid rgba(7, 17, 31, 0.22);
}

.brand-copy strong,
.brand-copy span {
  display: block;
}

.brand-copy strong {
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-family: "ZSFT-hk", "Noto Sans SC", sans-serif;
}

.brand-copy span {
  margin-top: 3px;
  font-size: 0.74rem;
  color: var(--muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  color: var(--muted);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 0 rgba(133, 255, 224, 0.8);
  animation: pulse 2.1s infinite;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: end;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d4edff;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan));
}

.hero-kicker {
  margin-bottom: 14px;
  font-size: 0.76rem;
  letter-spacing: 0.32em;
  color: rgba(236, 244, 255, 0.46);
}

h1 {
  margin: 0;
  font-size: clamp(2.7rem, 8vw, 5.4rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
  text-wrap: balance;
  font-family: "ZSFT-hk", "Noto Sans SC", sans-serif;
  max-width: 7ch;
}

.headline-accent {
  display: block;
  background: linear-gradient(135deg, #ffffff 0%, #bce4ff 42%, #85ffe0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 30px rgba(133, 255, 224, 0.1);
}

.lead {
  max-width: 42rem;
  margin: 24px 0 32px;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 2;
  color: rgba(236, 244, 255, 0.76);
  font-family: "ZSFT-hk", "Noto Sans SC", sans-serif;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 160px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, rgba(133, 255, 224, 0.92), rgba(85, 193, 255, 0.92));
  color: #04101d;
  box-shadow: 0 16px 40px rgba(85, 193, 255, 0.22);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

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

.metric {
  padding: 18px 18px 16px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.metric strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.metric span {
  color: var(--muted);
  font-size: 0.9rem;
  font-family: "ZSFT-hk", "Noto Sans SC", sans-serif;
}

.showcase {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.orbital {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.ring,
.core,
.float-card {
  position: absolute;
}

.ring {
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(188, 228, 255, 0.15);
  box-shadow: inset 0 0 24px rgba(85, 193, 255, 0.08);
  animation: spin 18s linear infinite;
}

.ring:nth-child(2) {
  inset: 4%;
  animation-direction: reverse;
  animation-duration: 22s;
  border-style: dashed;
}

.ring:nth-child(3) {
  inset: 24%;
  animation-duration: 14s;
}

.core {
  width: 44%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), transparent 22%),
    radial-gradient(circle at 50% 50%, rgba(85, 193, 255, 0.4), rgba(9, 21, 40, 0.96) 72%);
  box-shadow:
    inset 0 0 40px rgba(255, 255, 255, 0.08),
    0 0 60px rgba(85, 193, 255, 0.24),
    0 28px 60px rgba(0, 0, 0, 0.35);
  animation: breathe 5s ease-in-out infinite;
}

.core::before,
.core::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.core::before {
  inset: -14%;
  border: 1px solid rgba(133, 255, 224, 0.2);
}

.core::after {
  inset: 22%;
  background: linear-gradient(135deg, rgba(133, 255, 224, 0.4), rgba(85, 193, 255, 0.18));
  filter: blur(4px);
}

.float-card {
  width: 210px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  animation: float 7s ease-in-out infinite;
}

.float-card strong,
.float-card span {
  display: block;
}

.float-card strong {
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #dcf3ff;
}

.float-card span {
  margin-top: 10px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--muted);
  font-family: "ZSFT-hk", "Noto Sans SC", sans-serif;
}

.card-a {
  top: 8%;
  left: -2%;
  animation-delay: -1.3s;
}

.card-b {
  right: -4%;
  top: 54%;
  animation-delay: -3.6s;
}

.card-c {
  left: 10%;
  bottom: -2%;
  animation-delay: -5.4s;
}

.section {
  padding: 18px 0 80px;
}

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

.feature,
.statement,
.stack-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.feature,
.statement {
  background: linear-gradient(180deg, rgba(14, 28, 52, 0.78), rgba(9, 18, 32, 0.64));
}

.feature {
  padding: 24px;
  border-radius: 24px;
  backdrop-filter: blur(18px);
}

.feature::before,
.statement::before,
.stack-card::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -10%;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(85, 193, 255, 0.18), transparent 70%);
  transform: translateZ(0);
}

.feature-label {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 999px;
  margin-bottom: 18px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d4edff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.feature h2,
.statement h2 {
  margin: 0 0 12px;
  letter-spacing: -0.03em;
}

.feature h2 {
  font-size: 1.45rem;
}

.statement h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.feature p,
.statement p,
.stack-card span {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
  font-family: "ZSFT-hk", "Noto Sans SC", sans-serif;
}

.section-deep {
  padding-top: 0;
}

.statement {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.8fr);
  gap: 20px;
  padding: 28px;
  border-radius: 28px;
  backdrop-filter: blur(18px);
}

.statement-copy {
  max-width: 44rem;
}

.statement-stack {
  display: grid;
  gap: 14px;
}

.stack-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.stack-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #dcf3ff;
}

.footer {
  padding: 20px 0 32px;
}

.footer-panel {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.2fr);
  gap: 16px 28px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(236, 244, 255, 0.56);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: space-between;
}

.footer-brand strong {
  font-size: 0.92rem;
  color: rgba(236, 244, 255, 0.78);
}

.record-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.footer-stats {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 0.7rem;
  color: rgba(236, 244, 255, 0.46);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-meta {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.footer-stat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-stat-live {
  color: var(--text);
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #45e38f;
  box-shadow: 0 0 0 0 rgba(69, 227, 143, 0.7);
  animation: pulse-green 2s infinite;
}

.record-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: color 0.25s ease, transform 0.25s ease;
}

.record-link:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.record-icon {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--blue));
  box-shadow: 0 0 20px rgba(255, 211, 122, 0.3);
}

.record-badge {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.record-link-police {
  color: rgba(236, 244, 255, 0.78);
}

.footer-brand span,
.record-link span {
  font-family: "ZSFT-hk", "Noto Sans SC", sans-serif;
}

.footer-brand span {
  color: rgba(236, 244, 255, 0.42);
}

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

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(133, 255, 224, 0.7); }
  70% { box-shadow: 0 0 0 12px rgba(133, 255, 224, 0); }
  100% { box-shadow: 0 0 0 0 rgba(133, 255, 224, 0); }
}

@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(69, 227, 143, 0.65); }
  70% { box-shadow: 0 0 0 10px rgba(69, 227, 143, 0); }
  100% { box-shadow: 0 0 0 0 rgba(69, 227, 143, 0); }
}

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(2rem, 1.5rem, 0) scale(1.05); }
}

@keyframes gridFloat {
  from { transform: translateY(0); }
  to { transform: translateY(48px); }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

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

@media (max-width: 1024px) {
  .hero-grid,
  .section-grid,
  .statement {
    grid-template-columns: 1fr;
  }

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

  .showcase {
    min-height: 480px;
  }

  .card-a {
    left: 0;
  }

  .card-b {
    right: 0;
  }

  .card-c {
    left: 4%;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 18px;
  }

  .hero-panel,
  .statement {
    padding: 18px;
    border-radius: 28px;
  }

  .hero-panel::before {
    border-radius: 27px;
  }

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

  .footer-panel {
    display: grid;
    padding: 18px;
  }

  .status-pill,
  .record-links,
  .footer-stats {
    width: 100%;
  }

  .record-links,
  .footer-stats {
    justify-content: flex-start;
  }

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

  .showcase {
    min-height: 440px;
  }

  .orbital {
    width: min(100%, 320px);
  }

  .float-card {
    width: 160px;
    padding: 14px;
  }

  .card-a {
    top: 4%;
  }

  .card-b {
    top: auto;
    right: 0;
    bottom: 6%;
  }

  .card-c {
    left: 0;
    bottom: -6%;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
