/* ═══════════════════════════════════════════
   TOKENS
═══════════════════════════════════════════ */
:root {
  --bg:        #09090f;
  --bg2:       #0f0f1a;
  --bg3:       #13131f;
  --surface:   #1a1a2e;
  --border:    rgba(255,255,255,0.07);
  --accent:    #7c5cfc;
  --accent2:   #00e5c3;
  --accent3:   #ff6b6b;
  --amber:     #fbbf24;
  --text:      #e8e8f0;
  --muted:     #6b6b8a;
  --dim:       rgba(232,232,240,0.5);
  --radius:    14px;
  --radius-sm: 8px;
  --font-h:    'Syne', sans-serif;
  --font-b:    'DM Sans', sans-serif;
  --shadow:    0 8px 32px rgba(0,0,0,0.5);
  --glow:      0 0 40px rgba(124,92,252,0.25);
}

/* ═══════════════════════════════════════════
   RESET + BASE
═══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--font-b); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; font-family: var(--font-b); }
img { max-width: 100%; }

/* ═══════════════════════════════════════════
   TYPOGRAPHY
═══════════════════════════════════════════ */
h1,h2,h3,h4,h5 { font-family: var(--font-h); font-weight: 700; line-height: 1.15; }

/* ═══════════════════════════════════════════
   SCROLLBAR
═══════════════════════════════════════════ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--surface); border-radius: 3px; }

/* ═══════════════════════════════════════════
   UTILITIES
═══════════════════════════════════════════ */
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border-radius: 100px;
  font-size: 12px; font-weight: 500; letter-spacing: .03em;
}
.pill-purple { background: rgba(124,92,252,.15); color: var(--accent); border: 1px solid rgba(124,92,252,.3); }
.pill-teal   { background: rgba(0,229,195,.12);  color: var(--accent2); border: 1px solid rgba(0,229,195,.3); }
.pill-red    { background: rgba(255,107,107,.12); color: var(--accent3); border: 1px solid rgba(255,107,107,.3); }
.pill-amber  { background: rgba(251,191,36,.12);  color: var(--amber);   border: 1px solid rgba(251,191,36,.3); }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 24px; border-radius: var(--radius-sm);
  font-size: 14px; font-weight: 600; transition: all .2s;
}
.btn-primary {
  background: var(--accent); color: #fff;
  box-shadow: 0 0 20px rgba(124,92,252,.4);
}
.btn-primary:hover { background: #9070ff; box-shadow: 0 0 30px rgba(124,92,252,.6); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--dim); border: 1px solid var(--border); }
.btn-ghost:hover { border-color: var(--accent); color: var(--text); }
.btn-teal { background: var(--accent2); color: #0a0a0a; font-weight: 700; }
.btn-teal:hover { filter: brightness(1.1); transform: translateY(-1px); }

/* ═══════════════════════════════════════════
   GRID NOISE TEXTURE
═══════════════════════════════════════════ */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* ═══════════════════════════════════════════
   GLOW ORBS
═══════════════════════════════════════════ */
.orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px); pointer-events: none; z-index: 0;
}
.orb-1 { width: 500px; height: 500px; background: rgba(124,92,252,.18); top: -100px; left: -100px; }
.orb-2 { width: 400px; height: 400px; background: rgba(0,229,195,.12); top: 200px; right: -100px; }
.orb-3 { width: 300px; height: 300px; background: rgba(124,92,252,.1); bottom: 0; left: 40%; }

/* ═══════════════════════════════════════════
   PAGE MANAGEMENT
═══════════════════════════════════════════ */
.page { display: none; min-height: 100vh; position: relative; z-index: 1; }
.page.active { display: block; }

/* ═══════════════════════════════════════════
   ── LANDING PAGE ──
═══════════════════════════════════════════ */
/* NAV */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 60px;
  background: rgba(9,9,15,.8); backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.nav-logo { font-family: var(--font-h); font-size: 22px; font-weight: 800; letter-spacing: -.5px; }
.nav-logo span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 36px; font-size: 14px; color: var(--dim); }
.nav-links a:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 12px; }

