/* ============================================================
   RESET & ROOT
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.lp-root {
  background: #080d1b;
  color: #cbd5e1;
  font-family: 'Inter', system-ui, sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.lp-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 13, 27, 0.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.lp-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.lp-nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.lp-nav-logo {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #fff;
  box-shadow: 0 0 18px rgba(99,102,241,0.45);
}

.lp-nav-name {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.3px;
}

.lp-nav-links {
  display: flex;
  gap: 4px;
  flex: 1;
}

.lp-nav-link {
  padding: 6px 14px;
  font-size: .88rem;
  color: rgba(255,255,255,.5);
  text-decoration: none;
  border-radius: 6px;
  transition: .15s;
}

.lp-nav-link:hover {
  color: #fff;
  background: rgba(255,255,255,.06);
}

.lp-nav-cta {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.lp-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  font-size: .88rem;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all .2s ease;
  letter-spacing: .1px;
  white-space: nowrap;
}

.lp-btn--lg {
  padding: 13px 26px;
  font-size: .95rem;
}

.lp-btn--primary {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #fff;
  box-shadow: 0 4px 20px rgba(99,102,241,.38);
}

.lp-btn--primary:hover {
  filter: brightness(1.12);
  box-shadow: 0 6px 28px rgba(99,102,241,.55);
  transform: translateY(-1px);
}

.lp-btn--ghost {
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.75);
  border: 1px solid rgba(255,255,255,.12);
}

.lp-btn--ghost:hover {
  background: rgba(255,255,255,.10);
  color: #fff;
  border-color: rgba(255,255,255,.22);
  transform: translateY(-1px);
}

/* ============================================================
   HERO
   ============================================================ */
.lp-hero {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 28px 60px;
  overflow: hidden;
}

.lp-hero-bg-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  pointer-events: none;
}

.lp-hero-bg-glow--l {
  top: -100px; left: -150px;
  background: radial-gradient(circle, rgba(37,99,235,.16) 0%, transparent 65%);
}

.lp-hero-bg-glow--r {
  top: 20px; right: -180px;
  background: radial-gradient(circle, rgba(124,58,237,.14) 0%, transparent 65%);
}

.lp-hero-text {
  position: relative;
  max-width: 640px;
  margin-bottom: 52px;
}

.lp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(37,99,235,.22), rgba(124,58,237,.22));
  border: 1px solid rgba(99,102,241,.35);
  color: #a5b4fc;
  font-size: .75rem;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.lp-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #6366f1;
  box-shadow: 0 0 6px #6366f1;
  animation: pulse-dot 2s ease infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .6; transform: scale(.8); }
}

.lp-hero-title {
  font-family: 'Poppins', 'Inter', system-ui, sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -.8px;
}

