/* ============================================================
   GENTRIC.ai / Design System v3
   Dark, electric-blue, blueprint-driven.
   ============================================================ */

:root {
  --bg: #05070d;
  --bg-2: #080c16;
  --card: #0b101d;
  --card-2: #0e1424;
  --bp-bg: #0a1120;
  --line: rgba(148, 170, 220, 0.14);
  --line-soft: rgba(148, 170, 220, 0.08);
  --bp-line: rgba(76, 141, 255, 0.28);
  --text: #e9edf7;
  --muted: #9aa5c0;
  --faint: #7d88a6;
  --blue: #2e6bff;
  --blue-soft: #4c8dff;
  --cyan: #38bdf8;
  --grad: linear-gradient(100deg, #6aa5ff 0%, #2e6bff 45%, #38bdf8 100%);
  --radius: 18px;
  --radius-lg: 26px;
  --font-display: "Space Grotesk", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "Cascadia Code", Consolas, monospace;
  --header-h: 76px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

img, svg, canvas, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, textarea, select { font: inherit; color: inherit; }

::selection { background: rgba(46, 107, 255, 0.4); color: #fff; }

:focus-visible {
  outline: 2px solid var(--blue-soft);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible, .sso-btn:focus-visible, .carousel-nav button:focus-visible { outline-offset: 2px; }
.field :is(input, textarea, select):focus-visible { outline: none; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 12px 20px;
  background: var(--blue);
  color: #fff;
  font-weight: 600;
  border-radius: 0 0 12px 0;
}
.skip-link:focus { left: 0; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #1b2540; border-radius: 8px; border: 2px solid var(--bg); }
::-webkit-scrollbar-thumb:hover { background: #2a3a63; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Grain + ambient page background */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(900px 600px at 85% -10%, rgba(46, 107, 255, 0.13), transparent 60%),
    radial-gradient(700px 500px at -10% 25%, rgba(56, 189, 248, 0.07), transparent 60%),
    radial-gradient(800px 700px at 50% 120%, rgba(46, 107, 255, 0.08), transparent 60%),
    var(--bg);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.5;
  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='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.035 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; letter-spacing: -0.02em; }

.display-1 { font-size: clamp(2.25rem, 6vw, 4.4rem); }
.display-2 { font-size: clamp(1.9rem, 4.2vw, 3.1rem); }
.display-3 { font-size: clamp(1.5rem, 2.6vw, 2rem); }

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue-soft);
  margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--grad); }

.lead { color: var(--muted); font-size: clamp(1.02rem, 1.4vw, 1.18rem); max-width: 62ch; }
.lead-sm { font-size: clamp(0.98rem, 1.1vw, 1.08rem); }
.prose p { max-width: 58ch; }

.mono-note {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7fa6e8;
}

/* ---------- Layout ---------- */
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.container-wide { width: min(1360px, calc(100% - 48px)); margin-inline: auto; }

.section { padding: clamp(72px, 9vw, 128px) 0; position: relative; }
.section-tight { padding: clamp(48px, 6vw, 84px) 0; position: relative; }

.section-head { max-width: 760px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .lead { margin-inline: auto; }
.section-head h2 { margin-bottom: 16px; }
.section-head .eyebrow + h2 { margin-top: 0; }

/* ============================================================
   Wordmark (SVG logo)
   ============================================================ */
.logo { display: inline-flex; align-items: center; transition: opacity 0.25s ease; }
.logo:hover { opacity: 0.82; }
.logo-svg { height: 21px; width: auto; display: block; }
.site-footer .logo-svg { height: 23px; }
.auth-side .logo-svg, .auth-main .logo-svg { height: 22px; }

/* ============================================================
   Header / Navigation
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 90;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(6, 9, 17, 0.72);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  backdrop-filter: blur(18px) saturate(1.4);
  border-bottom-color: var(--line-soft);
}
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.header-inner > .logo { justify-self: start; }
.main-nav { justify-self: center; }
.header-actions { justify-self: end; }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a {
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--muted);
  position: relative;
  padding: 6px 0;
  white-space: nowrap;
  transition: color 0.25s ease;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  border-radius: 2px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease-out);
}
.main-nav a:hover, .main-nav a.active { color: var(--text); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 12px; flex: none; }

/* Hamburger */
.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  flex: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 96;
}
.nav-toggle span {
  position: absolute;
  left: 12px; right: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--text);
  transition: transform 0.35s var(--ease-out), opacity 0.25s ease, top 0.35s var(--ease-out);
}
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-open .nav-toggle span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 94;
  background: rgba(5, 7, 13, 0.94);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.nav-open .mobile-menu { opacity: 1; visibility: visible; }
.mobile-menu a {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 5.4vw, 2.3rem);
  font-weight: 600;
  color: var(--muted);
  padding: 7px 20px;
  transform: translateY(18px);
  opacity: 0;
  transition: transform 0.5s var(--ease-out), opacity 0.5s ease, color 0.25s ease;
}
.mobile-menu a:hover, .mobile-menu a.active { color: var(--text); }
.nav-open .mobile-menu a { transform: translateY(0); opacity: 1; }
.nav-open .mobile-menu a:nth-child(1) { transition-delay: 0.05s; }
.nav-open .mobile-menu a:nth-child(2) { transition-delay: 0.09s; }
.nav-open .mobile-menu a:nth-child(3) { transition-delay: 0.13s; }
.nav-open .mobile-menu a:nth-child(4) { transition-delay: 0.17s; }
.nav-open .mobile-menu a:nth-child(5) { transition-delay: 0.21s; }
.nav-open .mobile-menu a:nth-child(6) { transition-delay: 0.25s; }
.nav-open .mobile-menu a:nth-child(7) { transition-delay: 0.29s; }
.nav-open .mobile-menu a:nth-child(8) { transition-delay: 0.33s; }
.nav-open { overflow: hidden; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.25s var(--ease-out), box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
.btn:active { transform: scale(0.97); }
.btn svg { width: 16px; height: 16px; flex: none; transition: transform 0.3s var(--ease-out); }
.btn:hover svg { transform: translateX(4px); }

.btn-primary {
  background: linear-gradient(100deg, #3d7bff, #2e6bff 55%, #2a86f0);
  color: #fff;
  box-shadow: 0 8px 28px rgba(46, 107, 255, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 38px rgba(46, 107, 255, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line);
  color: var(--text);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  border-color: rgba(148, 170, 220, 0.35);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-2px);
}

.btn-sm { padding: 9px 18px; font-size: 0.88rem; }
.btn-lg { padding: 16px 34px; font-size: 1.02rem; }
.btn-block { width: 100%; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--blue-soft);
  white-space: nowrap;
  transition: gap 0.3s var(--ease-out), color 0.25s ease;
}
.text-link:hover { gap: 13px; color: #7fb0ff; }
.text-link svg { width: 14px; height: 14px; }

/* ============================================================
   Blueprint language
   ============================================================ */
.bp-surface {
  position: relative;
  background:
    repeating-linear-gradient(0deg, rgba(76, 141, 255, 0.05) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(90deg, rgba(76, 141, 255, 0.05) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(0deg, rgba(76, 141, 255, 0.09) 0 1px, transparent 1px 130px),
    repeating-linear-gradient(90deg, rgba(76, 141, 255, 0.09) 0 1px, transparent 1px 130px),
    var(--bp-bg);
}
.bp-frame {
  position: relative;
  border: 1px solid var(--bp-line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45), inset 0 0 90px rgba(46, 107, 255, 0.06);
}
.bp-tick {
  position: absolute;
  width: 14px; height: 14px;
  border-color: rgba(120, 168, 255, 0.7);
  border-style: solid;
  border-width: 0;
  z-index: 2;
}
.bp-tick.tl { top: 8px; left: 8px; border-top-width: 2px; border-left-width: 2px; }
.bp-tick.tr { top: 8px; right: 8px; border-top-width: 2px; border-right-width: 2px; }
.bp-tick.bl { bottom: 8px; left: 8px; border-bottom-width: 2px; border-left-width: 2px; }
.bp-tick.br { bottom: 8px; right: 8px; border-bottom-width: 2px; border-right-width: 2px; }
.bp-label {
  position: absolute;
  top: 12px; left: 30px;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7fa6e8;
}
.bp-label.br-pos { top: auto; left: auto; bottom: 12px; right: 30px; }
.bp-frame .schematic { display: block; width: 100%; height: auto; }

/* dashed connector text inside schematics */
.schematic text { font-family: var(--font-mono); }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 40px) 0 110px;
  overflow: clip;
}
#hero-canvas { position: absolute; inset: 0; z-index: 0; opacity: 0.9; }
.hero::before {
  content: "";
  position: absolute;
  width: 720px; height: 720px;
  top: -240px; right: -160px;
  z-index: 0;
  background: conic-gradient(from 90deg, rgba(46, 107, 255, 0.22), rgba(56, 189, 248, 0.1), rgba(122, 92, 255, 0.12), rgba(46, 107, 255, 0.22));
  filter: blur(90px);
  border-radius: 50%;
  animation: aurora-spin 18s linear infinite;
}
@keyframes aurora-spin { to { transform: rotate(360deg); } }

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-areas:
    "badge console"
    "h1 console"
    "lead console"
    "cta console"
    "meta console";
  column-gap: clamp(40px, 5vw, 72px);
  align-items: center;
}
.hg-badge { grid-area: badge; justify-self: start; }
.hg-h1 { grid-area: h1; }
.hg-lead { grid-area: lead; }
.hg-cta { grid-area: cta; }
.hg-meta { grid-area: meta; align-self: start; }
.hg-console { grid-area: console; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--muted);
  margin-bottom: 26px;
  max-width: 100%;
}
.hero-badge .dot {
  width: 8px; height: 8px;
  flex: none;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6);
  animation: pulse-dot 2.2s infinite;
}
@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55); }
  70% { box-shadow: 0 0 0 9px rgba(52, 211, 153, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

.hero h1 { margin-bottom: 22px; }

/* height leaves room for descenders (y, g); negative margin keeps baseline rhythm */
.rotator { display: inline-grid; vertical-align: bottom; overflow: hidden; height: 1.26em; margin-bottom: -0.14em; }
.rotator span {
  grid-area: 1 / 1;
  padding-bottom: 0.14em;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0;
  transform: translateY(115%);
  transition: transform 0.6s var(--ease-out), opacity 0.4s ease;
  will-change: transform;
}
.rotator span.is-in { opacity: 1; transform: translateY(0); }
.rotator span.is-out { opacity: 0; transform: translateY(-115%); }

.hero .lead { margin-bottom: 34px; }
.hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 42px; }

.hero-meta { display: flex; gap: clamp(20px, 4vw, 48px); flex-wrap: wrap; }
.hero-meta .hm { display: flex; flex-direction: column; gap: 2px; }
.hero-meta .hm b {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.hero-meta .hm span { font-size: 0.82rem; color: var(--faint); }

/* ---- Console mock: blueprint-to-live story ---- */
.console-wrap { position: relative; }
.console-stage { position: relative; }

/* Skeleton-draft story: one card, its own elements resolve in place.
   Base styles (no stage class) ARE the final live state, so no-JS and
   reduced-motion users simply see the finished console. */

.console-stage .console { position: relative; z-index: 2; }

/* shimmer sweep across the card while drafting (and once per redeploy pulse) */
.console-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  border-radius: var(--radius-lg);
  background: linear-gradient(105deg, transparent 42%, rgba(159, 192, 255, 0.09) 50%, transparent 58%);
  background-size: 240% 100%;
  background-position: 200% 0;
  opacity: 0;
}
.console-stage.stage-draft::after {
  opacity: 1;
  animation: shimmer-loop 1.5s linear infinite;
}
.console-stage.stage-pulse::after { animation: shimmer-once 1.1s ease-in-out 1; }
@keyframes shimmer-loop { to { background-position: -140% 0; } }
@keyframes shimmer-once {
  0% { opacity: 0; background-position: 200% 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { opacity: 0; background-position: -140% 0; }
}

/* dashed drafting frame inset in the card, fades away as it goes live */
.console-stage .console::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(111, 160, 240, 0.45);
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease 0.15s;
}
.stage-draft .console::after { opacity: 1; transition-delay: 0s; }

/* title bar state: DRAFT tag crossfades to LIVE pill in the same slot */
.cb-draft {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  color: #7fa6e8;
  opacity: 0;
  transition: opacity 0.45s ease;
}
.stage-draft .cb-draft { opacity: 0.9; }
.cb-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 10px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: #4ade80;
  opacity: 1;
  transition: opacity 0.45s ease 0.25s;
}
.cb-live i { width: 7px; height: 7px; border-radius: 50%; background: #34d399; animation: pulse-dot 2.2s infinite; }
.stage-draft .cb-live { opacity: 0; transition-delay: 0s; }
.stage-draft .cb-live i { animation: none; }
.console-stage:not(.stage-draft) .cb-draft { margin-left: auto; opacity: 0; position: absolute; visibility: hidden; }
.console-stage:not(.stage-draft) .cb-live { margin-left: auto; }

/* KPI tiles: dashed empty shells with placeholder bars, resolve to real numbers */
.ck { position: relative; transition: border-color 0.55s ease, background 0.55s ease; }
.ck b, .ck span { transition: opacity 0.5s ease; }
.ck::before, .ck::after {
  content: "";
  position: absolute;
  left: 13px;
  border-radius: 4px;
  background: rgba(127, 166, 232, 0.22);
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
.ck::before { top: 15px; height: 9px; width: 52%; }
.ck::after { bottom: 12px; height: 6px; width: 34%; }
.stage-draft .ck {
  border-style: dashed;
  border-color: rgba(111, 160, 240, 0.42);
  background: transparent;
}
.stage-draft .ck b, .stage-draft .ck span { opacity: 0; transition-delay: 0s; }
.stage-draft .ck::before, .stage-draft .ck::after { opacity: 1; }
/* staggered resolve, left to right */
.console-stage:not(.stage-draft) .ck:nth-child(1) { transition-delay: 0.1s; }
.console-stage:not(.stage-draft) .ck:nth-child(2) { transition-delay: 0.2s; }
.console-stage:not(.stage-draft) .ck:nth-child(3) { transition-delay: 0.3s; }
.console-stage:not(.stage-draft) .ck:nth-child(1) b, .console-stage:not(.stage-draft) .ck:nth-child(1) span { transition-delay: 0.2s; }
.console-stage:not(.stage-draft) .ck:nth-child(2) b, .console-stage:not(.stage-draft) .ck:nth-child(2) span { transition-delay: 0.3s; }
.console-stage:not(.stage-draft) .ck:nth-child(3) b, .console-stage:not(.stage-draft) .ck:nth-child(3) span { transition-delay: 0.4s; }

/* chart: planned bars as thin outlines at final height, then the fill pours in */
.console-stage .console-chart i {
  animation: none;
  transform: scaleY(1);
  background: none;
  border: 1px solid transparent;
  position: relative;
  transition: border-color 0.55s ease;
}
.console-stage .console-chart i::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(76, 141, 255, 0.9), rgba(46, 107, 255, 0.25));
  opacity: 1;
  transform-origin: bottom;
  transition: opacity 0.5s ease, transform 0.6s var(--ease-out);
  transition-delay: calc(var(--i) * 45ms + 0.45s);
}
.console-stage .console-chart i:nth-child(even)::before {
  background: linear-gradient(180deg, rgba(56, 189, 248, 0.75), rgba(56, 189, 248, 0.15));
}
.stage-draft .console-chart i { border-color: rgba(111, 160, 240, 0.38); }
.stage-draft .console-chart i::before { opacity: 0; transform: scaleY(0.2); transition-delay: 0s; }
.console-stage:not(.stage-draft) .console-chart i {
  border-color: transparent;
  transition-delay: calc(var(--i) * 45ms + 0.45s);
}

