:root {
  color-scheme: dark;
  --wl-bg: #0b0b0d;
  --wl-bg-elevated: #111115;
  --wl-bg-soft: #16131a;
  --wl-panel: rgba(18, 18, 20, 0.78);
  --wl-panel-strong: rgba(14, 14, 16, 0.92);
  --wl-panel-solid: #151518;
  --wl-panel-frost: rgba(24, 24, 27, 0.82);
  --wl-line: rgba(255, 255, 255, 0.08);
  --wl-line-strong: rgba(255, 255, 255, 0.14);
  --wl-line-hot: rgba(139, 12, 24, 0.24);
  --wl-ink: #ddd3db;
  --wl-ink-soft: rgba(213, 202, 211, 0.7);
  --wl-ink-dim: rgba(178, 164, 176, 0.54);
  --wl-cyan: #8b0c18;
  --wl-cyan-strong: #b31324;
  --wl-amber: #a42a35;
  --wl-copper: #5d0f18;
  --wl-green: #4de0a1;
  --wl-chart: #d35c68;
  --wl-shadow: 0 30px 90px rgba(0, 0, 0, 0.52);
  --wl-shadow-strong: 0 40px 110px rgba(0, 0, 0, 0.62);
  --wl-radius-xl: 34px;
  --wl-radius-lg: 24px;
  --wl-radius-md: 18px;
  --wl-radius-sm: 12px;
  --wl-width: min(1220px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.wl-home {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% -12%, rgba(255, 255, 255, 0.045) 0%, transparent 24%),
    radial-gradient(circle at 84% 6%, rgba(255, 255, 255, 0.028) 0%, transparent 18%),
    radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.024) 0%, transparent 26%),
    linear-gradient(180deg, #121214 0%, #0b0b0d 36%, #09090b 100%);
  color: var(--wl-ink);
  font-family: "Instrument Sans", "Avenir Next", "Segoe UI Variable", "Segoe UI", sans-serif;
}

body.wl-home::before,
body.wl-home::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body.wl-home::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.022), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.014), transparent 16%, transparent 84%, rgba(255, 255, 255, 0.01));
}

body.wl-home::after {
  opacity: 0.12;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.12) 0.6px, transparent 0.8px);
  background-size: 12px 12px;
  background-repeat: repeat;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.wl-chroma {
  position: absolute;
  inset: 0;
  min-height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.wl-chroma::before,
.wl-chroma::after,
.wl-chroma__wash,
.wl-chroma__beam,
.wl-chroma__mesh,
.wl-chroma__grid {
  position: absolute;
}

.wl-chroma::before {
  content: "";
  inset: -4%;
  background:
    radial-gradient(circle at 70% 14%, rgba(255, 255, 255, 0.03), transparent 22%),
    radial-gradient(circle at 16% 32%, rgba(255, 255, 255, 0.02), transparent 18%);
  opacity: 0.56;
}

.wl-chroma::after {
  content: "";
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.014));
  opacity: 0.72;
}

.wl-chroma__wash {
  border-radius: 999px;
  opacity: 0.8;
}

.wl-chroma__wash--one {
  top: -120px;
  right: -140px;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.022) 0%, rgba(139, 12, 24, 0.02) 34%, transparent 72%);
}

.wl-chroma__wash--two {
  left: -160px;
  bottom: 6%;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.008) 34%, transparent 72%);
}

.wl-chroma__beam {
  top: 0;
  left: 56%;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(139, 12, 24, 0.2) 18%, rgba(139, 12, 24, 0.04) 60%, transparent 100%);
  opacity: 0.14;
  transform: rotate(8deg);
}

.wl-chroma__mesh {
  inset: 10% 8% auto auto;
  width: 54%;
  height: 54%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.035);
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 20px),
    radial-gradient(circle at 50% 50%, rgba(139, 12, 24, 0.03), transparent 64%);
  opacity: 0.14;
  transform: rotate(-12deg);
}

.wl-chroma__grid {
  inset: auto 0 0;
  height: 42rem;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 120px, 120px 100%;
  transform: perspective(1400px) rotateX(78deg) translateY(32%);
  transform-origin: top center;
  background-repeat: repeat;
}

.wl-shell {
  width: var(--wl-width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.wl-skip-link {
  position: absolute;
  left: 18px;
  top: -56px;
  z-index: 50;
  padding: 12px 15px;
  border-radius: 999px;
  background: var(--wl-cyan);
  color: #041018;
  font-weight: 800;
  transition: top 160ms ease;
}

.wl-skip-link:focus {
  top: 16px;
}

.wl-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px 0 0;
}

.wl-header::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 11, 13, 0.94), rgba(11, 11, 13, 0.36), transparent);
  z-index: -1;
}

