:root {
  --bg: #050608;
  --surface: rgba(17, 18, 24, 0.74);
  --surface-strong: rgba(13, 15, 20, 0.92);
  --surface-soft: rgba(255, 255, 255, 0.035);
  --line: rgba(255, 255, 255, 0.1);
  --line-soft: rgba(255, 255, 255, 0.05);
  --text: #f6f2eb;
  --text-soft: #b8b2a9;
  --text-dim: #7d766d;
  --orange: #ff7a29;
  --orange-soft: rgba(255, 122, 41, 0.16);
  --blue: #7da9ff;
  --blue-soft: rgba(125, 169, 255, 0.14);
  --green: #7ade93;
  --shadow: 0 40px 120px rgba(0, 0, 0, 0.46);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(780px 520px at 92% 10%, rgba(255, 122, 41, 0.18), transparent 64%),
    radial-gradient(620px 420px at 12% 92%, rgba(125, 169, 255, 0.1), transparent 72%),
    linear-gradient(180deg, #030406 0%, #07080d 56%, #06070a 100%);
  overflow-x: hidden;
}

body.cursor-ready,
body.cursor-ready a,
body.cursor-ready button,
body.cursor-ready summary {
  cursor: none;
}

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

button,
input {
  font: inherit;
}

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

.site-cursor[hidden] {
  display: none;
}

.site-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 72;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-140px, -140px, 0);
  transition: opacity 160ms ease;
  will-change: transform, opacity;
}

.site-cursor.is-visible {
  opacity: 1;
}

.site-cursor-shell {
  position: absolute;
  inset: 0;
  display: block;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 220ms ease;
}

.site-cursor.is-active .site-cursor-shell {
  transform: scale(1.18);
  filter: saturate(1.08);
}

.site-cursor.is-pressed .site-cursor-shell {
  transform: scale(0.9);
}

.site-cursor-glow,
.site-cursor-ring,
.site-cursor-core,
.site-cursor-orbit-track,
.site-cursor-orbit {
  position: absolute;
  display: block;
}

.site-cursor-glow {
  inset: 7px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 122, 41, 0.28), transparent 52%),
    radial-gradient(circle at 68% 62%, rgba(34, 211, 238, 0.26), transparent 48%);
  filter: blur(14px);
  opacity: 0.74;
}

.site-cursor-ring {
  inset: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 122, 41, 0.08), rgba(125, 169, 255, 0.08)),
    rgba(13, 15, 20, 0.48);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 0 8px rgba(255, 255, 255, 0.018);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.site-cursor-core {
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
  transform: translate(-50%, -50%);
}

.site-cursor-orbit-track {
  inset: 0;
  animation: cursorOrbit 4.8s linear infinite;
}

.site-cursor-orbit {
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 45%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.22) 42%, rgba(34, 211, 238, 0.92) 43%, rgba(14, 165, 233, 0.98) 100%);
  box-shadow: 0 0 14px rgba(34, 211, 238, 0.7);
  transform: translate(-50%, -50%) translateX(15px);
}

.site-bg,
.bg-noise,
.bg-grid,
.bg-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.site-bg {
  z-index: 0;
}

.bg-noise {
  opacity: 0.12;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 0.6px, transparent 0.6px);
  background-size: 8px 8px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 100%);
}

.bg-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), transparent 100%);
}

.bg-glow {
  filter: blur(96px);
  opacity: 0.78;
}

.glow-a {
  inset: -14% -8% auto auto;
  width: 580px;
  height: 580px;
  background: rgba(255, 122, 41, 0.18);
  animation: glowFloat 18s ease-in-out infinite;
}

.glow-b {
  inset: auto auto -12% 4%;
  width: 420px;
  height: 420px;
  background: rgba(125, 169, 255, 0.12);
  animation: glowFloat 22s ease-in-out infinite reverse;
}

.glow-c {
  inset: 32% auto auto 38%;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.06);
}

.site-header,
.site-shell {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 12;
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(7, 8, 12, 0.94), rgba(7, 8, 12, 0.86));
  backdrop-filter: blur(18px);
}

.header-inner,
.section-inner,
.hero-inner {
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
}

.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(19, 21, 29, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  object-fit: contain;
  transform: translateX(-2px);
}

.brand-text,
.brand-name,
.site-nav a,
.eyebrow,
.hero-signals span,
.signal-track span,
.panel-topline span,
.panel-topline em,
.scene-card span,
.scene-card strong,
.flow-step span,
.cta-meta span,
.mode-option {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.12em;
}

.brand-text,
.brand-name {
  font-size: 24px;
  line-height: 1;
}

.brand-divider {
  width: 1px;
  height: 18px;
  background: var(--line);
}

.brand-name {
  color: #f6f2eb;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.92;
  text-transform: none;
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  white-space: nowrap;
}

.brand-wordmark-core,
.brand-wordmark-accent {
  display: inline-block;
}

.brand-wordmark-accent {
  color: inherit;
  text-shadow: none;
}

.brand-name,
.hero-title {
  position: relative;
  z-index: 1;
  will-change: opacity, filter;
}

.brand-morph {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  transform-origin: top left;
  will-change: transform, opacity;
}

.brand-morph-text {
  display: block;
  width: max-content;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(74px, 9vw, 138px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.9;
  white-space: nowrap;
  text-transform: none;
  text-shadow: 0 24px 72px rgba(0, 0, 0, 0.42);
}


.site-nav,
.header-actions,
.hero-actions,
.cta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.site-nav {
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}

.site-nav a {
  color: var(--text-soft);
  font-size: 18px;
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.nav-dock {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 40px;
  padding: 0;
}

.nav-dock::before {
  display: none;
}

.nav-dock::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 272px;
  height: 214px;
  transform: translateX(-50%);
  z-index: 0;
  background: transparent;
}

.nav-drum {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  width: 184px;
  height: 184px;
  transform: translateX(-50%);
  transform-origin: center center;
  transition: transform 300ms ease;
}

.nav-drum::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(30, 34, 42, 0.12) 0 21%, rgba(11, 13, 18, 0.84) 22%, rgba(7, 9, 13, 0.97) 61%, rgba(4, 5, 8, 1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 0 0 12px rgba(255, 255, 255, 0.022),
    inset 0 0 0 30px rgba(0, 0, 0, 0.18);
  opacity: 0.56;
  transform: rotate(0deg);
  transition: opacity 280ms ease, box-shadow 320ms ease, transform 420ms ease;
}

.nav-drum::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04) 34%, rgba(10, 12, 16, 0.95) 35%, rgba(7, 9, 13, 1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.024),
    0 0 0 20px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: 0.84;
}

.nav-drum-hole,
.nav-dock-link,
.nav-dock-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 800;
  text-transform: none;
  text-align: center;
  white-space: normal;
  transform-origin: center center;
}

.nav-drum-hole,
.nav-dock-link {
  --radius: 62px;
  width: 50px;
  height: 50px;
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translateY(calc(var(--radius) * -1))
    rotate(calc(var(--angle) * -1));
}