/* logs: shimmer skeleton rows resolve, then the terminal types */
.console-stage .console-log .ln { animation: none; opacity: 1; position: relative; }
.console-stage .console-log .ln > span { transition: opacity 0.4s ease; }
.console-stage .console-log .ln::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: var(--skw, 70%);
  border-radius: 4px;
  background: rgba(127, 166, 232, 0.18);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.console-stage .console-log .ln:nth-child(1) { --skw: 78%; }
.console-stage .console-log .ln:nth-child(2) { --skw: 62%; }
.console-stage .console-log .ln:nth-child(3) { --skw: 71%; }
.console-stage .console-log .ln:nth-child(4) { --skw: 55%; }
.stage-draft .console-log .ln > span { opacity: 0; transition-delay: 0s; }
.stage-draft .console-log .ln::after { opacity: 1; }
.console-stage:not(.stage-draft) .console-log .ln:nth-child(1) > span { transition-delay: 0.8s; }
.console-stage:not(.stage-draft) .console-log .ln:nth-child(2) > span { transition-delay: 0.9s; }
.console-stage:not(.stage-draft) .console-log .ln:nth-child(3) > span { transition-delay: 1s; }
.console-stage:not(.stage-draft) .console-log .ln:nth-child(4) > span { transition-delay: 1.1s; }
.console-stage:not(.stage-draft) .console-log .ln::after { transition-delay: 0.75s; }

