@font-face {
  font-family: AeonikPro;
  src: url('/static/medium.woff2') format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #080b12;
  --bg-elev: #0e1420;
  --surface: rgba(17, 25, 38, 0.92);
  --surface-strong: rgba(12, 19, 30, 0.97);
  --surface-soft: rgba(18, 28, 44, 0.72);
  --ink: #f4f8ff;
  --ink-soft: #c9d8ea;
  --muted: #8fa0b4;
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(255, 255, 255, 0.24);
  --accent: #5cb8ff;
  --accent-strong: #2f8fe8;
  --accent-2: #a2daff;
  --accent-warm: #ffaf76;
  --accent-warm-soft: rgba(255, 175, 118, 0.22);
  --focus-ring: 0 0 0 3px rgba(92, 184, 255, 0.35);
  --shadow-lg: 0 24px 52px rgba(0, 0, 0, 0.46);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius: 12px;
  --radius-sm: 8px;
  --font-sans: AeonikPro, 'Segoe UI', 'Trebuchet MS', sans-serif;
  --font-heading: AeonikPro, 'Bahnschrift', 'Segoe UI', sans-serif;
  --font-mono: 'Cascadia Code', Consolas, 'Courier New', monospace;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: var(--font-sans);
  color: var(--ink);
  background:
    radial-gradient(960px 420px at 50% -12%, rgba(92, 184, 255, 0.2), transparent 68%),
    linear-gradient(180deg, #080b12, #0b111b 36%, #0f1724 100%);
}

a {
  color: inherit;
}

img,
video,
canvas {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.hidden {
  display: none !important;
}

[hidden] {
  display: none !important;
}

.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;
}

.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(760px 360px at 0% -10%, rgba(92, 184, 255, 0.12), transparent 72%),
    radial-gradient(920px 380px at 100% 118%, rgba(255, 255, 255, 0.05), transparent 78%);
}

.home-opening {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 1rem;
  min-height: clamp(360px, 58vh, 680px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.hero-opening {
  margin-top: 0;
  min-height: clamp(440px, 70vh, 780px);
  border-bottom: 1px solid var(--line-strong);
}

.home-opening-canvas {
  display: block;
  width: 100%;
  height: clamp(440px, 70vh, 780px);
  z-index: 0;
  overflow: hidden;
  pointer-events: auto;
  cursor: grab;
  touch-action: none;
}

.home-opening-canvas::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: transparent;
}

.home-opening-canvas > canvas,
.home-opening-canvas > canvas.renderer {
  position: static;
  inset: auto;
  width: 100% !important;
  height: 100% !important;
  display: block;
  cursor: inherit;
}

.home-opening-canvas:active {
  cursor: grabbing;
}

.home-opening-copy {
  position: absolute;
  left: clamp(1rem, 3vw, 2.4rem);
  bottom: clamp(0.9rem, 3vw, 2rem);
  z-index: 2;
  display: grid;
  gap: 0.24rem;
  pointer-events: none;
}

.hero-opening-copy {
  max-width: min(92vw, 740px);
  gap: 0.48rem;
}

.home-opening-kicker {
  margin: 0;
  color: var(--accent-2);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--font-mono);
}

.home-opening-title {
  margin: 0;
  color: #e8f3ff;
  font-size: clamp(1rem, 2.2vw, 1.36rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-opening-title {
  margin: 0;
  color: #eef7ff;
  font-size: clamp(2rem, 6.4vw, 4.4rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
}

.hero-opening-subtitle {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(0.98rem, 2.1vw, 1.24rem);
  line-height: 1.45;
  max-width: 58ch;
}

.site-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding-bottom: 0;
}

.container {
  width: min(1220px, calc(100% - 2rem));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  margin-top: 0;
  padding: 0.72rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: rgba(7, 11, 18, 0.88);
  backdrop-filter: blur(10px);
}

.topbar.container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.news-ticker {
  position: relative;
  z-index: 30;
  width: 100%;
  border-top: 3px solid #cc1313;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, #141417, #0c0d10);
}

.news-ticker-shell {
  width: min(1220px, calc(100% - 2rem));
  margin-inline: auto;
  min-height: 42px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: stretch;
  gap: 0.38rem;
  padding: 0.28rem 0;
}

.news-ticker-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 0.3rem 0.72rem;
  border: 1px solid rgba(0, 0, 0, 0.58);
  background: #ffffff;
  color: #08090d;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  line-height: 1;
}

.news-ticker-brand:hover,
.news-ticker-brand:focus-visible {
  filter: brightness(0.93);
}

.news-ticker-live {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 0.4rem;
  padding: 0.3rem 0.72rem;
  background: #cc1313;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.news-ticker-live::before {
  content: '';
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  animation: news-live-pulse 1.45s ease-out infinite;
}

.news-ticker-window {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(90deg, rgba(19, 22, 28, 0.94), rgba(10, 12, 16, 0.96)),
    radial-gradient(circle at 12% 0%, rgba(92, 184, 255, 0.1), transparent 50%);
}

.news-ticker-window::before,
.news-ticker-window::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(18px, 3.8vw, 58px);
  pointer-events: none;
  z-index: 2;
}

.news-ticker-window::before {
  left: 0;
  background: linear-gradient(90deg, rgba(12, 13, 17, 0.98), rgba(12, 13, 17, 0));
}

.news-ticker-window::after {
  right: 0;
  background: linear-gradient(270deg, rgba(12, 13, 17, 0.98), rgba(12, 13, 17, 0));
}

.news-ticker-motion {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  min-width: 100%;
  animation: news-ticker-scroll 34s linear infinite;
}

.news-ticker-window:hover .news-ticker-motion,
.news-ticker-window:focus-within .news-ticker-motion {
  animation-play-state: paused;
}

.news-ticker-track {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.64rem;
  padding: 0.52rem 1rem;
}

.news-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.56rem;
  text-decoration: none;
  white-space: nowrap;
  color: #f3f6fb;
  line-height: 1;
}

.news-ticker-item:hover,
.news-ticker-item:focus-visible {
  color: #ffffff;
}

.news-ticker-kicker {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.16rem 0.5rem;
  color: #ffcece;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--font-mono);
}

.news-ticker-text {
  color: #f2f5fb;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.news-ticker-meta {
  color: #9ca8bb;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: var(--font-mono);
}

.news-ticker-divider {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 58, 58, 0.94);
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  display: none !important;
}

.brand-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.brand-title {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  line-height: 1;
}

.brand-subtitle {
  display: none;
  font-size: 0.64rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.topnav-link {
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  padding: 0.18rem 0;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--ink-soft);
  background: transparent;
  transition: color 120ms ease, border-color 120ms ease;
}

.topnav-link:hover,
.topnav-link:focus-visible {
  color: var(--accent-2);
  border-bottom-color: rgba(92, 184, 255, 0.66);
}

.topnav-link.is-active {
  color: var(--accent-2);
  border-bottom-color: rgba(92, 184, 255, 0.86);
}

.topnav-link--button {
  background: transparent;
  cursor: pointer;
}

.nav-session-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2rem;
}

.nav-session-avatar {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
  background: rgba(92, 184, 255, 0.16);
  border: 1px solid rgba(92, 184, 255, 0.28);
  color: var(--accent-2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-session-avatar.has-photo {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.nav-session-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-session-label {
  max-width: 14ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lang-switch--floating {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 120;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 8px 10px;
  background: rgba(8, 12, 19, 0.94);
}

.lang-switch-label {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-mono);
}

.lang-switch-select {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(6, 10, 17, 0.95);
  color: var(--ink);
}

main {
  margin-top: 1.1rem;
}

main#content {
  margin-top: 0;
  position: relative;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
}

.kicker {
  margin: 0;
  color: var(--accent-2);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--font-mono);
}

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

.section-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 1.1rem;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.36rem, 2.2vw, 2.05rem);
  line-height: 1.06;
}

.section-head p {
  margin: 0;
}

.button {
  border: 1px solid rgba(92, 184, 255, 0.9);
  border-radius: 999px;
  padding: 11px 15px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #07233f;
  text-decoration: none;
  background: linear-gradient(120deg, var(--accent), var(--accent-strong));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 140ms ease, filter 140ms ease, border-color 140ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.button--ghost,
.button--secondary {
  color: var(--ink);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
}

.button--ghost:hover,
.button--secondary:hover,
.button--ghost:focus-visible,
.button--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.09);
  color: var(--ink);
}

.field {
  display: grid;
  gap: 8px;
}

.field-label {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-family: var(--font-mono);
}

.field-input {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  padding: 11px 12px;
  color: var(--ink);
  background: rgba(8, 12, 20, 0.86);
}