.nav-drum-hole {
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.012) 34%, rgba(8, 10, 14, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 6px 14px rgba(0, 0, 0, 0.18);
  opacity: 0.42;
}

.nav-drum-hole--1 {
  --angle: 0deg;
}

.nav-drum-hole--2 {
  --angle: 60deg;
}

.nav-drum-hole--3 {
  --angle: 180deg;
}

.nav-drum-hole--4 {
  --angle: 300deg;
}

.nav-dock-trigger {
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  padding: 0 8px;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  display: grid;
  gap: 2px;
  justify-items: center;
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(246, 242, 235, 0.74);
  font-size: 9px;
  letter-spacing: -0.01em;
  line-height: 1.02;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.01) 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.01)),
    linear-gradient(135deg, rgba(255, 145, 86, 0.014), rgba(255, 255, 255, 0.008)),
    rgba(17, 18, 23, 0.9);
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.2),
    0 0 0 6px rgba(255, 255, 255, 0.012),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    background 220ms ease;
}

.nav-dock-trigger span {
  display: block;
}

.nav-dock-link {
  width: 58px;
  height: 58px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 36% 32%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015) 38%, rgba(8, 10, 14, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 8px 16px rgba(0, 0, 0, 0.18);
  color: rgba(241, 235, 227, 0.96);
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 0.94;
  opacity: 0.44;
  pointer-events: none;
  transition:
    opacity 240ms ease 220ms,
    transform 300ms ease 220ms,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease;
}

.nav-dock-link span {
  display: block;
  max-width: 40px;
  text-wrap: balance;
  overflow-wrap: anywhere;
  opacity: 0;
  transform: translateY(4px) scale(0.96);
  transition: opacity 180ms ease, transform 220ms ease;
}

.nav-dock-link--feature {
  --angle: 240deg;
  font-size: 8.8px;
  letter-spacing: 0.02em;
}

.nav-dock-link--faq {
  --angle: 120deg;
  font-size: 11.8px;
}

.nav-dock-trigger::after,
.nav-dock-link::after {
  display: none;
}

.nav-dock:hover .nav-drum::before,
.nav-dock:focus-within .nav-drum::before {
  opacity: 0.8;
  transform: rotate(3deg);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 0 0 12px rgba(255, 255, 255, 0.026),
    inset 0 0 0 30px rgba(0, 0, 0, 0.22);
}

.nav-dock:hover .nav-dock-link,
.nav-dock:focus-within .nav-dock-link {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.nav-dock:hover .nav-dock-trigger,
.nav-dock:focus-within .nav-dock-trigger {
  transform: translate(-50%, -50%) scale(1.012);
  border-color: rgba(255, 145, 86, 0.1);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.22),
    0 0 0 8px rgba(255, 255, 255, 0.016),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018) 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
    linear-gradient(135deg, rgba(255, 145, 86, 0.02), rgba(255, 255, 255, 0.012)),
    rgba(17, 18, 23, 0.92);
}

.nav-dock:hover .nav-dock-link--feature,
.nav-dock:focus-within .nav-dock-link--feature {
  transform:
    translate(-50%, -50%)
    rotate(240deg)
    translateY(-62px)
    rotate(-240deg)
    scale(1);
  transition-delay: 0.02s;
}

.nav-dock:hover .nav-dock-link--faq,
.nav-dock:focus-within .nav-dock-link--faq {
  transform:
    translate(-50%, -50%)
    rotate(120deg)
    translateY(-62px)
    rotate(-120deg)
    scale(1);
  transition-delay: 0.14s;
}

.nav-dock:hover .nav-dock-link span,
.nav-dock:focus-within .nav-dock-link span {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.nav-dock:hover .nav-dock-link--feature span,
.nav-dock:focus-within .nav-dock-link--feature span {
  transition-delay: 0.04s;
}

.nav-dock:hover .nav-dock-link--faq span,
.nav-dock:focus-within .nav-dock-link--faq span {
  transition-delay: 0.14s;
}

.nav-dock-link:hover,
.nav-dock-link:focus-visible {
  border-color: rgba(255, 145, 86, 0.16);
  background:
    radial-gradient(circle at 36% 32%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02) 38%, rgba(8, 10, 14, 0.98) 100%);
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 28px rgba(0, 0, 0, 0.24);
}

.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 18px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button.primary {
  border-color: rgba(255, 122, 41, 0.34);
  background: linear-gradient(135deg, rgba(255, 122, 41, 0.98), rgba(255, 156, 91, 0.92));
  color: #160e09;
}

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

.button--telegram {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease,
    -webkit-backdrop-filter 220ms ease;
}

.button--telegram::after {
  content: "";
  width: 0;
  height: 18px;
  flex: 0 0 auto;
  margin-left: 0;
  opacity: 0;
  transform: translateX(-8px) scale(0.72);
  background: linear-gradient(180deg, #8cd3ff 0%, #5eaefc 100%);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.86 4.61c.32-.13.67.16.59.49l-3.02 13.31c-.06.28-.4.41-.64.25l-5.08-3.43-2.58 2.48c-.24.23-.64.06-.64-.28v-3.09l8.34-7.94c.2-.19-.07-.31-.28-.15l-10.09 6.4-4.18-1.32c-.31-.1-.34-.53-.04-.67L20.86 4.61z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.86 4.61c.32-.13.67.16.59.49l-3.02 13.31c-.06.28-.4.41-.64.25l-5.08-3.43-2.58 2.48c-.24.23-.64.06-.64-.28v-3.09l8.34-7.94c.2-.19-.07-.31-.28-.15l-10.09 6.4-4.18-1.32c-.31-.1-.34-.53-.04-.67L20.86 4.61z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition:
    width 220ms ease,
    margin-left 220ms ease,
    opacity 220ms ease,
    transform 220ms ease;
}

.button--telegram:hover,
.button--telegram:focus-visible {
  border-color: rgba(125, 169, 255, 0.24);
  background: rgba(89, 126, 191, 0.12);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
}

.button--telegram:hover::after,
.button--telegram:focus-visible::after {
  width: 18px;
  margin-left: 10px;
  opacity: 1;
  transform: translateX(0) scale(1);
}

.button--auth::after {
  content: "";
  width: 0;
  height: 18px;
  flex: 0 0 auto;
  margin-left: 0;
  opacity: 0;
  transform: translateX(-8px) scale(0.72);
  background: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.2 5.25a.9.9 0 0 1 0 1.8H6.95v9.9h3.25a.9.9 0 0 1 0 1.8H6.35a1.2 1.2 0 0 1-1.2-1.2V6.45a1.2 1.2 0 0 1 1.2-1.2h3.85Zm5.85 2.01a.9.9 0 0 1 1.27-.02l4.08 3.96a1.14 1.14 0 0 1 0 1.64l-4.08 3.96a.9.9 0 1 1-1.25-1.3l2.48-2.4H10.7a.9.9 0 1 1 0-1.8h7.85l-2.48-2.4a.9.9 0 0 1-.02-1.28Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.2 5.25a.9.9 0 0 1 0 1.8H6.95v9.9h3.25a.9.9 0 0 1 0 1.8H6.35a1.2 1.2 0 0 1-1.2-1.2V6.45a1.2 1.2 0 0 1 1.2-1.2h3.85Zm5.85 2.01a.9.9 0 0 1 1.27-.02l4.08 3.96a1.14 1.14 0 0 1 0 1.64l-4.08 3.96a.9.9 0 1 1-1.25-1.3l2.48-2.4H10.7a.9.9 0 1 1 0-1.8h7.85l-2.48-2.4a.9.9 0 0 1-.02-1.28Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition:
    width 220ms ease,
    margin-left 220ms ease,
    opacity 220ms ease,
    transform 220ms ease;
}

.button--auth:hover::after,
.button--auth:focus-visible::after {
  width: 18px;
  margin-left: 10px;
  opacity: 1;
  transform: translateX(0) scale(1);
}

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

.site-shell {
  display: grid;
  gap: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 84px);
  display: flex;
  align-items: center;
  padding: 24px 0 26px;
}