/* HERO */
.hero {
  position: relative; overflow: hidden;
  padding: 180px 60px 120px;
  display: flex; align-items: center; justify-content: space-between; gap: 60px;
  max-width: 1300px; margin: 0 auto;
}
.hero-badge { margin-bottom: 28px; }
.hero h1 {
  font-size: clamp(42px, 5.5vw, 72px); font-weight: 800;
  line-height: 1.05; letter-spacing: -1.5px;
  margin-bottom: 24px;
}
.hero h1 .grd {
  background: linear-gradient(135deg, #fff 0%, var(--accent) 60%, var(--accent2) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-sub {
  font-size: 18px; line-height: 1.7; color: var(--dim); max-width: 540px; margin-bottom: 40px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-img-wrap {
  flex: 0 0 520px; position: relative;
}
.dashboard-preview {
  background: var(--surface); border: 1px solid var(--border); border-radius: 20px;
  overflow: hidden; box-shadow: var(--shadow), var(--glow);
  transform: perspective(1000px) rotateY(-6deg) rotateX(3deg);
  transition: transform .4s;
}
.dashboard-preview:hover { transform: perspective(1000px) rotateY(-2deg) rotateX(1deg); }
.dp-bar {
  background: var(--bg3); padding: 12px 16px; display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid var(--border);
}
.dp-dot { width: 10px; height: 10px; border-radius: 50%; }
.dp-body { padding: 20px; }
.dp-stat-row { display: flex; gap: 10px; margin-bottom: 16px; }
.dp-stat {
  flex: 1; background: var(--bg2); border-radius: 10px; padding: 14px;
  border: 1px solid var(--border);
}
.dp-stat-label { font-size: 10px; color: var(--muted); margin-bottom: 6px; text-transform: uppercase; letter-spacing: .05em; }
.dp-stat-val { font-family: var(--font-h); font-size: 22px; font-weight: 800; }
.dp-projects { display: flex; flex-direction: column; gap: 8px; }
.dp-proj {
  background: var(--bg2); border-radius: 10px; padding: 12px 14px;
  border: 1px solid var(--border); display: flex; align-items: center; gap: 12px;
}
.dp-proj-dot { width: 32px; height: 32px; border-radius: 8px; flex-shrink: 0; }
.dp-proj-info { flex: 1; }
.dp-proj-name { font-size: 12px; font-weight: 600; margin-bottom: 4px; }
.dp-proj-bar-wrap { background: var(--bg); border-radius: 4px; height: 4px; overflow: hidden; }
.dp-proj-bar { height: 100%; border-radius: 4px; }
.dp-proj-pct { font-size: 11px; color: var(--muted); }

/* STATS ROW */
.stats-strip {
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 40px 60px;
  display: flex; justify-content: space-around; align-items: center; gap: 20px;
  background: var(--bg2);
}
.stat-item { text-align: center; }
.stat-num { font-family: var(--font-h); font-size: 40px; font-weight: 800; color: var(--accent); }
.stat-label { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* FEATURES */
.section { padding: 100px 60px; max-width: 1300px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 70px; }
.section-head h2 { font-size: clamp(28px,4vw,48px); margin-bottom: 16px; }
.section-head p { font-size: 16px; color: var(--dim); max-width: 520px; margin: 0 auto; }

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feat-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px; transition: all .3s; position: relative; overflow: hidden;
}
.feat-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(124,92,252,.05), transparent);
  opacity: 0; transition: opacity .3s;
}
.feat-card:hover { border-color: rgba(124,92,252,.4); transform: translateY(-4px); box-shadow: var(--glow); }
.feat-card:hover::before { opacity: 1; }
.feat-icon {
  width: 50px; height: 50px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 20px;
}
.feat-card h3 { font-size: 18px; margin-bottom: 10px; }
.feat-card p  { font-size: 14px; color: var(--dim); line-height: 1.7; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.plan-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 36px 32px; position: relative; transition: all .3s;
}
.plan-card.featured {
  border-color: var(--accent); background: linear-gradient(135deg, rgba(124,92,252,.12), var(--surface));
  box-shadow: var(--glow);
}
.plan-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff; font-size: 11px; font-weight: 700;
  padding: 4px 14px; border-radius: 100px; letter-spacing: .05em; text-transform: uppercase;
}
.plan-name  { font-size: 14px; font-weight: 600; color: var(--muted); margin-bottom: 8px; text-transform: uppercase; letter-spacing: .08em; }
.plan-price { font-family: var(--font-h); font-size: 48px; font-weight: 800; margin-bottom: 4px; }
.plan-price span { font-size: 18px; color: var(--muted); font-weight: 400; }
.plan-desc  { font-size: 13px; color: var(--muted); margin-bottom: 28px; }
.plan-feats { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.plan-feats li { font-size: 14px; display: flex; gap: 10px; align-items: flex-start; }
.plan-feats li::before { content: '✓'; color: var(--accent2); font-weight: 700; flex-shrink: 0; }

/* HOW IT WORKS */
.steps { display: flex; gap: 0; position: relative; }
.steps::before {
  content: ''; position: absolute; top: 30px; left: 30px; right: 30px; height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent2)); z-index: 0;
}
.step { flex: 1; text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.step-num {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--surface); border: 2px solid var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-h); font-size: 20px; font-weight: 800; color: var(--accent);
  margin: 0 auto 20px;
}
.step h3 { font-size: 16px; margin-bottom: 8px; }
.step p  { font-size: 13px; color: var(--dim); }