/* chips ride above everything and spring in once the card is live */
.console-wrap:has(.stage-draft) .console-chip { opacity: 0; transform: scale(0.75); }
.console-wrap:has(.stage-live) .chip-tl {
  animation: chip-spring 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 1.35s both, chip-float 6s ease-in-out 1.95s infinite;
}
.console-wrap:has(.stage-live) .chip-br {
  animation: chip-spring 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 1.65s both, chip-float 6s ease-in-out 2.25s infinite;
}
@keyframes chip-spring {
  from { opacity: 0; transform: scale(0.75) translateY(8px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.console-wrap::before {
  content: "";
  position: absolute;
  inset: -8%;
  background: radial-gradient(closest-side, rgba(46, 107, 255, 0.22), transparent 70%);
  z-index: -1;
}
.console {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(17, 24, 44, 0.9), rgba(9, 13, 24, 0.92));
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  animation: console-float 7s ease-in-out infinite;
}
@keyframes console-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.console-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line-soft);
}
.console-bar i { width: 11px; height: 11px; border-radius: 50%; background: #26314f; }
.console-bar i:nth-child(1) { background: #ff5f57; }
.console-bar i:nth-child(2) { background: #febc2e; }
.console-bar i:nth-child(3) { background: #28c840; }
.console-bar .cb-title { margin-left: 10px; font-size: 0.78rem; color: var(--faint); letter-spacing: 0.06em; }
.console-body { padding: 20px 22px 24px; }

.console-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
.ck {
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.025);
  border-radius: 14px;
  padding: 12px 14px;
  min-width: 0;
}
.ck b { display: block; font-family: var(--font-display); font-size: 1.14rem; letter-spacing: -0.01em; white-space: nowrap; }
.ck span { font-size: 0.68rem; color: var(--faint); letter-spacing: 0.04em; text-transform: uppercase; }
.ck .up { color: #34d399; font-size: 0.72rem; margin-left: 5px; }

.console-chart {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 96px;
  padding: 0 2px 6px;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 16px;
}
.console-chart i {
  flex: 1;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, rgba(76, 141, 255, 0.9), rgba(46, 107, 255, 0.25));
  height: calc(var(--h, 40) * 1%);
  transform-origin: bottom;
  animation: bar-in 1s var(--ease-out) both;
  animation-delay: calc(var(--i) * 0.06s + 0.4s);
}
.console-chart i:nth-child(even) { background: linear-gradient(180deg, rgba(56, 189, 248, 0.75), rgba(56, 189, 248, 0.15)); }
@keyframes bar-in { from { transform: scaleY(0); } to { transform: scaleY(1); } }

.console-log { font-family: var(--font-mono); font-size: 0.74rem; line-height: 1.9; }
.console-log .ln { display: flex; gap: 10px; opacity: 0; animation: ln-in 0.45s ease both; min-width: 0; }
.console-log .ln > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.console-log .ln .t { color: var(--faint); flex: none; }
.console-log .ln .ok { color: #34d399; }
.console-log .ln .info { color: var(--cyan); }
.console-log .ln .warn { color: #fbbf24; }
.console-log .ln:nth-child(1) { animation-delay: 0.9s; }
.console-log .ln:nth-child(2) { animation-delay: 1.5s; }
.console-log .ln:nth-child(3) { animation-delay: 2.1s; }
.console-log .ln:nth-child(4) { animation-delay: 2.7s; }
@keyframes ln-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

.console-chip {
  position: absolute;
  z-index: 6;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(13, 19, 36, 0.9);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.5);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 0.82rem;
  animation: chip-float 6s ease-in-out infinite;
}
.console-chip .ic {
  width: 34px; height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(46, 107, 255, 0.16);
  color: var(--blue-soft);
  flex: none;
}
.console-chip .ic svg { width: 17px; height: 17px; }
.console-chip b { display: block; font-size: 0.84rem; }
.console-chip span { color: var(--faint); font-size: 0.72rem; }
.chip-tl { top: 8%; left: -6%; animation-delay: 0.8s; }
.chip-br { bottom: 6%; right: -4%; animation-delay: 2s; }
@keyframes chip-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.scroll-hint {
  position: absolute;
  bottom: 26px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--faint);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.scroll-hint::after {
  content: "";
  width: 1px; height: 34px;
  background: linear-gradient(180deg, var(--blue-soft), transparent);
  animation: hint-drop 1.8s ease-in-out infinite;
}
@keyframes hint-drop {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ============================================================
   Marquee (clients)
   ============================================================ */
.marquee-section { border-block: 1px solid var(--line-soft); padding: 30px 0; overflow: hidden; }
.marquee-label {
  text-align: center;
  font-size: 0.76rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 22px;
  padding: 0 20px;
}
.marquee {
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: clamp(44px, 6.5vw, 90px);
  padding-right: clamp(44px, 6.5vw, 90px);
  flex: none;
  animation: marquee 34s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-100%); } }
.marquee-track .mk {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
  opacity: 0.62;
  transition: opacity 0.3s ease;
}
.marquee-track .mk:hover { opacity: 1; }
.marquee-track .mk img {
  height: 30px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  display: none;
}
.marquee-track .mk.has-logo img { display: block; }
.marquee-track .mk.has-logo .mk-name { display: none; }
.marquee-track .mk-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  color: var(--muted);
}

/* ============================================================
   Cards / grids
   ============================================================ */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

/* grid/flex items must be allowed to shrink below content size (mobile overflow guard) */
.hero-grid > *, .grid-2 > *, .grid-3 > *, .grid-4 > *, .case > *,
.contact-grid > *, .footer-grid > *, .steps > *, .stats-grid > * { min-width: 0; }
.hero-badge { flex-wrap: nowrap; text-align: left; }
.console-bar .cb-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }

.card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
  padding: 30px 28px;
  overflow: hidden;
  transition: transform 0.35s var(--ease-out), border-color 0.35s ease, box-shadow 0.35s ease;
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(76, 141, 255, 0.4);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(76, 141, 255, 0.12);
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(76, 141, 255, 0.13), transparent 45%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.card:hover::before { opacity: 1; }

.card-icon {
  width: 50px; height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  background: rgba(46, 107, 255, 0.12);
  border: 1px solid rgba(76, 141, 255, 0.25);
  color: var(--blue-soft);
  transition: transform 0.35s var(--ease-out), background 0.3s ease, color 0.3s ease;
}
.card-icon svg { width: 23px; height: 23px; }
.card:hover .card-icon {
  transform: scale(1.08) rotate(-4deg);
  background: rgba(46, 107, 255, 0.22);
  color: #8db4ff;
}
.card h3 { font-size: 1.18rem; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 0.95rem; }
.card .text-link { margin-top: 18px; font-size: 0.88rem; }

.card-tag {
  position: absolute;
  top: 22px; right: 22px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: rgba(56, 189, 248, 0.08);
  padding: 4px 10px;
  border-radius: 999px;
}

.snapshot-card { padding: 28px; }
.snapshot-card .mono-note { display: block; margin-bottom: 18px; }
.snapshot-card ul.ticks { gap: 14px; }
.snapshot-card .text-link { margin-top: 20px; }

ul.ticks { display: grid; gap: 10px; }
ul.ticks li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 0.94rem;
}
ul.ticks li::before {
  content: "";
  flex: none;
  width: 16px; height: 16px;
  margin-top: 3px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234c8dff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center / 10px no-repeat,
    rgba(46, 107, 255, 0.14);
}