.wl-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.012)),
    rgba(18, 18, 20, 0.78);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.wl-header.is-scrolled .wl-header__inner {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.wl-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.wl-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 10px;
  filter: drop-shadow(0 0 18px rgba(139, 12, 24, 0.14));
}

.wl-nav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wl-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--wl-ink-dim);
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.wl-nav a:hover,
.wl-nav a:focus-visible {
  color: var(--wl-ink);
  background: rgba(255, 255, 255, 0.055);
  outline: none;
}

.wl-nav__cta {
  border: 1px solid rgba(139, 12, 24, 0.2);
  background:
    linear-gradient(135deg, rgba(139, 12, 24, 0.16), rgba(139, 12, 24, 0.04) 50%, rgba(255, 255, 255, 0.02));
  color: var(--wl-ink);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.wl-nav-toggle {
  display: none;
  border: 1px solid rgba(162, 188, 220, 0.14);
  border-radius: 999px;
  background: rgba(10, 14, 22, 0.9);
  color: var(--wl-ink);
  padding: 10px 14px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
}

.wl-brand:focus-visible,
.wl-nav-toggle:focus-visible,
.wl-button:focus-visible,
.wl-nav__cta:focus-visible,
.wl-nav a:focus-visible {
  outline: 2px solid rgba(139, 12, 24, 0.5);
  outline-offset: 3px;
}

.wl-hero {
  padding: 56px 0 26px;
}

.wl-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: start;
}

.wl-hero__copy {
  padding: 24px 0 0;
}

.wl-kicker {
  margin: 0 0 16px;
  color: var(--wl-amber);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wl-home h1,
.wl-home h2,
.wl-home h3,
.wl-home p {
  margin-top: 0;
}

.wl-home h1,
.wl-home h2,
.wl-home h3,
.wl-brand,
.wl-entry-card strong,
.wl-section__intro h2,
.wl-compare__card h3,
.wl-insight-card strong,
.wl-terminal-card__head,
.wl-lane-card strong,
.wl-bot-card h3 {
  font-family: "Space Grotesk", sans-serif;
}

.wl-home h1 {
  margin-bottom: 20px;
  max-width: 10ch;
  font-size: clamp(3.5rem, 8vw, 6.55rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
  text-shadow: 0 14px 42px rgba(139, 12, 24, 0.12);
}

.wl-home h2 {
  margin-bottom: 14px;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.wl-home h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.wl-lede,
.wl-section__intro p,
.wl-analytics__copy p,
.wl-terminal__copy p,
.wl-accounts__copy p,
.wl-closer__inner p,
.wl-insight-card p,
.wl-bot-card p,
.wl-entry-card p {
  color: var(--wl-ink-soft);
  font-size: 1rem;
  line-height: 1.72;
}

.wl-lede {
  max-width: 50ch;
  font-size: 1.06rem;
}

.wl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 34px;
}

.wl-actions--center {
  justify-content: center;
}

.wl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

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

.wl-button--primary {
  background:
    linear-gradient(135deg, rgba(139, 12, 24, 0.22), rgba(139, 12, 24, 0.09) 42%, rgba(24, 18, 24, 0.96) 100%);
  border-color: rgba(139, 12, 24, 0.28);
  color: #f1dbe7;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(139, 12, 24, 0.08) inset;
}

.wl-button--ghost {
  border-color: rgba(162, 188, 220, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--wl-ink);
}

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

.wl-entry-card,
.wl-stage__board,
.wl-compare__card,
.wl-insight-card,
.wl-terminal-card,
.wl-lane-card,
.wl-bot-card,
.wl-section__intro,
.wl-band__inner,
.wl-closer__inner {
  position: relative;
  border: 1px solid var(--wl-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    var(--wl-panel);
  box-shadow: var(--wl-shadow);
}

.wl-entry-card::before,
.wl-stage__board::before,
.wl-compare__card::before,
.wl-insight-card::before,
.wl-terminal-card::before,
.wl-lane-card::before,
.wl-bot-card::before,
.wl-section__intro::before,
.wl-band__inner::before,
.wl-closer__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02), transparent 52%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.wl-entry-card {
  padding: 18px 18px 16px;
  border-radius: var(--wl-radius-md);
}

.wl-entry-card--accent {
  background:
    linear-gradient(180deg, rgba(139, 12, 24, 0.05), rgba(139, 12, 24, 0.02) 34%, rgba(255, 255, 255, 0.01)),
    var(--wl-panel);
}

.wl-entry-card__label,
.wl-compare__label,
.wl-bot-card__label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 9px;
  border-radius: 999px;
  border: 1px solid rgba(162, 188, 220, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: var(--wl-amber);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wl-entry-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
  line-height: 1.18;
}

.wl-stage {
  position: relative;
}

.wl-stage__board {
  border-radius: var(--wl-radius-xl);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 10%, rgba(139, 12, 24, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
    var(--wl-panel-strong);
  box-shadow: var(--wl-shadow-strong);
}

.wl-stage__rail,
.wl-band__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wl-stage__rail {
  padding: 18px 22px 14px;
  border-bottom: 1px solid var(--wl-line);
}

.wl-stage__rail span,
.wl-stage__legend span,
.wl-band__inner span,
.wl-chip-wall span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(162, 188, 220, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--wl-ink);
  font-size: 0.8rem;
  font-weight: 700;
}

.wl-stage__topline,
.wl-stage__footer,
.wl-stage__panel-head,
.wl-insight-card__head,
.wl-terminal-card__head,
.wl-lane-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.wl-stage__topline,
.wl-stage__footer {
  padding: 18px 22px;
}

.wl-stage__topline {
  border-bottom: 1px solid var(--wl-line);
}

.wl-stage__topline small,
.wl-stage__footer small,
.wl-stage__panel-head span:last-child,
.wl-insight-card__head span:last-child,
.wl-terminal-card__head span:last-child,
.wl-lane-card__head span:last-child,
.wl-insight-card small,
.wl-terminal-card small,
.wl-lane-card__rows span {
  color: var(--wl-ink-dim);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
}

.wl-stage__topline strong,
.wl-stage__footer strong {
  display: block;
  margin-top: 4px;
  font-size: 0.96rem;
}

.wl-stage__body {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 16px;
  padding: 16px;
}

.wl-stage__chart,
.wl-stage__stack-card {
  border-radius: 24px;
  border: 1px solid var(--wl-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(12, 16, 24, 0.9);
}

.wl-stage__chart {
  overflow: hidden;
}

.wl-stage__panel-head,
.wl-stage__stack-card {
  padding: 14px 16px;
}

.wl-stage__graph {
  position: relative;
  min-height: 320px;
  border-top: 1px solid var(--wl-line);
  border-bottom: 1px solid var(--wl-line);
  background:
    radial-gradient(circle at 24% 16%, rgba(139, 12, 24, 0.07), transparent 24%),
    linear-gradient(rgba(170, 86, 95, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(170, 86, 95, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 13, 19, 0.98), rgba(13, 11, 15, 0.95));
  background-size: auto, 100% 25%, 14% 100%, auto;
}

.wl-stage__graph::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 16%, transparent 82%, rgba(255, 255, 255, 0.02));
  pointer-events: none;
}

.wl-stage__graph svg {
  position: absolute;
  inset: 26px 20px 26px 20px;
  width: calc(100% - 40px);
  height: calc(100% - 52px);
}

.wl-stage__graph path {
  fill: none;
  stroke: var(--wl-chart);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(223, 170, 198, 0.16));
}

.wl-stage__graph-line {
  position: absolute;
  left: 18px;
  right: 18px;
  border-top: 2px dashed currentColor;
}

.wl-stage__graph-line--fill {
  top: 30%;
  color: var(--wl-green);
}

.wl-stage__graph-line--tp {
  top: 16%;
  color: var(--wl-amber);
}

.wl-stage__graph-line--sl {
  top: 68%;
  color: rgba(191, 205, 229, 0.42);
}

.wl-stage__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 16px 16px;
}