.field-input::placeholder {
  color: #7f8ea0;
}

.field-textarea {
  min-height: 110px;
  resize: vertical;
}

.field-hint {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
}

.error {
  color: #ff8b9d;
  font-size: 13px;
}

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

.chip {
  padding: 5px 9px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 11px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.04);
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 320ms ease, transform 320ms ease;
}

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

.hero {
  position: relative;
  padding: clamp(1rem, 2.6vw, 1.6rem);
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: var(--surface-strong);
}

.hero--overlay {
  position: absolute;
  top: clamp(6rem, 16vh, 11rem);
  left: 0;
  right: 0;
  transform: none;
  margin-inline: auto;
  width: min(1220px, calc(100% - 2rem));
  z-index: 8;
  margin: 0;
  max-height: none;
  overflow: visible;
  background: transparent;
  border-color: transparent;
  backdrop-filter: none;
}

.hero--overlay .hero-grid {
  grid-template-columns: 1fr;
}

.hero--overlay .hero-title-shell {
  background: transparent;
  border-color: transparent;
}

.hero--overlay .hero-stage {
  display: none;
}

#content > .hero--overlay + .home-opening {
  margin-top: 0;
}

#content > .hero--overlay + .home-opening .home-opening-copy {
  display: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(1rem, 2.6vw, 1.8rem);
}

.hero-copy {
  display: grid;
  gap: 1rem;
  align-content: start;
  position: relative;
  min-width: 0;
}

.hero-title-shell {
  position: relative;
  min-height: clamp(230px, 28vw, 330px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(8, 13, 20, 0.52);
}

.hero-title {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 3.9rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  padding: clamp(0.8rem, 2vw, 1.3rem);
  max-width: 14ch;
  position: relative;
  z-index: 1;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.52);
}

.hero-title span {
  color: var(--accent-2);
}

.hero-lead {
  margin: 500px auto 0;
  color: var(--ink-soft);
  line-height: 1.62;
  max-width: 65ch;
  text-align: center;
  padding: 0.72rem 0.86rem;
  border-radius: 12px;
  border: 1px solid rgba(116, 181, 255, 0.36);
  background:
    linear-gradient(160deg, rgba(22, 70, 122, 0.72), rgba(13, 39, 77, 0.8)),
    radial-gradient(circle at 22% 20%, rgba(123, 191, 255, 0.22), transparent 52%);
}

.hero-copy .hero-lead + .hero-lead {
  margin-top: 0.5rem;
}

.hero-lead-emphasis {
  display: inline;
  font-weight: 800;
  font-size: 1.12em;
  line-height: 1.35;
  color: #f3f8ff;
}

.info-grid-toggle {
  width: fit-content;
  margin: 0.08rem 0 0.14rem;
  border: 1px solid rgba(92, 184, 255, 0.58);
  border-radius: 999px;
  background: rgba(10, 18, 30, 0.74);
  color: var(--accent-2);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.34rem 0.72rem 0.36rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease, color 140ms ease;
}

.info-grid-toggle:hover,
.info-grid-toggle:focus-visible {
  border-color: rgba(92, 184, 255, 0.92);
  background: rgba(16, 31, 50, 0.9);
  color: #dff1ff;
  transform: translateY(-1px);
}

.info-grid-toggle[aria-expanded='false'] {
  background: rgba(8, 14, 23, 0.56);
  color: rgba(189, 224, 255, 0.84);
}

.hero-project-grid {
  border-radius: var(--radius);
  overflow: hidden;
  max-height: 680px;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 320ms ease, opacity 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.hero-project-grid.is-collapsed {
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  border-color: transparent;
  pointer-events: none;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: rgba(9, 14, 22, 0.92);
}

.info-card {
  padding: 1rem 1.05rem;
  border-right: 1px solid var(--line);
}

.info-card:last-child {
  border-right: 0;
}

.info-card h2 {
  margin: 0 0 0.55rem;
  color: #dcebfa;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-family: var(--font-mono);
}

.info-card p {
  margin: 0.28rem 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.48;
}

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

.feature-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(9, 14, 22, 0.9);
}

.feature-link {
  color: inherit;
  text-decoration: none;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.feature-link h2 {
  margin: 0;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.1;
}

.feature-link p {
  margin: 0;
  color: var(--ink-soft);
}

.feature-pill {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(92, 184, 255, 0.72);
  border-radius: 999px;
  padding: 4px 9px;
  color: var(--accent-2);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--font-mono);
}

.feature-meta {
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
}

.hero-stage {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(8, 14, 23, 0.32);
  min-height: 430px;
  min-width: 0;
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.hero-stage-head,
.scene-monitor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
}

.hero-stage-kicker,
.scene-monitor-kicker {
  color: var(--accent-2);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--font-mono);
}

.hero-stage-label,
.scene-monitor-label {
  color: var(--muted);
  font-size: 12px;
}

.hero-canvas,
.scene-monitor-canvas {
  position: relative;
  min-height: 320px;
  width: 100%;
  min-width: 0;
  background: transparent;
}

.hero-canvas::before,
.scene-monitor-canvas::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 12, 19, 0.7));
}

.hero-canvas > canvas,
.hero-canvas > canvas.renderer,
.scene-monitor-canvas > canvas,
.scene-monitor-canvas > canvas.renderer {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.hero-stage-note {
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 10px 12px;
  color: var(--muted);
  font-size: 12px;
}

.hero-flow-strip {
  margin-top: 0.85rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  position: relative;
  min-height: clamp(86px, 11vw, 124px);
  padding: 0;
}

.hero-flow-strip .hero_animation-wrapper-v2 {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  transform-origin: 50% 50%;
  transform: none;
  margin: 0;
  opacity: 1;
  pointer-events: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0;
  align-items: center;
  min-height: clamp(86px, 11vw, 124px);
  animation: none;
}

.hero-flow-strip .hero_animation-wrapper-v2.is-ready {
  animation: none;
}

.hero-flow-strip .hero-side-copy {
  width: auto;
  position: relative;
  z-index: 2;
  display: block;
  align-self: stretch;
}

.hero-flow-strip .hero-side-copy p {
  height: clamp(52px, 6.2vw, 74px);
  margin: 0;
  max-width: none;
  padding: 0 clamp(0.72rem, 1.1vw, 0.98rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(10, 16, 26, 0.72);
  display: flex;
  align-items: center;
  gap: 0;
  line-height: 1;
}

.hero-flow-strip .hero-flow-heading {
  display: none;
}

.hero-flow-strip .hero-flow-text {
  margin: 0;
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(0.76rem, 1.05vw, 1.02rem);
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-flow-strip .hero-side-copy--left {
  justify-content: stretch;
}

.hero-flow-strip .hero-side-copy--left p {
  border-radius: 999px 0 0 999px;
  border-right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.hero-flow-strip .hero-side-copy--right {
  justify-content: stretch;
  text-align: center;
  padding-left: 0;
  transform: none;
}

.hero-flow-strip .hero-side-copy--right p {
  border-radius: 0 999px 999px 0;
  border-left: 0;
  background: #12151c;
}

.hero-flow-strip .hero-side-copy--left .hero-flow-text {
  color: rgba(213, 217, 221, 0.78);
  font-weight: 500;
}

.hero-flow-strip .hero-side-copy--right .hero-flow-text {
  color: rgba(247, 250, 255, 0.97);
  font-weight: 700;
}

.hero-flow-box--center {
  position: relative;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  overflow: visible;
}

.hero-flow-strip .hero_animation-lottie-bg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: clamp(102px, 11vw, 152px);
  height: clamp(48px, 5.2vw, 72px);
  background: radial-gradient(circle at 50% 50%, rgba(236, 240, 246, 0.45), rgba(112, 142, 174, 0.16) 62%, rgba(9, 15, 26, 0) 100%);
  filter: blur(8px);
  bottom: auto;
}

.hero-flow-strip .hero_animation-lottie {
  position: relative;
  inset: auto;
  margin: 0;
  width: clamp(104px, 11.4vw, 156px);
  height: clamp(52px, 5.6vw, 76px);
  border: 3px solid rgba(22, 24, 30, 0.92);
  border-radius: 999px;
  background: rgba(236, 236, 222, 0.98);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.hero-flow-strip .hero_animation-lottie-link {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.hero-flow-strip .hero-pop-toast,
.hero-flow-strip .hero-stream-link {
  display: none;
}

.hero_animation-wrapper-v2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(-7.9rem, -11vw, -5.8rem);
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  transform-origin: 50% 100%;
  transform: scale(1.16);
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.hero_animation-wrapper-v2.is-ready {
  animation: hero-flow-in 680ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-stream-link {
  position: absolute;
  height: 2px;
  width: clamp(78px, 10vw, 168px);
  bottom: calc(3% + (clamp(52px, 5.7vw, 76px) / 2));
  pointer-events: none;
  z-index: 3;
  border-radius: 999px;
  overflow: hidden;
}

.hero-stream-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(240, 248, 255, 0.92), transparent);
  transform: translateX(-120%);
  animation: hero-link-flow 2.8s linear infinite;
}

.hero-stream-link::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: rgba(228, 242, 255, 0.94);
  box-shadow: 0 0 0 2px rgba(126, 175, 218, 0.26);
}

.hero-stream-link--left {
  right: 50%;
  background: linear-gradient(90deg, rgba(92, 184, 255, 0.08), rgba(92, 184, 255, 0.7) 72%, rgba(228, 242, 255, 0.98));
}

.hero-stream-link--left::after {
  right: -2px;
}

.hero-stream-link--right {
  left: 50%;
  background: linear-gradient(90deg, rgba(228, 242, 255, 0.98), rgba(92, 184, 255, 0.7) 28%, rgba(92, 184, 255, 0.08));
}

.hero-stream-link--right::after {
  left: -2px;
}

.hero-side-copy {
  width: 50%;
  display: flex;
  align-items: flex-end;
  color: rgba(222, 236, 250, 0.9);
  font-size: clamp(0.74rem, 1.02vw, 0.92rem);
  letter-spacing: 0.02em;
  line-height: 1.35;
  position: relative;
  z-index: 4;
}

.hero-side-copy p {
  margin: 0;
  max-width: 38ch;
  padding: 0.38rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(10, 16, 26, 0.58);
  display: grid;
  gap: 0.18rem;
  overflow: hidden;
}

.hero-side-copy--left {
  justify-content: flex-start;
}

.hero-side-copy--left.is-streaming #heroBinaryText {
  animation: hero-binary-loop 7.2s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}

.hero-side-copy--right {
  justify-content: flex-start;
  text-align: left;
  padding-left: calc(clamp(114px, 12.6vw, 172px) / 2);
  transform: translateY(11px);
}

.hero-side-copy--right.is-streaming #heroOutputText {
  animation: hero-output-loop 7.2s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  animation-delay: 1.5s;
}

.hero-side-label {
  font-family: var(--font-mono);
  font-size: 0.62em;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(164, 191, 214, 0.92);
}

.hero-side-stream {
  display: block;
  overflow: hidden;
  width: 100%;
}

#heroBinaryText {
  display: inline-block;
  white-space: nowrap;
  font-family: var(--font-mono);
  letter-spacing: 0.025em;
  will-change: transform, opacity;
}