.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  color: #a7c2f5;
  border: 1px solid rgba(76, 141, 255, 0.3);
  background: rgba(46, 107, 255, 0.08);
  border-radius: 999px;
  padding: 4px 12px;
  white-space: nowrap;
}

/* ============================================================
   Stats band
   ============================================================ */
.stats-band {
  border-block: 1px solid var(--line-soft);
  background:
    radial-gradient(600px 300px at 20% 0%, rgba(46, 107, 255, 0.1), transparent 60%),
    radial-gradient(600px 300px at 80% 100%, rgba(56, 189, 248, 0.07), transparent 60%);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 18px 8px; }
.stat b {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.1rem, 4.4vw, 3.3rem);
  letter-spacing: -0.02em;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat span { color: var(--muted); font-size: 0.9rem; }

/* ============================================================
   Work / portfolio
   ============================================================ */
.work-card {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.thumb {
  position: relative;
  overflow: hidden;
  background:
    repeating-linear-gradient(0deg, rgba(76, 141, 255, 0.06) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(90deg, rgba(76, 141, 255, 0.06) 0 1px, transparent 1px 24px),
    var(--bp-bg);
}
.work-card .thumb {
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid var(--line-soft);
}
.thumb svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.thumb img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.5s var(--ease-out);
}
.work-card:hover .thumb img { transform: scale(1.04); }
.work-card .work-body { padding: 28px 26px 30px; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.work-card .work-kicker {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7fa6e8;
}
.work-card h3 { font-size: 1.22rem; }
.work-card p { color: var(--muted); font-size: 0.93rem; flex: 1; }
.work-card .text-link { margin-top: 4px; }

@media (min-width: 901px) {
  .grid-2.flip > :first-child { order: 2; }
}

/* Full case rows on /work/ */
.case {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 4.5vw, 64px);
  align-items: center;
  padding: clamp(40px, 5.5vw, 72px) 0;
  border-bottom: 1px solid var(--line-soft);
}
.case:last-of-type { border-bottom: 0; padding-bottom: 0; }
.case:first-of-type { padding-top: 0; }
.case .case-visual { position: relative; }
.case .case-copy h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 10px 0 14px; }
.case .case-copy > p { color: var(--muted); margin-bottom: 18px; }
.case ul.ticks { margin: 0 0 20px; }
.case .outcome {
  display: flex;
  gap: clamp(18px, 3vw, 38px);
  flex-wrap: wrap;
  border-top: 1px dashed rgba(76, 141, 255, 0.3);
  padding-top: 18px;
}
.case .outcome .o b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.3rem;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.case .outcome .o span { font-size: 0.78rem; color: var(--faint); }

