:root {
  color-scheme: dark;
  --bg: #03060c;
  --line: rgba(128, 224, 255, 0.18);
  --text: #f2f8ff;
  --muted: #9fb1c5;
  --soft: #dcecff;
  --cyan: #34ddff;
  --green: #4cffb2;
  --violet: #b680ff;
  --gold: #f7c65b;
  --pale-gold: #ffe9a8;
  --rose: #ff5ccc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Sora, "Segoe UI", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 24px clamp(18px, 4vw, 72px) 64px;
  background:
    radial-gradient(circle at 50% -18%, rgba(71, 123, 255, 0.18), transparent 34%),
    linear-gradient(145deg, #03060c 0%, #07111e 48%, #03060c 100%);
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  inset: -12%;
  z-index: 0;
  pointer-events: none;
  will-change: transform, opacity;
}
.site-shell::before {
  background:
    linear-gradient(110deg, transparent 0 28%, rgba(52, 221, 255, 0.16) 34%, transparent 44%),
    linear-gradient(250deg, transparent 0 38%, rgba(76, 255, 178, 0.12) 48%, transparent 60%),
    conic-gradient(from 180deg at 52% 48%, rgba(52, 221, 255, 0.12), rgba(255, 92, 204, 0.09), rgba(76, 255, 178, 0.1), rgba(71, 123, 255, 0.12), rgba(52, 221, 255, 0.12));
  filter: blur(28px);
  opacity: 0.52;
  animation: tradingMesh 24s ease-in-out infinite alternate;
}
.site-shell::after {
  background:
    radial-gradient(circle at 22% 34%, rgba(52, 221, 255, 0.11) 0 2px, transparent 3px 100%),
    radial-gradient(circle at 78% 62%, rgba(76, 255, 178, 0.1) 0 2px, transparent 3px 100%),
    repeating-linear-gradient(90deg, rgba(210, 240, 255, 0.035) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(0deg, rgba(210, 240, 255, 0.026) 0 1px, transparent 1px 88px);
  background-size: 360px 220px, 300px 260px, 88px 88px, 88px 88px;
  opacity: 0.54;
  mask-image: linear-gradient(to bottom, transparent, black 9%, black 86%, transparent);
  animation: marketMeshDrift 34s linear infinite;
}

.ambient {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  filter: blur(92px);
  opacity: 0.3;
  pointer-events: none;
  animation: liquidGlow 14s ease-in-out infinite alternate;
}
.ambient-one { left: -180px; top: 120px; background: rgba(52, 221, 255, 0.38); }
.ambient-two { right: -150px; top: 380px; background: rgba(76, 255, 178, 0.28); animation-delay: -4s; }
.ambient-three { left: 36%; bottom: 5%; width: 360px; height: 360px; background: rgba(255, 92, 204, 0.24); animation-delay: -8s; }
.grid-noise,
.scanline {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.grid-noise {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 64px 64px;
}
.scanline {
  background: linear-gradient(180deg, transparent 0%, rgba(52, 221, 255, 0.055) 48%, transparent 54%);
  background-size: 100% 340px;
  opacity: 0.5;
  animation: depthScan 11s linear infinite;
}

.nav,
.hero,
.market-engine-grid,
.ticker,
.stats-strip,
.visual-story,
.section,
.ai-engine,
.market-band,
.cta-band {
  position: relative;
  z-index: 1;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 0;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; white-space: nowrap; }
.brand-mark {
  display: grid;
  width: 44px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(52, 221, 255, 0.55);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(52, 221, 255, 0.18), rgba(255, 92, 204, 0.1));
  box-shadow: 0 0 26px rgba(52, 221, 255, 0.36);
  font-size: 0.82rem;
}
.brand-logo-mark {
  display: block;
  width: 84px;
  height: 65px;
  flex: 0 0 84px;
  object-fit: contain;
  border-radius: 12px;
  filter:
    drop-shadow(0 0 10px rgba(247, 198, 91, 0.32))
    drop-shadow(0 0 18px rgba(52, 221, 255, 0.24))
    drop-shadow(0 0 26px rgba(76, 255, 178, 0.16))
    drop-shadow(0 0 34px rgba(255, 92, 204, 0.12));
}
.brand-lockup {
  display: grid;
  justify-items: center;
  width: 84px;
  gap: 2px;
  flex: 0 0 84px;
}
.brand-wordmark {
  color: var(--gold);
  width: 100%;
  font-size: 0.46rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(247, 198, 91, 0.34);
}
.nav-links { display: flex; gap: clamp(14px, 2.5vw, 32px); color: var(--muted); }
.nav-actions,
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  padding: 0 18px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-neon {
  color: #021018;
  background: linear-gradient(135deg, var(--cyan), var(--green), var(--gold));
  background-size: 180% 180%;
  box-shadow: 0 0 28px rgba(52, 221, 255, 0.5), 0 0 52px rgba(76, 255, 178, 0.24);
  animation: neonShift 4s ease infinite;
}
.button-ghost,
.button-glass {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(16px);
}
.button-large { min-height: 54px; padding: 0 24px; }

.hero {
  position: relative;
  max-width: 1200px;
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(210, 240, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 100px rgba(0, 0, 0, 0.42), 0 0 80px rgba(52, 221, 255, 0.13);
  isolation: isolate;
}
.hero-bg,
.hero-shade { position: absolute; inset: 0; }
.hero-bg { z-index: -3; }
.hero-bg picture,
.story-image picture { display: block; width: 100%; height: 100%; }
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  display: block;
  filter: saturate(1.1) contrast(1.12);
  transform-origin: 58% center;
  animation: heroKenBurns 16s ease-in-out infinite alternate;
}
.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 5, 11, 0.96) 0%, rgba(2, 5, 11, 0.76) 43%, rgba(2, 5, 11, 0.2) 100%),
    linear-gradient(0deg, rgba(2, 5, 11, 0.9) 0%, transparent 34%),
    radial-gradient(circle at 72% 28%, rgba(52, 221, 255, 0.18), transparent 32%);
}
.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 230px);
}
.hero-copy { max-width: 710px; }
.eyebrow,
.kicker {
  display: inline-flex;
  color: transparent;
  background: linear-gradient(90deg, var(--green), var(--cyan), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-copy h1 {
  margin: 18px 0 20px;
  max-width: 720px;
  font-size: clamp(3.4rem, 7.2vw, 7.6rem);
  line-height: 0.88;
  font-weight: 950;
  background: linear-gradient(92deg, #fff 0 14%, var(--pale-gold) 14% 24%, var(--cyan) 24% 36%, #f4fbff 36% 48%, var(--rose) 48% 58%, var(--gold) 58% 72%, #fff 72% 100%);
  background-size: 260% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: titleSheen 8s linear infinite;
}
.fractured-title { position: relative; text-wrap: balance; }
.fractured-title::before,
.fractured-title::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.38;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.fractured-title::before {
  background-image: linear-gradient(90deg, transparent 0 12%, var(--cyan) 12% 25%, transparent 25% 46%, var(--green) 46% 52%, transparent 52% 100%);
  clip-path: polygon(0 4%, 100% 0, 100% 32%, 0 24%);
  animation: fractureTop 5.6s ease-in-out infinite;
}
.fractured-title::after {
  background-image: linear-gradient(90deg, transparent 0 20%, var(--rose) 20% 34%, transparent 34% 58%, var(--gold) 58% 76%, transparent 76% 100%);
  clip-path: polygon(0 58%, 100% 48%, 100% 100%, 0 92%);
  animation: fractureBottom 6.2s ease-in-out infinite;
}
.hero-copy p,
.section-heading p,
.market-copy p,
.story-copy p,
.engine-panel p {
  max-width: 660px;
  color: var(--soft);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.72;
}

.hero-dashboard { display: grid; gap: 16px; max-width: 420px; justify-self: end; }
.gif-frame {
  position: relative;
  min-height: 250px;
  border: 1px solid rgba(76, 255, 178, 0.28);
  border-radius: 8px;
  background: rgba(3, 9, 17, 0.86);
  backdrop-filter: blur(18px);
  overflow: hidden;
}
.gif-label {
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 3;
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}
.gif-frame::after {
  content: "LIVE";
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  padding: 5px 8px;
  border: 1px solid rgba(76, 255, 178, 0.35);
  border-radius: 6px;
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 900;
}
.signal-gif,
.market-signal-visual {
  position: relative;
  border: 1px solid rgba(52, 221, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 24% 28%, rgba(76, 255, 178, 0.14), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    rgba(2, 9, 16, 0.76);
  background-size: auto, 30px 30px, 30px 30px, auto;
  overflow: hidden;
}
.signal-gif { position: absolute; inset: 54px 16px 16px; z-index: 2; }
.chart-bars,
.mini-bars {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  align-items: end;
}
.chart-bars { grid-template-columns: repeat(18, 1fr); gap: 7px; height: 130px; }
.mini-bars { grid-template-columns: repeat(14, 1fr); gap: 5px; height: calc(100% - 32px); left: 12px; right: 12px; bottom: 14px; }
.chart-bars i,
.mini-bars i {
  display: block;
  min-height: 14px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--green), rgba(52, 221, 255, 0.45));
  box-shadow: 0 0 12px rgba(76, 255, 178, 0.34);
  animation: miniBarDance 1.7s ease-in-out infinite alternate;
}
.chart-bars i:nth-child(2n),
.mini-bars i:nth-child(2n) { animation-delay: -0.35s; }
.chart-bars i:nth-child(3n),
.mini-bars i:nth-child(3n) { animation-delay: -0.75s; }
.chart-line,
.mini-line {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 46%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--green), transparent);
  box-shadow: 0 0 18px rgba(52, 221, 255, 0.48);
  animation: miniLinePulse 2.6s ease-in-out infinite alternate;
}
.signal-scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(76, 255, 178, 0.18) 50%, transparent 54%);
  background-size: 100% 90px;
  animation: signalScan 3.4s linear infinite;
}