#heroOutputText {
  display: inline-block;
  white-space: nowrap;
  font-weight: 600;
  will-change: transform, opacity;
}

.hero_animation {
  width: 50%;
  display: flex;
  font-size: clamp(0.92rem, 1.36vw, 1.46rem);
  color: rgba(168, 191, 210, 0.46);
  overflow: hidden;
}

.hero_animation.is-left {
  width: 50%;
}

.hero_animation.is-right {
  width: 100%;
  margin-left: 0;
}

.hero_animation svg {
  width: 100%;
  height: auto;
}

.hero_animation text {
  letter-spacing: 0.016em;
  word-spacing: 0.18em;
  text-transform: none;
  text-rendering: geometricPrecision;
}

.hero_animation.is-left textPath {
  fill: rgba(130, 152, 171, 0.86);
  font-weight: 560;
  baseline-shift: -12%;
  font-size: 0.92em;
}

.hero_animation.is-right textPath {
  fill: rgba(240, 245, 255, 0.92);
  font-weight: 640;
  baseline-shift: -22%;
  font-size: 0.98em;
  stroke: rgba(4, 8, 13, 0.74);
  stroke-width: 0.8px;
  paint-order: stroke fill;
}

.hero_animation.is-left path {
  stroke: rgba(186, 203, 216, 0.2);
}

.hero_animation.is-right path {
  stroke: rgba(9, 12, 19, 0.92);
}

.hero-pop-toast {
  z-index: 6;
  position: absolute;
  inset-inline: 0;
  bottom: calc(3% + clamp(64px, 7vw, 98px));
  margin-inline: auto;
  width: max-content;
  max-width: min(90vw, 360px);
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  padding: 0.48rem 1rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(166, 238, 222, 0.24);
  background: linear-gradient(180deg, #0a6f61, #04554a);
  color: #d7fff6;
  font-size: clamp(0.66rem, 0.95vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow:
    0 14px 24px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform-origin: 50% 100%;
  transform: translateY(9px) scale(0.9);
  opacity: 0;
  pointer-events: none;
  animation: hero-pop-toast 4.8s ease-in-out infinite;
}

.hero-pop-icon {
  font-size: 1.1em;
  line-height: 1;
}

.hero-pop-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero_animation-lottie-bg {
  z-index: 3;
  width: clamp(124px, 13.5vw, 188px);
  height: clamp(62px, 6.6vw, 90px);
  border-radius: 999px;
  position: absolute;
  inset: auto 0 3.2%;
  margin-inline: auto;
  background: radial-gradient(circle at 50% 52%, rgba(224, 229, 244, 0.56), rgba(97, 135, 174, 0.24) 55%, rgba(9, 15, 26, 0) 100%);
  filter: blur(12px);
  animation: hero-core-glow 4s ease-in-out infinite;
}

.hero_animation-lottie {
  z-index: 4;
  width: clamp(114px, 12.6vw, 172px);
  height: clamp(52px, 5.7vw, 76px);
  position: absolute;
  inset: auto 0 3%;
  margin-inline: auto;
  border-radius: 999px;
  border: 2px solid rgba(17, 23, 31, 0.78);
  background: rgba(236, 236, 222, 0.98);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  display: grid;
  place-items: center;
  overflow: hidden;
  animation: hero-core-float 3.8s ease-in-out infinite;
}

.hero_animation-lottie.is-processing-loop {
  animation:
    hero-core-float 3.8s ease-in-out infinite,
    hero-core-process-loop 2.4s ease-in-out infinite;
}

.hero-flow-bars {
  width: 64%;
  height: 52%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1px, 0.2vw, 3px);
}

.hero-flow-bars span {
  width: clamp(2px, 0.22vw, 4px);
  height: 36%;
  border-radius: 99px;
  background: rgba(20, 24, 31, 0.9);
  transform-origin: 50% 100%;
  animation: hero-wave 1.12s ease-in-out infinite;
}

.hero-flow-bars span:nth-child(2n) {
  animation-delay: 0.08s;
}

.hero-flow-bars span:nth-child(3n) {
  animation-delay: 0.16s;
}

.hero-flow-bars span:nth-child(4n) {
  animation-delay: 0.24s;
}

.hero-flow-bars span:nth-child(5n) {
  animation-delay: 0.32s;
}

.hero_animation-lottie-link {
  z-index: 5;
  position: absolute;
  inset: auto 0 3%;
  margin-inline: auto;
  width: clamp(114px, 12.6vw, 172px);
  height: clamp(52px, 5.7vw, 76px);
  display: grid;
  place-items: center;
  text-decoration: none;
  color: transparent;
  font-size: 0;
  transition: box-shadow 220ms ease;
  pointer-events: auto;
  border-radius: 999px;
}

.hero_animation-lottie-link:hover,
.hero_animation-lottie-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(133, 175, 214, 0.42);
}

@keyframes hero-flow-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(1.1);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1.16);
  }
}

@keyframes hero-core-glow {
  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.66;
  }
  50% {
    transform: scale(1.07);
    opacity: 0.96;
  }
}

@keyframes hero-core-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes hero-wave {
  0%,
  100% {
    transform: scaleY(0.5);
    opacity: 0.62;
  }
  50% {
    transform: scaleY(1.7);
    opacity: 1;
  }
}

@keyframes hero-pop-toast {
  0%,
  16%,
  100% {
    opacity: 0;
    transform: translateY(9px) scale(0.9);
  }
  24%,
  66% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  76% {
    opacity: 0;
    transform: translateY(-6px) scale(0.98);
  }
}