.hero-cinematic {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero-cinematic::before {
  content: "";
  position: absolute;
  inset: 6% 10% 8%;
  background:
    radial-gradient(circle at 20% 50%, rgba(125, 169, 255, 0.14), transparent 26%),
    radial-gradient(circle at 80% 42%, rgba(255, 122, 41, 0.16), transparent 30%),
    radial-gradient(circle at 50% 55%, rgba(255, 255, 255, 0.05), transparent 18%);
  filter: blur(40px);
  opacity: 0.88;
}

.hero-cinematic::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.78) 0%, rgba(5, 6, 8, 0.18) 18%, rgba(5, 6, 8, 0.06) 42%, rgba(5, 6, 8, 0.14) 58%, rgba(5, 6, 8, 0.72) 100%),
    linear-gradient(180deg, rgba(5, 6, 8, 0.28) 0%, transparent 18%, transparent 78%, rgba(5, 6, 8, 0.38) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1.28fr);
  align-items: center;
  gap: clamp(56px, 8vw, 148px);
}

.hero-copy {
  position: relative;
  max-width: 560px;
  z-index: 3;
  transform: translateY(clamp(-164px, -12vh, -96px));
}

.hero-side {
  position: absolute;
  top: 50%;
  margin: 0;
  width: clamp(300px, 28vw, 470px);
  height: clamp(470px, 58vw, 760px);
  opacity: 0.66;
  filter: saturate(0.96) brightness(1.04);
  pointer-events: none;
  user-select: none;
}

.hero-side--ct {
  left: -4%;
  transform: translate3d(0, -50%, 0);
}

.hero-side--t {
  right: -4%;
  top: 48.5%;
  transform: translate3d(0, -50%, 0);
}

.hero-side::before {
  content: "";
  position: absolute;
  inset: 8% 10% 12%;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.86;
}

.hero-side--ct::before {
  background:
    radial-gradient(circle at 46% 42%, rgba(125, 169, 255, 0.26), transparent 28%),
    radial-gradient(circle at 34% 72%, rgba(255, 255, 255, 0.08), transparent 24%);
}

.hero-side--t::before {
  background:
    radial-gradient(circle at 54% 40%, rgba(255, 122, 41, 0.28), transparent 28%),
    radial-gradient(circle at 68% 72%, rgba(255, 255, 255, 0.08), transparent 22%);
}

.hero-side-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0.74;
  filter:
    drop-shadow(0 34px 90px rgba(0, 0, 0, 0.42))
    saturate(0.98)
    contrast(1.06)
    brightness(1.02);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.96) 10%, rgba(0, 0, 0, 0.99) 86%, transparent 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--text-dim);
  font-size: 18px;
}

.hero h1,
.section-head h2,
.cta-copy h2,
.scene-card strong {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.hero-title {
  font-family: "Manrope", "Segoe UI", sans-serif !important;
  font-size: clamp(74px, 9vw, 138px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.08em !important;
  line-height: 0.9 !important;
  text-transform: none;
  transition: opacity 180ms ease, filter 220ms ease;
}

.hero h1 {
  font-size: clamp(82px, 10vw, 160px);
  line-height: 0.84;
}

.hero-kicker {
  margin: 18px 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 0.92;
  letter-spacing: 0.05em;
}

.hero-subtitle,
.section-head p,
.flow-step p,
.scan-card p,
.compare-note,
.cta-copy p,
.launch-status {
  color: var(--text-soft);
  line-height: 1.62;
}

.hero-subtitle {
  max-width: 34ch;
  margin: 18px 0 0;
  font-size: 18px;
}

.hero-actions {
  margin-top: 28px;
}

.hero-signals {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.hero-signals span {
  color: var(--text-soft);
  font-size: 18px;
}

.hero-visual,
.mode-preview {
  --mx: 0;
  --my: 0;
  position: relative;
}

.hero-visual {
  min-height: clamp(500px, 48vw, 760px);
  z-index: 3;
  transform: translateX(44px);
}

.hero-visual::before {
  display: none;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 14% 14% 18% 8%;
  background: radial-gradient(circle at 58% 42%, rgba(255, 255, 255, 0.06), transparent 26%);
  filter: blur(40px);
  opacity: 0.64;
}

.visual-aura {
  position: absolute;
  border-radius: 999px;
  filter: blur(36px);
}

.aura-orange {
  inset: 6% auto auto 10%;
  width: 260px;
  height: 260px;
  background: rgba(255, 122, 41, 0.22);
  transform: translate3d(calc(var(--mx) * 18px), calc(var(--my) * 12px), 0);
}

.aura-blue {
  inset: auto 8% 8% auto;
  width: 300px;
  height: 300px;
  background: rgba(125, 169, 255, 0.16);
  transform: translate3d(calc(var(--mx) * -14px), calc(var(--my) * -12px), 0);
}

.visual-main,
.visual-side,
.visual-note,
.mode-preview,
.flow-board,
.launch-card,
.scene-card {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(19, 20, 28, 0.94), rgba(12, 13, 18, 0.92));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.visual-main,
.visual-side {
  position: absolute;
  overflow: hidden;
}

.visual-main {
  z-index: 1;
  inset: 10% 9% 12% 6%;
  transform: translate3d(calc(var(--mx) * -14px), calc(var(--my) * -10px), 0) rotate(-3deg);
}

.visual-main--stats {
  inset: 8% 6% 10% 13%;
  transform: translate3d(calc(var(--mx) * -10px), calc(var(--my) * -8px), 0) rotate(-2.25deg);
}

.visual-main::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border-radius: calc(var(--radius-xl) - 12px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%);
  pointer-events: none;
}

.visual-side {
  inset: auto 0 4% auto;
  width: 44%;
  transform: translate3d(calc(var(--mx) * 16px), calc(var(--my) * 14px), 0) rotate(8deg);
}

.visual-main img,
.visual-side img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-main--stats img {
  object-fit: contain;
  object-position: center center;
  transform: scale(0.96);
}

.visual-note {
  position: absolute;
  padding: 18px 20px;
  backdrop-filter: blur(18px);
  background: rgba(18, 19, 25, 0.72);
}

.visual-note span,
.scan-card span,
.metric-card span,
.compare-row span,
.flow-step strong,
.field span {
  display: block;
}

.visual-note span,
.scan-card span,
.metric-card span,
.compare-row span {
  color: var(--text-dim);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: none;
}

.visual-note strong,
.scan-card strong,
.metric-card strong {
  display: block;
  margin-top: 10px;
}

.visual-note strong {
  max-width: 20ch;
  font-size: 17px;
  line-height: 1.35;
}

.note-primary {
  top: 9%;
  right: 4%;
  z-index: 2;
  transform: translate3d(calc(var(--mx) * 14px), calc(var(--my) * -14px), 0);
}

.note-secondary {
  left: 2%;
  bottom: 12%;
  z-index: 2;
  transform: translate3d(calc(var(--mx) * -12px), calc(var(--my) * 12px), 0);
}

.signal-strip {
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.015);
}

.signal-track {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 16px 0;
  animation: marquee 24s linear infinite;
  will-change: transform;
}

.signal-sequence {
  flex: 0 0 auto;
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
}

.signal-sequence > * {
  flex: 0 0 auto;
}

.signal-track span {
  color: var(--text-soft);
  font-size: 20px;
}

.signal-brand,
.signal-brand .brand-wordmark-core,
.signal-brand .brand-wordmark-accent {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  text-transform: none;
}

.mode-lab,
.flow,
.cta {
  padding: 110px 0 0;
}

.value {
  position: relative;
  z-index: 1;
  padding: 110px 0 26px;
}

.value-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

.value-head {
  position: relative;
  min-width: 0;
  display: grid;
  gap: 10px;
  min-height: clamp(420px, 44vw, 640px);
  padding-top: 8px;
  overflow: visible;
}

.value-head h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: none;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(42px, 5.8vw, 88px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.92;
  text-transform: none;
}

.value-character {
  position: absolute;
  left: -4%;
  bottom: -4%;
  width: clamp(260px, 27vw, 410px);
  height: clamp(380px, 48vw, 620px);
  margin: 0;
  pointer-events: none;
  user-select: none;
}

.value-character--wide {
  left: -6%;
  bottom: -8%;
  width: clamp(340px, 35vw, 540px);
  height: clamp(440px, 52vw, 680px);
}

.value-character--wide::before {
  inset: 14% 12% 10%;
  background:
    radial-gradient(circle at 34% 42%, rgba(125, 169, 255, 0.28), transparent 26%),
    radial-gradient(circle at 52% 64%, rgba(255, 255, 255, 0.08), transparent 20%);
  filter: blur(44px);
}

.value-character--wide::after {
  display: none;
}

.value-character::before {
  content: "";
  position: absolute;
  inset: 12% 10% 8%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 42%, rgba(125, 169, 255, 0.24), transparent 28%),
    radial-gradient(circle at 34% 74%, rgba(255, 255, 255, 0.08), transparent 22%);
  filter: blur(38px);
  opacity: 0.88;
}