.wl-stage__stack {
  display: grid;
  gap: 16px;
}

.wl-stage__stack-card--dense .wl-stage__panel-head {
  padding: 0 0 12px;
}

.wl-stage__stack-card ul {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.wl-stage__stack-card li,
.wl-stage__table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid rgba(162, 188, 220, 0.09);
  font-size: 0.92rem;
}

.wl-stage__table-row:first-of-type,
.wl-stage__stack-card li:first-of-type {
  border-top: 0;
}

.wl-stage__table-row span:last-child {
  font-weight: 700;
}

.wl-stage__footer {
  border-top: 1px solid var(--wl-line);
}

.wl-band {
  padding: 12px 0 26px;
}

.wl-band__inner {
  justify-content: center;
  padding: 14px 18px;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(139, 12, 24, 0.04), rgba(255, 255, 255, 0.015), rgba(93, 15, 24, 0.035)),
    rgba(16, 13, 18, 0.78);
}

.wl-section {
  padding: 44px 0;
}

.wl-section__intro {
  max-width: 880px;
  margin: 0 auto 18px;
  padding: 24px;
  border-radius: var(--wl-radius-lg);
}

.wl-compare,
.wl-bot-grid {
  display: grid;
  gap: 16px;
}

.wl-compare {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wl-compare__card,
.wl-bot-card,
.wl-insight-card,
.wl-terminal-card,
.wl-lane-card {
  padding: 22px;
  border-radius: var(--wl-radius-lg);
}

.wl-compare__card--accent,
.wl-bot-card--emphasis {
  background:
    linear-gradient(180deg, rgba(139, 12, 24, 0.05), rgba(93, 15, 24, 0.03) 52%, rgba(255, 255, 255, 0.01)),
    var(--wl-panel);
}

.wl-compare__card ul,
.wl-feature-list,
.wl-terminal-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.wl-compare__card li,
.wl-feature-list li,
.wl-terminal-card li {
  position: relative;
  padding-left: 18px;
  color: var(--wl-ink-soft);
  line-height: 1.56;
}

.wl-compare__card li::before,
.wl-feature-list li::before,
.wl-terminal-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--wl-cyan);
  box-shadow: 0 0 14px rgba(139, 12, 24, 0.22);
  transform: translateY(-50%);
}