/* CTA BAND */
.cta-band {
  background: linear-gradient(135deg, rgba(124,92,252,.2), rgba(0,229,195,.1));
  border: 1px solid rgba(124,92,252,.3); border-radius: 20px;
  padding: 80px; text-align: center; margin: 0 60px 100px;
  position: relative; overflow: hidden;
}
.cta-band h2 { font-size: clamp(28px,4vw,48px); margin-bottom: 16px; }
.cta-band p  { font-size: 16px; color: var(--dim); margin-bottom: 32px; }
.cta-band .btn-row { display: flex; gap: 12px; justify-content: center; }

/* FOOTER */
footer {
  border-top: 1px solid var(--border); padding: 40px 60px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: var(--muted);
}
.footer-logo { font-family: var(--font-h); font-weight: 800; font-size: 18px; }
.footer-logo span { color: var(--accent); }

/* ═══════════════════════════════════════════
   ── DASHBOARD PAGE ──
═══════════════════════════════════════════ */
.dash-wrap { display: flex; min-height: 100vh; }

/* SIDEBAR */
.sidebar {
  width: 240px; flex-shrink: 0;
  background: var(--bg2); border-right: 1px solid var(--border);
  display: flex; flex-direction: column;
  position: fixed; left: 0; top: 0; bottom: 0; z-index: 50;
  transition: transform .3s;
}
.sb-logo {
  padding: 24px 20px; border-bottom: 1px solid var(--border);
  font-family: var(--font-h); font-size: 20px; font-weight: 800;
}
.sb-logo span { color: var(--accent); }
.sb-user {
  padding: 16px 20px; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; gap: 12px;
}
.sb-avatar {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px; color: #fff; flex-shrink: 0;
}
.sb-user-name  { font-size: 13px; font-weight: 600; }
.sb-user-role  { font-size: 11px; color: var(--muted); }
.sb-nav { padding: 12px; flex: 1; overflow-y: auto; }
.sb-section-label {
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  color: var(--muted); padding: 8px 12px 6px;
}
.sb-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; border-radius: var(--radius-sm);
  font-size: 13px; font-weight: 500; color: var(--dim);
  cursor: pointer; transition: all .15s;
}
.sb-item:hover { background: var(--surface); color: var(--text); }
.sb-item.active { background: rgba(124,92,252,.15); color: var(--accent); }
.sb-item .sb-icon { font-size: 16px; width: 20px; text-align: center; }
.sb-badge {
  margin-left: auto; background: var(--accent); color: #fff;
  font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 100px;
}
.sb-projects { padding: 0 12px; }
.sb-proj-item {
  display: flex; align-items: center; gap: 8px; padding: 8px 12px;
  border-radius: var(--radius-sm); font-size: 12px; color: var(--dim); cursor: pointer;
  transition: all .15s;
}
.sb-proj-item:hover { background: var(--surface); color: var(--text); }
.sb-proj-dot { width: 8px; height: 8px; border-radius: 2px; flex-shrink: 0; }
.sb-footer {
  padding: 12px; border-top: 1px solid var(--border);
}

/* MAIN CONTENT */
.main { margin-left: 240px; flex: 1; min-height: 100vh; background: var(--bg); }

