/* ═══════════════════════════════════════════════════
   LEAPWare Corporate — World-Class Static Build
   Deep Space Dark-First / Graphite Tokens
   Plus Jakarta Sans / Inter / JetBrains Mono
   ═══════════════════════════════════════════════════ */

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

:root {
  --bg0: #0C0C0E; --bg1: #141416; --bg2: #1A1A1E; --bg3: #222228; --bgE: #28282F;
  --ds: #0D1117;
  --t0: #ECECF0; --t1: #B8B8C0; --t2: #868690; --t3: #5C5C66;
  --b0: #1E1E24; --b1: #2E2E34; --b2: #3A3A42;
  --ind: #7C8BF5; --indH: #9AA5F8; --indB: #4A5294; --indF: #B4BFFF;
  --cyan: #00D4AA; --slate: #64748B; --amber: #F59E0B; --crimson: #EF4444;
  --lime: #84CC16; --pend: #868690;
  --listen: #58A6FF; --explain: #7C8BF5; --act: #E8660C; --prove: #2EA043;
  --accent: #E5A835;
  --fd: 'Plus Jakarta Sans', system-ui, sans-serif;
  --fb: 'Inter', system-ui, sans-serif;
  --fm: 'JetBrains Mono', 'SF Mono', monospace;
}

html { scroll-behavior: smooth; }
body { font-family: var(--fb); background: var(--ds); color: var(--t1); line-height: 1.6;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
.ctr { max-width: 1140px; margin: 0 auto; padding: 0 28px; }
a { color: var(--ind); text-decoration: none; transition: color .2s; }
a:hover { color: var(--indH); }

/* ═══ NAV ══════════════════════════════════════════ */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(13,17,23,.82); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(124,139,245,.06); }
.ni { max-width: 1140px; margin: 0 auto; display: flex; align-items: center;
  justify-content: space-between; height: 64px; padding: 0 28px; }
.nl { display: flex; align-items: center; gap: 12px; }
.nl svg { height: 28px; width: auto; }
.nw { font-family: var(--fb); font-weight: 700; font-size: 15px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--t0); }
.nk { display: flex; align-items: center; gap: 24px; list-style: none; }
.nk a { font-size: 13px; font-weight: 500; color: var(--t1); transition: all .2s; }
.nk a:hover { color: var(--t0); }
.nk a.ac { color: var(--t0); }
.cta-btn { font-weight: 600 !important; color: var(--ds) !important; background: var(--ind);
  padding: 8px 20px; border-radius: 6px; transition: all .2s !important; }
.cta-btn:hover { background: var(--indH) !important; transform: translateY(-1px); }
.nt { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nt span { display: block; width: 20px; height: 2px; background: var(--t0); margin: 5px 0;
  transition: .3s; border-radius: 1px; }

/* ═══ HERO ═════════════════════════════════════════ */
.hero { padding: 160px 0 100px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -300px; right: -200px; width: 800px;
  height: 800px; background: radial-gradient(ellipse, rgba(124,139,245,.06) 0%, transparent 65%);
  pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -200px; left: -150px; width: 500px;
  height: 500px; background: radial-gradient(circle, rgba(0,212,170,.03) 0%, transparent 70%);
  pointer-events: none; }
.hero-sub { padding: 130px 0 60px; }

.eyebrow { font-family: var(--fm); font-size: 12px; font-weight: 500; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ind); margin-bottom: 20px; display: flex;
  align-items: center; gap: 12px; }
.eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--ind); }

.h1 { font-family: var(--fd); font-size: clamp(38px,5.2vw,60px); font-weight: 800;
  color: var(--t0); line-height: 1.06; max-width: 780px; margin-bottom: 28px;
  letter-spacing: -.03em; }
.h1 em { font-style: normal; background: linear-gradient(135deg, var(--ind) 0%, var(--indF) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.hero-p { font-size: 18px; color: var(--t1); max-width: 580px; line-height: 1.75;
  margin-bottom: 40px; }
.hero-p strong { color: var(--t0); font-weight: 600; }

.btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fb);
  font-size: 14px; font-weight: 600; color: var(--ds); background: var(--ind);
  padding: 14px 32px; border-radius: 8px; transition: all .25s; border: none; cursor: pointer; }
.btn:hover { background: var(--indH); color: var(--ds); transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(124,139,245,.2); }
.btn-ghost { background: transparent; border: 1px solid var(--b2); color: var(--t0); }
.btn-ghost:hover { border-color: var(--ind); color: var(--ind); background: transparent;
  box-shadow: 0 8px 24px rgba(124,139,245,.08); }
.btn-row { display: flex; gap: 16px; flex-wrap: wrap; }

/* ═══ SECTIONS ═════════════════════════════════════ */
section { padding: 100px 0; }
.bt { border-top: 1px solid var(--b0); }
.bgalt { background: var(--bg0); }
.bgdark { background: var(--ds); }

.slbl { font-family: var(--fm); font-size: 11px; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ind); margin-bottom: 14px; display: flex;
  align-items: center; gap: 12px; }
.slbl::before { content: ''; width: 16px; height: 1px; background: var(--ind); }