@keyframes hero-link-flow {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes hero-binary-loop {
  0% {
    opacity: 0;
    transform: translateX(-108%);
  }
  8% {
    opacity: 1;
    transform: translateX(-92%);
  }
  34% {
    opacity: 1;
    transform: translateX(-42%);
  }
  56% {
    opacity: 1;
    transform: translateX(-8%);
  }
  72% {
    opacity: 1;
    transform: translateX(4%);
  }
  86% {
    opacity: 0.55;
    transform: translateX(12%);
  }
  100% {
    opacity: 0;
    transform: translateX(18%);
  }
}

@keyframes hero-output-loop {
  0%,
  20% {
    opacity: 0;
    transform: translateX(-108%);
  }
  34% {
    opacity: 1;
    transform: translateX(-78%);
  }
  56% {
    opacity: 1;
    transform: translateX(-34%);
  }
  74% {
    opacity: 1;
    transform: translateX(-6%);
  }
  90% {
    opacity: 1;
    transform: translateX(8%);
  }
  100% {
    opacity: 0;
    transform: translateX(20%);
  }
}

@keyframes hero-core-process-loop {
  0% {
    filter: brightness(1);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  }
  50% {
    filter: brightness(1.08);
    box-shadow:
      0 12px 24px rgba(0, 0, 0, 0.32),
      0 0 0 3px rgba(156, 191, 223, 0.22);
  }
  100% {
    filter: brightness(1);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  }
}

.products {
  margin-top: 1rem;
  padding: clamp(1rem, 2.4vw, 1.45rem);
}

.products-showcase {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
}

.xbox-divider {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(18, 33, 50, 0.95), rgba(9, 15, 23, 0.96));
  padding: 1.05rem 1.2rem;
}

.xbox-divider h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.9vw, 2rem);
  line-height: 1.04;
}

.xbox-divider p {
  margin: 0.65rem 0 0;
  color: var(--ink-soft);
  line-height: 1.56;
}

.tagline {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 5.4rem 0 4.2rem;
  text-align: center;
  background:
    radial-gradient(circle at center top, rgba(92, 184, 255, 0.22), transparent 42%),
    linear-gradient(180deg, rgba(8, 11, 17, 0.2), rgba(8, 11, 17, 0.95));
}

.tagline-inner {
  width: 100%;
  max-width: none;
  padding: 0 clamp(1rem, 4vw, 3rem);
}

.tagline h2 {
  margin: 0;
  font-size: clamp(1.86rem, 4.8vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0.03em;
}

.tagline p {
  margin: 1.1rem auto 0;
  max-width: none;
  color: var(--ink-soft);
  line-height: 1.62;
}

.xbox-features {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--surface);
}

.xbox-feature,
.xbox-feature--reverse {
  border-top: 1px solid var(--line);
}

.xbox-feature-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(420px, 42vw, 620px);
}

.xbox-feature:first-child {
  border-top: 0;
}

.xbox-feature--reverse .xbox-feature-visual {
  order: 2;
}

.xbox-feature--reverse .xbox-feature-copy {
  order: 1;
}

.xbox-feature-visual {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 42vw, 620px);
  background: linear-gradient(160deg, #22435f, #0d1826 70%);
}

.xbox-feature-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: transparent;
}

.xbox-feature-canvas > canvas,
.xbox-feature-canvas > canvas.renderer {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.xbox-feature-visual--consultoria {
  background:
    radial-gradient(circle at 22% 26%, rgba(92, 184, 255, 0.36), transparent 58%),
    linear-gradient(160deg, #173754, #0d1826 70%);
}

.xbox-feature-visual--agentes {
  background: linear-gradient(160deg, #182c4a, #0d1826 70%);
}

.xbox-feature-visual--agentes::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 22%, rgba(117, 198, 255, 0.24), transparent 48%),
    linear-gradient(160deg, rgba(9, 18, 30, 0.36), rgba(7, 12, 20, 0.72));
}

.xbox-feature-visual-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

.xbox-feature-visual--stack {
  background:
    radial-gradient(circle at 50% 18%, rgba(92, 184, 255, 0.36), transparent 58%),
    linear-gradient(160deg, #1a344f, #0d1826 70%);
}

.xbox-feature-copy {
  padding: clamp(1.2rem, 3.5vw, 2rem);
  display: grid;
  align-content: center;
  gap: 0.75rem;
}

.xbox-feature-kicker {
  margin: 0;
  color: var(--accent-2);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--font-mono);
}

.xbox-feature-copy h3 {
  margin: 0;
  font-size: clamp(1.26rem, 2.5vw, 1.85rem);
  line-height: 1.08;
}

.xbox-feature-copy p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.58;
}

.xbox-feature-copy ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--ink-soft);
  line-height: 1.54;
}

.xbox-feature-copy ul li + li {
  margin-top: 0.38rem;
}

.battle-audience {
  --battle-focus-border: #7af1a1;
  --battle-focus-glow: rgba(122, 241, 161, 0.34);
  margin-top: 0.84rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.58rem;
  padding: 0.18rem 0.22rem 0.3rem;
  isolation: isolate;
}

.battle-chip {
  --chip-bg: linear-gradient(180deg, rgba(9, 14, 22, 0.78), rgba(6, 10, 18, 0.9));
  --chip-border: rgba(244, 239, 224, 0.82);
  --chip-border-active: rgba(184, 255, 207, 0.92);
  --chip-text: rgba(255, 250, 236, 0.96);
  display: inline-flex;
  align-items: center;
  min-height: 2.18rem;
  position: relative;
  z-index: 1;
  border: 1.6px solid var(--chip-border);
  border-radius: 999px;
  padding: 0.4rem 0.96rem 0.44rem;
  background: var(--chip-bg);
  backdrop-filter: blur(12px);
  color: var(--chip-text);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 22px rgba(1, 5, 10, 0.18);
  transition:
    transform 220ms ease,
    filter 220ms ease,
    opacity 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
  will-change:
    transform,
    filter,
    opacity,
    background,
    border-color,
    color,
    box-shadow;
}

.battle-chip:hover,
.battle-chip:focus-visible {
  text-decoration: none;
  outline: none;
}