.signal-topline {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 14px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.signal-topline strong {
  color: var(--text);
  font-size: 0.88rem;
}

.signal-topline em {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border: 1px solid rgba(76, 255, 178, 0.34);
  border-radius: 6px;
  padding: 0 8px;
  color: var(--green);
  background: rgba(76, 255, 178, 0.08);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 0 18px rgba(76, 255, 178, 0.16);
  animation: liveBlink 1.6s ease-in-out infinite;
}

.signal-candles {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 8px;
  align-items: end;
  height: calc(100% - 64px);
}

.signal-candles span {
  position: relative;
  display: block;
  height: var(--h);
  min-height: 24px;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, var(--green), rgba(52, 221, 255, 0.44));
  box-shadow: 0 0 14px rgba(76, 255, 178, 0.35);
  transform-origin: bottom;
  animation: candlePulse 1.9s ease-in-out infinite alternate;
}

.signal-candles span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -14px;
  bottom: -12px;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(220, 252, 255, 0.42);
}

.signal-candles span:nth-child(2n) {
  background: linear-gradient(180deg, var(--cyan), rgba(182, 128, 255, 0.42));
  animation-delay: -0.35s;
}

.signal-candles span:nth-child(3n) {
  animation-delay: -0.7s;
}

.signal-candles span:nth-child(4n) {
  animation-delay: -1.05s;
}

.signal-path {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 47%;
  z-index: 3;
  width: calc(100% - 28px);
  height: 45%;
  overflow: visible;
  filter: drop-shadow(0 0 12px rgba(247, 198, 91, 0.58));
}

.signal-path polyline {
  fill: none;
  stroke: var(--gold);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  animation: drawSignal 3s ease-in-out infinite;
}
.mini-signal {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 10px;
  padding: 14px 16px;
  border: 1px solid rgba(52, 221, 255, 0.2);
  border-radius: 8px;
  background: rgba(2, 9, 16, 0.72);
}
.mini-signal span,
.mini-signal em { color: var(--muted); font-size: 0.78rem; }
.mini-signal em { grid-column: 1 / -1; color: var(--green); font-style: normal; text-transform: uppercase; }

.hero-points,
.market-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.hero-points > span,
.market-features > span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.mini-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 6px;
  color: var(--green);
  background: rgba(76, 255, 178, 0.1);
  font-family: Inter, Sora, "Segoe UI Symbol", "Arial Unicode MS", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: none;
  box-shadow: inset 0 0 12px rgba(76, 255, 178, 0.12), 0 0 14px rgba(76, 255, 178, 0.2);
}

.inline-icon {
  -webkit-background-clip: initial;
  background-clip: initial;
}

.mini-icon.gold {
  color: var(--amber);
  background: rgba(255, 207, 106, 0.1);
  box-shadow: inset 0 0 12px rgba(247, 198, 91, 0.12), 0 0 14px rgba(247, 198, 91, 0.2);
}

.market-engine-grid,
.ticker,
.stats-strip,
.visual-story,
.section,
.ai-engine,
.market-band,
.cta-band,
.site-footer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  content-visibility: auto;
  contain-intrinsic-size: 1px 520px;
}