.stl { font-family: var(--fd); font-size: clamp(28px, 3.5vw, 42px); font-weight: 700;
  color: var(--t0); line-height: 1.12; margin-bottom: 20px; letter-spacing: -.025em; }

.ssub { font-size: 16px; color: var(--t1); max-width: 600px; line-height: 1.75; }

/* ═══ GRID ═════════════════════════════════════════ */
.g2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.g3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.g4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }

/* ═══ CARDS ════════════════════════════════════════ */
.card { background: var(--bg1); border: 1px solid var(--b0); border-radius: 12px; padding: 32px 28px;
  transition: all .3s; position: relative; overflow: hidden; }
.card:hover { border-color: rgba(124,139,245,.15); transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,.3); }
.card h3 { font-family: var(--fd); font-size: 17px; font-weight: 700; color: var(--t0);
  margin-bottom: 10px; line-height: 1.3; }
.card p { font-size: 14px; color: var(--t1); line-height: 1.65; }
.card-sm p { font-size: 13px; color: var(--t2); }

/* ═══ LEAP CYCLE ═══════════════════════════════════ */
.lg { background: var(--b0); border-radius: 16px; overflow: hidden; }
.lc { background: var(--bg1); padding: 40px 28px; position: relative; }
.lc::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.lc:nth-child(1)::before { background: linear-gradient(90deg, var(--listen), transparent); }
.lc:nth-child(2)::before { background: linear-gradient(90deg, var(--explain), transparent); }
.lc:nth-child(3)::before { background: linear-gradient(90deg, var(--act), transparent); }
.lc:nth-child(4)::before { background: linear-gradient(90deg, var(--prove), transparent); }
.lp { font-family: var(--fd); font-size: 22px; font-weight: 700; margin-bottom: 12px; }
.lc:nth-child(1) .lp { color: var(--listen); }
.lc:nth-child(2) .lp { color: var(--explain); }
.lc:nth-child(3) .lp { color: var(--act); }
.lc:nth-child(4) .lp { color: var(--prove); }
.lc p { font-size: 13px; color: var(--t2); line-height: 1.7; }

/* ═══ PRODUCT ══════════════════════════════════════ */
.pn { font-family: var(--fb); font-weight: 700; font-size: 13px; letter-spacing: .12em;
  text-transform: uppercase; margin-bottom: 12px; }
.pt { font-family: var(--fd); font-size: 16px; font-weight: 600; color: var(--t0);
  margin-bottom: 12px; line-height: 1.35; }
.badge { display: inline-block; font-family: var(--fm); font-size: 10px; font-weight: 600;
  letter-spacing: .08em; padding: 4px 12px; border-radius: 4px; margin-top: 16px;
  text-transform: uppercase; }
.ba { background: rgba(0,212,170,.08); color: var(--cyan); border: 1px solid rgba(0,212,170,.15); }
.bv { background: rgba(124,139,245,.08); color: var(--ind); border: 1px solid rgba(124,139,245,.15); }
.bs { background: rgba(134,134,144,.08); color: var(--t2); border: 1px solid rgba(134,134,144,.15); }

