:root {
  --wl-bg: #ffffff;
  --wl-bg-2: #f6f7ff;
  --wl-card: #ffffff;
  --wl-line: rgba(15, 23, 42, 0.1);
  --wl-cream: #0f172a;
  --wl-muted: #64748b;
  --wl-lime: #4F46E5;
  --wl-lime-2: #4338CA;
  --serif: var(--font-heading);
  --sans: var(--font-body);
}

.wl-page {
  background: var(--wl-bg);
  color: var(--wl-cream);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
html:has(.wl-page) { scroll-behavior: smooth; }
.wl-page a:not(.wl-btn) { color: inherit; text-decoration: none; }
.wl-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.wl-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--wl-line);
}

.wl-nav .wl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
}

.wl-logo img { height: 28px; width: auto; }
.wl-links { display: flex; gap: 28px; font-size: 14px; color: var(--wl-muted); }
.wl-links a:hover { color: var(--wl-cream); }
.wl-nav-cta { display: flex; align-items: center; gap: 10px; }
.wl-ghost {
  border: 1px solid var(--wl-line);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 14px;
}
.wl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #4F46E5;
  color: #fff !important;
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  font-weight: 600;
  font-size: 14px;
}
.wl-btn:hover,
.wl-btn:focus {
  background: #4338CA !important;
  color: #fff !important;
}
.wl-btn-outline {
  background: #fff !important;
  color: #0F172A !important;
  border: 1px solid var(--wl-line);
}
.wl-btn-outline:hover,
.wl-btn-outline:focus {
  background: #eef2ff !important;
  color: #0F172A !important;
}
.wl-btn-lg { padding: 14px 22px; font-size: 15px; }
.wl-menu-btn {
  display: none;
  background: none;
  border: 1px solid var(--wl-line);
  color: var(--wl-cream);
  border-radius: 8px;
  padding: 8px 10px;
}

.wl-hero { padding: 48px 0 40px; text-align: left; }
.wl-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--wl-line);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--wl-muted);
  margin-bottom: 22px;
}
.wl-pill b { color: var(--wl-lime); font-weight: 600; }
.wl-hero-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.25fr;
  gap: 24px;
  align-items: center;
}
.wl-hero h1 {
  margin: 0 0 20px;
  text-align: left;
  line-height: 1.15;
}
.wl-hero h1 em,
.wl-rotate {
  font-style: italic;
  color: var(--wl-lime);
  display: inline-block;
  min-width: 4ch;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.wl-rotate.is-out { opacity: 0; transform: translateY(8px); }
.wl-lead {
  max-width: 520px;
  margin: 0 0 28px;
  color: var(--wl-muted);
  font-size: 18px;
  text-align: left;
}
.hero-stage {
  --pk: #4F46E5;
  min-width: 0;
  overflow: hidden;
}
.hero-stage .wl-shot img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.wl-shot {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #f4f2ff;
}
.wl-shot img {
  display: block;
  width: 100%;
  height: auto;
}
.wl-shot-cycle { position: relative; }
.wl-shot-cycle img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity .55s ease;
}
.wl-shot-cycle img:not(.is-on) {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.wl-shot-cycle img.is-on {
  position: relative;
  opacity: 1;
}
.wl-shot-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 28px 0 8px;
}
.wl-shot-calc {
  max-width: 920px;
  margin: 0 auto 28px;
}