.section {
  margin-top: 92px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(210, 240, 255, 0.13);
  border-radius: 8px;
  background-color: rgba(4, 12, 22, 0.58);
  background-image:
    radial-gradient(circle at 8% 12%, rgba(52, 221, 255, 0.12), transparent 28%),
    radial-gradient(circle at 92% 80%, rgba(247, 198, 91, 0.1), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}
.market-engine-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}
.market-engine-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 210px) 1fr;
  gap: 18px;
  align-items: center;
  min-height: 178px;
  padding: 18px;
  border: 1px solid rgba(52, 221, 255, 0.2);
  border-radius: 8px;
  background-color: rgba(4, 12, 22, 0.82);
  background-image:
    radial-gradient(circle at 12% 18%, rgba(52, 221, 255, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(76, 255, 178, 0.045));
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.24), inset 0 0 32px rgba(52, 221, 255, 0.04);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.market-engine-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 38%, rgba(52, 221, 255, 0.12) 50%, transparent 64%),
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 180% 100%, 100% 30px;
  transform: translateX(-105%);
  opacity: 0;
  transition: transform 620ms ease, opacity 180ms ease;
  pointer-events: none;
}

.market-engine-card:hover {
  transform: translateY(-5px);
  border-color: rgba(76, 255, 178, 0.32);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.3), 0 0 38px rgba(52, 221, 255, 0.12);
}

.market-engine-card:hover::before {
  transform: translateX(105%);
  opacity: 1;
}

.market-engine-card-crypto {
  border-color: rgba(247, 198, 91, 0.24);
  background-image:
    radial-gradient(circle at 12% 18%, rgba(247, 198, 91, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 92, 204, 0.045));
}
.market-engine-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 15 / 8;
  object-fit: cover;
  border: 1px solid rgba(89, 255, 182, 0.18);
  border-radius: 8px;
  filter: saturate(1.25) contrast(1.06);
  transition: transform 240ms ease, filter 240ms ease;
}
.market-engine-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.35) contrast(1.08) brightness(1.04);
}
.market-engine-media {
  background: rgba(2, 9, 16, 0.84);
  box-shadow: inset 0 0 28px rgba(52, 221, 255, 0.1), 0 16px 36px rgba(0, 0, 0, 0.24);
}
.market-engine-forex {
  border-color: rgba(52, 221, 255, 0.26);
}
.market-engine-crypto {
  border-color: rgba(247, 198, 91, 0.3);
  box-shadow: inset 0 0 28px rgba(247, 198, 91, 0.12), 0 16px 36px rgba(0, 0, 0, 0.24);
}
.market-signal-visual { width: 100%; aspect-ratio: 15 / 8; }
.market-signal-crypto {
  border-color: rgba(247, 198, 91, 0.24);
}
.market-signal-crypto .mini-bars i {
  background: linear-gradient(180deg, var(--gold), rgba(255, 92, 204, 0.45));
}
.market-signal-crypto .mini-line {
  background: linear-gradient(90deg, transparent, var(--gold), var(--rose), transparent);
}
.engine-card-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  align-content: center;
}

.engine-badge {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(76, 255, 178, 0.22);
  border-radius: 8px;
  color: var(--green);
  background: rgba(76, 255, 178, 0.08);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 16px rgba(76, 255, 178, 0.1);
}

.market-engine-card-crypto .engine-badge {
  border-color: rgba(247, 198, 91, 0.24);
  color: var(--gold);
  background: rgba(247, 198, 91, 0.08);
  box-shadow: 0 0 16px rgba(247, 198, 91, 0.1);
}