.value-character::after {
  content: "";
  position: absolute;
  inset: -8% -12% -6% -10%;
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.04) 0%, transparent 18%, transparent 74%, rgba(5, 6, 8, 0.38) 100%),
    linear-gradient(90deg, rgba(5, 6, 8, 0.08) 0%, transparent 16%, transparent 72%, rgba(5, 6, 8, 0.46) 100%);
}

.value-character img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
  opacity: 0.42;
  filter:
    drop-shadow(0 28px 80px rgba(0, 0, 0, 0.42))
    saturate(0.82)
    contrast(1.02);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.96) 14%, rgba(0, 0, 0, 0.98) 84%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.96) 14%, rgba(0, 0, 0, 0.98) 84%, transparent 100%);
}

.value-character--wide img {
  object-fit: cover;
  object-position: 48% 50%;
  opacity: 0.38;
  filter:
    drop-shadow(0 30px 82px rgba(0, 0, 0, 0.46))
    saturate(0.82)
    contrast(1.08)
    brightness(1.04);
}

.value-character--cutout {
  left: -10%;
  bottom: -6%;
  width: clamp(300px, 31vw, 460px);
  height: clamp(420px, 50vw, 650px);
}

.value-character--cutout::before {
  inset: 16% 10% 8%;
  background:
    radial-gradient(circle at 38% 38%, rgba(125, 169, 255, 0.26), transparent 24%),
    radial-gradient(circle at 44% 70%, rgba(255, 255, 255, 0.08), transparent 18%);
  filter: blur(40px);
}

.value-character--cutout::after {
  display: none;
}

.value-character--cutout img {
  object-fit: contain;
  object-position: left bottom;
  opacity: 0.46;
  filter:
    drop-shadow(0 28px 80px rgba(0, 0, 0, 0.44))
    saturate(0.74)
    contrast(1.02)
    brightness(0.86);
}

.value-grid {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.value-card {
  position: relative;
  overflow: visible;
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(18, 19, 25, 0.92), rgba(12, 13, 18, 0.9));
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 300ms ease,
    background 300ms ease,
    opacity 240ms ease,
    filter 240ms ease;
}

.value-card--has-preview {
  cursor: zoom-in;
}

.value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 122, 41, 0.1), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.value-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  z-index: 3;
}

.value-card:hover::before {
  opacity: 1;
}

.value-grid:hover .value-card {
  opacity: 0.34;
  filter: blur(7px);
}

.value-grid:hover .value-card:hover {
  opacity: 1;
  filter: none;
}

.value-card > span {
  position: relative;
  z-index: 1;
  color: var(--text-dim);
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  letter-spacing: 0.12em;
}

.value-card-status {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  padding: 7px 10px 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 154, 82, 0.18);
  background: rgba(255, 154, 82, 0.08);
  color: rgba(255, 186, 137, 0.94);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.value-card strong {
  position: relative;
  z-index: 1;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(26px, 3.1vw, 38px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  transition: opacity 220ms ease, transform 220ms ease;
}

.value-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 28ch;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.72;
  transition: opacity 220ms ease, transform 220ms ease, filter 220ms ease;
}

.value-card-status,
.value-card > span,
.value-card strong,
.value-card p {
  transition: opacity 240ms ease, transform 240ms ease, filter 240ms ease;
}

.value-card--has-preview:hover > span,
.value-card--has-preview:hover strong,
.value-card--has-preview:hover p {
  opacity: 0.12;
  filter: blur(9px);
  transform: translateY(6px);
}

.value-card-preview {
  position: absolute;
  right: -22px;
  bottom: -20px;
  width: clamp(320px, 35vw, 520px);
  aspect-ratio: 16 / 10;
  margin: 0;
  padding: 18px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(18, 19, 25, 0.98), rgba(9, 10, 16, 0.98));
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.56),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translate3d(20px, 10px, 0) scale(0.94) rotate(4deg);
  transform-origin: bottom right;
  transition:
    opacity 260ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms ease;
  pointer-events: none;
  cursor: zoom-in;
  z-index: 5;
}