/* ═══ STATS ════════════════════════════════════════ */
.stats { display: flex; gap: 64px; flex-wrap: wrap; margin-top: 48px; }
.stat { }
.sn { font-family: var(--fd); font-size: 56px; font-weight: 800; line-height: 1;
  background: linear-gradient(135deg, var(--ind) 0%, var(--indF) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.sl { font-size: 14px; color: var(--t1); margin-top: 8px; line-height: 1.5; }

/* ═══ PILLAR ═══════════════════════════════════════ */
.pillar { padding: 24px 0; border-bottom: 1px solid var(--b0); display: grid;
  grid-template-columns: 140px 1fr; gap: 32px; align-items: start; }
.pillar:last-child { border-bottom: none; }
.pillar-id { font-family: var(--fm); font-size: 11px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; padding-top: 4px; }
.pillar h3 { font-family: var(--fd); font-size: 18px; font-weight: 700; color: var(--t0);
  margin-bottom: 8px; }
.pillar p { font-size: 14px; color: var(--t1); line-height: 1.7; }

/* ═══ TABLE ════════════════════════════════════════ */
.ctable { width: 100%; border-collapse: collapse; margin: 32px 0; font-size: 13px; }
.ctable th { text-align: left; padding: 12px 14px; border-bottom: 2px solid var(--b1);
  font-weight: 600; color: var(--t0); font-family: var(--fb); font-size: 12px;
  letter-spacing: .04em; }
.ctable td { padding: 12px 14px; border-bottom: 1px solid var(--b0); color: var(--t1); }
.ctable tr:hover td { background: rgba(124,139,245,.02); }
.ctable .check { color: var(--cyan); font-weight: 700; }
.ctable .dash { color: var(--t3); }

/* ═══ PROSE ════════════════════════════════════════ */
.prose { max-width: 720px; }
.prose h2 { font-family: var(--fd); font-size: 24px; font-weight: 700; color: var(--t0);
  margin: 40px 0 14px; letter-spacing: -.01em; }
.prose h3 { font-family: var(--fd); font-size: 18px; font-weight: 600; color: var(--t0);
  margin: 32px 0 10px; }
.prose p { font-size: 15px; color: var(--t1); line-height: 1.8; margin-bottom: 18px; }
.prose ul, .prose ol { margin: 14px 0 18px 24px; }
.prose li { font-size: 15px; color: var(--t1); line-height: 1.75; margin-bottom: 8px; }
.prose strong { color: var(--t0); font-weight: 600; }
.prose a { color: var(--ind); border-bottom: 1px solid rgba(124,139,245,.3); }
.prose a:hover { border-bottom-color: var(--ind); }
.prose blockquote { border-left: 3px solid var(--ind); padding: 16px 24px; margin: 24px 0;
  background: rgba(124,139,245,.04); border-radius: 0 8px 8px 0; }
.prose blockquote p { color: var(--t0); font-size: 16px; margin-bottom: 0; }

/* ═══ TECH LIST ════════════════════════════════════ */
.tl { border-left: 2px solid var(--b1); padding: 20px 24px; transition: border-color .3s; }
.tl:hover { border-left-color: var(--ind); }
.tl h3 { font-family: var(--fd); font-size: 15px; font-weight: 700; color: var(--t0); margin-bottom: 8px; }
.tl p { font-size: 13px; color: var(--t2); line-height: 1.65; }

/* ═══ FORM ═════════════════════════════════════════ */
.fg { margin-bottom: 20px; }
.fg label { display: block; font-size: 12px; font-weight: 600; color: var(--t1);
  margin-bottom: 6px; letter-spacing: .06em; }
.fg input, .fg textarea, .fg select {
  width: 100%; background: var(--bg2); border: 1px solid var(--b1); border-radius: 8px;
  padding: 13px 16px; color: var(--t0); font-family: var(--fb); font-size: 14px;
  transition: border-color .2s; }
.fg input:focus, .fg textarea:focus, .fg select:focus {
  outline: none; border-color: var(--ind); box-shadow: 0 0 0 3px rgba(124,139,245,.1); }
.fg textarea { min-height: 140px; resize: vertical; }
.fg select { appearance: none; cursor: pointer; }

/* ═══ DIVIDER ══════════════════════════════════════ */
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--b1), transparent);
  margin: 60px 0; }

/* ═══ CALLOUT ══════════════════════════════════════ */
.callout { background: rgba(124,139,245,.04); border: 1px solid rgba(124,139,245,.1);
  border-radius: 12px; padding: 32px; }
.callout h3 { font-family: var(--fd); font-size: 18px; font-weight: 700; color: var(--t0);
  margin-bottom: 10px; }
.callout p { font-size: 14px; color: var(--t1); line-height: 1.7; }

/* ═══ FOOTER ═══════════════════════════════════════ */
footer { border-top: 1px solid var(--b0); padding: 56px 0 36px; background: var(--bg0); }
.fgrid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.fc h4 { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--t1); margin-bottom: 16px; }
.fc ul { list-style: none; }
.fc li { margin-bottom: 10px; }
.fc a { font-size: 13px; color: var(--t1); transition: color .2s; }
.fc a:hover { color: var(--t0); }
.fb { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--b0);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.fb p { font-size: 11px; color: var(--t2); }
.fl { display: flex; gap: 24px; }
.fl a { font-size: 11px; color: var(--t1); }
.fl a:hover { color: var(--t0); }
.pnf { font-family: var(--fm); font-size: 10px; color: var(--t2); margin-top: 6px; }

/* ═══ RESPONSIVE ═══════════════════════════════════ */
@media(max-width:960px) { .g3,.g4 { grid-template-columns: repeat(2,1fr); }
  .fgrid { grid-template-columns: repeat(2,1fr); } .stats { gap: 40px; }
  .pillar { grid-template-columns: 1fr; gap: 8px; } }
@media(max-width:640px) { .nk { display: none; } .nt { display: block; }
  .nk.active { display: flex; flex-direction: column; position: absolute; top: 64px;
    left: 0; right: 0; background: rgba(13,17,23,.97); backdrop-filter: blur(20px);
    padding: 24px; border-bottom: 1px solid var(--b0); gap: 16px; }
  .g2,.g3,.g4 { grid-template-columns: 1fr; } .fgrid { grid-template-columns: 1fr; }
  .hero { padding: 120px 0 60px; } .hero-sub { padding: 110px 0 40px; }
  section { padding: 60px 0; } .stats { gap: 32px; }
  .btn-row { flex-direction: column; } .btn { justify-content: center; } }

/* ═══ ANIMATION ════════════════════════════════════ */
@keyframes fadeIn { from { opacity:0; transform:translateY(24px); }
  to { opacity:1; transform:translateY(0); } }
.fi { opacity: 0; animation: fadeIn .7s cubic-bezier(.16,1,.3,1) forwards; }
.fi1 { animation-delay:.05s; } .fi2 { animation-delay:.12s; }
.fi3 { animation-delay:.2s; } .fi4 { animation-delay:.28s; }