.market-engine-card strong {
  width: fit-content;
  background: linear-gradient(90deg, #fff, var(--cyan), var(--pale-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.28rem;
  line-height: 1.05;
}

.market-engine-card-crypto strong {
  background-image: linear-gradient(90deg, #fff, var(--gold), var(--rose));
}

.engine-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.engine-tags span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(52, 221, 255, 0.14);
  border-radius: 8px;
  color: var(--soft);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.76rem;
  font-weight: 800;
}

.market-engine-card-crypto .engine-tags span {
  border-color: rgba(247, 198, 91, 0.15);
}
.market-engine-card p,
.benefit-card p,
.process-card p,
.watch-row span {
  color: var(--muted);
  line-height: 1.55;
}

.ticker {
  margin-top: 24px;
  border: 1px solid rgba(52, 221, 255, 0.2);
  border-radius: 8px;
  background: rgba(5, 12, 21, 0.78);
  overflow: hidden;
}
.ticker-track {
  display: flex;
  width: max-content;
  gap: 28px;
  padding: 14px 20px;
  animation: tickerMove 24s linear infinite;
}
.ticker-track span { color: var(--muted); white-space: nowrap; }
.ticker-track strong { color: var(--green); margin-left: 6px; }

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 10px;
  margin-bottom: 86px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.stat {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 14px;
  min-height: 132px;
  align-content: center;
  align-items: center;
  padding: 24px;
  background-color: rgba(7, 13, 24, 0.86);
  background-image:
    radial-gradient(circle at 82% 18%, rgba(52, 221, 255, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(247, 198, 91, 0.045));
  overflow: hidden;
  box-shadow: inset 0 0 26px rgba(52, 221, 255, 0.035);
  animation: statCardGlow 5.2s ease-in-out infinite;
}
.stat::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 36%, rgba(76, 255, 178, 0.1) 48%, transparent 62%),
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 180% 100%, 100% 28px;
  transform: translateX(-105%);
  opacity: 0.7;
  animation: statSweep 5.2s ease-in-out infinite;
}
.stat:nth-child(2) {
  animation-delay: -1.2s;
}
.stat:nth-child(3) {
  animation-delay: -2.4s;
}
.stat:nth-child(4) {
  animation-delay: -3.6s;
}
.stat:nth-child(2)::before {
  animation-delay: -1.2s;
}
.stat:nth-child(3)::before {
  animation-delay: -2.4s;
}
.stat:nth-child(4)::before {
  animation-delay: -3.6s;
}
.stat > * {
  position: relative;
  z-index: 1;
}
.stat-icon {
  grid-row: span 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(52, 221, 255, 0.22);
  border-radius: 8px;
  color: var(--cyan);
  background: rgba(52, 221, 255, 0.08);
  box-shadow: inset 0 0 18px rgba(52, 221, 255, 0.08), 0 0 18px rgba(52, 221, 255, 0.14);
}
.stat-icon svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  overflow: visible;
}
.stat strong {
  color: var(--cyan);
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
  text-shadow: 0 0 18px rgba(52, 221, 255, 0.34);
}
.stat > span:not(.stat-icon) {
  color: var(--soft);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.visual-story,
.ai-engine,
.market-band,
.cta-band {
  display: grid;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  margin-top: 92px;
}
.visual-story { grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr); }
.story-image {
  min-height: 420px;
  border: 1px solid rgba(52, 221, 255, 0.2);
  border-radius: 8px;
  overflow: hidden;
}
.story-image img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; display: block; }
.story-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.story-metrics span {
  display: grid;
  gap: 6px;
  min-height: 96px;
  align-content: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background-color: rgba(4, 12, 22, 0.86);
  background-image:
    radial-gradient(circle at 18% 12%, rgba(247, 198, 91, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(52, 221, 255, 0.13), rgba(255, 255, 255, 0.025) 42%, rgba(76, 255, 178, 0.09));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 45px rgba(0, 0, 0, 0.18);
}
.story-metrics strong { color: var(--green); font-size: 1.6rem; }

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 1;
  font-weight: 900;
  text-wrap: balance;
}
.story-copy h2 { background: linear-gradient(98deg, #fff 0 24%, var(--gold) 24% 46%, var(--pale-gold) 46% 58%, var(--cyan) 58% 100%); }
.section-heading h2 { background: linear-gradient(105deg, #fff 0 42%, var(--cyan) 42% 55%, #f2fbff 55% 74%, var(--green) 74% 100%); }
.engine-panel h2 { background: linear-gradient(100deg, var(--pale-gold) 0 22%, #fff 22% 48%, var(--rose) 48% 64%, var(--violet) 64% 100%); }
.market-copy h2 { background: linear-gradient(96deg, #fff 0 28%, var(--green) 28% 44%, #fff 44% 68%, var(--gold) 68% 100%); }
.cta-band h2 { background: linear-gradient(94deg, var(--gold) 0 28%, #fff 28% 58%, var(--cyan) 58% 100%); }
.story-copy h2,
.section-heading h2,
.engine-panel h2,
.market-copy h2,
.cta-band h2 {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.strategy-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.strategy-rail article {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 168px;
  align-content: start;
  padding: 20px;
  border: 1px solid rgba(247, 198, 91, 0.16);
  border-radius: 8px;
  background-color: rgba(4, 12, 22, 0.9);
  background-image:
    radial-gradient(circle at 82% 16%, rgba(247, 198, 91, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(52, 221, 255, 0.045)),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2), inset 0 0 24px rgba(247, 198, 91, 0.035);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.strategy-rail article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 42%, rgba(76, 255, 178, 0.1) 50%, transparent 60%);
  transform: translateX(-110%);
  transition: transform 520ms ease;
}

.strategy-rail article:hover {
  transform: translateY(-5px);
  border-color: rgba(76, 255, 178, 0.28);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28), 0 0 34px rgba(52, 221, 255, 0.1);
}

.strategy-rail article:hover::before {
  transform: translateX(110%);
}

.rail-top,
.strategy-rail strong,
.strategy-rail p {
  position: relative;
  z-index: 1;
}

.rail-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rail-number {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(247, 198, 91, 0.22);
  border-radius: 8px;
  color: var(--gold);
  background: rgba(247, 198, 91, 0.08);
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow: 0 0 16px rgba(247, 198, 91, 0.1);
}

.rail-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(52, 221, 255, 0.2);
  border-radius: 8px;
  color: var(--cyan);
  background: rgba(52, 221, 255, 0.08);
  box-shadow: inset 0 0 18px rgba(52, 221, 255, 0.07), 0 0 18px rgba(52, 221, 255, 0.12);
}

.rail-icon svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  overflow: visible;
}

.strategy-rail strong {
  width: fit-content;
  background: linear-gradient(90deg, #fff, var(--pale-gold), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.28rem;
  line-height: 1;
}

.strategy-rail p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.benefit-card,
.engine-panel,
.process-card,
.watchlist,
.cta-band {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background-color: rgba(4, 12, 22, 0.82);
  background-image:
    radial-gradient(circle at 12% 0%, rgba(52, 221, 255, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025) 40%, rgba(247, 198, 91, 0.06));
  backdrop-filter: blur(16px);
}

.benefit-card {
  position: relative;
  min-height: 250px;
  padding: 24px;
  overflow: hidden;
  background-color: rgba(4, 12, 22, 0.88);
  background-image:
    radial-gradient(circle at 18% 8%, rgba(52, 221, 255, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0%, rgba(76, 255, 178, 0.065) 48%, rgba(247, 198, 91, 0.11) 100%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.benefit-card:nth-child(2n) {
  background-image:
    radial-gradient(circle at 18% 8%, rgba(247, 198, 91, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0%, rgba(52, 221, 255, 0.07) 48%, rgba(255, 92, 204, 0.09) 100%);
}

.benefit-card:nth-child(3n) {
  background-image:
    radial-gradient(circle at 18% 8%, rgba(255, 92, 204, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0%, rgba(247, 198, 91, 0.09) 48%, rgba(76, 255, 178, 0.08) 100%);
}

.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(52, 221, 255, 0.16), transparent 34%),
    linear-gradient(115deg, transparent, rgba(247, 198, 91, 0.07), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.benefit-card::after,
.process-card::after,
.watchlist::after,
.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 34%, rgba(247, 198, 91, 0.08));
  opacity: 0.45;
}

.benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(247, 198, 91, 0.28);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.25), 0 0 36px rgba(247, 198, 91, 0.09);
}

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

.feature-icon,
.step-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(76, 255, 178, 0.28);
  border-radius: 8px;
  color: var(--cyan);
  background:
    radial-gradient(circle at 30% 20%, rgba(76, 255, 178, 0.22), transparent 34%),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 0 22px rgba(52, 221, 255, 0.12);
}

.feature-icon .icon-svg,
.step-icon .icon-svg,
.feature-icon svg,
.step-icon svg {
  display: block;
  width: 25px;
  height: 25px;
  color: currentColor;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  overflow: visible;
  filter: drop-shadow(0 0 8px rgba(52, 221, 255, 0.44));
}

.benefit-card:nth-child(2n) .feature-icon {
  border-color: rgba(247, 198, 91, 0.3);
  color: var(--gold);
}

.benefit-card:nth-child(2n) .feature-icon .icon-svg,
.benefit-card:nth-child(2n) .feature-icon svg,
.step-icon .icon-svg,
.step-icon svg {
  color: var(--gold);
  filter: drop-shadow(0 0 8px rgba(247, 198, 91, 0.42));
}

.feature-icon path,
.feature-icon circle,
.feature-icon line,
.feature-icon polyline,
.feature-icon rect,
.step-icon path,
.step-icon circle,
.step-icon line,
.step-icon polyline,
.step-icon rect {
  vector-effect: non-scaling-stroke;
  fill: none !important;
  stroke: currentColor !important;
}

.benefit-card h3 {
  position: relative;
  z-index: 1;
  margin: 22px 0 12px;
  font-size: 1.18rem;
  background: linear-gradient(90deg, #fff, #b8f7ff, var(--pale-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.benefit-card p {
  position: relative;
  z-index: 1;
}

.ai-engine {
  position: relative;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(52, 221, 255, 0.12);
  border-radius: 8px;
  background-color: rgba(3, 9, 17, 0.6);
  background-image:
    radial-gradient(circle at 18% 16%, rgba(52, 221, 255, 0.14), transparent 30%),
    radial-gradient(circle at 86% 28%, rgba(247, 198, 91, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(76, 255, 178, 0.025));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26), inset 0 0 40px rgba(52, 221, 255, 0.035);
  overflow: hidden;
}

.ai-engine::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(52, 221, 255, 0.09), transparent),
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 180% 100%, 42px 42px, 42px 42px;
  opacity: 0.55;
  animation: engineGridSweep 8s ease-in-out infinite;
  pointer-events: none;
}

.ai-engine > * {
  position: relative;
  z-index: 1;
}

.engine-panel {
  position: relative;
  min-height: 420px;
  padding: clamp(26px, 4vw, 46px);
  overflow: hidden;
  box-shadow: inset 0 0 34px rgba(52, 221, 255, 0.055), 0 20px 60px rgba(0, 0, 0, 0.22);
}

.engine-panel::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -76px;
  bottom: -76px;
  border: 1px solid rgba(76, 255, 178, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 40px rgba(76, 255, 178, 0.08), 0 0 38px rgba(52, 221, 255, 0.08);
  animation: engineRing 14s linear infinite;
}

.engine-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--green), var(--gold), transparent);
  opacity: 0.7;
}

.engine-panel > * {
  position: relative;
  z-index: 1;
}

.engine-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.engine-kpis > span {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 12px;
  min-height: 112px;
  align-content: center;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(76, 255, 178, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 12%, rgba(76, 255, 178, 0.13), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(52, 221, 255, 0.04)),
    rgba(255, 255, 255, 0.035);
  color: var(--muted);
  overflow: hidden;
  box-shadow: inset 0 0 24px rgba(76, 255, 178, 0.055);
  animation: kpiCardGlow 4.8s ease-in-out infinite;
}

.engine-kpis > span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 36%, rgba(52, 221, 255, 0.12) 48%, transparent 62%);
  transform: translateX(-110%);
  animation: kpiSweep 4.8s ease-in-out infinite;
}

.engine-kpis > span:nth-child(2) {
  animation-delay: -1.3s;
}

.engine-kpis > span:nth-child(3) {
  animation-delay: -2.6s;
}

.engine-kpis > span:nth-child(2)::after {
  animation-delay: -1.3s;
}

.engine-kpis > span:nth-child(3)::after {
  animation-delay: -2.6s;
}

.kpi-icon {
  position: relative;
  z-index: 1;
  grid-row: span 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(76, 255, 178, 0.2);
  border-radius: 8px;
  color: var(--green);
  background: rgba(76, 255, 178, 0.09);
  box-shadow: 0 0 18px rgba(76, 255, 178, 0.16);
}

.kpi-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  color: currentColor;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  overflow: visible;
  filter: drop-shadow(0 0 7px rgba(76, 255, 178, 0.42));
}

.kpi-icon path,
.kpi-icon circle,
.kpi-icon line,
.kpi-icon polyline,
.kpi-icon rect {
  fill: none !important;
  stroke: currentColor !important;
}

.engine-kpis strong {
  position: relative;
  z-index: 1;
  color: var(--gold);
  font-size: 1.25rem;
}

.engine-kpis small {
  position: relative;
  z-index: 1;
  color: var(--soft);
  font-size: 0.78rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.process-grid {
  display: grid;
  gap: 16px;
}

.process-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  align-items: center;
  min-height: 126px;
  padding: 22px;
  background-color: rgba(4, 12, 22, 0.9);
  background-image:
    linear-gradient(100deg, rgba(52, 221, 255, 0.14), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(247, 198, 91, 0.08));
  transition: transform 180ms ease, border-color 180ms ease;
}

.process-card:nth-child(2) {
  background-image:
    linear-gradient(100deg, rgba(247, 198, 91, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(52, 221, 255, 0.07));
}

.process-card:nth-child(3) {
  background-image:
    linear-gradient(100deg, rgba(76, 255, 178, 0.15), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 92, 204, 0.07));
}

.process-card:nth-child(4) {
  background-image:
    linear-gradient(100deg, rgba(255, 92, 204, 0.13), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(76, 255, 178, 0.07));
}

.process-card:nth-child(5) {
  background-image:
    linear-gradient(100deg, rgba(52, 221, 255, 0.13), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(247, 198, 91, 0.08));
}

.process-card:hover {
  transform: translateX(5px);
  border-color: rgba(52, 221, 255, 0.28);
}

.process-card .step-icon {
  grid-row: span 2;
}

.process-card strong {
  font-size: 1.28rem;
  background: linear-gradient(90deg, #fff, var(--cyan), #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.market-band {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  padding-top: 94px;
}

.market-features > span {
  min-height: 44px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.035);
}

.market-note {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(52, 221, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(52, 221, 255, 0.095), rgba(247, 198, 91, 0.075)),
    rgba(4, 12, 22, 0.72);
}

.market-note strong {
  color: var(--gold);
}

.market-note span {
  color: var(--muted);
  line-height: 1.55;
}

.watchlist {
  position: relative;
  overflow: hidden;
  background-color: rgba(4, 12, 22, 0.9);
  background-image:
    radial-gradient(circle at 86% 16%, rgba(76, 255, 178, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(52, 221, 255, 0.06), rgba(247, 198, 91, 0.05));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26), 0 0 60px rgba(76, 255, 178, 0.1);
}
.watchlist-header,
.watch-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.watchlist-header { grid-template-columns: 1fr auto; color: var(--green); font-weight: 900; }
.watch-row:last-child { border-bottom: 0; }
.watch-row em { color: var(--green); font-style: normal; font-weight: 900; }
.cta-band {
  position: relative;
  grid-template-columns: 1fr auto;
  padding: clamp(26px, 5vw, 54px);
  background-color: rgba(4, 12, 22, 0.9);
  background-image:
    radial-gradient(circle at 12% 22%, rgba(247, 198, 91, 0.2), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(52, 221, 255, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(76, 255, 178, 0.07));
}

.process-card > *,
.watchlist > *,
.cta-band > * {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  margin-top: 34px;
  padding: 28px;
  border: 1px solid rgba(210, 240, 255, 0.13);
  border-radius: 8px;
  background-color: rgba(4, 12, 22, 0.82);
  background-image:
    radial-gradient(circle at 12% 22%, rgba(52, 221, 255, 0.14), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(247, 198, 91, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(76, 255, 178, 0.045));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24), 0 0 70px rgba(52, 221, 255, 0.08);
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(52, 221, 255, 0.12), transparent),
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 180% 100%, 100% 36px;
  opacity: 0.42;
  pointer-events: none;
}

.footer-main,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(160px, 0.55fr) minmax(240px, 0.75fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 16px;
}

.footer-brand p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.footer-links a {
  width: fit-content;
  color: var(--soft);
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--green);
  text-shadow: 0 0 16px rgba(76, 255, 178, 0.46);
}

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

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