.value-card-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 16%),
    linear-gradient(180deg, transparent 64%, rgba(0, 0, 0, 0.16));
  pointer-events: none;
  z-index: 1;
}

.value-card-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  image-rendering: auto;
  filter: drop-shadow(0 14px 32px rgba(0, 0, 0, 0.28));
  transform: scale(1);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.value-card--has-preview:hover .value-card-preview {
  opacity: 1;
  transform: translate3d(78px, -58px, 0) scale(1) rotate(4deg);
  pointer-events: auto;
}

.value-card--has-preview:hover .value-card-preview img {
  transform: scale(1);
}

.value-card--stats .value-card-preview {
  right: -6px;
  bottom: -16px;
  width: clamp(306px, 25vw, 408px);
  aspect-ratio: 9 / 10;
  padding: 10px;
}

.value-card--stats:hover .value-card-preview {
  transform: translate3d(54px, -72px, 0) scale(1) rotate(3deg);
}

.value-card--stats .value-card-preview img {
  transform: scale(1.04);
}

.value-card--stats:hover .value-card-preview img {
  transform: scale(1.06);
}

.value-card--compare .value-card-preview {
  width: clamp(360px, 38vw, 560px);
  aspect-ratio: 16 / 10;
}

.value-card--compare:hover .value-card-preview {
  transform: translate3d(92px, -54px, 0) scale(1) rotate(4deg);
}

.value-card--analytics {
  background:
    radial-gradient(circle at 100% 0, rgba(255, 154, 82, 0.06), transparent 42%),
    linear-gradient(180deg, rgba(18, 19, 25, 0.92), rgba(12, 13, 18, 0.9));
}

.value-card--announce .value-card-preview {
  right: -12px;
  bottom: -18px;
  width: clamp(292px, 28vw, 382px);
  aspect-ratio: 1 / 1;
}

.value-card--announce:hover .value-card-preview {
  transform: translate3d(72px, -52px, 0) scale(1) rotate(5deg);
}

.value-card-open {
  position: absolute;
  inset: 0;
  z-index: 6;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  appearance: none;
  cursor: zoom-in;
}

.value-card-open:focus-visible {
  outline: 2px solid rgba(255, 122, 41, 0.94);
  outline-offset: 3px;
}

.lightbox-open {
  overflow: hidden;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 26px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 122, 41, 0.14), transparent 28%),
    rgba(5, 6, 8, 0.84);
  backdrop-filter: blur(18px);
}

.image-lightbox-panel {
  position: relative;
  width: min(94vw, 1580px);
  max-height: calc(100vh - 52px);
  padding: clamp(14px, 1.9vw, 24px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(18, 19, 25, 0.98), rgba(9, 10, 16, 0.98));
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.image-lightbox-media {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.04), transparent 34%),
    rgba(8, 9, 13, 0.96);
}

.image-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 124px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.image-lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(8, 10, 14, 0.84);
  color: var(--text);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.image-lightbox-close:hover,
.image-lightbox-close:focus-visible {
  transform: scale(1.04);
  border-color: rgba(255, 122, 41, 0.3);
  background: rgba(14, 16, 22, 0.96);
}

@media (hover: none), (pointer: coarse) {
  body.cursor-ready,
  body.cursor-ready a,
  body.cursor-ready button,
  body.cursor-ready summary {
    cursor: auto;
  }

  .site-cursor {
    display: none;
  }

  .nav-dock::after {
    display: none;
  }

  .nav-dock {
    min-width: 0;
    min-height: auto;
    width: auto;
  }

  .nav-drum {
    position: static;
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    transform: none !important;
  }

  .nav-drum::before,
  .nav-drum::after,
  .nav-drum-hole {
    display: none;
  }

  .nav-dock-trigger,
  .nav-dock-link {
    position: static;
    transform: none;
    width: auto;
    height: auto;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    opacity: 1;
    pointer-events: auto;
    filter: none;
  }

  .nav-dock-trigger {
    display: inline-flex;
    gap: 0;
  }

  .nav-dock-link span {
    max-width: none;
  }

  .value-grid:hover .value-card {
    opacity: 1;
    filter: none;
  }

  .value-card {
    overflow: hidden;
  }

  .value-card--has-preview:hover > span,
  .value-card--has-preview:hover strong,
  .value-card--has-preview:hover p {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .value-card-preview {
    display: none;
  }
}

@media (max-width: 720px) {
  .image-lightbox {
    padding: 14px;
  }

  .image-lightbox-panel {
    width: 100%;
    max-height: calc(100vh - 28px);
    padding: 12px;
    border-radius: 22px;
  }

  .image-lightbox-media {
    border-radius: 18px;
  }

  .image-lightbox-image {
    max-height: calc(100vh - 84px);
  }

  .image-lightbox-close {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    font-size: 28px;
  }
}

.faq {
  position: relative;
  z-index: 1;
  padding: 110px 0 84px;
}

.faq-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr);
  gap: 34px;
  align-items: start;
}

.faq-head {
  padding-top: 8px;
}

.faq-head h2 {
  margin: 0;
  max-width: none;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(72px, 10vw, 148px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.9;
  text-transform: none;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(18, 19, 25, 0.92), rgba(12, 13, 18, 0.9));
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 320ms ease,
    background 320ms ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.14);
}

.faq-item[open] {
  border-color: rgba(255, 122, 41, 0.18);
  background:
    linear-gradient(180deg, rgba(20, 21, 28, 0.95), rgba(12, 13, 18, 0.94)),
    radial-gradient(circle at 100% 0, rgba(255, 122, 41, 0.08), transparent 42%);
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 122, 41, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.faq-item summary {
  list-style: none;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 22px 24px;
  cursor: pointer;
  color: var(--text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  transition: color 180ms ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 122, 41, 0.2), rgba(255, 255, 255, 0));
  opacity: 0;
  transform: scaleX(0.88);
  transform-origin: left center;
  transition: opacity 220ms ease, transform 280ms ease;
}

.faq-item summary::after {
  content: "+";
  color: var(--text-dim);
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  line-height: 1;
  transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), color 220ms ease;
}

.faq-item:hover summary::before,
.faq-item[open] summary::before {
  opacity: 1;
  transform: scaleX(1);
}

.faq-item[open] summary::after {
  color: var(--orange);
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 24px 22px;
  max-width: 58ch;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.72;
  will-change: opacity, transform, filter;
}

.section-head {
  display: grid;
  gap: 10px;
  max-width: 820px;
}

.section-head h2,
.cta-copy h2 {
  max-width: 11ch;
  font-size: clamp(52px, 6vw, 96px);
  line-height: 0.92;
}

.section-head p:last-child {
  margin: 0;
  max-width: 36ch;
}

.lab-shell {
  margin-top: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 320px;
  gap: 18px;
  align-items: stretch;
}

.mode-preview {
  min-height: 560px;
  overflow: hidden;
}

.mode-preview::before,
.scene-card::before,
.launch-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(255, 122, 41, 0.08), transparent 36%, rgba(125, 169, 255, 0.08) 100%);
  pointer-events: none;
}