.hs-card {
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: 22px;
  padding: 20px 20px 12px;
  box-shadow: 0 24px 60px rgba(79, 70, 229, 0.12);
}
.hs-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.hs-brand { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; }
.hs-mark {
  width: 22px; height: 22px;
  border-radius: 6px;
  background: #eef2ff;
  color: var(--wl-lime);
  display: inline-flex; align-items: center; justify-content: center;
}
.hs-live {
  background: var(--wl-lime);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 999px;
  padding: 3px 8px;
}
.hs-metric-l, .hs-list-l { font-size: 12px; color: var(--wl-muted); }
.hs-metric-v {
  font-family: var(--serif);
  font-size: 48px;
  line-height: 1;
  margin: 4px 0;
}
.hs-metric-v sub { font-size: 18px; color: var(--wl-muted); font-family: var(--sans); }
.hs-metric-v.bump { animation: hs-bump 0.45s ease; }
@keyframes hs-bump {
  0% { transform: scale(0.96); opacity: .6; }
  100% { transform: scale(1); opacity: 1; }
}
.hs-metric-d { font-size: 13px; color: var(--wl-muted); margin-bottom: 12px; }
.hs-metric-d b { color: #059669; font-weight: 700; margin-right: 4px; }
.hs-chart { position: relative; height: 64px; margin-bottom: 18px; }
.hs-chart svg { width: 100%; height: 64px; display: block; }
.hs-chart-dot {
  position: absolute; right: 0; top: 4px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--pk);
  box-shadow: 0 0 0 6px rgba(79,70,229,.18);
}
.hs-list-l { margin-bottom: 8px; }
.hs-list-items { display: grid; gap: 2px; }
.hs-item {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid var(--wl-line);
}
.hs-item.new { animation: hs-in 0.35s ease; }
@keyframes hs-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}
.hs-item-ic {
  width: 32px; height: 32px; border-radius: 8px;
  background: #eef2ff; color: var(--wl-lime);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
}
.hs-item-name { font-size: 14px; font-weight: 600; }
.hs-item-vert { font-size: 12px; color: var(--wl-muted); }
.hs-item-amt { font-size: 13px; font-weight: 600; color: #059669; }

.wl-brands { padding: 28px 0 64px; border-bottom: 1px solid var(--wl-line); }
.wl-brands p { text-align: center; color: var(--wl-muted); font-size: 13px; margin-bottom: 18px; }
.wl-brand-row {
  display: flex;
  gap: 28px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.wl-brand-track {
  display: flex;
  gap: 36px;
  animation: wl-marquee 28s linear infinite;
  align-items: center;
}
.wl-brand-track img {
  height: 36px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.7;
}
@keyframes wl-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.wl-section { padding: 88px 0; }
.wl-section-calc {
  padding-top: 64px;
  padding-bottom: 24px;
}
.wl-kicker {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4F46E5;
  font-weight: 700;
  margin-bottom: 12px;
}
.wl-h2 {
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #0F172A;
  max-width: 22ch;
  margin: 0 0 16px;
}
.wl-sub { color: var(--wl-muted); max-width: 52ch; margin-bottom: 40px; }

.wl-layers { display: grid; gap: 80px; }
.wl-layer {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: start;
}
.wl-layer:nth-child(even) { direction: rtl; }
.wl-layer:nth-child(even) > * { direction: ltr; }
.wl-num { color: var(--wl-lime); font-size: 13px; letter-spacing: 0.12em; margin-bottom: 10px; }
.wl-split-list { list-style: none; padding: 0; margin: 24px 0 0; }
.wl-split-list li {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--wl-line);
  font-size: 14px;
}
.wl-split-list strong { font-size: 15px; }
.wl-split-list span { color: var(--wl-muted); }
.wl-layer h3 {
  line-height: 1.3;
  margin: 0 0 16px;
}
.wl-layer h3 em { font-style: italic; color: var(--wl-lime); }

.stack-mock-build {
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  min-height: 520px;
}
.mock-win-head {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid var(--wl-line);
  font-size: 12px;
  color: var(--wl-muted);
}
.mock-dots { display: flex; gap: 5px; }
.mock-dots i { width: 8px; height: 8px; border-radius: 50%; background: #e5e7eb; display: block; }
.mock-title { text-align: center; font-weight: 600; color: #334155; }
.mock-save { color: #059669; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.bm-steps {
  --bm-pad-x: 10px;
  --bm-pad-t: 14px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  position: relative;
  padding: var(--bm-pad-t) var(--bm-pad-x) 16px;
  border-bottom: 1px solid var(--wl-line);
}
.bm-step { display: flex; flex-direction: column; align-items: center; gap: 6px; position: relative; z-index: 1; }
.bm-step-num {
  width: 24px; height: 24px; border-radius: 50%;
  background: #f1f5f9; color: #94a3b8;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
}
.bm-step-n { font-size: 10px; color: #94a3b8; }
.bm-step.done .bm-step-num { background: var(--wl-lime); color: #fff; }
.bm-step.done .bm-step-n { color: var(--wl-lime); }
.bm-step.active .bm-step-num {
  background: var(--wl-lime); color: #fff;
  box-shadow: 0 0 0 7px rgba(79, 70, 229, 0.22);
}
.bm-step.active .bm-step-n { color: #0f172a; font-weight: 700; }
.bm-progress-track,
.bm-progress {
  position: absolute;
  left: calc(var(--bm-pad-x) + (100% - 2 * var(--bm-pad-x)) / 14);
  top: calc(var(--bm-pad-t) + 12px);
  height: 2px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
  border-radius: 999px;
}
.bm-progress-track {
  width: calc((100% - 2 * var(--bm-pad-x)) * 6 / 7);
  background: #e2e8f0;
}
.bm-progress {
  width: 0;
  background: #4F46E5;
  transition: width .7s ease;
}
.bm-body { padding: 18px 16px 16px; min-height: 380px; }
.bm-pane { display: none; }
.bm-pane.show { display: block; animation: hs-in .45s ease; }
.mock-field { margin-bottom: 16px; }
.mock-field label { display: flex; align-items: baseline; gap: 8px; font-size: 13px; font-weight: 600; margin-bottom: 10px; }
.bm-label-caps {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8 !important;
}
.bm-file-rows { gap: 10px; }
.bm-file-card {
  min-height: 58px;
  border-radius: 14px;
  padding: 12px 14px;
}
.bm-row-loading .bm-pct { color: var(--wl-lime); font-weight: 600; }
.bm-row-spin {
  width: 16px; height: 16px; border: 2px solid #e5e7eb; border-top-color: var(--wl-lime);
  border-radius: 50%; animation: spin 1.35s linear infinite; flex-shrink: 0;
}
@keyframes spin { to { transform: rotate(360deg); } }
.bm-row-drop {
  font-size: 13px; color: var(--wl-muted);
  border: 1px dashed #d1d5db;
  border-radius: 14px;
  padding: 16px;
  text-align: center;
}
.mock-label-cnt { margin-left: auto; font-weight: 400; color: var(--wl-muted); font-size: 12px; }
.bm-label-hl { color: var(--wl-lime); }
.bm-rows { display: grid; gap: 8px; }
.bm-row {
  display: grid; grid-template-columns: 32px 1fr auto;
  gap: 10px; align-items: center;
  border: 1px solid var(--wl-line); border-radius: 12px; padding: 10px 12px;
}
.bm-row.active { border-color: var(--wl-lime); background: #eef2ff; }
.bm-row-compact { grid-template-columns: 32px 1fr auto; }
.bm-row[data-ch] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.bm-row[data-ch] .bm-row-m {
  min-width: 0;
  flex: 1 1 auto;
}
.bm-row[data-ch] .bm-toggle {
  flex-shrink: 0;
}
.bm-row-ic {
  width: 32px; height: 32px; border-radius: 8px; background: #f8fafc;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: var(--wl-lime);
}
.bm-row-ic-logo img { width: 16px; height: 16px; }
.bm-row-ic-more { background: #eef2ff; }
.bm-row-n { font-size: 14px; font-weight: 600; }
.bm-row-d { font-size: 12px; color: var(--wl-muted); }
.bm-row-radio {
  width: 14px; height: 14px; border-radius: 50%;
  border: 2px solid #cbd5e1;
}
.bm-row.active .bm-row-radio { border-color: var(--wl-lime); box-shadow: inset 0 0 0 3px var(--wl-lime); }
.bm-row-check.ok { color: #059669; font-weight: 700; }
.bm-row-check-link { color: var(--wl-lime); }
.bm-input {
  border: 1px solid var(--wl-line); border-radius: 12px; padding: 12px;
  min-height: 48px; font-size: 14px;
}
.mock-caret {
  display: inline-block; width: 1px; height: 1em; background: var(--wl-lime);
  animation: caret 1s steps(1) infinite; vertical-align: text-bottom;
}
@keyframes caret { 50% { opacity: 0; } }
.bm-brain-row { display: flex; flex-wrap: wrap; gap: 8px; }
.bm-brain {
  border: 1px solid var(--wl-line); border-radius: 999px; padding: 6px 12px; font-size: 13px;
}
.bm-brain.active { border-color: var(--wl-lime); background: #eef2ff; color: var(--wl-lime); font-weight: 600; }
.bm-prompt-box {
  border: 1px solid var(--wl-line); border-radius: 12px; padding: 12px;
  background: #f8fafc; min-height: 160px;
}
.bm-prompt { margin: 0; white-space: pre-wrap; font-family: inherit; font-size: 13px; line-height: 1.5; }
.bm-label-ai { color: var(--wl-lime); }
.bm-mono { font-variant-numeric: tabular-nums; }
.bm-toggle {
  width: 32px; height: 18px; border-radius: 999px; background: #e2e8f0; position: relative;
  flex-shrink: 0;
}
.bm-toggle.on { background: var(--wl-lime); }
.bm-toggle-knob {
  position: absolute; top: 2px; left: 2px; width: 14px; height: 14px;
  background: #fff; border-radius: 50%; transition: left .2s ease;
}
.bm-toggle.on .bm-toggle-knob { left: 16px; }
.bm-deploy-status {
  display: none; margin-top: 12px; font-size: 13px; font-weight: 600; color: #059669;
  align-items: center; gap: 8px;
}
.bm-deploy-status.show { display: flex; }
.bm-deploy-dot { width: 8px; height: 8px; border-radius: 50%; background: #059669; animation: caret 1s infinite; }

.stack-mock-wl { position: relative; }
.mock-browser {
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}
.mock-browser-bar {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; background: #f8fafc; border-bottom: 1px solid var(--wl-line);
}
.mock-browser-dots { display: flex; gap: 5px; }
.mock-browser-dots i { width: 8px; height: 8px; border-radius: 50%; background: #e5e7eb; display: block; }
.mock-url {
  flex: 1; text-align: center; font-size: 13px; color: #475569;
  background: #fff; border: 1px solid var(--wl-line); border-radius: 8px; padding: 6px 10px;
}
.mock-url b { color: var(--wl-lime); }
.mock-portal-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 16px; border-bottom: 1px solid var(--wl-line);
}
.mock-portal-logo { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.mock-portal-mark {
  width: 28px; height: 28px; border-radius: 8px;
  background: var(--wl-lime); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: 13px;
}
.mock-portal-user { font-size: 13px; color: var(--wl-muted); }
.mock-portal-hero { padding: 18px 16px 8px; }
.mock-portal-title { font-family: var(--serif); font-size: 26px; margin-bottom: 6px; }
.mock-portal-sub { color: var(--wl-muted); font-size: 14px; margin-bottom: 16px; }
.mock-portal-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mock-stat { background: #f8fafc; border-radius: 12px; padding: 12px; text-align: center; }
.mock-stat-v { font-size: 22px; font-weight: 700; font-variant-numeric: tabular-nums; }
.mock-stat-l { font-size: 11px; color: var(--wl-muted); margin-top: 4px; }
.mock-activity { padding: 8px 16px 16px; }
.mock-activity-l { font-size: 12px; color: var(--wl-muted); margin-bottom: 8px; }
.mock-activity-row {
  display: grid; grid-template-columns: 10px 1fr auto; gap: 10px; align-items: center;
  padding: 8px 0; border-top: 1px solid var(--wl-line); font-size: 13px;
}
.mock-activity-row.in { animation: hs-in .35s ease; }
.mock-activity-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--wl-lime); }
.mock-activity-time { color: var(--wl-muted); font-size: 12px; }
.stack-mock-wl.is-swap .mock-portal { animation: hs-in .4s ease; }
.stack-mock-wl.is-swap .mock-url b { animation: hs-in .4s ease; }

.stack-mock-bill {
  --pk: #4F46E5;
  --success: #10a37f;
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}
.stack-mock-bill .mock-body { padding: 16px 18px 20px; }
.mock-live {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 700; letter-spacing: .08em; color: var(--wl-lime);
}
.mock-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--wl-lime); animation: caret 1s infinite; }
.bill-header { margin-bottom: 18px; }
.bill-header-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.bill-header-l { font-size: 12px; color: var(--wl-muted); }
.bill-header-v { font-family: var(--serif); font-size: 40px; line-height: 1; margin-top: 4px; }
.bill-header-delta { font-size: 13px; font-weight: 700; color: var(--success); }
.bill-header-delta span { color: var(--wl-muted); font-weight: 400; }
.bill-sparkline { width: 100%; height: 28px; margin-top: 12px; display: block; }
.bill-streams-l { font-size: 11px; letter-spacing: .08em; color: var(--wl-muted); margin-bottom: 12px; }
.bill-stream { margin-bottom: 14px; }
.bill-stream-row { display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; }
.bill-stream-n { display: flex; align-items: center; gap: 8px; }
.bill-stream-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.bill-stream-sub { font-size: 12px; color: var(--wl-muted); margin: 4px 0 8px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.bill-markup-pill { font-size: 11px; font-weight: 600; border-radius: 999px; padding: 2px 8px; }
.bill-stream-track { height: 6px; background: #f1f5f9; border-radius: 99px; overflow: hidden; }
.bill-stream-fill { height: 100%; width: 0; border-radius: 99px; transition: width 1.4s cubic-bezier(0.22, 1, 0.36, 1); }

.stack-mock-scale {
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  height: 520px;
  display: flex;
  flex-direction: column;
}
.stack-mock-scale .mock-win-head { flex-shrink: 0; }
.stack-mock-scale .mock-body {
  padding: 16px 18px 12px;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.scale-header { margin-bottom: 14px; flex-shrink: 0; }
.scale-table {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.scale-tbody {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.scale-header-title { font-weight: 700; margin-bottom: 4px; }
.scale-header-meta { font-size: 13px; color: var(--wl-muted); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.scale-header-stat b { color: #0f172a; }
.scale-header-stat-up { color: #10a37f; font-weight: 600; }
.scale-thead, .scale-tr {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 0.7fr;
  gap: 8px;
  align-items: center;
}
.scale-thead { font-size: 11px; letter-spacing: .06em; color: var(--wl-muted); padding-bottom: 8px; border-bottom: 1px solid var(--wl-line); flex-shrink: 0; }
.scale-th-r, .scale-td-r { text-align: right; }
.scale-tr {
  height: 48px;
  padding: 0;
  border-bottom: 1px solid var(--wl-line);
  font-size: 13px;
  box-sizing: border-box;
}
.scale-tr-new { animation: scale-in .45s ease; background: #eef2ff; margin: 0 -8px; padding-left: 8px; padding-right: 8px; border-radius: 8px; }
@keyframes scale-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.scale-td-client { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.scale-td-ic {
  width: 26px; height: 26px; border-radius: 7px; background: #eef2ff; color: var(--wl-lime);
  display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700;
}
.scale-plan { font-size: 11px; font-weight: 700; border-radius: 999px; padding: 3px 8px; }
.scale-plan-starter { background: #f1f5f9; color: #475569; }
.scale-plan-pro { background: #eef2ff; color: var(--wl-lime); }
.scale-plan-growth { background: #ecfdf5; color: #047857; }
.scale-status { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; }
.scale-status-dot { width: 7px; height: 7px; border-radius: 50%; background: #10a37f; }
.scale-status-new .scale-status-dot { background: var(--wl-lime); }
.scale-td-mo { color: var(--wl-muted); font-size: 11px; }
.scale-footer {
  display: flex; align-items: center; gap: 8px; padding: 12px 0 4px;
  color: var(--wl-lime); font-weight: 600; font-size: 14px; cursor: default;
  flex-shrink: 0;
}
.scale-footer-plus {
  width: 22px; height: 22px; border-radius: 6px; border: 1px dashed var(--wl-lime);
  display: inline-flex; align-items: center; justify-content: center;
}
.wl-layer p.intro { color: var(--wl-muted); margin-bottom: 22px; }
.wl-layer:nth-child(2) p.intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wl-checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.wl-checks li { display: grid; grid-template-columns: 10px 1fr; gap: 12px; }
.wl-checks li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--wl-lime);
}
.wl-checks strong { display: block; font-size: 15px; }
.wl-checks span { color: var(--wl-muted); font-size: 14px; }

.wl-mock {
  background: var(--wl-card);
  border: 1px solid var(--wl-line);
  box-shadow: 0 12px 40px rgba(79, 70, 229, 0.08);
  border-radius: 18px;
  padding: 18px;
  min-height: 420px;
}
.wl-mock-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--wl-muted);
  margin-bottom: 16px;
}
.wl-live {
  color: #fff;
  background: var(--wl-lime);
  border-radius: 999px;
  padding: 2px 8px;
  font-weight: 700;
  font-size: 11px;
}
.wl-steps { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.wl-steps span {
  font-size: 11px;
  border: 1px solid var(--wl-line);
  border-radius: 999px;
  padding: 4px 8px;
  color: var(--wl-muted);
}
.wl-steps span.is-on { background: #eef2ff; color: var(--wl-lime); border-color: #c7d2fe; }
.wl-grid-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.wl-chip {
  border: 1px solid var(--wl-line);
  border-radius: 12px;
  padding: 12px;
  font-size: 13px;
  background: var(--wl-bg-2);
}
.wl-chip small { display: block; color: var(--wl-muted); margin-top: 4px; }
.wl-chip.on { outline: 1px solid var(--wl-lime); background: #eef2ff; }
.wl-prompt {
  margin-top: 10px;
  background: var(--wl-bg-2);
  border-radius: 12px;
  padding: 12px;
  font-size: 13px;
  color: var(--wl-muted);
}
.wl-stats-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 14px 0; }
.wl-stats-mini div {
  background: var(--wl-bg-2);
  border-radius: 10px;
  padding: 12px;
  text-align: center;
}
.wl-stats-mini b { display: block; font-size: 18px; }
.wl-stats-mini small { color: var(--wl-muted); }
.wl-feed { font-size: 13px; color: var(--wl-muted); display: grid; gap: 8px; }
.wl-bill-row, .wl-table-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--wl-line);
  font-size: 13px;
}
.wl-bill-total { font-size: 32px; font-family: var(--serif); margin: 8px 0 18px; }

.wl-calc {
  background: var(--wl-bg-2);
  border: 1px solid var(--wl-line);
  border-radius: 24px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}
.wl-calc-panel {
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}
.wl-calc-lead {
  color: var(--wl-muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 28px;
}
.wl-range label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 10px;
}
.wl-range label b { color: var(--wl-lime); font-variant-numeric: tabular-nums; }
.wl-range { margin-bottom: 22px; }
.wl-calc-inputs .wl-range:last-of-type { margin-bottom: 18px; }
.wl-range input {
  width: 100%;
  height: 8px;
  accent-color: var(--wl-lime);
}
.wl-mrr {
  font-family: var(--serif);
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--wl-lime);
  margin: 0 0 20px;
  font-variant-numeric: tabular-nums;
}
.wl-bars {
  display: grid;
  gap: 0;
  font-size: 13px;
  margin-bottom: 20px;
}
.wl-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--wl-muted);
  padding: 8px 0;
  border-bottom: 1px solid var(--wl-line);
}
.wl-bar span:last-child { font-variant-numeric: tabular-nums; }
.wl-bar-profit {
  color: var(--wl-cream);
  font-weight: 700;
  border-bottom: 0;
  padding-top: 10px;
}
.wl-calc-result .wl-btn { align-self: flex-start; margin-top: auto; }
.wl-calc-result .wl-note { margin-top: 14px; }
.wl-note { font-size: 12px; color: var(--wl-muted); margin-top: 16px; }

.wl-verts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
#verticals {
  position: relative;
  z-index: 2;
  padding-top: 48px;
}
.wl-page .index2-integration-section {
  position: relative;
  z-index: 1;
}
.inds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  overflow: hidden;
}
.ind-cell {
  position: relative;
  background: #fff;
  border: 0;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 0;
  padding: 28px 28px 32px;
  min-height: 220px;
  box-shadow: none;
}
.ind-cell:nth-child(3n) { border-right: 0; }
.ind-cell:nth-child(n + 10) { border-bottom: 0; }
.ind-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.ind-cell .num {
  font-size: 13px;
  color: #94a3b8;
  font-variant-numeric: tabular-nums;
}
.ind-arr { color: #94a3b8; display: inline-flex; line-height: 0; }
.ind-cell h3 {
  margin: 0 0 10px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  font-family: var(--font-heading);
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0f172a;
}
.ind-cell .cnt {
  font-size: 13px;
  font-weight: 400;
  color: #94a3b8;
  font-family: var(--font-body);
  letter-spacing: 0;
}
.ind-niche-line {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--wl-lime);
  font-size: 15px;
  font-weight: 500;
  min-height: 24px;
  margin-bottom: 10px;
}
.ind-niche-arr { font-weight: 400; opacity: 0.85; }
.ind-niche-name { transition: opacity .25s ease, transform .25s ease; }
.ind-niche-name.is-out { opacity: 0; transform: translateY(6px); }
.ind-cell p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  max-width: 36ch;
}
.wl-vert {
  background: #fff;
  border: 1px solid var(--wl-line);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  border-radius: 16px;
  padding: 20px;
  min-height: 160px;
}
.wl-vert .n { color: var(--wl-muted); font-size: 12px; }
.wl-vert h4 { margin: 8px 0; }
.wl-vert p { color: var(--wl-muted); font-size: 14px; margin: 0; }

.wl-int-wrap { overflow: hidden; }
.wl-int-row { display: flex; gap: 10px; margin-bottom: 10px; animation: wl-marquee 40s linear infinite; width: max-content; }
.wl-int-row.reverse { animation-direction: reverse; }
.wl-int {
  border: 1px solid var(--wl-line);
  border-radius: 999px;
  padding: 8px 14px;
  white-space: nowrap;
  font-size: 13px;
  background: var(--wl-card);
}

#layers {
  background: #f8fafc;
}
.wl-plan {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px 48px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: 24px;
  padding: 40px 44px;
  box-shadow: 0 16px 40px rgba(79, 70, 229, 0.1);
  text-align: left;
}
.wl-plan-name {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--wl-lime);
  margin-bottom: 10px;
}
.wl-plan-desc {
  font-size: 18px;
  line-height: 1.45;
  color: var(--wl-cream);
  margin: 0 0 22px;
}
.wl-plan-copy .wl-btn { margin-bottom: 14px; }
.wl-plan-copy .wl-note { margin: 0; }
.wl-plan-feats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}
.wl-plan-feats li {
  position: relative;
  padding: 8px 0 8px 22px;
  font-size: 14px;
  color: var(--wl-cream);
}
.wl-plan-feats li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--wl-lime);
  font-weight: 700;
}
#pricing .wl-wrap {
  text-align: center;
}
#pricing {
  scroll-margin-top: 96px;
}
#pricing .wl-h2,
#pricing .wl-sub {
  margin-left: auto;
  margin-right: auto;
}
.wl-pcard-featured .wl-pcard-desc { margin-bottom: 20px; }
.wl-pcard {
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
  position: relative;
  text-align: left;
}
.wl-pcard-featured {
  border-color: var(--wl-lime);
  box-shadow: 0 16px 40px rgba(79, 70, 229, 0.14);
  transform: translateY(-6px);
}
.wl-pcard-badge {
  position: absolute;
  top: -11px;
  left: 24px;
  background: var(--wl-lime);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 4px 10px;
}
.wl-pcard-name { font-weight: 700; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; color: var(--wl-muted); }
.wl-pcard-desc { color: var(--wl-muted); font-size: 14px; margin: 8px 0 16px; min-height: 44px; }
.wl-pcard-price { font-size: 42px; line-height: 1; }
.wl-pcard-price span { font-size: 16px; color: var(--wl-muted); }
.wl-pcard-term { font-size: 13px; color: var(--wl-muted); margin: 6px 0 16px; }
.wl-pcard ul { list-style: none; padding: 0; margin: 0 0 20px; flex: 1; }
.wl-pcard li {
  padding: 8px 0 8px 22px;
  position: relative;
  font-size: 14px;
  border-top: 1px solid var(--wl-line);
}
.wl-pcard li::before { content: "✓"; position: absolute; left: 0; color: var(--wl-lime); font-weight: 700; }
.wl-pcard .wl-btn { width: 100%; }

.wl-faq { display: grid; gap: 8px; max-width: 800px; }
.wl-faq details {
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: 14px;
  padding: 16px 18px;
}
.wl-faq summary { cursor: pointer; font-weight: 600; }
.wl-faq p { color: var(--wl-muted); margin: 12px 0 0; }

.wl-final { text-align: center; padding: 80px 0 100px; }
.wl-final h2 { font-family: var(--serif); font-size: clamp(36px, 5vw, 64px); font-weight: 400; margin-bottom: 16px; }
.wl-footer {
  border-top: 1px solid var(--wl-line);
  padding: 28px 0 40px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--wl-muted);
  font-size: 13px;
  flex-wrap: wrap;
}

.demo {
  --pk: #4F46E5;
  --fg-1: #0f172a;
  background: #fff;
  border: 1px solid var(--wl-line);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
  margin-bottom: 72px;
}
.d-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.d-head-brand { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.d-head-brand-mark {
  width: 22px; height: 22px; border-radius: 6px;
  background: #eef2ff; color: var(--pk);
  display: inline-flex; align-items: center; justify-content: center;
}
.d-head-live {
  background: var(--pk); color: #fff; font-size: 10px; font-weight: 700;
  letter-spacing: .08em; border-radius: 999px; padding: 3px 8px;
}
.d-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.d-chips::-webkit-scrollbar { display: none; }
.d-chip {
  display: inline-flex; align-items: center; gap: 6px;
  flex: 0 0 auto;
  white-space: nowrap;
  border: 1px solid #c7d2fe; background: #fff;
  border-radius: 999px; padding: 7px 12px; font-size: 13px; cursor: pointer;
  color: var(--wl-muted);
}
.d-chip.active, .d-chip:hover { border-color: var(--pk); color: var(--pk); background: #eef2ff; }
.d-chip-ic {
  width: 18px; height: 18px; border-radius: 5px; background: #eef2ff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700;
}
.d-body { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 20px; }
.d-section-l, .d-list-l, .d-money-l { font-size: 12px; color: var(--wl-muted); margin-bottom: 10px; }
.d-nodes { display: grid; gap: 0; }
.d-node {
  display: grid;
  grid-template-columns: 28px 36px 1fr auto;
  gap: 10px;
  align-items: center;
  position: relative;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  opacity: .35;
  transform: translateY(6px);
  transition: opacity .35s ease, transform .35s ease, background .35s ease;
}
.d-node.lit { opacity: 1; transform: none; }
.d-node-num { font-size: 11px; color: var(--wl-muted); line-height: 1; }
.d-node-line {
  position: absolute; left: 45px; top: -10px; width: 2px; height: 20px;
  background: #e5e7eb;
}
.d-node.lit .d-node-line { background: var(--pk); }
.d-node-ic {
  width: 36px; height: 36px; border-radius: 10px;
  background: #f8fafc; border: 1px solid var(--wl-line);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--pk);
  flex-shrink: 0;
}
.d-node.lit .d-node-ic { background: #eef2ff; border-color: #c7d2fe; }
.d-node-meta {
  min-width: 0;
  overflow: hidden;
}
.d-node-kind {
  font-size: 11px; color: var(--wl-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.d-node-name {
  font-size: 14px; font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.d-node-input {
  display: block;
  width: 100%;
  height: 22px;
  max-height: 22px;
  border: 1px solid var(--wl-line);
  border-radius: 8px;
  padding: 0 8px;
  font-size: 13px;
  line-height: 20px;
  background: #f8fafc;
  font-family: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.d-node.lit .d-node-input { background: #fff; }
.d-node-badge {
  font-size: 10px; letter-spacing: .04em; color: var(--pk);
  background: #eef2ff; border-radius: 999px; padding: 4px 8px; align-self: center;
  white-space: nowrap;
  flex-shrink: 0;
}
.d-deploy { margin-top: 12px; }
.d-deploy-btn {
  width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #e5e7eb; color: #64748b; border: 0; border-radius: 12px;
  padding: 12px; font-weight: 600; cursor: not-allowed;
}
.d-deploy-btn.ready { background: var(--pk); color: #fff; cursor: pointer; }
.d-money {
  position: relative;
  background: #f8f7ff;
  color: var(--fg-1);
  border: 1px solid #e0e7ff;
  border-radius: 16px;
  padding: 18px;
  overflow: hidden;
}
.d-money-l,
.d-list-l { color: var(--wl-muted); font-size: 12px; margin-bottom: 10px; }
.d-money-v {
  font-family: var(--serif);
  font-size: 42px;
  line-height: 1;
  margin: 4px 0 8px;
  color: var(--pk);
}
.d-money-v sub { font-size: 16px; font-family: var(--sans); color: var(--wl-muted); }
.d-money-v.bump { animation: hs-bump .45s ease; }
.d-money-sub {
  font-size: 13px;
  color: var(--wl-muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.d-money-sub b { color: #059669; }
.d-money-sub-dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: #cbd5e1;
}
.d-list { margin-top: 16px; }
.d-list-item {
  display: grid; grid-template-columns: 32px 1fr auto; gap: 10px; align-items: center;
  padding: 8px 0; border-top: 1px solid #eef2ff; font-size: 13px;
  color: var(--fg-1);
}
.d-list-item.new { animation: hs-in .35s ease; }
.d-list-ic {
  width: 32px; height: 32px; border-radius: 8px;
  background: #eef2ff; color: var(--pk);
  display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.d-list-when { font-size: 12px; color: var(--wl-muted); }
.d-list-amt { font-weight: 600; color: #059669; }
.d-burst {
  position: absolute; inset: 0; pointer-events: none; opacity: 0;
  background: radial-gradient(circle at 30% 20%, rgba(79, 70, 229, .12), transparent 55%);
}
.d-burst.on { animation: d-burst 0.8s ease; }
@keyframes d-burst { 0% { opacity: 0; } 30% { opacity: 1; } 100% { opacity: 0; } }

@media (max-width: 900px) {
  .wl-links { display: none; }
  .wl-menu-btn { display: inline-flex; }
  .wl-layer, .wl-layer:nth-child(even), .wl-calc, .wl-price, .wl-verts, .inds, .wl-price-cards {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .wl-section-calc { padding-top: 48px; padding-bottom: 16px; }
  #verticals { padding-top: 32px; }
  .wl-calc { padding: 12px; gap: 12px; }
  .wl-calc-panel { padding: 22px 20px; }
  .wl-mrr { font-size: 34px; }
  .wl-pcard-featured { transform: none; }
  .wl-hero { padding-top: 40px; }
  .wl-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .wl-plan, .wl-plan-feats { grid-template-columns: 1fr; }
  .wl-shot-row { grid-template-columns: 1fr; }
  .d-body { grid-template-columns: 1fr; }
  .wl-split-list li { grid-template-columns: 1fr; gap: 4px; }
  .wl-nav-cta .wl-ghost { display: none; }
}