/* Proof band: horizontal snap carousel with arrows */
.proof-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.carousel-nav { display: flex; gap: 10px; flex: none; margin-bottom: clamp(40px, 5vw, 64px); }
.carousel-nav button {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s var(--ease-out);
}
.carousel-nav button:hover { border-color: rgba(76, 141, 255, 0.5); background: rgba(46, 107, 255, 0.12); transform: translateY(-2px); }
.carousel-nav svg { width: 17px; height: 17px; }
.proof-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, calc((100% - 44px) / 3));
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  scrollbar-width: none;
}
.proof-row::-webkit-scrollbar { display: none; }
.proof-row .proof-card { scroll-snap-align: start; }
.proof-card { padding: 28px 26px; }
.proof-card .pk {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7fa6e8;
  display: block;
  margin-bottom: 14px;
}
.proof-card b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.proof-card b em {
  font-style: normal;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.proof-card p { color: var(--muted); font-size: 0.92rem; }

/* ============================================================
   Industries
   ============================================================ */
.ind-card { display: flex; flex-direction: column; }
.ind-card ul.ticks { margin-top: 16px; }
.ind-card ul.ticks li { font-size: 0.9rem; }
.ind-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.ind-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  padding: 22px 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 500;
  transition: transform 0.3s var(--ease-out), border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.ind-pill svg { width: 26px; height: 26px; color: var(--blue-soft); }
.ind-pill:hover {
  transform: translateY(-4px);
  border-color: rgba(76, 141, 255, 0.45);
  color: var(--text);
  background: rgba(46, 107, 255, 0.07);
}

/* ============================================================
   Process / steps
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
  transition: transform 0.35s var(--ease-out), border-color 0.35s ease;
}
.step:hover { transform: translateY(-5px); border-color: rgba(76, 141, 255, 0.4); }
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 18px;
  background: linear-gradient(180deg, rgba(122, 156, 255, 0.9), rgba(76, 141, 255, 0.12));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.step h3 { font-size: 1.08rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.9rem; }

/* ============================================================
   CTA banner
   ============================================================ */
.cta-banner {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(48px, 6vw, 80px) clamp(24px, 5vw, 72px);
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(700px 340px at 50% -40%, rgba(46, 107, 255, 0.3), transparent 65%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 170, 220, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 170, 220, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(closest-side at 50% 0%, #000, transparent);
  mask-image: radial-gradient(closest-side at 50% 0%, #000, transparent);
  pointer-events: none;
}
.cta-banner h2 { position: relative; margin-bottom: 14px; }
.cta-banner .lead { position: relative; margin: 0 auto 34px; }
.cta-banner .hero-cta { position: relative; justify-content: center; margin-bottom: 0; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  border-top: 1px solid var(--line-soft);
  padding: clamp(56px, 7vw, 88px) 0 36px;
  background: linear-gradient(180deg, transparent, rgba(46, 107, 255, 0.04));
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: clamp(32px, 4vw, 56px);
  margin-bottom: 56px;
}
.footer-brand p { color: var(--muted); font-size: 0.92rem; margin-top: 18px; max-width: 36ch; }
.footer-col h3 {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 18px;
  font-weight: 600;
}
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { color: var(--muted); font-size: 0.94rem; transition: color 0.25s ease, padding-left 0.25s ease; }
.footer-col a:hover { color: var(--text); padding-left: 4px; }
.footer-col p { color: var(--muted); font-size: 0.9rem; }

.newsletter {
  display: flex;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}
.newsletter input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 12px 18px;
  font-size: 0.9rem;
  color: var(--text);
}
.newsletter input::placeholder { color: var(--faint); }
.newsletter button {
  border: 0;
  background: var(--blue);
  color: #fff;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0 22px;
  cursor: pointer;
  transition: background 0.25s ease;
}
.newsletter button:hover { background: #3d7bff; }
.newsletter:focus-within {
  border-color: rgba(76, 141, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(46, 107, 255, 0.12);
}

.footer-bottom {
  border-top: 1px solid var(--line-soft);
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--faint);
  font-size: 0.84rem;
}
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 44px; height: 44px;
  border-radius: 11px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--muted);
  transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s var(--ease-out), background 0.25s ease;
}
.footer-social a:hover {
  color: #fff;
  border-color: rgba(76, 141, 255, 0.5);
  background: rgba(46, 107, 255, 0.14);
  transform: translateY(-3px);
}
.footer-social svg { width: 17px; height: 17px; }

/* ============================================================
   Sub-page hero
   ============================================================ */
.page-hero {
  position: relative;
  padding: calc(var(--header-h) + clamp(56px, 8vw, 110px)) 0 clamp(44px, 6vw, 80px);
  overflow: clip;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(76, 141, 255, 0.04) 0 1px, transparent 1px 32px),
    repeating-linear-gradient(90deg, rgba(76, 141, 255, 0.04) 0 1px, transparent 1px 32px);
  -webkit-mask-image: radial-gradient(720px 420px at 50% 0%, #000, transparent);
  mask-image: radial-gradient(720px 420px at 50% 0%, #000, transparent);
  pointer-events: none;
}
.page-hero::after {
  content: "";
  position: absolute;
  width: 640px; height: 640px;
  top: -300px; left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(46, 107, 255, 0.18), transparent 70%);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; text-align: center; }
.page-hero h1 { margin-bottom: 18px; }
.page-hero .lead { margin-inline: auto; }

.breadcrumb {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 0.82rem;
  color: var(--faint);
  margin-bottom: 22px;
}
.breadcrumb a { color: var(--muted); transition: color 0.2s ease; }
.breadcrumb a:hover { color: var(--text); }

/* ============================================================
   Forms
   ============================================================ */
.field { position: relative; margin-bottom: 22px; }
.field input,
.field textarea,
.field select {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 18px 10px;
  font-size: 0.96rem;
  color: var(--text);
  outline: 0;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.field textarea { min-height: 140px; resize: vertical; }
.field select { padding: 17px 18px; appearance: none; }
.field select option { background: var(--card); color: var(--text); }
.field label {
  position: absolute;
  left: 18px; top: 17px;
  font-size: 0.95rem;
  color: var(--faint);
  pointer-events: none;
  transition: transform 0.25s var(--ease-out), font-size 0.25s ease, color 0.25s ease, top 0.25s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: rgba(76, 141, 255, 0.55);
  background: rgba(46, 107, 255, 0.05);
  box-shadow: 0 0 0 4px rgba(46, 107, 255, 0.12);
}
.field input:focus ~ label,
.field input:not(:placeholder-shown) ~ label,
.field textarea:focus ~ label,
.field textarea:not(:placeholder-shown) ~ label {
  top: 9px;
  font-size: 0.72rem;
  color: var(--blue-soft);
  letter-spacing: 0.05em;
}
.field input::placeholder, .field textarea::placeholder { color: transparent; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: 0.8rem; color: var(--faint); }
.form-note a { color: var(--blue-soft); }

/* ============================================================
   Toast
   ============================================================ */
/* back to top */
.to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 150;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(76, 141, 255, 0.4);
  background: rgba(13, 19, 36, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--blue-soft);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s var(--ease-out), border-color 0.25s ease, color 0.25s ease;
}
.to-top svg { width: 18px; height: 18px; }
.to-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.to-top:hover { border-color: rgba(76, 141, 255, 0.8); color: #fff; transform: translateY(-3px); }

.toast {
  position: fixed;
  bottom: 28px; left: 50%;
  transform: translate(-50%, 140%);
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 14px;
  border: 1px solid rgba(76, 141, 255, 0.4);
  background: rgba(13, 19, 36, 0.92);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  font-size: 0.92rem;
  font-weight: 500;
  max-width: min(92vw, 480px);
  transition: transform 0.5s var(--ease-out);
}
.toast.show { transform: translate(-50%, 0); }
.toast .ti {
  width: 30px; height: 30px;
  flex: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(52, 211, 153, 0.15);
  color: #34d399;
}
.toast .ti svg { width: 15px; height: 15px; }

/* ============================================================
   Login page
   ============================================================ */
.auth-page { min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; }
.auth-side {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 52px;
  overflow: hidden;
  background:
    radial-gradient(800px 500px at 0% 0%, rgba(46, 107, 255, 0.24), transparent 60%),
    radial-gradient(600px 500px at 100% 100%, rgba(56, 189, 248, 0.12), transparent 60%),
    var(--bg-2);
  border-right: 1px solid var(--line-soft);
}
.auth-side::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 170, 220, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 170, 220, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: radial-gradient(closest-side at 30% 30%, #000, transparent);
  mask-image: radial-gradient(closest-side at 30% 30%, #000, transparent);
}
.auth-side-content { position: relative; }
.auth-side .auth-headline {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-size: clamp(1.7rem, 2.6vw, 2.2rem);
  margin: 26px 0 14px;
  max-width: 16ch;
}
.auth-side p { color: var(--muted); max-width: 42ch; }
.auth-quote {
  position: relative;
  border-left: 2px solid var(--blue);
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.94rem;
  max-width: 44ch;
}
.auth-quote b { display: block; color: var(--text); margin-top: 10px; font-size: 0.86rem; }

.auth-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 48px 24px;
  position: relative;
}
/* the auth-main logo exists for mobile, where the branded side panel is hidden */
@media (min-width: 901px) {
  .auth-main > .logo { display: none; }
}
.auth-card {
  position: relative;
  width: min(430px, 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012));
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  padding: 38px 34px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.auth-card h1 { font-size: clamp(1.7rem, 2.2vw, 1.9rem); margin-bottom: 8px; }
.auth-card .sub { color: var(--muted); font-size: 0.94rem; margin-bottom: 28px; }
.auth-alt { text-align: center; margin-top: 22px; font-size: 0.88rem; color: var(--faint); }
.auth-alt a { color: var(--blue-soft); font-weight: 600; }
.auth-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--faint);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 22px 0;
}
.auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--line-soft); }
.sso-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sso-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s var(--ease-out);
}
.sso-btn:hover { border-color: rgba(148, 170, 220, 0.4); background: rgba(255, 255, 255, 0.06); transform: translateY(-2px); }
.sso-btn svg { width: 17px; height: 17px; }