.preview-panel {
  position: absolute;
  inset: 0;
  padding: 28px;
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  filter: blur(10px);
  pointer-events: none;
  transition: opacity 320ms ease, transform 320ms ease, filter 320ms ease;
}

.preview-panel.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  pointer-events: auto;
}

.panel-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.panel-topline span,
.panel-topline em {
  color: var(--text-dim);
  font-size: 18px;
  font-style: normal;
}

.scan-stage,
.stats-stage,
.compare-stage,
.announce-stage {
  position: relative;
  z-index: 1;
  margin-top: 18px;
}

.scan-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) 320px;
  gap: 16px;
}

.tactical-map,
.trend-board,
.announce-stage,
.scan-card,
.metric-card,
.compare-note {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.tactical-map {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 24%, rgba(255, 122, 41, 0.2), transparent 18%),
    radial-gradient(circle at 34% 62%, rgba(125, 169, 255, 0.18), transparent 20%),
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(180deg, rgba(12, 13, 18, 0.96), rgba(10, 11, 16, 0.94));
  background-size: auto, auto, 38px 38px, 38px 38px, auto;
}

.map-node,
.map-route {
  position: absolute;
  border-radius: 999px;
}

.map-node {
  width: 16px;
  height: 16px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, rgba(255, 122, 41, 0.88) 36%, rgba(255, 122, 41, 0.16) 68%, transparent 70%);
  box-shadow: 0 0 30px rgba(255, 122, 41, 0.36);
}

.node-a {
  top: 24%;
  left: 70%;
}

.node-b {
  top: 48%;
  left: 62%;
}

.node-c {
  top: 60%;
  left: 28%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, rgba(125, 169, 255, 0.9) 36%, rgba(125, 169, 255, 0.16) 68%, transparent 70%);
  box-shadow: 0 0 30px rgba(125, 169, 255, 0.32);
}

.node-d {
  top: 30%;
  left: 26%;
}

.map-route {
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(255, 122, 41, 0.72), rgba(255, 255, 255, 0.14));
}

.route-a {
  top: 28%;
  left: 28%;
  width: 46%;
  transform: rotate(8deg);
}

.route-b {
  top: 50%;
  left: 31%;
  width: 34%;
  transform: rotate(-6deg);
}

.route-c {
  top: 56%;
  left: 63%;
  width: 13%;
  transform: rotate(-42deg);
}

.scan-cards {
  display: grid;
  gap: 12px;
}

.scan-card,
.metric-card,
.compare-note {
  padding: 18px;
}

.scan-card strong,
.metric-card strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.92;
}

.scan-card.emphasis {
  background: linear-gradient(180deg, rgba(255, 122, 41, 0.14), rgba(255, 255, 255, 0.03));
  border-color: rgba(255, 122, 41, 0.2);
}

.scan-card p {
  margin: 10px 0 0;
  font-size: 14px;
}

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

.metric-card em {
  display: block;
  margin-top: 10px;
  color: #ff9e86;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
}

.metric-card.good em {
  color: var(--green);
}

.trend-board {
  margin-top: 16px;
  position: relative;
  min-height: 312px;
  overflow: hidden;
}

.trend-grid,
.trend-line,
.trend-fill {
  position: absolute;
  inset: 0;
}

.trend-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 42px 42px;
}

.trend-fill {
  inset: auto 0 0 0;
  height: 54%;
  background: linear-gradient(180deg, rgba(255, 122, 41, 0.16), transparent);
}

.trend-line::after {
  content: "";
  position: absolute;
  inset: 28px 22px 24px;
  border-bottom: 3px solid var(--orange);
  clip-path: polygon(0 74%, 16% 60%, 32% 66%, 54% 40%, 74% 52%, 100% 24%, 100% 100%, 0 100%);
  box-shadow: 0 0 24px rgba(255, 122, 41, 0.36);
}

.compare-stage {
  display: grid;
  gap: 18px;
}

.compare-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 84px;
  padding: 0 4px;
}

.compare-head strong,
.announce-copy strong,
.announce-time strong {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.compare-head strong {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.92;
}

.compare-head span {
  color: var(--text-dim);
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  letter-spacing: 0.12em;
}

.compare-bars {
  display: grid;
  gap: 14px;
}

.compare-row {
  display: grid;
  gap: 10px;
}

.bar-track {
  position: relative;
  height: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.bar-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--fill);
  border-radius: inherit;
}

.bar-fill.left {
  left: 0;
}

.bar-fill.right {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08));
}

.bar-fill.warm {
  background: linear-gradient(90deg, rgba(255, 122, 41, 0.9), rgba(255, 164, 95, 0.88));
}

.bar-fill.cool {
  background: linear-gradient(90deg, rgba(125, 169, 255, 0.94), rgba(161, 191, 255, 0.9));
}

.bar-fill.hot.right {
  background: linear-gradient(90deg, rgba(255, 122, 41, 0.72), rgba(255, 149, 79, 0.76));
}

.compare-note {
  max-width: 32ch;
}

.announce-stage {
  min-height: 440px;
  padding: 26px;
  display: grid;
  align-content: space-between;
  overflow: hidden;
}

.announce-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 13, 18, 0.22), rgba(12, 13, 18, 0.88)),
    url("/site/static/stream_sample.png") center/cover no-repeat;
}

.announce-copy,
.announce-time {
  position: relative;
  z-index: 1;
}

.announce-copy span {
  display: block;
  color: var(--text-dim);
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  letter-spacing: 0.12em;
}

.announce-copy strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(52px, 5vw, 88px);
  line-height: 0.9;
}

.announce-copy em {
  display: block;
  margin-top: 12px;
  color: var(--text-soft);
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.announce-time {
  justify-self: end;
  text-align: right;
}

.announce-time strong {
  display: block;
  font-size: clamp(76px, 8vw, 128px);
  line-height: 0.82;
}

.announce-time span {
  display: block;
  color: var(--text-dim);
  font-family: "Bebas Neue", sans-serif;
  font-size: 32px;
  letter-spacing: 0.12em;
}

.scene-rail {
  display: grid;
  gap: 12px;
}

.scene-card {
  position: relative;
  text-align: left;
  padding: 18px;
  cursor: pointer;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.scene-card:hover,
.scene-card.is-active {
  transform: translateX(4px);
  border-color: rgba(255, 122, 41, 0.26);
  background: linear-gradient(180deg, rgba(255, 122, 41, 0.12), rgba(255, 255, 255, 0.03));
}

.scene-card span {
  display: block;
  color: var(--text-dim);
  font-size: 18px;
}

.scene-card strong {
  display: block;
  margin-top: 10px;
  max-width: none;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 0.98;
}

.scene-card em {
  display: block;
  margin-top: 10px;
  color: var(--text-soft);
  font-style: normal;
  line-height: 1.4;
}

.flow-board {
  position: relative;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.flow-step {
  position: relative;
  padding: 28px;
}

.flow-step + .flow-step {
  border-left: 1px solid var(--line-soft);
}

.flow-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 22px;
}

.flow-step strong {
  margin-top: 18px;
  color: var(--text);
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.05;
}

.flow-step p {
  margin: 12px 0 0;
}

.cta {
  padding-bottom: 96px;
}

.cta-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
  gap: 18px;
  align-items: start;
}

.cta-copy {
  display: grid;
  gap: 14px;
  max-width: 560px;
}

.cta-copy p {
  margin: 0;
}

.cta-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-meta span {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.02);
  display: inline-flex;
  align-items: center;
  color: var(--text-soft);
  font-size: 20px;
}