.wl-analytics__grid,
.wl-terminal__grid,
.wl-accounts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.wl-analytics__visual {
  display: grid;
  gap: 16px;
}

.wl-insight-card--wide {
  background:
    radial-gradient(circle at 82% 18%, rgba(139, 12, 24, 0.14), transparent 26%),
    linear-gradient(135deg, rgba(22, 17, 24, 0.98), rgba(31, 21, 31, 0.96));
  color: #ead8e2;
}

.wl-insight-card--wide .wl-insight-card__head span:last-child,
.wl-insight-card--wide p,
.wl-insight-card--wide small {
  color: rgba(234, 216, 226, 0.72);
}

.wl-insight-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.wl-insight-card__metrics strong {
  display: block;
  margin-top: 6px;
  font-size: 1.45rem;
  line-height: 1;
}

.wl-terminal-card__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.wl-terminal-card ul {
  margin-top: 12px;
}

.wl-lane-card__rows {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.wl-lane-card__rows div {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid rgba(162, 188, 220, 0.1);
}

.wl-lane-card__rows div:first-child {
  border-top: 0;
}

.wl-lane-card strong {
  font-size: 1.08rem;
}

.wl-bot-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wl-bot-card p {
  margin-bottom: 0;
}

.wl-chip-wall {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.wl-closer__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 30px;
  border-radius: var(--wl-radius-xl);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 12, 24, 0.08), transparent 32%),
    rgba(15, 12, 17, 0.88);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@media (max-width: 1120px) {
  .wl-hero__grid,
  .wl-analytics__grid,
  .wl-terminal__grid,
  .wl-accounts__grid,
  .wl-bot-grid {
    grid-template-columns: 1fr;
  }

  .wl-stage__body {
    grid-template-columns: 1fr;
  }

  .wl-home h1 {
    max-width: 12ch;
  }
}

@media (max-width: 900px) {
  .wl-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .wl-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 14px;
    border: 1px solid rgba(162, 188, 220, 0.12);
    border-radius: 20px;
    background: rgba(8, 12, 19, 0.96);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
  }

  .wl-nav.is-open {
    display: flex;
  }

  .wl-nav a {
    padding: 12px 14px;
  }

  .wl-nav__cta {
    margin-top: 4px;
  }

  .wl-header__inner {
    position: relative;
  }

  .wl-compare,
  .wl-hero__split,
  .wl-terminal-card__columns,
  .wl-insight-card__metrics {
    grid-template-columns: 1fr;
  }

  .wl-stage__topline,
  .wl-stage__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .wl-chroma__mesh {
    width: 72%;
    height: 38%;
  }
}

@media (max-width: 720px) {
  :root {
    --wl-width: min(100vw - 22px, 1220px);
  }

  body.wl-home::after {
    opacity: 0.18;
  }

  .wl-header {
    padding-top: 12px;
  }

  .wl-header__inner {
    min-height: 64px;
    padding: 0 12px;
    border-radius: 18px;
  }

  .wl-brand {
    font-size: 0.98rem;
  }

  .wl-brand img {
    width: 34px;
    height: 34px;
  }

  .wl-hero {
    padding-top: 34px;
  }

  .wl-home h1 {
    font-size: clamp(2.8rem, 16vw, 4.2rem);
    max-width: 9ch;
  }

  .wl-home h2 {
    font-size: clamp(1.8rem, 10vw, 2.8rem);
  }

  .wl-actions {
    margin: 24px 0 26px;
  }

  .wl-button {
    width: 100%;
  }

  .wl-entry-card,
  .wl-section__intro,
  .wl-compare__card,
  .wl-insight-card,
  .wl-terminal-card,
  .wl-lane-card,
  .wl-bot-card,
  .wl-closer__inner {
    padding: 18px;
  }

  .wl-stage__rail,
  .wl-stage__topline,
  .wl-stage__footer,
  .wl-stage__body {
    padding-left: 14px;
    padding-right: 14px;
  }

  .wl-stage__graph {
    min-height: 240px;
  }

  .wl-chroma__beam {
    opacity: 0.22;
  }

  .wl-chroma__mesh {
    width: 86%;
    height: 34%;
    right: -8%;
    top: 18%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