/* TOPBAR */
.topbar {
  position: sticky; top: 0; z-index: 40;
  background: rgba(9,9,15,.9); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 14px 32px; display: flex; align-items: center; gap: 16px;
}
.topbar-title { font-family: var(--font-h); font-size: 20px; font-weight: 700; flex: 1; }
.topbar-search {
  display: flex; align-items: center; gap: 8px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: 8px 14px;
  font-size: 13px; color: var(--dim);
}
.topbar-search input { background: none; border: none; outline: none; font-family: var(--font-b); font-size: 13px; color: var(--text); width: 180px; }
.topbar-search input::placeholder { color: var(--muted); }
.notif-btn {
  position: relative; background: var(--surface); border: 1px solid var(--border);
  width: 38px; height: 38px; border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.notif-dot {
  position: absolute; top: 6px; right: 6px; width: 8px; height: 8px;
  border-radius: 50%; background: var(--accent3); border: 2px solid var(--bg);
}

/* DASHBOARD CONTENT */
.dash-content { padding: 32px; }
.dash-greeting { margin-bottom: 28px; }
.dash-greeting h2 { font-size: 26px; font-weight: 700; margin-bottom: 4px; }
.dash-greeting p  { font-size: 14px; color: var(--muted); }

/* KPI CARDS */
.kpi-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 28px; }
.kpi-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px; position: relative; overflow: hidden;
}
.kpi-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
}
.kpi-card.c1::after { background: var(--accent); }
.kpi-card.c2::after { background: var(--accent2); }
.kpi-card.c3::after { background: var(--amber); }
.kpi-card.c4::after { background: var(--accent3); }
.kpi-label { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 12px; }
.kpi-val   { font-family: var(--font-h); font-size: 36px; font-weight: 800; margin-bottom: 8px; }
.kpi-change { font-size: 12px; }
.kpi-change.up   { color: var(--accent2); }
.kpi-change.down { color: var(--accent3); }
.kpi-icon { position: absolute; top: 20px; right: 20px; font-size: 28px; opacity: .15; }

/* TWO COLUMN */
.two-col { display: grid; grid-template-columns: 1fr 340px; gap: 24px; margin-bottom: 28px; }

/* PROJECTS TABLE */
.card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden;
}
.card-head {
  padding: 20px 24px; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.card-head h3 { font-size: 15px; font-weight: 700; }
.card-head-right { display: flex; gap: 8px; align-items: center; }

.proj-table { width: 100%; border-collapse: collapse; }
.proj-table th {
  font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted);
  padding: 12px 24px; text-align: left; border-bottom: 1px solid var(--border);
  background: var(--bg2);
}
.proj-table td { padding: 16px 24px; border-bottom: 1px solid var(--border); font-size: 13px; }
.proj-table tr:last-child td { border-bottom: none; }
.proj-table tr:hover td { background: rgba(255,255,255,.02); }
.proj-name-cell { display: flex; align-items: center; gap: 10px; }
.proj-color-tag { width: 8px; height: 28px; border-radius: 4px; flex-shrink: 0; }
.proj-name-text { font-weight: 600; font-size: 13px; }
.proj-client    { font-size: 11px; color: var(--muted); margin-top: 2px; }
.progress-wrap  { width: 100px; }
.progress-bar   { background: var(--bg); border-radius: 4px; height: 6px; overflow: hidden; margin-bottom: 4px; }
.progress-fill  { height: 100%; border-radius: 4px; }
.progress-pct   { font-size: 11px; color: var(--muted); }
.member-stack   { display: flex; }
.member-av {
  width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--surface);
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 700; color: #fff; margin-left: -6px;
}
.member-av:first-child { margin-left: 0; }

/* ACTIVITY FEED */
.activity-list { padding: 0 20px; }
.act-item {
  display: flex; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--border);
}
.act-item:last-child { border-bottom: none; }
.act-av {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: #fff;
}
.act-text  { font-size: 13px; line-height: 1.5; }
.act-text strong { font-weight: 600; }
.act-time  { font-size: 11px; color: var(--muted); margin-top: 2px; }