.auth-meta { display: flex; justify-content: space-between; align-items: center; margin: -6px 0 22px; font-size: 0.84rem; }
.auth-meta a { color: var(--blue-soft); }
.remember { display: flex; align-items: center; gap: 8px; color: var(--muted); cursor: pointer; }
.remember input { accent-color: var(--blue); width: 15px; height: 15px; }

/* ============================================================
   About page bits
   ============================================================ */
.value-num {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--blue-soft);
  margin-bottom: 14px;
}

.timeline { position: relative; margin-top: 12px; }
.timeline::before {
  content: "";
  position: absolute;
  left: 7px; top: 6px; bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, var(--blue), rgba(46, 107, 255, 0.05));
}
.timeline-item { position: relative; padding: 0 0 40px 42px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
  content: "";
  position: absolute;
  left: 0; top: 6px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--bg);
  border: 3px solid var(--blue);
  box-shadow: 0 0 0 5px rgba(46, 107, 255, 0.15);
}
.timeline-item .tl-year {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--blue-soft);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.timeline-item h3 { font-size: 1.12rem; margin-bottom: 6px; }
.timeline-item p { color: var(--muted); font-size: 0.94rem; max-width: 56ch; }

/* Values row with dashed connectors between cards */
.values-row { position: relative; }
.values-row::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 6%; right: 6%;
  border-top: 1px dashed rgba(76, 141, 255, 0.35);
  z-index: 0;
}
.values-row .card { z-index: 1; }
.values-row .card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.values-row .card p { font-size: 0.9rem; }

