:root {
  --teal: #00d4dc;
  --ink: #05070a;
  --panel: rgba(12, 16, 20, 0.94);
  --text: #e8eef2;
  --muted: #8b9aa6;
  --silver: #c5d0d6;
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Outfit, system-ui, sans-serif;
}
body { min-height: 100vh; overflow-x: hidden; }
a { color: var(--teal); text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: rgba(0, 212, 220, 0.28); color: #fff; }
.site-bg {
  position: fixed; inset: 0; z-index: -2; opacity: 0.4;
}
.hex-grid {
  background-image: radial-gradient(circle at 1px 1px, rgba(0, 212, 220, 0.14) 1px, transparent 0);
  background-size: 28px 28px;
  animation: grid-drift 22s linear infinite;
}
.noise {
  pointer-events: none;
  position: fixed; inset: 0; z-index: 40; opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.page { padding-top: 96px; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(760px, calc(100% - 40px)); margin: 0 auto; }
.legal { width: min(720px, calc(100% - 40px)); margin: 0 auto; padding-bottom: 96px; }
h1, h2, h3, .font-display, .label, .nav-link, .btn-primary, .btn-ghost, .brand strong, .brand em {
  font-family: Syne, sans-serif;
}
h1 { font-size: clamp(2.2rem, 6vw, 4.4rem); line-height: 1.05; margin: 0; }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin: 0; }
.label {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.muted { color: var(--muted); line-height: 1.7; }
.teal { color: var(--teal); }
.logo-e { color: var(--teal); text-shadow: 0 0 18px rgba(0, 212, 220, 0.55); }
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  background: rgba(5, 7, 10, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 212, 220, 0.12);
}
.nav-inner, .footer-bar-inner, .account-nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav-inner { padding: 12px 0; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--silver); }
.brand img { width: 52px; height: 52px; object-fit: cover; box-shadow: 0 0 24px rgba(0, 212, 220, 0.25); }
.brand strong { display: block; letter-spacing: 0.28em; font-size: 18px; }
.brand em { display: block; font-style: normal; font-size: 10px; letter-spacing: 0.42em; text-transform: uppercase; color: var(--muted); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-link {
  position: relative;
  color: var(--silver);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.nav-link:hover, .nav-link.active { color: var(--teal); }
.nav-link::after {
  content: "";
  position: absolute; left: 0; bottom: -6px; height: 1px; width: 0;
  background: var(--teal); box-shadow: 0 0 8px var(--teal); transition: width 0.25s ease;
}
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.menu-btn { display: none; background: none; border: 0; color: var(--teal); font-size: 28px; }
.btn-primary, .btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; font-size: 13px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; cursor: pointer; border: 0;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}
.btn-primary {
  position: relative;
  color: #07090b;
  background: linear-gradient(90deg, #00d4dc, #7af4fb);
  box-shadow: 0 0 24px rgba(0, 212, 220, 0.28);
  overflow: hidden;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.btn-primary:after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.35) 48%, transparent 66%);
  transform: translateX(-120%);
  animation: shimmer 3.2s ease-in-out infinite;
}
.btn-primary:hover { filter: brightness(1.08); transform: translateY(-2px); }
.btn-ghost {
  color: var(--teal);
  background: rgba(0, 212, 220, 0.06);
  border: 1px solid rgba(0, 212, 220, 0.35);
}
.nav-cta { padding: 10px 20px; }
.panel {
  position: relative;
  background: linear-gradient(180deg, rgba(18, 26, 32, 0.92), rgba(8, 11, 14, 0.94));
  border: 1px solid rgba(0, 212, 220, 0.16);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
}
.panel:before, .panel:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: var(--teal);
  border-style: solid;
  opacity: 0.5;
  pointer-events: none;
}
.panel:before { top: -1px; left: -1px; border-width: 1px 0 0 1px; }
.panel:after { right: -1px; bottom: -1px; border-width: 0 1px 1px 0; }
.panel-glow:hover, .price-card:hover {
  border-color: rgba(0, 212, 220, 0.5);
  box-shadow: 0 20px 60px rgba(0, 212, 220, 0.12);
}
.price-card { transition: transform 0.35s ease, border-color 0.35s ease; }
.price-card:hover { transform: translateY(-8px); }
.pad { padding: 24px; }
.pad-lg { padding: 32px; }
.field, select.field, textarea.field {
  width: 100%;
  background: rgba(7, 9, 11, 0.8);
  color: var(--silver);
  border: 1px solid rgba(0, 212, 220, 0.16);
  padding: 12px 16px;
  font: inherit;
  outline: none;
}
.field:focus { border-color: var(--teal); box-shadow: 0 0 24px rgba(0, 212, 220, 0.12); }
.hero { display: grid; gap: 48px; align-items: start; padding: 48px 0 24px; }
.hero-copy p { font-size: 18px; line-height: 1.8; color: var(--muted); max-width: 560px; }
.badge {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(0, 212, 220, 0.25);
  background: rgba(0, 212, 220, 0.1);
  color: var(--teal);
  padding: 6px 12px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); animation: led 1.6s ease-in-out infinite; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.grid-2 { display: grid; gap: 24px; }