/* TASK PANEL */
.three-col { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 28px; }
.task-col-head { padding: 16px 20px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 8px; }
.task-col-head h4 { font-size: 13px; font-weight: 700; flex: 1; }
.task-count { background: var(--bg); border-radius: 100px; padding: 2px 8px; font-size: 11px; color: var(--muted); }
.task-list  { padding: 12px; display: flex; flex-direction: column; gap: 8px; }
.task-card  {
  background: var(--bg2); border: 1px solid var(--border); border-radius: 10px;
  padding: 14px; cursor: grab; transition: all .2s;
}
.task-card:hover { border-color: rgba(124,92,252,.4); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,.4); }
.task-card-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 8px; }
.task-title { font-size: 13px; font-weight: 600; line-height: 1.4; }
.task-due   { font-size: 11px; color: var(--muted); display: flex; align-items: center; gap: 4px; margin-top: 8px; }
.task-foot  { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.task-av    { width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 700; color: #fff; }

/* NEW PROJECT MODAL */
.modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 200;
  background: rgba(0,0,0,.7); backdrop-filter: blur(6px);
  align-items: center; justify-content: center;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--bg2); border: 1px solid var(--border); border-radius: 20px;
  padding: 36px; width: 100%; max-width: 520px; max-height: 90vh; overflow-y: auto;
  animation: modal-in .2s ease;
}
@keyframes modal-in { from { opacity:0; transform: scale(.95) translateY(10px); } to { opacity:1; transform:none; } }
.modal h3 { font-size: 20px; margin-bottom: 24px; }
.form-row { margin-bottom: 20px; }
.form-label { font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; display: block; }
.form-input, .form-select, .form-textarea {
  width: 100%; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 11px 14px; font-family: var(--font-b); font-size: 14px; color: var(--text);
  outline: none; transition: border-color .2s;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--accent); }
.form-textarea { resize: vertical; min-height: 80px; }
.form-select option { background: var(--bg2); }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-foot { display: flex; justify-content: flex-end; gap: 12px; margin-top: 8px; }
.color-swatches { display: flex; gap: 8px; }
.swatch { width: 28px; height: 28px; border-radius: 8px; cursor: pointer; border: 2px solid transparent; transition: all .15s; }
.swatch.sel { border-color: #fff; transform: scale(1.1); }

/* AUTH PAGES */
.auth-wrap {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  padding: 40px; background: var(--bg);
}
.auth-card {
  background: var(--bg2); border: 1px solid var(--border); border-radius: 20px;
  padding: 48px; width: 100%; max-width: 440px;
}
.auth-logo {
  font-family: var(--font-h); font-size: 26px; font-weight: 800;
  margin-bottom: 32px; text-align: center;
}
.auth-logo span { color: var(--accent); }
.auth-title { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.auth-sub   { font-size: 14px; color: var(--muted); margin-bottom: 32px; }
.auth-sep { display: flex; align-items: center; gap: 12px; margin: 20px 0; font-size: 12px; color: var(--muted); }
.auth-sep::before, .auth-sep::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.auth-switch { text-align: center; margin-top: 24px; font-size: 13px; color: var(--muted); }
.auth-switch a { color: var(--accent); }

/* ANIMATIONS */
@keyframes fade-up {
  from { opacity:0; transform: translateY(20px); }
  to   { opacity:1; transform: none; }
}
.fade-up { animation: fade-up .5s ease both; }
.fd1 { animation-delay: .1s; } .fd2 { animation-delay: .2s; } .fd3 { animation-delay: .3s; } .fd4 { animation-delay: .4s; }

/* RESPONSIVE HELPERS */
@media (max-width: 1100px) {
  .features-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .hero-img-wrap { flex: 0 0 400px; }
  .kpi-row { grid-template-columns: repeat(2,1fr); }
  .two-col { grid-template-columns: 1fr; }
  .three-col { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav { padding: 16px 20px; }
  .nav-links { display: none; }
  .hero { padding: 120px 20px 80px; flex-direction: column; }
  .hero-img-wrap { flex: none; width: 100%; }
  .section { padding: 60px 20px; }
  .stats-strip { padding: 40px 20px; flex-wrap: wrap; }
  .cta-band { margin: 0 20px 60px; padding: 48px 24px; }
  footer { padding: 24px 20px; flex-direction: column; gap: 12px; text-align: center; }
  .features-grid, .pricing-grid { grid-template-columns: 1fr; }
  .steps { flex-direction: column; gap: 32px; }
  .steps::before { display: none; }
  .sidebar { transform: translateX(-100%); }
  .sidebar.open { transform: none; }
  .main { margin-left: 0; }
  .dash-content { padding: 20px; }
  .kpi-row { grid-template-columns: 1fr 1fr; }
}