.launch-card {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

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

.field span {
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.field input {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  outline: none;
}

.field input::placeholder {
  color: #7f7882;
}

.field input:focus {
  border-color: rgba(255, 122, 41, 0.34);
  box-shadow: 0 0 0 4px rgba(255, 122, 41, 0.08);
}

.launch-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(220px, 0.86fr) minmax(180px, 1.14fr);
  gap: 14px;
}

.mode-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mode-option {
  min-height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  font-size: 22px;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.mode-option.active {
  border-color: rgba(255, 122, 41, 0.24);
  background: linear-gradient(135deg, rgba(255, 122, 41, 0.16), rgba(255, 255, 255, 0.04));
  color: var(--text);
}

.field-action {
  align-content: start;
}

.submit-button {
  width: 100%;
}

.launch-status {
  min-height: 24px;
  margin: 14px 0 0;
}

.launch-status.error {
  color: #ffaf97;
}

.launch-status.success {
  color: #a1efb3;
}

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

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

@keyframes glowFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, 18px, 0) scale(1.04);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1240px) {
  .hero {
    min-height: auto;
  }

  .hero-inner,
  .value-shell,
  .faq-shell,
  .lab-shell,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    transform: translateY(-56px);
  }

  .hero-visual {
    min-height: 620px;
    transform: translateX(0);
  }

  .hero-side {
    opacity: 0.42;
  }

  .hero-side--ct {
    left: -10%;
  }

  .hero-side--t {
    right: -10%;
  }

  .faq-head {
    padding-top: 0;
  }

  .value-head {
    padding-top: 0;
    min-height: auto;
  }

  .value-character {
    display: none;
  }
}

@media (max-width: 980px) {
  .header-inner,
  .section-inner,
  .hero-inner {
    width: min(100%, calc(100% - 24px));
  }

  .header-inner {
    min-height: auto;
    padding: 14px 0;
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    width: 100%;
  }

  .nav-dock::after {
    display: none;
  }

  .nav-dock {
    min-width: 0;
    width: 100%;
  }

  .nav-drum {
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    transform: none !important;
  }

  .nav-drum::before,
  .nav-drum::after,
  .nav-drum-hole {
    display: none;
  }

  .nav-dock-trigger,
  .nav-dock-link {
    position: static;
    transform: none;
    width: auto;
    height: auto;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    opacity: 1;
    pointer-events: auto;
    filter: none;
  }

  .nav-dock-trigger {
    display: inline-flex;
    gap: 0;
  }

  .nav-dock-link span {
    max-width: none;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-side {
    width: 250px;
    height: 390px;
    opacity: 0.28;
  }

  .hero-side--ct {
    left: -14%;
  }

  .hero-side--t {
    right: -14%;
  }

  .value-grid,
  .metric-grid,
  .scan-stage,
  .flow-board,
  .launch-row {
    grid-template-columns: 1fr;
  }

  .flow-step + .flow-step {
    border-left: 0;
    border-top: 1px solid var(--line-soft);
  }
}

@media (max-width: 720px) {
  .value {
    padding: 84px 0 10px;
  }

  .faq {
    padding: 84px 0 68px;
  }

  .site-nav a {
    font-size: 16px;
  }

  .nav-dock-trigger,
  .nav-dock-link {
    min-height: 40px;
    padding: 0 14px;
    font-size: 15px;
  }

  .header-actions,
  .hero-actions,
  .cta-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(72px, 20vw, 120px);
  }

  .hero-kicker,
  .section-head h2,
  .cta-copy h2 {
    font-size: clamp(40px, 13vw, 72px);
  }

  .hero-title {
    font-size: clamp(58px, 16vw, 92px) !important;
  }

  .brand-name {
    font-size: 20px;
  }

  .hero-copy {
    transform: translateY(-14px);
  }

  .scene-card strong {
    font-size: clamp(28px, 8vw, 42px);
  }

  .hero-visual {
    min-height: 520px;
    transform: none;
  }

  .hero-cinematic {
    opacity: 0.74;
  }

  .value-head h2 {
    font-size: clamp(42px, 14vw, 72px);
  }

  .value-card {
    min-height: auto;
    padding: 18px;
  }

  .value-card strong {
    font-size: clamp(24px, 8vw, 34px);
  }

  .value-grid:hover .value-card {
    opacity: 1;
    filter: none;
  }

  .value-card--has-preview:hover > span,
  .value-card--has-preview:hover strong,
  .value-card--has-preview:hover p {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .faq-item summary {
    padding: 18px 18px;
    font-size: 18px;
  }

  .faq-answer {
    padding: 0 18px 18px;
    font-size: 15px;
  }

  .visual-main {
    inset: 7% 4% 16% 0;
    }

  .note-primary {
    right: 2%;
  }

  .note-secondary {
    left: 4%;
    bottom: 4%;
  }

  .preview-panel,
  .launch-card,
  .flow-step {
    padding: 18px;
  }

  .announce-stage {
    min-height: 360px;
    padding: 18px;
  }
}

@media (max-width: 560px) {
  .site-nav {
    display: none;
  }

  .hero-cinematic {
    display: none;
  }

  .header-actions .button.ghost {
    display: none;
  }

  .hero-signals,
  .cta-meta {
    gap: 10px;
  }

  .hero-signals span,
  .cta-meta span,
  .signal-track span {
    font-size: 18px;
  }

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

  .compare-head {
    grid-template-columns: 1fr;
    display: grid;
    justify-items: start;
  }

  .compare-head span {
    font-size: 22px;
  }

  .hero {
    padding-top: 10px;
  }

  .hero-inner {
    gap: 20px;
  }

  .hero-copy {
    transform: none;
  }
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 88px 0 26px;
  border-top: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(6, 7, 10, 0.9), rgba(8, 9, 13, 0.98)),
    radial-gradient(circle at 50% -10%, rgba(255, 122, 41, 0.12), transparent 42%);
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(260px, 1.05fr) minmax(0, 1.95fr);
  gap: 48px;
  align-items: start;
  padding-bottom: 28px;
}

.footer-brand-block {
  display: grid;
  gap: 20px;
  padding-right: 30px;
}

.footer-brand-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 56px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.footer-brand-logo {
  display: block;
  flex: 0 0 auto;
  width: 264px;
  height: 44px;
  object-fit: contain;
}

.footer-lead {
  margin: 0;
  max-width: 31ch;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.72;
}

.footer-entry-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-entry-points a {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--text);
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.footer-entry-points a:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 122, 41, 0.32);
  background: rgba(255, 122, 41, 0.08);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--text-soft);
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.footer-social svg {
  width: 20px;
  height: 20px;
  display: block;
  flex: none;
}