.grid-3, .grid-4, .cards, .stats { display: grid; gap: 20px; }
.mt { margin-top: 28px; }
.mt-lg { margin-top: 56px; }
.mb { margin-bottom: 16px; }
.center { text-align: center; }
.float { animation: float-y 6s ease-in-out infinite; }
.logo-hero {
  width: 112px; height: 112px; margin: 0 auto 16px;
  border: 1px solid rgba(0, 212, 220, 0.3);
  box-shadow: 0 0 30px rgba(0, 212, 220, 0.25);
}
.terminal-col {
  min-width: 0;
  max-width: 100%;
}
.terminal-frame {
  background: #05080b;
  border: 1px solid rgba(0, 212, 220, 0.28);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  height: 420px;
  max-height: 420px;
  overflow: hidden;
}
.terminal-top {
  display: flex; align-items: center; gap: 8px;
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(0, 212, 220, 0.2);
  padding: 12px 16px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
}
.ball { width: 10px; height: 10px; border-radius: 50%; }
.scanlines {
  flex: 1 1 auto;
  min-height: 0;
  height: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 16px 20px;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px; line-height: 1.7;
  background: repeating-linear-gradient(to bottom, rgba(0,212,220,0.035), rgba(0,212,220,0.035) 1px, transparent 1px, transparent 4px);
}
.scanlines p { margin: 0; }
.scanlines::-webkit-scrollbar { width: 8px; }
.scanlines::-webkit-scrollbar-track { background: #05080b; }
.scanlines::-webkit-scrollbar-thumb { background: #1c3136; }
.marquee-wrap { overflow: hidden; border-block: 1px solid rgba(0, 212, 220, 0.15); background: rgba(13, 17, 20, 0.4); padding: 16px 0; margin-top: 48px; }
.marquee { display: flex; width: max-content; gap: 48px; animation: marquee 28s linear infinite; text-transform: uppercase; letter-spacing: 0.35em; font-size: 12px; color: var(--muted); }
.section { padding: 84px 0; }
.host-band { position: relative; overflow: hidden; padding: 40px 32px; }
.host-band:before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at left, rgba(0,212,220,0.12), transparent 55%);
}
.relative { position: relative; }
.cta-band { text-align: center; padding: 56px 32px; position: relative; overflow: hidden; }
.footer { margin-top: 96px; border-top: 1px solid rgba(0, 212, 220, 0.15); }
.footer-grid { display: grid; gap: 40px; padding: 64px 0; }
.footer-grid a { display: block; color: var(--silver); margin: 8px 0; }
.footer-bar { border-top: 1px solid rgba(255,255,255,0.05); }
.footer-bar-inner { padding: 20px 0; color: var(--muted); font-size: 12px; gap: 12px; flex-wrap: wrap; }
.footer-bar-inner img { width: 28px; height: 28px; display: inline-block; vertical-align: middle; margin-right: 8px; }
.tabs { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(0, 212, 220, 0.2); margin-top: 28px; }
.tabs button { background: none; border: 0; color: var(--muted); padding: 12px; letter-spacing: 0.25em; text-transform: uppercase; font-family: Syne, sans-serif; cursor: pointer; }
.tabs button.on { background: var(--teal); color: #07090b; }
.form-grid { display: grid; gap: 16px; }
.error { color: #ff8b8b; }
.ok { color: var(--teal); }
.account-nav { flex-wrap: wrap; margin-bottom: 36px; padding-bottom: 20px; border-bottom: 1px solid rgba(0, 212, 220, 0.15); }
.account-nav nav { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.chat { max-height: 480px; overflow: auto; padding: 20px; }
.bubble { margin: 12px 0; }
.bubble p { display: inline-block; max-width: 80%; padding: 12px 16px; }
.admin-msg { border: 1px solid rgba(0, 212, 220, 0.25); background: rgba(0, 212, 220, 0.1); }
.client-msg { background: #151b20; }
.list-btn { display: block; width: 100%; text-align: left; background: none; border: 0; color: inherit; padding: 12px; cursor: pointer; }
.list-btn.on { background: rgba(0, 212, 220, 0.15); color: var(--teal); }
.includes { display: grid; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; color: var(--silver); font-size: 14px; }
.includes li:before { content: "✓ "; color: var(--teal); }
.caret { animation: blink 1s step-end infinite; }
.orb {
  pointer-events: none;
  position: fixed;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1;
}
.orb-a { width: 520px; height: 520px; top: -120px; right: -80px; background: rgba(0, 212, 220, 0.16); animation: orb-drift 16s ease-in-out infinite; }
.orb-b { width: 420px; height: 420px; bottom: 10%; left: -120px; background: rgba(0, 140, 160, 0.12); animation: orb-drift 21s ease-in-out infinite reverse; }
.orb-c { width: 280px; height: 280px; top: 40%; right: 18%; background: rgba(197, 208, 214, 0.06); animation: orb-drift 18s ease-in-out infinite; }
.chapter {
  position: relative;
  padding: 120px 0;
  border-top: 1px solid rgba(0, 212, 220, 0.08);
}
.chapter.alt { background: linear-gradient(180deg, rgba(0, 212, 220, 0.035), transparent 40%, rgba(0,0,0,0.2)); }
.chapter-no {
  font-family: Syne, sans-serif;
  font-size: clamp(4rem, 12vw, 9rem);
  line-height: 0.8;
  margin: 0 0 24px;
  color: rgba(0, 212, 220, 0.12);
  letter-spacing: -0.06em;
}
.lede { font-size: 1.25rem; line-height: 1.85; color: var(--silver); max-width: 760px; }
.prose p { color: var(--muted); font-size: 1.05rem; line-height: 1.9; max-width: 760px; }
.prose h3 { margin: 36px 0 12px; font-size: 1.4rem; }
.pull {
  font-family: Syne, sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  line-height: 1.25;
  color: #fff;
  max-width: 900px;
  margin: 32px 0;
  border-left: 3px solid var(--teal);
  padding-left: 24px;
}
.step {
  display: grid;
  gap: 8px 28px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.step b { color: var(--teal); font-family: Syne, sans-serif; letter-spacing: 0.18em; font-size: 12px; }
.faq-item { border-bottom: 1px solid rgba(0, 212, 220, 0.12); padding: 22px 0; }
.faq-item h3 { margin: 0 0 8px; font-size: 1.15rem; }
.compare { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.compare th, .compare td { text-align: left; padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.compare th { color: var(--teal); font-family: Syne, sans-serif; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; }
.hero-stage { min-height: calc(100vh - 96px); padding-top: 32px; }
.mark {
  color: var(--teal);
  background: linear-gradient(90deg, #00d4dc, #7af4fb, #00d4dc);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: mark-flow 6s linear infinite;
}
.tile { padding: 28px; min-height: 180px; }
.reveal { opacity: 0; transform: translateY(28px); animation: rise 0.8s ease forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }
@media (min-width: 800px) {
  .step { grid-template-columns: 120px 1fr; align-items: start; }
}
@keyframes float-y { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes blink { 0%,49% { opacity: 1; } 50%,100% { opacity: 0; } }
@media (min-width: 800px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .cards { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .split { grid-template-columns: 280px 1fr; }
}
@media (max-width: 799px) {
  .menu-btn { display: block; }
  .nav-links {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: rgba(5,7,10,0.96); flex-direction: column; padding: 16px 20px 24px; gap: 16px;
  }
  .nav-links.open { display: flex; }
  .cards, .stats, .grid-3 { grid-template-columns: 1fr; }
}

html { scroll-behavior: smooth; }
.read-progress {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80; height: 3px;
  background: rgba(0, 212, 220, 0.08);
}
.read-progress span {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, #00d4dc, #7af4fb);
  box-shadow: 0 0 12px rgba(0, 212, 220, 0.65);
}
.chapter-layout { display: grid; gap: 12px 56px; }
.chapter-rail .chapter-no { margin-bottom: 12px; }
.chapter-body h2 { max-width: 920px; }
.toc {
  margin: 48px auto 8px;
  padding: 28px;
  border: 1px solid rgba(0, 212, 220, 0.18);
  background: linear-gradient(180deg, rgba(0, 212, 220, 0.05), rgba(8, 11, 14, 0.4));
  position: relative;
}
.toc:before, .toc:after {
  content: ""; position: absolute; width: 14px; height: 14px;
  border-color: var(--teal); border-style: solid; opacity: 0.55;
}
.toc:before { top: -1px; left: -1px; border-width: 1px 0 0 1px; }
.toc:after { right: -1px; bottom: -1px; border-width: 0 1px 1px 0; }
.toc-groups { display: grid; gap: 22px; }
.toc-kicker {
  margin: 0 0 10px;
  font-family: Syne, sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
}
.toc-links { display: flex; flex-wrap: wrap; gap: 8px; }
.toc-links a {
  color: var(--silver);
  border: 1px solid rgba(0, 212, 220, 0.16);
  padding: 8px 12px;
  font-size: 12px;
  letter-spacing: 0.04em;
  background: rgba(5, 7, 10, 0.55);
}
.toc-links a:hover { color: var(--teal); border-color: var(--teal); }
.terminal-live {
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 0 40px rgba(0, 212, 220, 0.08);
}
.hero-kicker {
  display: flex; flex-wrap: wrap; gap: 10px 18px;
  margin-bottom: 18px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-kicker span { color: var(--teal); }
.page-hero { padding: 48px 0 24px; }
.page-hero h1 { max-width: 920px; }
.cmd-strip {
  border-top: 1px solid rgba(0, 212, 220, 0.15);
  background: #05080b;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  color: var(--muted);
}
.cmd-strip-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.cmd-strip b { color: var(--teal); font-weight: 600; }
.watermark {
  position: absolute;
  right: 4%;
  top: 24px;
  font-family: Syne, sans-serif;
  font-size: clamp(4rem, 14vw, 9rem);
  color: rgba(0, 212, 220, 0.045);
  letter-spacing: 0.12em;
  pointer-events: none;
  user-select: none;
}
.chapter { overflow: hidden; scroll-margin-top: 88px; }
#pipeline, #pipeline-about, #library, #top, #work { scroll-margin-top: 88px; }
.back-top {
  position: fixed; right: 18px; bottom: 18px; z-index: 45;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  color: #07090b;
  background: var(--teal);
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  opacity: 0; pointer-events: none; transition: opacity 0.2s ease;
}
.back-top.on { opacity: 1; pointer-events: auto; }
.auth-shell { padding-bottom: 96px; }
@media (min-width: 900px) {
  .chapter-layout { grid-template-columns: 180px minmax(0, 1fr); align-items: start; }
  .toc-groups { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 799px) {
  .chapter { padding: 72px 0; }
  .cmd-strip-inner { font-size: 11px; }
  .hero-stack { height: 360px; }
  .hero-shot { height: 200px; }
  .hero-shot-b { height: 150px; }
}

.work-ticker {
  overflow: hidden;
  border-block: 1px solid rgba(0, 212, 220, 0.14);
  background: #05080b;
}
.work-ticker-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 14px 0;
  animation: marquee 42s linear infinite;
}
.work-ticker-item {
  margin: 0;
  width: min(420px, 72vw);
  flex: 0 0 auto;
  border: 1px solid rgba(0, 212, 220, 0.2);
  overflow: hidden;
}
.work-ticker-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.work-ticker:hover .work-ticker-track { animation-play-state: paused; }
.work-bento {
  display: grid;
  gap: 16px;
}
.work-card {
  position: relative;
  overflow: hidden;
  background: #05080b;
  border: 1px solid rgba(0, 212, 220, 0.18);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 212, 220, 0.16);
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.work-shot { overflow: hidden; }
.work-shot img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.work-card:hover .work-shot img { transform: scale(1.05); }
.work-featured .work-shot img { height: 220px; }
.work-meta {
  padding: 16px 18px 18px;
  background: linear-gradient(180deg, rgba(8, 11, 14, 0.2), rgba(5, 7, 10, 0.96));
}
.work-meta h3 { margin: 0 0 6px; font-size: 1.15rem; }
.work-meta p { margin: 0; color: var(--muted); font-size: 0.95rem; line-height: 1.55; }
.industry-tile { padding: 0 0 22px; overflow: hidden; min-height: 0; }
.industry-shot {
  width: 100%;
  height: 168px;
  object-fit: cover;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 212, 220, 0.14);
}
.industry-tile h3, .industry-tile .muted { padding: 0 28px; }
.industry-tile h3 { margin-top: 4px; }
@media (min-width: 800px) {
  .work-bento {
    grid-template-columns: repeat(6, 1fr);
  }
  .work-featured {
    grid-column: span 4;
    grid-row: span 2;
  }
  .work-featured .work-shot img { height: 100%; min-height: 460px; }
  .work-card:nth-child(2),
  .work-card:nth-child(3) { grid-column: span 2; }
  .work-card:nth-child(n+4) { grid-column: span 3; }
}

.home .chapter { padding: 80px 0; }
.hero-visual { position: relative; min-height: 420px; }
.hero-stack { position: relative; height: 480px; }
.hero-shot {
  position: absolute;
  width: 78%;
  border: 1px solid rgba(0, 212, 220, 0.28);
  object-fit: cover;
  height: 280px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.55);
}
.hero-shot-a {
  top: 0; right: 0;
  z-index: 1;
  animation: float-y 7s ease-in-out infinite;
}
.hero-shot-b {
  left: 0; bottom: 24px;
  width: 62%;
  height: 210px;
  z-index: 2;
  animation: float-y 8s ease-in-out infinite reverse;
}
.hero-mark {
  position: absolute;
  right: 18px;
  bottom: 8px;
  z-index: 3;
  width: 88px;
  height: 88px;
  margin: 0;
}
.server-bay {
  display: grid;
  gap: 40px;
  align-items: center;
}
.rack-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background: repeating-linear-gradient(90deg, #0b1014 0 8px, #12181e 8px 10px);
  border: 1px solid rgba(0, 212, 220, 0.22);
  border-bottom: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.rack-led {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 10px var(--teal);
  animation: led 1.2s ease-in-out infinite;
}
.cta-stage { text-align: left; }
.rise { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.rise.in { opacity: 1; transform: none; }
.cmd-strip span:first-child { animation: caret-glow 2.4s ease-in-out infinite; }
@keyframes grid-drift { to { background-position: 28px 28px; } }
@keyframes orb-drift {
  0%,100% { transform: translate(0, 0); }
  50% { transform: translate(-40px, 28px); }
}
@keyframes shimmer {
  0%, 55% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}
@keyframes led {
  0%,100% { opacity: 1; }
  50% { opacity: 0.35; }
}
@keyframes mark-flow { to { background-position: 200% 0; } }
@keyframes caret-glow {
  0%,100% { text-shadow: none; }
  50% { text-shadow: 0 0 12px rgba(0, 212, 220, 0.45); }
}
@media (min-width: 900px) {
  .server-bay { grid-template-columns: 1fr 1.05fr; }
}
@media (prefers-reduced-motion: reduce) {
  .hex-grid, .orb-a, .orb-b, .orb-c, .marquee, .work-ticker-track, .float, .hero-shot-a, .hero-shot-b, .btn-primary:after, .mark, .dot, .rack-led {
    animation: none !important;
  }
  .rise { opacity: 1; transform: none; }
}
