/* ========================================
   JOURNEY MOCKUPS / INTERACTIVE PREVIEW
   ======================================== */
.jsec { background: var(--dark); padding: 100px 80px; position: relative; overflow: hidden; min-height: 100vh; }
.jsec .inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 2; }
.usel { display: flex; gap: 16px; margin-bottom: 48px; flex-wrap: wrap; }
.usel-btn {
  flex: 1; min-width: 200px; padding: 20px 24px; border-radius: 16px;
  border: 2px solid var(--border-dark); background: rgba(255, 255, 255, 0.03);
  cursor: pointer; transition: all .3s; text-align: left;
}
.usel-btn:hover { border-color: rgba(255, 255, 255, 0.2); }
.usel-btn.at { border-color: var(--mint); background: rgba(157, 212, 207, 0.08); }
.usel-btn.ao { border-color: var(--lavender); background: rgba(167, 160, 210, 0.08); }
.usel-btn.aa { border-color: var(--gold-accent); background: rgba(212, 168, 67, 0.08); }
.usel-lbl { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 6px; }
.usel-btn:nth-child(1) .usel-lbl { color: var(--mint); }
.usel-btn:nth-child(2) .usel-lbl { color: var(--lavender); }
.usel-btn:nth-child(3) .usel-lbl { color: var(--gold-accent); }
.usel-name { font-family: 'Newsreader', serif; font-size: 20px; color: white; font-weight: 500; }
.usel-sub { font-size: 12px; color: var(--text-on-dark-muted); margin-top: 4px; }

/* Mockup Chrome */
.mc { display: flex; gap: 40px; align-items: flex-start; }
.mnav { width: 220px; flex-shrink: 0; }
.mnav-i {
  padding: 12px 16px; border-radius: 10px; font-size: 13px; font-weight: 500;
  color: var(--text-on-dark-muted); cursor: pointer; transition: all .2s;
  margin-bottom: 4px; border: 1px solid transparent;
}
.mnav-i:hover { background: rgba(255, 255, 255, 0.04); }
.mnav-i.active { background: rgba(255, 255, 255, 0.06); color: white; border-left: 3px solid var(--mint); }
.mnav-i.active[data-u="org"] { border-left-color: var(--lavender); }
.mnav-i.active[data-u="admin"] { border-left-color: var(--gold-accent); }
.mframe {
  flex: 1; background: #0D1429; border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px; overflow: hidden; min-height: 520px;
}
.mtbar {
  background: rgba(255, 255, 255, 0.04); padding: 12px 20px;
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mdot { width: 10px; height: 10px; border-radius: 50%; }
.mdot:nth-child(1) { background: #FF5F57; }
.mdot:nth-child(2) { background: #FEBC2E; }
.mdot:nth-child(3) { background: #28C840; }
.murl {
  flex: 1; text-align: center; font-size: 11px; color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.04); border-radius: 6px; padding: 4px 12px; margin-left: 16px;
}
.mbody { padding: 32px; min-height: 460px; }
.mh-lbl { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 8px; }
.mh-title { font-family: 'Newsreader', serif; font-size: 24px; color: white; font-weight: 400; margin-bottom: 24px; }
.mh-title em { font-style: italic; font-weight: 600; }

/* Mockup Cards & UI */
.mcg { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin-bottom: 24px; }
.mcard { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px; padding: 20px; }
.mcard-v { font-family: 'Newsreader', serif; font-size: 28px; font-weight: 300; margin-bottom: 4px; }
.mcard-l { font-size: 11px; color: rgba(255, 255, 255, 0.5); }
.mli {
  display: flex; align-items: center; gap: 12px; padding: 14px 16px;
  background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px; margin-bottom: 8px; transition: background .2s;
}
.mli:hover { background: rgba(255, 255, 255, 0.04); }
.mav {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; flex-shrink: 0;
}
.mli-info { flex: 1; }
.mli-name { font-size: 13px; color: white; font-weight: 500; }
.mli-sub { font-size: 11px; color: rgba(255, 255, 255, 0.4); }
.mbdg { display: inline-block; padding: 3px 10px; border-radius: 100px; font-size: 10px; font-weight: 700; letter-spacing: 0.04em; }
.mff {
  background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px; padding: 10px 14px; margin-bottom: 10px;
  font-size: 12px; color: rgba(255, 255, 255, 0.3);
}
.mfl { font-size: 11px; font-weight: 600; color: rgba(255, 255, 255, 0.5); margin-bottom: 6px; }
.mprog { height: 6px; border-radius: 3px; background: rgba(255, 255, 255, 0.08); margin-top: 12px; }
.mprog-fill { height: 100%; border-radius: 3px; }
.mbtn {
  display: inline-block; padding: 8px 20px; border-radius: 8px;
  font-size: 12px; font-weight: 600; cursor: default; margin-top: 8px;
}
.mtable { width: 100%; border-collapse: collapse; }
.mtable th {
  text-align: left; font-size: 10px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255, 255, 255, 0.35);
  padding: 10px 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mtable td {
  padding: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 13px; color: rgba(255, 255, 255, 0.7);
}

/* Animated Counter */
.counter { font-family: 'Newsreader', serif; font-weight: 300; }