.footer-social:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 122, 41, 0.32);
  background: rgba(255, 122, 41, 0.08);
  color: var(--text);
}

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

.footer-column {
  display: grid;
  gap: 14px;
}

.footer-column-title {
  color: var(--text);
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  letter-spacing: 0.12em;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links a,
.footer-links span {
  color: var(--text-soft);
  line-height: 1.55;
  font-size: 15px;
}

.footer-links a {
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links a:hover {
  color: var(--text);
  transform: translateX(2px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
  color: var(--text-dim);
  font-size: 13px;
}

.footer-bottom-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: var(--text-soft);
}

.back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 14;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(16, 18, 24, 0.9), rgba(10, 11, 15, 0.94));
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  color: var(--text);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 16px, 0) scale(0.96);
  transition:
    opacity 220ms ease,
    visibility 220ms ease,
    transform 220ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.back-to-top:hover {
  border-color: rgba(255, 122, 41, 0.28);
  background: linear-gradient(180deg, rgba(20, 22, 30, 0.94), rgba(12, 13, 18, 0.98));
  transform: translate3d(0, -2px, 0) scale(1);
}

.back-to-top-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 122, 41, 0.12);
  color: rgba(255, 186, 137, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.back-to-top-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.back-to-top-label {
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1;
}

@media (max-width: 1240px) {
  .site-footer {
    padding-top: 74px;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-brand-block {
    padding-right: 0;
  }
}

@media (max-width: 900px) {
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 720px) {
  .site-footer {
    padding: 66px 0 24px;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
    min-height: 50px;
    padding: 0 14px;
  }

  .back-to-top-label {
    display: none;
  }

  .footer-brand-chip,
  .footer-column-title {
    font-size: 18px;
  }

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

  .footer-bottom-meta {
    gap: 10px 16px;
  }
}

/* frontend-design polish: industrial FACEIT command center, without changing the product shape */
html {
  overflow-x: clip;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.site-shell,
.site-header,
.site-footer {
  max-width: 100vw;
}

.site-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(9, 10, 14, 0.96), rgba(7, 8, 12, 0.86)),
    rgba(7, 8, 12, 0.9);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 41, 0.42), rgba(125, 169, 255, 0.24), transparent);
  opacity: 0.64;
}

.brand {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(28, 31, 40, 0.88), rgba(12, 14, 20, 0.78)),
    rgba(19, 21, 29, 0.82);
  box-shadow:
    0 12px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.brand:hover {
  border-color: rgba(255, 122, 41, 0.3);
  transform: translateY(-1px);
}

.button {
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.button.primary {
  box-shadow:
    0 14px 34px rgba(255, 122, 41, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(116, 43, 9, 0.24);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.024)),
    rgba(255, 255, 255, 0.03);
}

.button:focus-visible,
.brand:focus-visible,
.nav-dock-trigger:focus-visible,
.nav-dock-link:focus-visible,
.value-card-open:focus-visible,
.back-to-top:focus-visible {
  outline: 2px solid rgba(255, 140, 68, 0.82);
  outline-offset: 3px;
}

.hero-copy {
  filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.24));
}

.hero-title {
  text-shadow:
    0 18px 56px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(255, 122, 41, 0.08);
}

.hero-subtitle {
  color: #d8d1c7;
  text-wrap: balance;
}

.hero-signals span {
  color: rgba(235, 229, 220, 0.74);
}

.visual-main,
.visual-note,
.value-card,
.faq-item,
.preview-panel,
.launch-card,
.flow-board,
.scan-card,
.metric-card,
.compare-note {
  border-color: rgba(255, 255, 255, 0.12);
}

.visual-main {
  box-shadow:
    0 42px 120px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(255, 122, 41, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.visual-main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0%, transparent 47%, rgba(255, 255, 255, 0.16) 50%, transparent 54%, transparent 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%, rgba(0, 0, 0, 0.18));
  opacity: 0.22;
  mix-blend-mode: screen;
}

.visual-note {
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.signal-strip {
  max-width: 100vw;
  contain: paint;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.015);
}

.signal-track {
  transform: translateZ(0);
}

.value-card:hover,
.faq-item:hover,
.preview-panel.is-active {
  border-color: rgba(255, 153, 88, 0.22);
}

.section-head p,
.flow-step p,
.scan-card p,
.compare-note,
.cta-copy p,
.launch-status {
  color: rgba(224, 218, 209, 0.76);
}

@media (max-width: 980px) {
  html,
  body {
    overflow-x: clip;
  }

  .site-header {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  }

  .brand {
    min-height: 52px;
  }
}

@media (max-width: 720px) {
  .hero-title {
    text-wrap: balance;
  }

  .hero-subtitle {
    max-width: 28ch;
    font-size: 17px;
    line-height: 1.55;
  }

  .visual-note {
    max-width: min(230px, calc(100vw - 34px));
  }
}

@media (max-width: 560px) {
  .site-header {
    background: rgba(7, 8, 12, 0.94);
  }

  .header-actions {
    gap: 10px;
  }

  .button {
    min-height: 50px;
    border-radius: 16px;
  }

  .hero-visual {
    min-height: 500px;
  }
}

/* v2: landing polish after dashboard design pass. */
.hero-title,
.value-head h2 {
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
  padding-bottom: 0.12em !important;
  overflow: visible !important;
}

.value-card {
  border-radius: 8px !important;
  border-color: rgba(220, 238, 255, 0.14) !important;
  background:
    radial-gradient(520px 240px at 12% 0%, rgba(125, 169, 255, 0.1), transparent 62%),
    linear-gradient(180deg, rgba(18, 19, 25, 0.94), rgba(10, 12, 17, 0.92)) !important;
  box-shadow:
    0 24px 68px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    box-shadow 260ms ease,
    filter 220ms ease,
    opacity 220ms ease !important;
}

.value-card:hover {
  transform: translateY(-8px) scale(0.985) !important;
  border-color: rgba(255, 153, 88, 0.34) !important;
  box-shadow:
    0 40px 108px rgba(0, 0, 0, 0.48),
    0 0 46px rgba(255, 122, 41, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.value-card-preview {
  border-radius: 8px !important;
  border-color: rgba(220, 238, 255, 0.16) !important;
  box-shadow:
    0 34px 88px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.value-card--has-preview:hover .value-card-preview {
  transform: translate3d(70px, -58px, 0) scale(0.985) rotate(3deg) !important;
}

.value-card--analytics::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(42%, 190px);
  aspect-ratio: 1.35;
  border-radius: 8px;
  border: 1px solid rgba(255, 153, 88, 0.16);
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 153, 88, 0.14) 18% 20%, transparent 20% 39%, rgba(125, 169, 255, 0.14) 39% 41%, transparent 41%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012));
  opacity: 0.72;
  pointer-events: none;
}

@media (max-width: 720px) {
  .value-card:hover,
  .value-card--has-preview:hover .value-card-preview {
    transform: none !important;
  }
}