.lp-gradient {
  background: linear-gradient(135deg, #60a5fa, #a78bfa, #f472b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp-hero-sub {
  margin-top: 18px;
  font-size: 1.05rem;
  color: rgba(255,255,255,.5);
  line-height: 1.7;
  max-width: 560px;
}

.lp-hero-cta {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.lp-hero-note {
  margin-top: 14px;
  font-size: .78rem;
  color: rgba(255,255,255,.28);
}

/* ---- Hero screen (big Kanban mockup) ---- */
.lp-hero-screen {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    0 0 0 1px rgba(99,102,241,.1),
    0 32px 80px rgba(0,0,0,.65),
    inset 0 1px 0 rgba(255,255,255,.06);
  background: #0d1117;
}

.lp-screen-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: #161b22;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.lp-screen-addr {
  flex: 1;
  text-align: center;
  font-size: 11px;
  color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.05);
  padding: 3px 12px;
  border-radius: 5px;
  margin: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lp-screen-icons {
  font-size: 12px;
  color: rgba(255,255,255,.22);
}

/* traffic-light dots */
.lp-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.lp-dot--red    { background: #ff5f57; }
.lp-dot--yellow { background: #febc2e; }
.lp-dot--green  { background: #28c840; }

/* Project topbar inside the kanban */
.lp-kb-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: #0d1117;
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.lp-kb-topbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-kb-proj-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #6366f1;
  box-shadow: 0 0 6px rgba(99,102,241,.7);
}

.lp-kb-proj-name {
  font-size: .8rem;
  font-weight: 600;
  color: rgba(255,255,255,.7);
}

.lp-kb-proj-tag {
  font-size: .7rem;
  background: rgba(99,102,241,.18);
  color: #818cf8;
  padding: 1px 8px;
  border-radius: 999px;
  border: 1px solid rgba(99,102,241,.25);
}

.lp-kb-topbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lp-kb-avatar-stack {
  display: flex;
}

.lp-kb-avatar-stack .lp-kb-avatar {
  margin-left: -6px;
  border: 2px solid #0d1117;
  width: 24px; height: 24px;
  font-size: 9px;
}

.lp-kb-avatar-stack .lp-kb-avatar:first-child { margin-left: 0; }

.lp-kb-filter-btn {
  font-size: .75rem;
  color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  padding: 4px 10px;
  cursor: default;
}

/* ---- KANBAN BOARD ---- */
.lp-kanban {
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding: 16px;
  gap: 12px;
  background: #0d1117;
}

.lp-kanban::-webkit-scrollbar { height: 4px; }
.lp-kanban::-webkit-scrollbar-thumb { background: rgba(255,255,255,.1); border-radius: 2px; }

.lp-kb-col {
  min-width: 200px;
  flex: 1;
  background: rgba(255,255,255,.025);
  border-radius: 10px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.06);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp-kb-col-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.lp-kb-chip {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 2px 8px;
  border-radius: 4px;
}

.lp-kb-chip--todo   { background: rgba(100,116,139,.2); color: #94a3b8; }
.lp-kb-chip--prog   { background: rgba(99,102,241,.2);  color: #818cf8; }
.lp-kb-chip--review { background: rgba(168,85,247,.2);  color: #c084fc; }
.lp-kb-chip--qa     { background: rgba(251,191,36,.15); color: #fbbf24; }
.lp-kb-chip--done   { background: rgba(34,197,94,.15);  color: #4ade80; }

.lp-kb-count {
  font-size: .7rem;
  font-weight: 600;
  color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.06);
  width: 18px; height: 18px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- Task cards --- */
.lp-kb-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: .2s;
  cursor: default;
}

.lp-kb-card:hover {
  background: rgba(255,255,255,.09);
  border-color: rgba(99,102,241,.25);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
}

.lp-kb-card--active { border-left: 2px solid #6366f1; }

.lp-kb-card--done {
  opacity: .55;
}

.lp-kb-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-kb-pri {
  font-size: .62rem;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 4px;
  letter-spacing: .4px;
}

.lp-kb-pri--high   { background: rgba(239,68,68,.18);  color: #fca5a5; }
.lp-kb-pri--medium { background: rgba(251,191,36,.15); color: #fde68a; }
.lp-kb-pri--low    { background: rgba(34,197,94,.15);  color: #86efac; }

.lp-kb-key {
  font-size: .65rem;
  color: rgba(255,255,255,.25);
  font-family: monospace;
}

.lp-kb-card-title {
  font-size: .8rem;
  font-weight: 500;
  color: rgba(255,255,255,.8);
  line-height: 1.35;
}

.lp-kb-card--done .lp-kb-card-title { text-decoration: line-through; color: rgba(255,255,255,.35); }

.lp-kb-prog-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.lp-kb-prog-bar {
  flex: 1;
  height: 4px;
  background: rgba(255,255,255,.08);
  border-radius: 2px;
  overflow: hidden;
}

.lp-kb-prog-fill {
  height: 100%;
  background: linear-gradient(90deg, #6366f1, #a78bfa);
  border-radius: 2px;
}

.lp-kb-prog-pct {
  font-size: .65rem;
  color: rgba(255,255,255,.35);
}

.lp-kb-card-foot {
  display: flex;
  align-items: center;
  gap: 6px;
}

.lp-kb-due {
  font-size: .65rem;
  color: rgba(255,255,255,.3);
  margin-left: auto;
}

.lp-kb-due--warn { color: #fbbf24; }

.lp-kb-done-tag {
  font-size: .65rem;
  color: #4ade80;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 3px;
}

/* Avatars */
.lp-kb-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #6366f1);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
}

.lp-kb-avatar--purple { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.lp-kb-avatar--green  { background: linear-gradient(135deg, #059669, #10b981); }
.lp-kb-avatar--amber  { background: linear-gradient(135deg, #d97706, #f59e0b); }

/* ============================================================
   STATS BAR
   ============================================================ */
.lp-stats {
  background: rgba(255,255,255,.025);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.lp-stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.lp-stat {
  text-align: center;
  padding: 0 40px;
}

.lp-stat-val {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.lp-stat-label {
  font-size: .78rem;
  color: rgba(255,255,255,.35);
  margin-top: 4px;
}

.lp-stat-sep {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,.08);
}

/* ============================================================
   SECTION SHARED
   ============================================================ */
.lp-section-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 56px;
}

.lp-section-pill {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: #818cf8;
  background: rgba(99,102,241,.12);
  border: 1px solid rgba(99,102,241,.25);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.lp-section-head h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.4px;
  line-height: 1.25;
}

.lp-section-head p {
  margin-top: 10px;
  font-size: .95rem;
  color: rgba(255,255,255,.4);
  line-height: 1.65;
}

/* ============================================================
   WORKFLOW (HOW IT WORKS)
   ============================================================ */
.lp-workflow {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 28px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* step row */
.lp-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.lp-step--rtl { direction: rtl; }
.lp-step--rtl > * { direction: ltr; }

.lp-step-num {
  font-size: 3rem;
  font-weight: 900;
  color: rgba(99,102,241,.25);
  line-height: 1;
  margin-bottom: 14px;
  font-family: 'Poppins', system-ui, sans-serif;
}

.lp-step-num--purple { color: rgba(168,85,247,.3); }
.lp-step-num--green  { color: rgba(34,197,94,.3); }

.lp-step-text h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.3px;
  margin-bottom: 12px;
}

.lp-step-text p {
  font-size: .95rem;
  color: rgba(255,255,255,.45);
  line-height: 1.7;
  margin-bottom: 20px;
}

.lp-step-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.lp-step-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .88rem;
  color: rgba(255,255,255,.6);
}

.lp-step-list li i {
  color: #4ade80;
  font-size: 1rem;
  flex-shrink: 0;
}

/* ---- browser mockup ---- */
.lp-mockup {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    0 4px 8px rgba(0,0,0,.3),
    0 20px 50px rgba(0,0,0,.55);
  background: #0d1117;
}

.lp-mockup--purple { border-color: rgba(124,58,237,.25); box-shadow: 0 4px 8px rgba(0,0,0,.3), 0 20px 50px rgba(124,58,237,.2); }
.lp-mockup--green  { border-color: rgba(34,197,94,.2);   box-shadow: 0 4px 8px rgba(0,0,0,.3), 0 20px 50px rgba(34,197,94,.15); }

.lp-mockup-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  background: #161b22;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.lp-mockup-addr {
  flex: 1;
  text-align: center;
  font-size: 10px;
  color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.05);
  padding: 2px 10px;
  border-radius: 4px;
  margin: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lp-mockup-body {
  background: #0d1117;
  padding: 16px;
  min-height: 260px;
}

.lp-mockup-body--cols {
  display: flex;
  gap: 10px;
  min-height: 220px;
}

.lp-mockup-body--dash {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 240px;
}

/* ---- Task-form mockup (step 1) ---- */
.lp-form-mock {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-fm-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.lp-fm-tag {
  font-size: .65rem;
  font-family: monospace;
  color: rgba(255,255,255,.3);
  background: rgba(255,255,255,.06);
  padding: 2px 7px;
  border-radius: 4px;
}

.lp-fm-title {
  font-size: .85rem;
  font-weight: 600;
  color: rgba(255,255,255,.7);
}

.lp-fm-field { display: flex; flex-direction: column; gap: 4px; }
.lp-fm-field--half { flex: 1; }

.lp-fm-row { display: flex; gap: 8px; }

.lp-fm-label {
  font-size: .65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: rgba(255,255,255,.3);
}

.lp-fm-input {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: .78rem;
  color: rgba(255,255,255,.5);
}

.lp-fm-input--filled {
  color: rgba(255,255,255,.8);
  border-color: rgba(99,102,241,.3);
  background: rgba(99,102,241,.06);
}

.lp-fm-select {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  padding: 5px 8px;
  font-size: .75rem;
  color: rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: default;
}

.lp-fm-select--high {
  color: #fca5a5;
  border-color: rgba(239,68,68,.25);
  background: rgba(239,68,68,.08);
}

.lp-fm-textarea {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  padding: 7px 10px;
  font-size: .72rem;
  color: rgba(255,255,255,.4);
  line-height: 1.5;
  min-height: 52px;
}

.lp-fm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 6px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.lp-fm-btn-ghost {
  padding: 5px 12px;
  font-size: .72rem;
  font-weight: 600;
  color: rgba(255,255,255,.35);
  border-radius: 5px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  cursor: default;
}

.lp-fm-btn-primary {
  padding: 5px 12px;
  font-size: .72rem;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  cursor: default;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 10px rgba(99,102,241,.3);
}

/* ---- Mini-column kanban (step 2) ---- */
.lp-mini-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lp-mini-col--active {
  border-left: 2px solid #6366f1;
  padding-left: 6px;
}

.lp-mini-col-head {
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 4px;
}

.lp-mini-task {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 6px;
  padding: 6px 7px;
}

.lp-mini-task--glow {
  border-color: rgba(99,102,241,.2);
  background: rgba(99,102,241,.07);
}

.lp-mini-task--done { opacity: .4; }

.lp-mini-pri {
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .4px;
}

.lp-mini-pri--h { color: #fca5a5; }
.lp-mini-pri--m { color: #fde68a; }
.lp-mini-pri--l { color: #86efac; }

.lp-mini-title {
  font-size: .7rem;
  color: rgba(255,255,255,.65);
  margin-top: 3px;
  line-height: 1.3;
}

.lp-mini-task--done .lp-mini-title {
  text-decoration: line-through;
  color: rgba(255,255,255,.3);
}

.lp-mini-prog {
  background: rgba(255,255,255,.08);
  border-radius: 3px;
  height: 4px;
  margin-top: 6px;
  overflow: hidden;
}

.lp-mini-prog div {
  height: 100%;
  background: linear-gradient(90deg, #6366f1, #a78bfa);
  border-radius: 3px;
}

/* ---- Dashboard mockup (step 3) ---- */
.lp-dash-stats {
  display: flex;
  gap: 8px;
}

.lp-dash-stat {
  flex: 1;
  text-align: center;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.03);
}

.lp-dash-stat--blue  { border-color: rgba(99,102,241,.25); }
.lp-dash-stat--green { border-color: rgba(34,197,94,.25); }
.lp-dash-stat--red   { border-color: rgba(239,68,68,.25); }
.lp-dash-stat--amber { border-color: rgba(251,191,36,.25); }

.lp-dash-val {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}

.lp-dash-lbl {
  font-size: .6rem;
  color: rgba(255,255,255,.3);
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.lp-dash-prog-label {
  font-size: .65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: rgba(255,255,255,.3);
  margin-bottom: 6px;
}

.lp-dash-prog-track {
  background: rgba(255,255,255,.06);
  border-radius: 6px;
  height: 10px;
  overflow: hidden;
}

.lp-dash-prog-fill {
  height: 100%;
  background: linear-gradient(90deg, #6366f1, #22c55e);
  border-radius: 6px;
  position: relative;
}

.lp-dash-prog-thumb {
  position: absolute;
  right: -2px; top: 50%;
  transform: translateY(-50%);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid #0d1117;
}

.lp-dash-team-label {
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: rgba(255,255,255,.25);
}

.lp-dash-team {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp-activity-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-act-info { flex: 1; min-width: 0; }

.lp-act-name {
  font-size: .72rem;
  font-weight: 600;
  color: rgba(255,255,255,.7);
}

.lp-act-sub {
  font-size: .62rem;
  color: rgba(255,255,255,.3);
}

.lp-act-bar {
  width: 52px;
  height: 5px;
  background: rgba(255,255,255,.06);
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
}

.lp-act-bar div { height: 100%; border-radius: 3px; }

/* ============================================================
   FEATURES GRID
   ============================================================ */
.lp-features {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 28px;
  border-top: 1px solid rgba(255,255,255,.05);
}

.lp-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lp-feat-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  padding: 26px 22px;
  transition: all .25s ease;
  cursor: default;
}

.lp-feat-card:hover {
  background: rgba(255,255,255,.055);
  border-color: rgba(99,102,241,.25);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.4), 0 0 0 1px rgba(99,102,241,.12);
}

.lp-feat-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 14px;
}

.lp-feat-icon--blue   { background: rgba(37,99,235,.18);  color: #60a5fa; }
.lp-feat-icon--purple { background: rgba(124,58,237,.18); color: #c084fc; }
.lp-feat-icon--green  { background: rgba(16,185,129,.15); color: #34d399; }
.lp-feat-icon--amber  { background: rgba(245,158,11,.15); color: #fbbf24; }
.lp-feat-icon--cyan   { background: rgba(6,182,212,.15);  color: #22d3ee; }
.lp-feat-icon--pink   { background: rgba(236,72,153,.15); color: #f472b6; }

.lp-feat-card h4 {
  font-size: .95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.lp-feat-card p {
  font-size: .83rem;
  color: rgba(255,255,255,.4);
  line-height: 1.6;
}

/* ============================================================
   BOTTOM CTA
   ============================================================ */
.lp-cta {
  position: relative;
  text-align: center;
  padding: 96px 28px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(37,99,235,.1), rgba(124,58,237,.12));
  border-top: 1px solid rgba(99,102,241,.15);
}

.lp-cta-glow {
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  pointer-events: none;
}

.lp-cta-glow--l {
  top: 50%; left: -100px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(37,99,235,.2) 0%, transparent 65%);
}

.lp-cta-glow--r {
  top: 50%; right: -100px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(124,58,237,.18) 0%, transparent 65%);
}

.lp-cta h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.5px;
  margin: 12px 0 8px;
  position: relative;
}

.lp-cta p {
  font-size: .88rem;
  color: rgba(255,255,255,.35);
  margin-bottom: 28px;
  position: relative;
}

.lp-cta-btns {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
}

/* ============================================================
   FOOTER
   ============================================================ */
.lp-footer {
  border-top: 1px solid rgba(255,255,255,.06);
  background: rgba(0,0,0,.2);
}

.lp-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lp-footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-footer-copy {
  font-size: .75rem;
  color: rgba(255,255,255,.2);
}

/* ============================================================
   SCROLL-REVEAL
   ============================================================ */
.sr--hidden {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .6s cubic-bezier(.22,1,.36,1),
    transform .6s cubic-bezier(.22,1,.36,1);
}

.sr--revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .lp-hero-title { font-size: 2.6rem; }
  .lp-feat-grid  { grid-template-columns: repeat(2, 1fr); }
  .lp-step       { gap: 36px; }
}

@media (max-width: 860px) {
  .lp-step {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .lp-step--rtl { direction: ltr; }
  .lp-nav-links { display: none; }
  .lp-kanban { padding: 12px; }
  .lp-kb-col { min-width: 160px; }
}

@media (max-width: 640px) {
  .lp-hero { padding: 48px 20px 40px; }
  .lp-hero-title { font-size: 2rem; }
  .lp-hero-cta { flex-direction: column; }
  .lp-btn--lg { width: 100%; justify-content: center; }
  .lp-feat-grid { grid-template-columns: 1fr; }
  .lp-section-head h2 { font-size: 1.6rem; }
  .lp-cta h2 { font-size: 1.6rem; }
  .lp-stats-inner { flex-direction: column; gap: 20px; }
  .lp-stat-sep { display: none; }
  .lp-footer-inner { flex-direction: column; text-align: center; }
  .lp-kb-topbar-right { display: none; }
}

@media (max-width: 480px) {
  .lp-screen-addr { display: none; }
  .lp-mockup-addr { display: none; }
  .lp-workflow { padding: 48px 20px; }
  .lp-features { padding: 48px 20px; }
}