.footer-chips span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(247, 198, 91, 0.18);
  border-radius: 8px;
  color: var(--pale-gold);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 18px rgba(247, 198, 91, 0.06);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--muted);
  font-size: 0.88rem;
}

.scroll-top {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 20;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(76, 255, 178, 0.28);
  border-radius: 8px;
  color: var(--green);
  background:
    radial-gradient(circle at 30% 18%, rgba(76, 255, 178, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(4, 12, 22, 0.94), rgba(9, 21, 34, 0.9));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32), 0 0 28px rgba(76, 255, 178, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.92);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  cursor: pointer;
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.scroll-top:hover,
.scroll-top:focus-visible {
  border-color: rgba(52, 221, 255, 0.42);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.38), 0 0 36px rgba(52, 221, 255, 0.24);
  outline: none;
}

.scroll-top svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(76, 255, 178, 0.52));
}

.auth-shell {
  min-height: 100vh;
  padding-bottom: 32px;
}

.auth-nav {
  margin-bottom: 22px;
}

.auth-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.72fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
}

.auth-layout-register {
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.9fr);
}

.auth-visual,
.auth-card {
  min-height: calc(100vh - 150px);
  border: 1px solid rgba(210, 240, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.32), 0 0 70px rgba(52, 221, 255, 0.1);
}