/* Team row: bench + two founders */
.team-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
  max-width: 1020px;
  margin-inline: auto;
}
.avatar-cluster { display: flex; justify-content: center; margin: 0 auto 20px; height: 92px; align-items: center; }
.avatar-cluster span {
  width: 62px; height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  border: 3px solid var(--bg);
  background: linear-gradient(135deg, rgba(46, 107, 255, 0.75), rgba(56, 189, 248, 0.5));
}
.avatar-cluster span + span { margin-left: -16px; }
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 860px;
  margin-inline: auto;
}
.team-card { text-align: center; padding: 34px 26px 30px; }
.team-avatar {
  width: 92px; height: 92px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, rgba(46, 107, 255, 0.9), rgba(56, 189, 248, 0.65));
  box-shadow: 0 0 0 5px rgba(46, 107, 255, 0.12), 0 14px 34px rgba(46, 107, 255, 0.25);
  transition: transform 0.35s var(--ease-out);
}
.card:hover .team-avatar { transform: scale(1.06); }
.team-card h3 { font-size: 1.14rem; margin-bottom: 4px; }
.team-card .role { color: var(--blue-soft); font-size: 0.84rem; font-weight: 600; margin-bottom: 12px; }
.team-card p { font-size: 0.9rem; }

/* ============================================================
   Contact page bits
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.contact-info-item {
  display: flex;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-soft);
}
.contact-info-item:last-child { border-bottom: 0; }
.contact-info-item .ci {
  flex: none;
  width: 46px; height: 46px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: rgba(46, 107, 255, 0.12);
  border: 1px solid rgba(76, 141, 255, 0.25);
  color: var(--blue-soft);
}
.contact-info-item .ci svg { width: 20px; height: 20px; }
.contact-info-item h3 { font-size: 1rem; margin-bottom: 4px; }
.contact-info-item p, .contact-info-item a { color: var(--muted); font-size: 0.92rem; }
.contact-info-item a:hover { color: var(--blue-soft); }

.contact-form-card { padding: clamp(28px, 4vw, 44px); }

.faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  margin-bottom: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.3s ease;
}
.faq-item[open] { border-color: rgba(76, 141, 255, 0.4); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-weight: 600;
  font-family: var(--font-display);
  font-size: 1.02rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+" / "";
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--blue-soft);
  transition: transform 0.35s var(--ease-out);
  flex: none;
  line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item:not([open]):hover { border-color: rgba(76, 141, 255, 0.3); }
.faq-item summary:hover::after { color: #7fb0ff; }
.faq-item .faq-body { padding: 0 24px 22px; color: var(--muted); font-size: 0.95rem; max-width: 72ch; }
.faq-item[open] .faq-body { animation: faq-in 0.4s var(--ease-out); }
@keyframes faq-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Schematic life: flowing dashes + pulsing nodes */
.schematic .flow {
  stroke-dasharray: 5 6;
  animation: dashflow 1.4s linear infinite;
}
@keyframes dashflow { to { stroke-dashoffset: -22; } }
.schematic .pulse { animation: nodepulse 2.6s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
.schematic .spin { animation: schspin 9s linear infinite; }
@keyframes schspin { to { transform: rotate(360deg); } }
@keyframes nodepulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .schematic .flow, .schematic .pulse, .schematic .spin { animation: none; }
}

