:root {
  --bg: #070a10;
  --bg2: #0b0e14;
  --text: #ecf2ff;
  --muted: rgba(236, 242, 255, 0.72);
  --line: rgba(236, 242, 255, 0.12);
  --panel: rgba(255, 255, 255, 0.05);
  --panel2: rgba(255, 255, 255, 0.08);

  --a: #7cf1ff;
  --b: #ff5cff;
  --c: #ffd56a;

  --radius: 18px;
  --shadow: 0 28px 120px rgba(0, 0, 0, 0.55);
}

* { box-sizing: border-box; }
html, body { height: 100%; }

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(1100px 760px at 15% 25%, rgba(124, 241, 255, 0.10), transparent 60%),
    radial-gradient(900px 700px at 90% 30%, rgba(255, 92, 255, 0.10), transparent 58%),
    radial-gradient(900px 740px at 55% 92%, rgba(255, 213, 106, 0.08), transparent 55%),
    linear-gradient(180deg, var(--bg2), var(--bg));
  font: 500 16px/1.6 "Space Grotesk", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  letter-spacing: 0.01em;
}

a { color: inherit; text-decoration-color: rgba(124, 241, 255, 0.52); text-underline-offset: 4px; }
a:hover { text-decoration-color: rgba(255, 92, 255, 0.62); }

.skip {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(236, 242, 255, 0.16);
  background: rgba(0, 0, 0, 0.35);
  transform: translateY(-120%);
  transition: transform 200ms ease;
}
.skip:focus { transform: translateY(0); }

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  backdrop-filter: blur(18px);
  background: rgba(11, 14, 20, 0.55);
  border-bottom: 1px solid rgba(236, 242, 255, 0.10);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand__name { font-weight: 760; letter-spacing: 0.01em; }

.brand__mark {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(236, 242, 255, 0.14);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.02), 0 0 58px rgba(124, 241, 255, 0.18);
  overflow: hidden;
}

.mark__ring {
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  background: conic-gradient(from 220deg, var(--a), var(--b), var(--c), var(--a));
  opacity: 0.85;
  animation: spin 7.6s linear infinite;
}

.mark__dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: rgba(11, 14, 20, 0.9);
  border: 1px solid rgba(236, 242, 255, 0.18);
}

.topbar__actions { display: inline-flex; align-items: center; gap: 10px; }

.chiplink {
  display: inline-flex;
  padding: 9px 10px;
  border-radius: 999px;
  border: 1px solid rgba(236, 242, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  font-weight: 680;
}
.chiplink:hover { border-color: rgba(236, 242, 255, 0.24); }

.hero {
  position: relative;
  min-height: calc(100svh - 72px);
  display: grid;
  place-items: center;
  padding: 80px 0 44px;
  overflow: hidden;
}

.hero__fx {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
}

.hero__content { position: relative; z-index: 3; }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(236, 242, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(236, 242, 255, 0.86);
}

.kicker__pill {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(236, 242, 255, 0.86);
}

.kicker__text { font-weight: 650; letter-spacing: 0.02em; font-size: 13px; }
.kicker__sep { opacity: 0.65; }

.hero__title {
  margin: 18px 0 12px;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.hero__titleAccent {
  display: inline-block;
  background: linear-gradient(90deg, rgba(124, 241, 255, 1), rgba(255, 92, 255, 1), rgba(255, 213, 106, 1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__lead {
  max-width: 70ch;
  font-size: 18px;
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(236, 242, 255, 0.16);
  background: linear-gradient(135deg, rgba(124, 241, 255, 0.18), rgba(255, 92, 255, 0.12));
  color: var(--text);
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.btn:hover { border-color: rgba(236, 242, 255, 0.28); }

.btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.section { padding: 76px 0; }

.section__head {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

h2 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -0.02em;
}

h3 { margin: 0 0 10px; font-size: 18px; letter-spacing: -0.01em; }

.muted { color: var(--muted); }

.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.panel {
  border: 1px solid rgba(236, 242, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}

.list {
  margin: 0;
  padding-left: 18px;
  color: rgba(236, 242, 255, 0.86);
}

.list li { margin: 10px 0; }

.tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(236, 242, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.01em;
  margin-right: 8px;
}

.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.card {
  border: 1px solid rgba(236, 242, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.card__top {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(236, 242, 255, 0.14);
  background: rgba(0, 0, 0, 0.22);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 650;
  color: rgba(236, 242, 255, 0.82);
}

.card p { margin: 10px 0 12px; color: var(--muted); }

.card__meta { display: flex; gap: 8px; flex-wrap: wrap; }

.pill {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(236, 242, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  font-size: 12px;
  font-weight: 650;
  color: rgba(236, 242, 255, 0.84);
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.step {
  border: 1px solid rgba(236, 242, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 20px;
  padding: 16px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
}

.step__num {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(236, 242, 255, 0.14);
  background: rgba(0, 0, 0, 0.22);
  display: grid;
  place-items: center;
  font-weight: 800;
}

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

.terminal {
  border: 1px solid rgba(236, 242, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.terminal__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(236, 242, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
}

.dot { width: 10px; height: 10px; border-radius: 999px; }
.dot--r { background: rgba(255, 92, 255, 0.85); }
.dot--y { background: rgba(255, 213, 106, 0.85); }
.dot--g { background: rgba(124, 241, 255, 0.85); }

.terminal__title {
  margin-left: 6px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12px;
  color: rgba(236, 242, 255, 0.78);
}

.terminal__body {
  margin: 0;
  padding: 16px;
  overflow: auto;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
  color: rgba(236, 242, 255, 0.90);
}

.ctaRow {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer {
  padding: 34px 0 64px;
  border-top: 1px solid rgba(236, 242, 255, 0.10);
  background: rgba(0, 0, 0, 0.16);
}

.footer__grid {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer__brand { font-weight: 820; letter-spacing: 0.01em; }
.footer__meta { color: rgba(236, 242, 255, 0.72); }

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.bg__grain {
  position: absolute;
  inset: -30%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
  opacity: 0.10;
  transform: rotate(7deg);
  mix-blend-mode: overlay;
}

.bg__grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(236, 242, 255, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(236, 242, 255, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(closest-side at 50% 40%, rgba(0,0,0,1), rgba(0,0,0,0));
  opacity: 0.55;
}

.bg__orb {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  filter: blur(28px);
  opacity: 0.22;
}

.bg__orb--a {
  left: -160px;
  top: 12vh;
  background: radial-gradient(circle at 35% 30%, rgba(124, 241, 255, 1), rgba(124, 241, 255, 0));
}

.bg__orb--b {
  right: -220px;
  bottom: -140px;
  background: radial-gradient(circle at 30% 40%, rgba(255, 92, 255, 1), rgba(255, 92, 255, 0));
}

.bg__orb--c {
  left: 42vw;
  bottom: -220px;
  background: radial-gradient(circle at 40% 40%, rgba(255, 213, 106, 1), rgba(255, 213, 106, 0));
}

[data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 650ms ease, transform 650ms ease;
  will-change: transform, opacity;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (min-width: 860px) {
  .split { grid-template-columns: 1fr 1fr; }
  .cards { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  [data-reveal] { transition: none; }
  .mark__ring { animation: none; }
}