.auth-visual {
  position: relative;
  display: grid;
  align-items: end;
  isolation: isolate;
}

.auth-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, transparent 0%, rgba(2, 5, 11, 0.78) 62%, rgba(2, 5, 11, 0.96) 100%),
    radial-gradient(circle at 18% 20%, rgba(247, 198, 91, 0.16), transparent 34%);
}

.auth-visual picture,
.auth-visual img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.auth-visual img {
  object-fit: cover;
  filter: saturate(1.08) contrast(1.1);
}

.auth-visual-copy {
  padding: clamp(24px, 4vw, 42px);
}

.auth-title {
  max-width: 720px;
  margin: 14px 0 16px;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  line-height: 0.96;
  background: linear-gradient(94deg, var(--gold) 0 22%, #fff 22% 54%, var(--cyan) 54% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.auth-visual-copy p {
  max-width: 560px;
  color: var(--soft);
  line-height: 1.68;
}

.auth-card {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 12% 12%, rgba(52, 221, 255, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(4, 12, 22, 0.78);
  backdrop-filter: blur(18px);
}

.auth-card h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  background: linear-gradient(98deg, #fff 0 28%, var(--gold) 28% 52%, var(--cyan) 52% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.auth-subcopy {
  margin: -4px 0 4px;
  color: var(--muted);
  line-height: 1.55;
}

.field,
.check-field {
  display: grid;
  gap: 8px;
}

.field span,
.check-field span {
  color: var(--soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.field input,
.field select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(210, 240, 255, 0.16);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--text);
  background: rgba(2, 9, 16, 0.74);
  outline: none;
}

.field select {
  color: var(--soft);
}

.field input:focus,
.field select:focus {
  border-color: rgba(76, 255, 178, 0.48);
  box-shadow: 0 0 0 3px rgba(76, 255, 178, 0.1);
}

.password-field {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid rgba(210, 240, 255, 0.16);
  border-radius: 8px;
  background: rgba(2, 9, 16, 0.74);
}

.password-field:focus-within {
  border-color: rgba(76, 255, 178, 0.48);
  box-shadow: 0 0 0 3px rgba(76, 255, 178, 0.1);
}

.password-field input {
  border: 0;
  background: transparent;
}

.password-field input:focus {
  box-shadow: none;
}

.password-field button {
  border: 0;
  border-left: 1px solid rgba(210, 240, 255, 0.12);
  padding: 0 13px;
  color: var(--gold);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

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

.form-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.check-field {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.check-field input {
  margin-top: 4px;
  accent-color: var(--gold);
}

.check-block {
  padding: 12px;
  border: 1px solid rgba(247, 198, 91, 0.18);
  border-radius: 8px;
  background: rgba(247, 198, 91, 0.05);
}

.auth-link,
.auth-switch a {
  color: var(--gold);
  font-weight: 800;
}

.auth-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.auth-switch {
  margin: 0;
  color: var(--muted);
  text-align: center;
}

.form-status {
  min-height: 20px;
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-status.is-success {
  color: var(--green);
}

.form-status.is-error {
  color: var(--rose);
}

.success-popup[hidden] {
  display: none;
}

.success-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 20px;
  animation: success-fade 220ms ease-out;
}

.success-popup-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 32%, rgba(76, 255, 178, 0.16), transparent 32%),
    rgba(2, 9, 16, 0.82);
  backdrop-filter: blur(16px);
}

.success-popup-card {
  position: relative;
  z-index: 1;
  width: min(460px, 100%);
  overflow: hidden;
  border: 1px solid rgba(76, 255, 178, 0.32);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 36px);
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(52, 221, 255, 0.12), rgba(76, 255, 178, 0.08)),
    rgba(3, 14, 24, 0.96);
  box-shadow: 0 0 46px rgba(52, 221, 255, 0.32), 0 0 90px rgba(76, 255, 178, 0.14), 0 26px 80px rgba(0, 0, 0, 0.42);
  animation: success-pop 560ms cubic-bezier(.2, .9, .2, 1.1);
}

.success-orbit {
  position: absolute;
  inset: -42%;
  background:
    conic-gradient(from 90deg, transparent, rgba(52, 221, 255, 0.18), transparent 32%, rgba(247, 198, 91, 0.16), transparent 62%);
  animation: success-spin 6s linear infinite;
  pointer-events: none;
}

.success-popup-card > *:not(.success-orbit) {
  position: relative;
  z-index: 1;
}