/* ============================================================
   Reveal-on-scroll
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s ease, transform 0.8s var(--ease-out);
  transition-delay: var(--d, 0s);
  will-change: opacity, transform;
}
.reveal.in-view { opacity: 1; transform: none; }
.reveal-scale { transform: translateY(20px) scale(0.96); }
.reveal-scale.in-view { transform: none; }
.reveal-left { transform: translateX(-40px); }
.reveal-left.in-view { transform: none; }
.reveal-right { transform: translateX(40px); }
.reveal-right.in-view { transform: none; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1180px) {
  .main-nav { gap: 22px; }
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "badge" "h1" "console" "lead" "cta" "meta";
  }
  .console-wrap { width: 100%; max-width: 640px; margin-inline: auto; }
  .hg-console { margin-block: 14px 34px; }
  .chip-tl { top: -16px; left: -6px; }
  .chip-br { bottom: -16px; right: -6px; }
  .values-row::before { display: none; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .ind-strip { grid-template-columns: repeat(3, 1fr); }
  .case { grid-template-columns: 1fr; gap: 30px; }
  .case .case-visual { max-width: 640px; margin-inline: auto; order: -1; }
}

@media (max-width: 980px) {
  .header-inner { display: flex; align-items: center; justify-content: space-between; }
  .main-nav { display: none; }
  .nav-toggle { display: block; }
  .header-actions .btn-ghost { display: none; }
  .team-row { grid-template-columns: 1fr; max-width: 460px; }
  .proof-row { grid-auto-columns: minmax(270px, 85%); }
}

@media (max-width: 900px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-2 { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > .reveal-right { order: -1; }
  .auth-page { grid-template-columns: 1fr; }
  .auth-side { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .founder-grid { grid-template-columns: 1fr; max-width: 460px; }
}

@media (max-width: 620px) {
  .container, .container-wide { width: calc(100% - 40px); }
  .grid-3, .grid-4, .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero { padding-top: calc(var(--header-h) + 18px); padding-bottom: 56px; }
  .hg-console { margin-block: 30px 44px; }
  .hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .hero-meta .hm b { font-size: 1.18rem; }
  .hero-meta .hm span { font-size: 0.74rem; }
  .marquee-track { gap: 34px; padding-right: 34px; }
  .marquee-track .mk { gap: 10px; }
  .marquee-track .mk img { height: 24px; max-width: 120px; }
  .marquee-track .mk-name { font-size: 0.92rem; }
  /* the chips are part of the picture: keep them, smaller */
  .console-chip { padding: 8px 11px; border-radius: 11px; }
  .console-chip .ic { width: 26px; height: 26px; border-radius: 8px; }
  .console-chip .ic svg { width: 13px; height: 13px; }
  .console-chip b { font-size: 0.72rem; }
  .console-chip span { font-size: 0.6rem; }
  .chip-tl { top: -16px; left: -16px; }
  .chip-br { bottom: -16px; right: -16px; }
  /* compact console: a small card, not a full-width block */
  .console-wrap { max-width: 330px; }
  .console { border-radius: 18px; }
  .console-bar { padding: 9px 12px; }
  .console-bar i { width: 9px; height: 9px; }
  .console-bar .cb-title { font-size: 0.68rem; }
  .console-body { padding: 12px 12px 14px; }
  .console-kpis { gap: 6px; margin-bottom: 11px; }
  .ck { border-radius: 9px; padding: 7px 8px; }
  .ck b { font-size: 0.8rem; }
  .ck span { font-size: 0.5rem; letter-spacing: 0.02em; }
  .console-chart { height: 46px; gap: 4px; margin-bottom: 10px; }
  .console-log { font-size: 0.56rem; line-height: 1.75; }
  .console-log .ln { gap: 7px; }
  .scroll-hint { display: none; }
  .sso-row { grid-template-columns: 1fr; }
  .ind-strip { grid-template-columns: repeat(2, 1fr); }
  .console-kpis { gap: 8px; }
  .ck { padding: 10px 10px; }
  .ck b { font-size: 1rem; }
}

@media (max-width: 480px) {
  .logo-svg { height: 15px; }
  .header-inner { gap: 10px; }
  .header-actions { gap: 8px; }
  .header-actions .btn-primary { padding: 9px 14px; font-size: 0.82rem; }
  /* both hero CTAs share one row on phones */
  .hero-cta { flex-wrap: nowrap; gap: 10px; }
  .hero-cta .btn-lg { padding: 12px 16px; font-size: 0.88rem; }
  .hero-cta .btn-lg svg { width: 14px; height: 14px; }
  .ck b { font-size: 0.92rem; white-space: normal; }
  .card-tag { position: static; display: inline-block; margin-bottom: 12px; }
  .auth-card { padding: 30px 22px; }
  .auth-meta { flex-wrap: wrap; gap: 6px; }
  .container, .container-wide { width: calc(100% - 34px); }
  .display-1 { font-size: clamp(2.05rem, 8.6vw, 2.6rem); }
  .hero-badge { font-size: 0.74rem; padding: 7px 13px; }
  .btn-lg { padding: 14px 26px; font-size: 0.96rem; }
}

@media (max-width: 374px) {
  .header-actions .btn-primary { display: none; }
  .hero-cta { flex-wrap: wrap; }
}

/* ============================================================
   Reduced motion
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001s !important;
  }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  #hero-canvas { display: none; }
  .proof-row { scroll-behavior: auto; }
  .console-stage::after, .console-stage .console::after { display: none !important; }
  .console-wrap .console-chip, .console-stage .ck, .console-log .ln, .ck b, .ck span, .console-log .ln > span { opacity: 1 !important; transform: none !important; }
}