.battle-chip--highlight {
  background: linear-gradient(180deg, rgba(126, 240, 166, 0.98), rgba(80, 192, 118, 0.92));
  border-color: var(--chip-border-active);
  color: #072013;
  box-shadow:
    0 0 0 1px rgba(151, 255, 183, 0.22),
    0 0 22px rgba(96, 244, 148, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.battle-audience[data-focus-ready='1'] .battle-chip--highlight {
  background: var(--chip-bg);
  border-color: var(--chip-border);
  color: var(--chip-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 22px rgba(1, 5, 10, 0.18);
}

.battle-audience[data-focus-ready='1'] .battle-chip {
  filter: blur(0.85px) saturate(0.88);
  opacity: 0.74;
  transform: scale(0.992);
}

.battle-audience[data-focus-ready='1'] .battle-chip[data-chip-active='1'] {
  filter: none;
  opacity: 1;
  transform: translateY(-1px) scale(1);
  background: linear-gradient(180deg, rgba(126, 240, 166, 0.98), rgba(80, 192, 118, 0.92));
  border-color: var(--chip-border-active);
  color: #072013;
  box-shadow:
    0 0 0 1px rgba(151, 255, 183, 0.22),
    0 0 22px rgba(96, 244, 148, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.battle-focus-frame {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: content-box;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition:
    transform 240ms ease,
    width 240ms ease,
    height 240ms ease,
    opacity 180ms ease;
}

.battle-focus-corner {
  position: absolute;
  width: 0.78rem;
  height: 0.78rem;
  border: 2px solid var(--battle-focus-border);
  border-radius: 3px;
  filter: drop-shadow(0 0 6px var(--battle-focus-glow));
}

.battle-focus-corner--tl {
  top: -8px;
  left: -8px;
  border-right: none;
  border-bottom: none;
}

.battle-focus-corner--tr {
  top: -8px;
  right: -8px;
  border-left: none;
  border-bottom: none;
}

.battle-focus-corner--bl {
  left: -8px;
  bottom: -8px;
  border-right: none;
  border-top: none;
}

.battle-focus-corner--br {
  right: -8px;
  bottom: -8px;
  border-left: none;
  border-top: none;
}

.rag-ops-showcase {
  border-top: 1px solid var(--line);
  padding: 1rem clamp(1rem, 2.8vw, 1.4rem) 1.2rem;
  background:
    radial-gradient(circle at 50% -10%, rgba(92, 184, 255, 0.2), transparent 58%),
    linear-gradient(160deg, rgba(10, 15, 28, 0.94), rgba(7, 12, 20, 0.98));
}

.rag-ops-head {
  display: grid;
  gap: 0.44rem;
  margin-bottom: 0.74rem;
}

.rag-ops-kicker {
  margin: 0;
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
  font-family: var(--font-mono);
}

.rag-ops-head h4 {
  margin: 0;
  font-size: clamp(1.02rem, 1.42vw, 1.32rem);
  line-height: 1.26;
  color: rgba(236, 246, 255, 0.94);
  max-width: 72ch;
}

.rag-ops-canvas {
  width: 100%;
  height: clamp(320px, 36vw, 470px);
  border-radius: 14px;
  border: 1px solid rgba(92, 184, 255, 0.24);
  background:
    radial-gradient(circle at 50% 16%, rgba(86, 158, 255, 0.16), transparent 58%),
    #0a0f1c;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 20px 36px rgba(2, 6, 12, 0.44);
  overflow: hidden;
}

.rag-ops-canvas > canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.xbox-feature-full {
  width: 100%;
  padding: 0.9rem clamp(1.2rem, 3.5vw, 2rem) 1.1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: transparent;
  border: 0;
}

#consulting .xbox-feature-full {
  display: grid;
  gap: 0.78rem;
  justify-items: stretch;
  align-items: center;
  padding-top: 0.56rem;
}

#consulting .xbox-feature-full .xbox-link {
  justify-self: end;
}

.consult-phone-demo {
  width: 100%;
  display: grid;
  place-items: center;
}

.consult-phone-device {
  width: min(100%, 328px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 10px;
  background: linear-gradient(160deg, rgba(14, 22, 34, 0.94), rgba(9, 15, 24, 0.98));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

.consult-phone-notch {
  width: 44%;
  height: 16px;
  margin: 0 auto 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(7, 11, 18, 0.9);
}

.consult-phone-screen {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 14%, rgba(92, 184, 255, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(12, 20, 33, 0.98), rgba(8, 13, 22, 0.98));
  padding: 10px;
  min-height: 236px;
  display: grid;
  gap: 10px;
}

.consult-phone-chat-head {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(185, 212, 240, 0.86);
}

.consult-phone-chat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #56e39b;
  box-shadow: 0 0 0 2px rgba(86, 227, 155, 0.24);
}

.consult-phone-messages {
  display: grid;
  gap: 8px;
  align-content: start;
}

.consult-msg {
  margin: 0;
  max-width: 88%;
  padding: 0.48rem 0.58rem 0.52rem;
  border-radius: 12px;
  line-height: 1.38;
  font-family: var(--font-mono);
  font-size: clamp(0.68rem, 0.9vw, 0.82rem);
}

.consult-msg--in {
  justify-self: start;
  color: rgba(212, 224, 238, 0.9);
  background: rgba(20, 29, 44, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.consult-msg--out {
  justify-self: end;
  color: rgba(245, 251, 255, 0.97);
  background: linear-gradient(160deg, rgba(30, 88, 146, 0.92), rgba(22, 67, 112, 0.94));
  border: 1px solid rgba(146, 200, 255, 0.42);
}

.xbox-link {
  width: fit-content;
  border-bottom: 1px solid rgba(92, 184, 255, 0.56);
  color: var(--accent-2);
  font-size: 0.84rem;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.xbox-link:hover,
.xbox-link:focus-visible {
  border-bottom-color: rgba(92, 184, 255, 0.96);
}

.products-explain {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: clamp(1rem, 2.8vw, 1.5rem);
  background:
    radial-gradient(circle at 82% 10%, rgba(92, 184, 255, 0.12), transparent 45%),
    linear-gradient(160deg, rgba(11, 18, 28, 0.96), rgba(9, 14, 22, 0.98));
  display: grid;
  gap: 0.95rem;
}

.products-explain-head {
  display: grid;
  gap: 0.5rem;
}

.products-explain-kicker {
  margin: 0;
  color: var(--accent-2);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--font-mono);
}

.products-explain-head h3 {
  margin: 0;
  font-size: clamp(1.24rem, 2.6vw, 1.9rem);
  line-height: 1.1;
}

.products-explain-head p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.58;
  max-width: 78ch;
}

.products-explain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.products-explain-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius);
  padding: 0.9rem;
  background: rgba(8, 13, 21, 0.82);
  display: grid;
  gap: 0.62rem;
}

.products-explain-card--highlight {
  border-color: rgba(92, 184, 255, 0.54);
  background: linear-gradient(160deg, rgba(18, 35, 54, 0.95), rgba(9, 14, 23, 0.96));
}

.products-explain-card h4 {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.2;
}

.products-explain-lead {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.56;
}

.products-explain-card ul {
  margin: 0;
  padding-left: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.products-explain-card ul li + li {
  margin-top: 0.36rem;
}

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

.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  grid-template-rows: 1fr auto;
  background: rgba(9, 15, 24, 0.85);
  min-height: 100%;
}

.product-card--featured {
  border-color: rgba(92, 184, 255, 0.5);
  background: linear-gradient(170deg, rgba(14, 27, 41, 0.95), rgba(9, 14, 22, 0.95));
}

.product-card-inner {
  padding: 14px;
  display: grid;
  gap: 10px;
}

.product-card h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.16;
}

.product-note,
.product-description {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.54;
}

.implementation-section,
.stack-strategy,
.stack-architecture {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  padding: 9px 10px;
}

.section-title {
  margin: 0 0 8px;
  font-size: 11px;
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.feature-list,
.stack-list {
  margin: 0;
  padding-left: 18px;
  color: var(--ink-soft);
  line-height: 1.52;
}

.feature-list li + li,
.stack-list li + li {
  margin-top: 6px;
}

.product-footer {
  border-top: 1px solid var(--line);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
}

.product-link {
  min-width: 126px;
}

.scene-monitor {
  margin-top: 1rem;
}

.scene-monitor-inner {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(8, 14, 22, 0.84);
}

.fluid-note {
  border-top: 1px solid var(--line);
  padding: 11px 12px;
  display: grid;
  gap: 8px;
}

.fluid-equation {
  margin: 0;
  color: var(--accent-2);
  font-size: 13px;
  font-family: var(--font-mono);
}

.fluid-copy {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.rocket-challenge-overlay {
  position: absolute;
  inset: auto 16px 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 10px 11px;
  background: rgba(4, 7, 12, 0.72);
  color: #dce9f9;
  font-size: 13px;
  line-height: 1.4;
}

.rocket-challenge-overlay--hidden {
  opacity: 0;
  visibility: hidden;
}

.controls {
  margin-top: 1rem;
  padding: 14px;
}

.controls-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) auto;
  gap: 10px;
  align-items: end;
}

.controls-meta {
  margin: 10px 0 0;
}

.post-section {
  margin-top: 1rem;
}

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

.post-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 164px auto;
}

.post-empty {
  grid-column: 1 / -1;
  padding: 16px;
}

.post-cover {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(140deg, #1b3346, #2b5f80);
}

.post-cover--dawn {
  background: linear-gradient(140deg, #2a4261, #6797c5);
}

.post-cover--sea {
  background: linear-gradient(140deg, #154866, #2b8ab5);
}

.post-cover--sunset {
  background: linear-gradient(140deg, #5a3452, #bb6b77);
}

.post-cover--forest {
  background: linear-gradient(140deg, #244237, #409068);
}

.post-cover--sand {
  background: linear-gradient(140deg, #5f4b33, #c29b62);
}

.post-cover--night {
  background: linear-gradient(140deg, #20273f, #485388);
}

.post-content {
  padding: 12px;
  display: grid;
  gap: 8px;
}

.post-content h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.post-content h3 a {
  color: inherit;
  text-decoration: none;
}

.post-content h3 a:hover,
.post-content h3 a:focus-visible {
  color: var(--accent-2);
}

.post-meta {
  margin: 0;
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
}

.newsletter {
  margin-top: 1rem;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.newsletter-copy h2 {
  margin: 0;
  font-size: clamp(1.24rem, 2.2vw, 1.8rem);
}

.newsletter-copy p {
  margin: 9px 0 0;
}

.newsletter-form {
  display: grid;
  gap: 10px;
}

.footer {
  margin-top: 1.2rem;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  align-items: start;
  gap: 18px;
  color: var(--muted);
  font-size: 12px;
}

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

.footer-policy {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(92, 184, 255, 0.08), rgba(92, 184, 255, 0.02)),
    rgba(9, 12, 18, 0.66);
}

.footer-policy-kicker {
  margin: 0;
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-policy-text {
  margin: 0;
  line-height: 1.55;
}

.product-detail-main {
  margin-top: 1rem;
}

.product-article,
.post.no-image.ghost-content.prose.prose-theme.product-article {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  padding: clamp(1rem, 3vw, 1.7rem);
}

.product-article-head {
  display: grid;
  gap: 10px;
  margin-bottom: 1rem;
}

.product-article h1 {
  margin: 0;
  font-size: clamp(1.85rem, 4.1vw, 3rem);
  line-height: 0.96;
}

.product-article h2,
.product-article h3 {
  margin: 1.18rem 0 0.62rem;
  line-height: 1.15;
}

.product-article p,
.product-article li {
  color: var(--ink-soft);
  line-height: 1.6;
}

.product-article ul {
  margin: 0.2rem 0 0;
  padding-left: 1.25rem;
}

.product-lead {
  margin: 0;
  font-size: 1.04rem;
}

.product-callout {
  margin-top: 1.1rem;
  border: 1px solid rgba(92, 184, 255, 0.36);
  border-radius: var(--radius);
  padding: 11px 12px;
  background: rgba(92, 184, 255, 0.08);
}

.product-callout h3 {
  margin-top: 0;
}

.product-callout p {
  margin: 0.5rem 0 0;
}

.article-continuation {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.9rem;
}

.article-continuation-head {
  display: grid;
  gap: 0.42rem;
}

.article-continuation-head h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2.9vw, 1.6rem);
  line-height: 1.12;
}

.article-continuation-head p {
  margin: 0;
}

.article-paywall-lock {
  border: 1px solid rgba(92, 184, 255, 0.36);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(165deg, rgba(18, 34, 52, 0.88), rgba(10, 18, 28, 0.9));
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 280ms ease;
}

.article-paywall-lock[data-visible='true'] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.article-paywall-preview {
  position: relative;
  padding: 0.92rem 1rem;
  color: rgba(210, 228, 245, 0.82);
  max-height: 132px;
  overflow: hidden;
  filter: blur(0.8px);
}

.article-paywall-preview p {
  margin: 0.35rem 0;
  line-height: 1.45;
}

.article-paywall-preview::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(14, 24, 36, 0), rgba(14, 24, 36, 0.95));
}

.article-paywall-cta {
  border-top: 1px solid rgba(92, 184, 255, 0.24);
  padding: 0.96rem 1rem 1.05rem;
  display: grid;
  gap: 0.65rem;
  background: rgba(7, 12, 19, 0.84);
}

.article-paywall-cta h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.article-paywall-cta p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.article-paywall-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-premium-body {
  display: grid;
  gap: 0.3rem;
}

.article-premium-body[hidden] {
  display: none !important;
}

.product-article-actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.concept-lab {
  position: relative;
  margin-top: clamp(1.2rem, 3vw, 1.8rem);
  padding: clamp(1rem, 3vw, 1.5rem);
  font-family: var(--font-sans);
  border: 1px solid rgba(130, 166, 255, 0.34);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 12%, rgba(164, 204, 255, 0.42), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(195, 220, 255, 0.32), transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
  box-shadow:
    0 24px 52px rgba(20, 43, 82, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.concept-lab::before,
.concept-lab::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(18px);
}

.concept-lab::before {
  width: 170px;
  height: 170px;
  right: -34px;
  top: -46px;
  background: rgba(170, 206, 255, 0.22);
}

.concept-lab::after {
  width: 180px;
  height: 180px;
  left: -52px;
  bottom: -78px;
  background: rgba(201, 227, 255, 0.3);
}

.concept-lab > * {
  position: relative;
  z-index: 1;
}

.concept-lab-head {
  display: grid;
  gap: 0.42rem;
  max-width: 74ch;
}

.concept-lab-kicker {
  margin: 0;
  color: #3d67d8;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--font-mono);
}

.concept-lab-head h2,
.article-body .concept-lab-head h2,
.product-article .concept-lab-head h2,
.xbox-page .concept-lab-head h2 {
  margin: 0;
  font-family: var(--font-heading);
  color: #10233c;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.concept-lab-head p,
.article-body .concept-lab-head p,
.product-article .concept-lab-head p,
.xbox-page .concept-lab-head p {
  margin: 0;
  font-family: var(--font-sans);
  color: rgba(21, 37, 62, 0.82);
  font-size: 1rem;
  line-height: 1.65;
}

.concept-lab-layout {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(0.9rem, 2.6vw, 1.35rem);
  align-items: center;
}

.concept-lab-stack {
  position: relative;
  min-height: 320px;
}

.concept-lab-card {
  position: absolute;
  width: clamp(200px, 82%, 290px);
  min-height: 158px;
  padding: 1rem 1rem 0.95rem;
  border-radius: 24px;
  border: 1px solid rgba(125, 157, 232, 0.26);
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 18px 38px rgba(35, 62, 110, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
}

.concept-lab-card--a {
  top: 0;
  left: 0;
  transform: rotate(-6deg);
}

.concept-lab-card--b {
  top: 78px;
  right: 0;
  transform: rotate(4deg);
}

.concept-lab-card--c {
  left: 12%;
  bottom: 0;
  transform: rotate(-2deg);
}

.concept-lab-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5d7dff, #85a0ff);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.concept-lab-card h3,
.article-body .concept-lab-card h3,
.product-article .concept-lab-card h3,
.xbox-page .concept-lab-card h3 {
  margin: 0.82rem 0 0.38rem;
  font-family: var(--font-heading);
  color: #12233d;
  font-size: 1.02rem;
  line-height: 1.14;
}

.concept-lab-card p,
.article-body .concept-lab-card p,
.product-article .concept-lab-card p,
.xbox-page .concept-lab-card p {
  margin: 0;
  font-family: var(--font-sans);
  color: rgba(18, 35, 61, 0.78);
  font-size: 0.92rem;
  line-height: 1.5;
}

.concept-lab-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.78rem;
}

.concept-lab-note {
  min-height: 100%;
  padding: 0.95rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(121, 151, 223, 0.24);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.concept-lab-note h3,
.article-body .concept-lab-note h3,
.product-article .concept-lab-note h3,
.xbox-page .concept-lab-note h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-heading);
  color: #163154;
  font-size: 0.96rem;
  line-height: 1.18;
}

.concept-lab-note p,
.article-body .concept-lab-note p,
.product-article .concept-lab-note p,
.xbox-page .concept-lab-note p {
  margin: 0;
  font-family: var(--font-sans);
  color: rgba(20, 39, 67, 0.8);
  font-size: 0.93rem;
  line-height: 1.55;
}

.concept-lab-checkpoint {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.concept-lab-checkpoint span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(107, 142, 224, 0.24);
  background: rgba(255, 255, 255, 0.74);
  color: #1f3960;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.concept-lab-checkpoint span::after {
  content: '->';
  margin-left: 0.55rem;
  color: rgba(61, 97, 171, 0.6);
}

.concept-lab-checkpoint span:last-child::after {
  display: none;
}

@media (max-width: 1080px) {
  .concept-lab-layout {
    grid-template-columns: 1fr;
  }

  .concept-lab-stack {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.78rem;
  }

  .concept-lab-card {
    position: relative;
    inset: auto;
    width: auto;
    transform: none;
  }
}

@media (max-width: 720px) {
  .concept-lab {
    border-radius: 22px;
  }

  .concept-lab-stack,
  .concept-lab-grid {
    grid-template-columns: 1fr;
  }

  .concept-lab-checkpoint span::after {
    display: none;
  }
}

.products {
  display: grid;
  gap: 1rem;
}

.products > .card {
  padding: 1rem;
}

.products > .card h1 {
  margin: 0;
  font-size: clamp(1.7rem, 3.8vw, 2.5rem);
}

.products > .card p {
  color: var(--ink-soft);
}

@keyframes news-ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes news-live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media (max-width: 1180px) {
  .hero_animation-wrapper-v2 {
    transform: scale(1.08);
    bottom: -4.6rem;
  }

  .hero-stream-link {
    width: clamp(70px, 9vw, 146px);
    bottom: calc(1.2% + (clamp(52px, 5.7vw, 76px) / 2));
  }

  .hero-side-copy {
    font-size: clamp(0.68rem, 0.96vw, 0.86rem);
  }

  .hero-pop-toast {
    bottom: calc(1.2% + clamp(64px, 7.5vw, 96px));
  }

  .hero_animation-lottie-bg {
    bottom: 2%;
  }

  .hero_animation-lottie,
  .hero_animation-lottie-link {
    bottom: 1.2%;
  }

  .hero_animation.is-right textPath {
    fill: rgba(228, 239, 252, 0.9);
  }

  .hero-grid,
  .info-grid,
  .products-grid,
  .post-grid,
  .newsletter {
    grid-template-columns: 1fr;
  }

  .xbox-feature-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .xbox-feature-full {
    justify-content: flex-start;
    padding: 0.8rem 1rem 1rem;
  }

  #consulting .xbox-feature-full .xbox-link {
    justify-self: start;
  }

  .consult-phone-demo {
    place-items: start;
  }

  .consult-phone-device {
    width: min(100%, 296px);
  }

  .consult-phone-screen {
    min-height: 214px;
    padding: 9px;
  }

  .consult-phone-chat-head {
    font-size: 0.56rem;
  }

  .consult-msg {
    font-size: 0.7rem;
    padding: 0.42rem 0.5rem 0.46rem;
  }

  .products-explain-grid {
    grid-template-columns: 1fr;
  }

  .xbox-feature--reverse .xbox-feature-visual,
  .xbox-feature--reverse .xbox-feature-copy {
    order: initial;
  }

  .info-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .info-card:last-child {
    border-bottom: 0;
  }

  .xbox-feature-visual {
    min-height: 320px;
  }

  .rag-ops-canvas {
    height: clamp(280px, 52vw, 400px);
  }

  .battle-chip {
    font-size: 0.68rem;
    padding: 0.31rem 0.76rem 0.34rem;
  }

  .battle-focus-corner {
    width: 0.68rem;
    height: 0.68rem;
  }

  .hero-stage {
    min-height: 360px;
  }

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

  .controls-grid .button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .hero-flow-strip {
    margin-top: 0.68rem;
    min-height: 112px;
    padding: 0;
  }

  .hero-flow-strip .hero_animation-wrapper-v2 {
    grid-template-columns: minmax(0, 1fr) clamp(118px, 24vw, 158px) minmax(0, 1fr);
    min-height: 112px;
  }

  .hero-flow-strip .hero-side-copy p {
    padding: 0.46rem 0.5rem;
    max-width: none;
  }

  .hero-flow-strip .hero-side-copy--right {
    padding-left: 0;
    transform: none;
  }

  .hero_animation-wrapper-v2 {
    transform: scale(1);
    bottom: -3.7rem;
  }

  .hero-pop-toast {
    bottom: calc(-0.7% + clamp(62px, 11vw, 90px));
    font-size: clamp(0.64rem, 1.65vw, 0.78rem);
    padding: 0.43rem 0.86rem 0.45rem;
  }

  .hero_animation {
    font-size: clamp(0.74rem, 1.95vw, 0.94rem);
  }

  .hero-side-copy {
    font-size: 0.66rem;
  }

  .hero-side-copy--right {
    padding-left: calc(clamp(118px, 20vw, 164px) / 2);
    transform: translateY(10px);
  }

  .hero-side-copy p {
    max-width: 30ch;
    padding: 0.32rem 0.5rem;
  }

  .hero-stream-link {
    width: clamp(56px, 10vw, 114px);
    bottom: calc(-0.7% + (clamp(102px, 18vw, 152px) / 2));
  }

  .hero-stream-link--left {
    right: 50%;
  }

  .hero-stream-link--right {
    left: 50%;
  }

  .hero_animation-lottie-bg {
    width: clamp(78px, 12vw, 108px);
    bottom: 0;
  }

  .hero_animation-lottie,
  .hero_animation-lottie-link {
    width: clamp(118px, 20vw, 164px);
    height: clamp(102px, 18vw, 152px);
    bottom: -0.7%;
  }

  .container {
    width: min(1220px, calc(100% - 1rem));
  }

  .topbar {
    margin-top: 0;
    border-radius: 0;
    border-inline: 0;
    border-top: 0;
    padding: 9px 10px;
  }

  .news-ticker-shell {
    width: min(1220px, calc(100% - 1rem));
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.34rem;
  }

  .news-ticker-brand {
    display: none;
  }

  .news-ticker-live {
    padding-inline: 0.62rem;
  }

  .news-ticker-window {
    border-inline: 1px solid rgba(255, 255, 255, 0.08);
  }

  .news-ticker-track {
    padding: 0.46rem 0.7rem;
  }

  .news-ticker-text {
    font-size: 0.8rem;
  }

  .brand-text {
    display: none;
  }

  .topnav {
    justify-content: flex-start;
  }

  .topnav-link {
    padding: 0.16rem 0;
    font-size: 0.82rem;
  }

  .hero {
    padding: 0.9rem;
  }

  .hero--overlay {
    top: clamp(4rem, 10vh, 6rem);
    width: min(1220px, calc(100% - 1rem));
    max-height: none;
  }

  .product-footer {
    flex-direction: column;
    align-items: stretch;
  }

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

@media (max-width: 620px) {
  .hero-flow-strip {
    margin-top: 0.55rem;
    min-height: 98px;
    padding: 0;
  }

  .hero-flow-strip .hero_animation-wrapper-v2 {
    grid-template-columns: minmax(0, 1fr) clamp(102px, 28vw, 134px) minmax(0, 1fr);
    min-height: 98px;
  }

  .hero-flow-strip .hero-side-copy {
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    font-size: 0.54rem;
  }

  .hero-flow-strip .hero-side-copy p {
    padding: 0.36rem 0.38rem;
    max-width: none;
  }

  .hero-flow-strip .hero-side-copy--left,
  .hero-flow-strip .hero-side-copy--right {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding-left: 0;
    transform: none;
  }

  .hero-flow-strip .hero_animation-lottie {
    width: clamp(70px, 22vw, 96px);
    height: clamp(34px, 11vw, 48px);
  }

  .hero-flow-strip .hero_animation-lottie-bg {
    width: clamp(78px, 24vw, 110px);
    height: clamp(36px, 12vw, 54px);
  }

  .hero_animation-wrapper-v2 {
    transform: scale(0.97);
    bottom: -3.15rem;
  }

  .hero-pop-toast {
    bottom: calc(-2.3% + clamp(56px, 18vw, 82px));
    max-width: min(92vw, 280px);
    font-size: 0.62rem;
    gap: 0.38rem;
    padding: 0.38rem 0.7rem 0.4rem;
  }

  .hero_animation {
    font-size: 0.64rem;
  }

  .hero-side-copy {
    width: auto;
    font-size: 0.58rem;
  }

  .hero-side-copy--left {
    position: absolute;
    left: 0.35rem;
    bottom: calc(0.5% + 44px);
  }

  .hero-side-copy--right {
    position: absolute;
    left: calc(50% + (clamp(108px, 38vw, 148px) / 2));
    right: auto;
    bottom: calc(0.5% + 44px);
    padding-left: 0;
    transform: translateY(8px);
  }

  .hero-side-copy p {
    max-width: 19ch;
    padding: 0.28rem 0.4rem;
  }

  .hero-stream-link {
    width: clamp(40px, 12vw, 82px);
    bottom: calc(-2.3% + (clamp(94px, 34vw, 136px) / 2));
  }

  .hero-stream-link::after {
    width: 5px;
    height: 5px;
  }

  .hero-stream-link--left {
    right: 50%;
  }

  .hero-stream-link--right {
    left: 50%;
  }

  .hero_animation.is-right textPath {
    fill: rgba(221, 237, 253, 0.88);
  }

  .hero_animation-lottie,
  .hero_animation-lottie-link {
    width: clamp(108px, 38vw, 148px);
    height: clamp(94px, 34vw, 136px);
    bottom: -2.3%;
  }

  .hero_animation-lottie-bg {
    width: clamp(70px, 27vw, 98px);
    bottom: -1.8%;
    filter: blur(11px);
  }

  .hero_animation-lottie-link {
    font-size: 0.63rem;
  }

  .news-ticker-motion {
    animation-duration: 54s;
  }

  .news-ticker-shell {
    width: 100%;
    padding-inline: 0.45rem;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .news-ticker-live {
    display: none;
  }

  .news-ticker-item {
    gap: 0.44rem;
  }

  .news-ticker-kicker {
    padding: 0.14rem 0.45rem;
    font-size: 0.6rem;
  }

  .news-ticker-meta {
    display: none;
  }

  .hero-opening {
    min-height: clamp(360px, 58vh, 520px);
  }

  .hero--overlay {
    top: clamp(3rem, 8vh, 4.5rem);
    max-height: none;
    backdrop-filter: none;
  }

  .hero-opening-title {
    font-size: clamp(1.7rem, 9vw, 2.55rem);
  }

  .hero-title-shell {
    min-height: 170px;
  }

  .hero-title {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
    padding: 0.72rem;
  }

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

  .button,
  .product-link {
    width: 100%;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }
}

/* Final flow strip override: straight 3-piece ribbon (left + center + right). */
.hero-flow-strip {
  margin-top: 0.95rem;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
  min-height: clamp(92px, 10.5vw, 132px);
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.hero-flow-strip,
.hero-flow-strip *::before,
.hero-flow-strip *::after {
  transition: none !important;
}

.hero-flow-strip .hero_animation-wrapper-v2 {
  position: relative;
  inset: auto;
  width: 100%;
  min-height: clamp(92px, 10.5vw, 132px);
  margin: 0;
  transform: none;
  transform-origin: 50% 50%;
  opacity: 1;
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 0;
  animation: none;
}

.hero-flow-strip .hero_animation-wrapper-v2.is-ready {
  animation: none;
}

.hero-flow-strip .hero-side-copy {
  position: relative;
  inset: auto;
  width: auto;
  flex: 1 1 0;
  min-width: 0;
  align-self: auto;
}

.hero-flow-strip .hero-side-copy p {
  margin: 0;
  height: clamp(44px, 4.8vw, 58px);
  max-width: none;
  padding: 0 clamp(0.8rem, 1.4vw, 1.2rem);
  display: flex;
  align-items: center;
  line-height: 1;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  white-space: nowrap;
  overflow: hidden;
}

.hero-flow-strip .hero-flow-heading {
  display: none;
}

.hero-flow-strip .hero-flow-text {
  margin: 0;
  display: block;
  width: max-content;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
  font-family: var(--font-mono);
  font-size: clamp(0.78rem, 1.04vw, 0.98rem);
  letter-spacing: 0;
  will-change: transform, opacity;
}

.hero-flow-strip .hero-flow-track {
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: max-content;
  transform: translateX(calc(-1 * var(--flow-shift, 0px)));
  will-change: transform;
}

.hero-flow-strip {
  --hero-flow-scroll-duration: 120s;
}

.hero-flow-strip .hero-side-copy--left.is-streaming #heroBinaryText,
.hero-flow-strip .hero-side-copy--right.is-streaming #heroOutputText {
  animation: none !important;
}

.hero-flow-strip .hero-side-copy--left.is-streaming .hero-flow-track--binary {
  animation: hero-flow-marquee-loop var(--hero-flow-scroll-duration) linear infinite;
}

.hero-flow-strip .hero-side-copy--right.is-streaming .hero-flow-track--output {
  animation: hero-flow-marquee-loop var(--hero-flow-scroll-duration) linear infinite;
}

.hero-flow-strip .hero-side-copy--left p {
  border-right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  padding-right: clamp(0.3rem, 0.7vw, 0.58rem);
}

.hero-flow-strip .hero-side-copy--left .hero-flow-text {
  color: rgba(213, 219, 226, 0.75);
  font-weight: 520;
}

.hero-flow-strip .hero-side-copy--right {
  text-align: left;
  padding-left: 0;
  transform: none;
}

.hero-flow-strip .hero-side-copy--right p {
  border-left: 0;
  background: #12151c;
  padding-left: clamp(0.3rem, 0.7vw, 0.58rem);
}

.hero-flow-strip .hero-side-copy--right .hero-flow-text {
  color: rgba(248, 251, 255, 0.98);
  font-weight: 700;
}

.hero-flow-strip .hero-flow-box--center {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
  width: clamp(142px, 16vw, 190px);
  height: clamp(74px, 8.2vw, 100px);
  margin: 0 -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  overflow: visible;
}

.hero-flow-strip .hero-flow-pop {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.26rem 0.68rem 0.3rem;
  border-radius: 999px;
  border: 1px solid rgba(110, 231, 161, 0.72);
  background: linear-gradient(160deg, #0d7b46, #0a5f37);
  color: #eafff1;
  font-family: var(--font-mono);
  font-size: clamp(0.58rem, 0.78vw, 0.74rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 16px rgba(5, 43, 24, 0.34);
}

.hero-flow-strip .hero_animation-lottie-bg {
  position: absolute;
  inset: auto;
  width: clamp(148px, 17vw, 202px);
  height: clamp(82px, 8.8vw, 108px);
  margin: 0;
  background: radial-gradient(circle at 50% 50%, rgba(197, 214, 235, 0.48), rgba(94, 120, 156, 0.24) 56%, rgba(7, 12, 19, 0) 100%);
  filter: blur(12px);
  pointer-events: none;
}

.hero-flow-strip .hero_animation-lottie {
  position: relative;
  inset: auto;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  border: 3px solid rgba(23, 25, 31, 0.95);
  background: rgba(236, 236, 221, 0.98);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
  animation: none !important;
  transform: none !important;
}

.hero-flow-strip .hero_animation-lottie-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
}

.hero-flow-strip .hero_animation-lottie-bg {
  animation: none !important;
  transform: none !important;
}

.hero-flow-strip .hero-pop-toast,
.hero-flow-strip .hero-stream-link {
  display: none;
}

.hero-flow-strip .hero-flow-bars span {
  animation: none !important;
}

@keyframes hero-flow-marquee-loop {
  from {
    transform: translateX(calc(-1 * var(--flow-shift, 0px)));
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 900px) {
  .hero-flow-strip {
    margin-top: 0.8rem;
    min-height: 96px;
  }

  .hero-flow-strip .hero_animation-wrapper-v2 {
    min-height: 96px;
  }

  .hero-flow-strip .hero-side-copy p {
    height: 46px;
    padding: 0 0.62rem;
  }

  .hero-flow-strip .hero-side-copy--left p {
    padding-right: 0.32rem;
  }

  .hero-flow-strip .hero-side-copy--right p {
    padding-left: 0.32rem;
  }

  .hero-flow-strip .hero-flow-box--center {
    width: 132px;
    height: 72px;
    margin: 0 -13px;
  }

  .hero-flow-strip .hero-flow-pop {
    bottom: calc(100% + 6px);
    font-size: 0.56rem;
    padding: 0.24rem 0.56rem 0.26rem;
  }

  .hero-flow-strip .hero_animation-lottie-bg {
    width: 142px;
    height: 78px;
  }

  .hero-flow-strip .hero-flow-text {
    font-size: 0.82rem;
  }
}

@media (max-width: 620px) {
  .hero-flow-strip {
    margin-top: 0.72rem;
    min-height: 86px;
  }

  .hero-flow-strip .hero_animation-wrapper-v2 {
    min-height: 86px;
  }

  .hero-flow-strip .hero-side-copy p {
    height: 40px;
    padding: 0 0.46rem;
  }

  .hero-flow-strip .hero-side-copy--left p {
    padding-right: 0.24rem;
  }

  .hero-flow-strip .hero-side-copy--right p {
    padding-left: 0.24rem;
  }

  .hero-flow-strip .hero-flow-text {
    font-size: 0.68rem;
  }

  .hero-flow-strip .hero-flow-box--center {
    width: 104px;
    height: 58px;
    margin: 0 -10px;
  }

  .hero-flow-strip .hero-flow-pop {
    bottom: calc(100% + 5px);
    font-size: 0.52rem;
    padding: 0.2rem 0.5rem 0.22rem;
  }

  .rag-ops-head h4 {
    font-size: 0.92rem;
  }

  .rag-ops-canvas {
    height: 250px;
  }

  .battle-audience {
    gap: 0.36rem;
  }

  .battle-chip {
    font-size: 0.62rem;
    padding: 0.26rem 0.62rem 0.3rem;
  }

  .battle-audience[data-focus-ready='1'] .battle-chip {
    filter: none;
    opacity: 0.74;
    transform: none;
  }

  .battle-audience[data-focus-ready='1'] .battle-chip[data-chip-active='1'] {
    opacity: 1;
    transform: none;
  }

  .battle-focus-corner {
    width: 0.6rem;
    height: 0.6rem;
  }

  .battle-focus-corner--tl,
  .battle-focus-corner--tr,
  .battle-focus-corner--bl,
  .battle-focus-corner--br {
    top: auto;
  }

  .battle-focus-corner--tl,
  .battle-focus-corner--tr {
    top: -7px;
  }

  .battle-focus-corner--bl,
  .battle-focus-corner--br {
    bottom: -7px;
  }

  .battle-focus-corner--tl,
  .battle-focus-corner--bl {
    left: -7px;
  }

  .battle-focus-corner--tr,
  .battle-focus-corner--br {
    right: -7px;
  }

  .hero-flow-strip .hero_animation-lottie-bg {
    width: 114px;
    height: 64px;
    filter: blur(8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero_animation-wrapper-v2,
  .hero_animation-lottie-bg,
  .hero_animation-lottie,
  .hero-flow-strip .hero-flow-track,
  .hero-flow-bars span,
  .hero-pop-toast,
  .battle-chip,
  .battle-focus-frame {
    animation: none !important;
    transform: none !important;
  }

  .hero_animation-wrapper-v2 {
    opacity: 1;
  }

  .hero-pop-toast {
    opacity: 1;
  }

  .hero-side-copy--left.is-streaming #heroBinaryText,
  .hero-side-copy--right.is-streaming #heroOutputText {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-stream-link::before {
    animation: none !important;
    transform: none !important;
  }

  .news-ticker-motion {
    animation: none;
    min-width: max-content;
  }

  .news-ticker-live::before {
    animation: none;
  }

  .news-ticker-window {
    overflow-x: auto;
  }
}