.success-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border: 1px solid rgba(76, 255, 178, 0.45);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(76, 255, 178, 0.24), rgba(52, 221, 255, 0.08) 58%, transparent 60%),
    rgba(2, 9, 16, 0.72);
  box-shadow: 0 0 26px rgba(76, 255, 178, 0.42), inset 0 0 22px rgba(52, 221, 255, 0.16);
  animation: success-icon-pop 620ms cubic-bezier(.2, .9, .2, 1.2) both, success-pulse 1.8s ease-in-out 650ms infinite;
}

.success-icon span {
  width: 34px;
  height: 18px;
  border-left: 5px solid var(--green);
  border-bottom: 5px solid var(--green);
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  filter: drop-shadow(0 0 9px rgba(76, 255, 178, 0.7));
  animation: success-check 420ms ease-out 360ms forwards;
}

.success-badge {
  display: inline-flex;
  margin-bottom: 12px;
  border: 1px solid rgba(247, 198, 91, 0.34);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--gold);
  background: rgba(247, 198, 91, 0.08);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: success-shimmer 1.6s ease-in-out infinite;
}

.success-popup-card h3 {
  margin: 0;
  font-size: clamp(1.8rem, 6vw, 2.7rem);
  line-height: 1.05;
  background: linear-gradient(98deg, #fff 0 35%, var(--gold) 35% 58%, var(--cyan) 58% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

.credential-panel {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  border: 1px solid rgba(210, 240, 255, 0.14);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(2, 9, 16, 0.72);
  animation: credential-rise 500ms ease-out both;
}

.credential-panel + .credential-panel {
  animation-delay: 90ms;
}

.credential-panel span {
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.credential-panel strong {
  color: var(--green);
  font-size: 1.08rem;
  overflow-wrap: anywhere;
}

.success-popup-card .button {
  width: 100%;
  margin-top: 18px;
  border: 0;
}

@keyframes success-pop {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes success-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes success-icon-pop {
  from {
    opacity: 0;
    transform: scale(0.62) rotate(-12deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes success-check {
  to {
    transform: rotate(-45deg) scale(1);
  }
}

@keyframes success-pulse {
  50% {
    box-shadow: 0 0 38px rgba(76, 255, 178, 0.58), inset 0 0 26px rgba(52, 221, 255, 0.2);
  }
}

@keyframes success-shimmer {
  50% {
    border-color: rgba(247, 198, 91, 0.72);
    box-shadow: 0 0 18px rgba(247, 198, 91, 0.12);
  }
}

@keyframes credential-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes success-spin {
  to {
    transform: rotate(1turn);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes tradingMesh {
  from { transform: translate3d(-3%, -2%, 0) rotate(0deg) scale(1); }
  to { transform: translate3d(3%, -1%, 0) rotate(-7deg) scale(1.1); }
}
@keyframes marketMeshDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(2.5%, -1.5%, 0); }
}
@keyframes liquidGlow {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: 0.22; }
  to { transform: translate3d(-26px, 20px, 0) scale(1.14); opacity: 0.28; }
}
@keyframes depthScan {
  from { background-position: 0 -340px; }
  to { background-position: 0 340px; }
}
@keyframes neonShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes titleSheen {
  to { background-position: -260% center; }
}
@keyframes fractureTop {
  0%, 100% { transform: translate3d(-3px, -2px, 0); }
  50% { transform: translate3d(4px, -1px, 0); }
}
@keyframes fractureBottom {
  0%, 100% { transform: translate3d(3px, 2px, 0); }
  50% { transform: translate3d(-3px, 3px, 0); }
}
@keyframes heroKenBurns {
  from { transform: scale(1) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-18px, -10px, 0); }
}
@keyframes mobileHeroDrift {
  from { transform: scale(1.01); }
  to { transform: scale(1.045); }
}
@keyframes mobileHeroZoomOut {
  from { transform: scale(0.98) translate3d(0, 0, 0); }
  to { transform: scale(0.9) translate3d(0, -8px, 0); }
}
@keyframes miniBarDance {
  0% { height: 20%; opacity: 0.68; }
  38% { height: 82%; }
  72% { height: 46%; }
  100% { height: 92%; opacity: 1; }
}
@keyframes miniLinePulse {
  from { transform: translateY(18px) skewY(-8deg); opacity: 0.55; }
  to { transform: translateY(-22px) skewY(-8deg); opacity: 1; }
}
@keyframes signalScan {
  from { background-position: 0 -90px; }
  to { background-position: 0 90px; }
}
@keyframes candlePulse {
  from { transform: scaleY(0.72); opacity: 0.72; }
  to { transform: scaleY(1.06); opacity: 1; }
}
@keyframes drawSignal {
  0% { stroke-dashoffset: 440; opacity: 0.45; }
  45%, 80% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -440; opacity: 0.55; }
}
@keyframes liveBlink {
  0%, 100% { box-shadow: 0 0 12px rgba(76, 255, 178, 0.12); }
  50% { box-shadow: 0 0 24px rgba(76, 255, 178, 0.36); }
}
@keyframes statCardGlow {
  0%, 100% { box-shadow: inset 0 0 26px rgba(52, 221, 255, 0.035); }
  50% { box-shadow: inset 0 0 34px rgba(76, 255, 178, 0.07), 0 0 22px rgba(52, 221, 255, 0.08); }
}
@keyframes statSweep {
  0%, 58% { transform: translateX(-105%); opacity: 0; }
  72% { opacity: 0.75; }
  100% { transform: translateX(105%); opacity: 0; }
}
@keyframes kpiCardGlow {
  0%, 100% { border-color: rgba(76, 255, 178, 0.16); box-shadow: inset 0 0 24px rgba(76, 255, 178, 0.055); }
  50% { border-color: rgba(52, 221, 255, 0.28); box-shadow: inset 0 0 30px rgba(52, 221, 255, 0.09), 0 0 20px rgba(52, 221, 255, 0.08); }
}
@keyframes kpiSweep {
  0%, 58% { transform: translateX(-110%); opacity: 0; }
  72% { opacity: 1; }
  100% { transform: translateX(110%); opacity: 0; }
}
@keyframes engineGridSweep {
  0%, 100% { background-position: 140% 0, 0 0, 0 0; }
  50% { background-position: -40% 0, 42px 42px, 42px 42px; }
}
@keyframes engineRing {
  to { transform: rotate(360deg); }
}
@keyframes engineIconPulse {
  0%, 100% { box-shadow: 0 0 18px rgba(52, 221, 255, 0.12); }
  50% { box-shadow: 0 0 26px rgba(247, 198, 91, 0.18); }
}
@keyframes tickerMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero-content,
  .visual-story,
  .ai-engine,
  .market-band,
  .auth-layout,
  .auth-layout-register { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 34px 24px; }
  .hero-bg img {
    object-fit: contain;
    object-position: center center;
    transform-origin: center 42%;
    animation: mobileHeroZoomOut 12s ease-in-out infinite alternate;
  }
  .hero-dashboard { justify-self: stretch; max-width: none; grid-template-columns: minmax(0, 1fr) minmax(240px, 0.8fr); }
  .stats-strip,
  .benefit-grid,
  .strategy-rail,
  .engine-kpis { grid-template-columns: repeat(2, 1fr); }
  .market-engine-grid,
  .cta-band,
  .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-shell { padding: 14px 12px 38px; }
  .site-shell::before { filter: blur(30px); opacity: 0.42; animation-duration: 30s; }
  .site-shell::after { opacity: 0.34; animation-duration: 38s; }
  .ambient { opacity: 0.16; filter: blur(64px); }
  .brand-logo-mark {
    width: 66px;
    height: 51px;
    flex-basis: 66px;
  }
  .brand-lockup {
    width: 66px;
    flex-basis: 66px;
    gap: 1px;
  }
  .brand-wordmark {
    font-size: 0.36rem;
  }
  .nav .brand > span:not(.brand-lockup):last-child { display: none; }
  .nav { gap: 10px; padding: 10px 0 14px; }
  .button { min-height: 40px; padding: 0 12px; font-size: 0.88rem; }
  .button-large { width: 100%; min-height: 50px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hero-copy h1 { font-size: clamp(2.55rem, 13vw, 4.05rem); line-height: 0.94; }
  .hero { padding: 24px 14px; min-height: calc(100vh - 94px); }
  .hero-bg img {
    object-fit: contain;
    object-position: center top;
    filter: saturate(1.16) contrast(1.08) brightness(0.92);
    transform-origin: center top;
    animation: mobileHeroZoomOut 12s ease-in-out infinite alternate;
  }
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(2, 5, 11, 0.58) 0%, rgba(2, 5, 11, 0.74) 34%, rgba(2, 5, 11, 0.96) 100%),
      radial-gradient(circle at 50% 18%, rgba(52, 221, 255, 0.2), transparent 42%),
      linear-gradient(90deg, rgba(2, 5, 11, 0.72), rgba(2, 5, 11, 0.28), rgba(2, 5, 11, 0.72));
  }
  .hero-dashboard,
  .hero-points,
  .stats-strip,
  .benefit-grid,
  .story-metrics,
  .strategy-rail,
  .engine-kpis { grid-template-columns: 1fr; }
  .gif-frame { min-height: 190px; }
  .signal-gif { inset: 48px 12px 12px; }
  .market-engine-card { grid-template-columns: 1fr; }
  .market-engine-card {
    min-height: auto;
    padding: 14px;
  }
  .engine-card-copy {
    gap: 9px;
  }
  .engine-tags {
    display: grid;
    grid-template-columns: 1fr;
  }
  .engine-tags span {
    justify-content: center;
  }
  .stats-strip {
    gap: 10px;
    border: 0;
    background: transparent;
    overflow: visible;
  }
  .stat {
    min-height: 104px;
    padding: 16px;
    border: 1px solid rgba(52, 221, 255, 0.14);
    border-radius: 8px;
  }
  .stat-icon {
    width: 34px;
    height: 34px;
  }
  .stat-icon svg {
    width: 17px;
    height: 17px;
  }
  .stat strong { font-size: clamp(1.75rem, 8vw, 2.35rem); }
  .stat > span:not(.stat-icon) { font-size: 0.76rem; }
  .story-image,
  .story-image img { min-height: 280px; }
  .benefit-card { min-height: auto; }
  .section { padding: 18px; }
  .strategy-rail {
    gap: 10px;
    margin-top: 16px;
  }
  .strategy-rail article {
    min-height: auto;
    padding: 16px;
  }
  .rail-icon {
    width: 32px;
    height: 32px;
  }
  .rail-icon svg {
    width: 16px;
    height: 16px;
  }
  .strategy-rail strong { font-size: 1.16rem; }
  .engine-kpis > span {
    min-height: 82px;
    grid-template-columns: auto 1fr;
    gap: 4px 10px;
    padding: 12px;
  }
  .kpi-icon {
    width: 30px;
    height: 30px;
    border-radius: 7px;
  }
  .kpi-icon svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.7 !important;
  }
  .engine-kpis strong { font-size: 1.08rem; }
  .engine-kpis small { font-size: 0.7rem; }
  .ai-engine {
    padding: 12px;
    gap: 16px;
  }
  .engine-panel {
    min-height: auto;
    padding: 22px;
  }
  .engine-panel::before {
    width: 150px;
    height: 150px;
    right: -58px;
    bottom: -58px;
  }
  .process-grid {
    gap: 16px;
  }
  .process-card {
    grid-template-columns: 1fr;
  }
  .process-card .step-icon { grid-row: auto; }
  .section { margin-top: 62px; }
  .watch-row { grid-template-columns: 1fr auto; }
  .watch-row span { grid-column: 1 / -1; order: 3; }
  .market-band { padding-top: 36px; }
  .market-features { display: grid; grid-template-columns: 1fr; }
  .market-features > span {
    width: 100%;
    justify-content: flex-start;
  }
  .site-footer {
    width: 100%;
    margin-top: 24px;
    padding: 20px;
  }
  .footer-main { gap: 20px; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-links a {
    width: 100%;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
  }
  .footer-chips {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer-chips span {
    width: 100%;
    justify-content: center;
  }
  .footer-bottom { flex-direction: column; }
  .scroll-top {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
  }
  .scroll-top svg {
    width: 21px;
    height: 21px;
  }
  h2 { font-size: clamp(2rem, 10vw, 3rem); line-height: 1.04; }
  .auth-visual,
  .auth-card {
    min-height: auto;
  }
  .auth-layout .auth-visual {
    display: none;
  }
  .auth-layout,
  .auth-layout-register {
    gap: 0;
  }
  .auth-shell {
    padding-bottom: 18px;
  }
  .auth-nav {
    margin-bottom: 10px;
  }
  .auth-card {
    gap: 12px;
    padding: 20px;
  }
  .auth-card h2 {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }
  .auth-subcopy {
    margin-bottom: 0;
  }
  .field input,
  .field select {
    min-height: 46px;
  }
  .button-large.auth-submit {
    min-height: 46px;
  }
  .field-grid {
    grid-template-columns: 1fr;
  }
  .form-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
