/* Our Journey — Verified Development Timeline */

.page-journey .nav-link.active,
.page-journey .mobile-nav-link.active {
  color: #00d9ff;
  text-shadow: 0 0 12px rgba(0, 212, 255, 0.45);
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 50%;
  border: 0.1rem solid rgba(0, 200, 255, 0.95);
  padding: 3px;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 200, 255, 0.55);
}

.logo-brand-block {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.1;
  text-align: left;
}

.logo-text {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #00d9ff;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(0, 220, 255, 0.85);
}

.brand-trademark-tag {
  margin: 0;
  font-size: 0.55rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.oj-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.5rem 1.15rem 3.5rem;
  position: relative;
  z-index: 1;
}

/* Hero — reset global `header { position: fixed }` from style.css */
.oj-hero {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  z-index: 1;
  text-align: center;
  margin-bottom: 2.5rem;
}

.oj-hero-badge {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9eefff;
  border: 1px solid rgba(0, 212, 255, 0.35);
  background: rgba(0, 212, 255, 0.08);
  margin-bottom: 1rem;
}

.oj-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #e8fbff;
  text-shadow: 0 0 30px rgba(0, 212, 255, 0.35);
}

.oj-hero-sub {
  margin: 0 auto;
  max-width: 680px;
  color: var(--text-secondary);
  font-size: clamp(0.92rem, 2.2vw, 1.05rem);
  line-height: 1.65;
}

/* Stats */
.oj-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.85rem;
  margin-bottom: 3rem;
}

.oj-stat-card {
  padding: 1.15rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 212, 255, 0.28);
  background: linear-gradient(145deg, rgba(10, 24, 44, 0.92), rgba(4, 10, 22, 0.96));
  backdrop-filter: blur(12px);
  text-align: center;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.oj-stat-card:hover {
  border-color: rgba(0, 212, 255, 0.55);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35), 0 0 24px rgba(0, 212, 255, 0.14);
  transform: translateY(-2px);
}

.oj-stat-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9eefff;
  margin-bottom: 0.45rem;
}

.oj-stat-value {
  display: block;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 800;
  color: #e8fbff;
  line-height: 1.3;
}

.oj-stat-value small {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.2rem;
}

/* Layout */
.oj-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 1.75rem;
  align-items: start;
}

.oj-timeline {
  position: relative;
}

.oj-timeline::before {
  content: "";
  position: absolute;
  left: 118px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 212, 255, 0.6), rgba(0, 102, 255, 0.15));
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.35);
}

/* Milestone row */
.oj-milestone {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) 220px;
  gap: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.oj-milestone.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.oj-milestone-left {
  position: relative;
  text-align: right;
  padding-top: 0.35rem;
}

.oj-date {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #9eefff;
  letter-spacing: 0.04em;
  margin-bottom: 0.55rem;
}

.oj-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 800;
  color: #001018;
  background: linear-gradient(135deg, #00d4ff, #0066ff);
  box-shadow: 0 0 18px rgba(0, 212, 255, 0.55);
  position: relative;
  z-index: 2;
}

.oj-status {
  display: inline-block;
  margin-top: 0.55rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9eefff;
  border: 1px solid rgba(0, 212, 255, 0.35);
  background: rgba(0, 212, 255, 0.08);
}

.oj-status.is-legal { color: #f0d875; border-color: rgba(240, 216, 117, 0.4); background: rgba(240, 216, 117, 0.1); }
.oj-status.is-growth { color: #7dffb2; border-color: rgba(125, 255, 178, 0.35); background: rgba(125, 255, 178, 0.08); }
.oj-status.is-version { color: #c4b5fd; border-color: rgba(196, 181, 253, 0.35); background: rgba(196, 181, 253, 0.08); }

.oj-milestone-center {
  padding: 1.25rem 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(0, 212, 255, 0.22);
  background: rgba(6, 14, 28, 0.88);
  backdrop-filter: blur(14px);
  transition: border-color 0.25s, box-shadow 0.25s;
}

.oj-milestone:hover .oj-milestone-center {
  border-color: rgba(0, 212, 255, 0.42);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 212, 255, 0.1);
}

.oj-milestone-center h2 {
  margin: 0 0 0.55rem;
  font-size: 1.12rem;
  color: #e8fbff;
  line-height: 1.35;
}

.oj-milestone-center p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.oj-meta {
  margin-top: 0.65rem !important;
  font-size: 0.8rem !important;
  color: #9eefff !important;
}

.oj-meta strong { color: #00d9ff; }

/* Proof column */
.oj-proof {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.oj-proof-img-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 212, 255, 0.3);
  box-shadow: 0 0 16px rgba(0, 212, 255, 0.12);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.oj-proof-img-btn:hover {
  border-color: rgba(0, 212, 255, 0.6);
  box-shadow: 0 0 28px rgba(0, 212, 255, 0.25);
  transform: scale(1.03);
}

.oj-proof-img-btn img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.oj-proof-img-btn:hover img {
  transform: scale(1.06);
}

.oj-proof-caption {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.4;
  text-align: center;
}

/* Concept / illustration cards (milestones 01 & 02) */
.oj-concept-card,
.oj-illustration-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(0, 212, 255, 0.28);
  background: linear-gradient(160deg, rgba(0, 212, 255, 0.08), rgba(6, 14, 28, 0.95));
  text-align: center;
}

.oj-concept-icon,
.oj-illustration-icon {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.5));
}

.oj-concept-card span,
.oj-illustration-card span {
  font-size: 0.75rem;
  font-weight: 700;
  color: #9eefff;
  letter-spacing: 0.04em;
}

.oj-concept-card small,
.oj-illustration-card small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.45);
}

/* Version banner placeholders */
.oj-version-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(0, 212, 255, 0.35);
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.2), rgba(0, 212, 255, 0.08));
  box-shadow: inset 0 0 30px rgba(0, 212, 255, 0.08);
  text-align: center;
}

.oj-version-banner .oj-vb-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9eefff;
  margin-bottom: 0.35rem;
}

.oj-version-banner .oj-vb-ver {
  font-size: 1.35rem;
  font-weight: 900;
  color: #e8fbff;
  text-shadow: 0 0 16px rgba(0, 212, 255, 0.45);
}

.oj-version-banner .oj-vb-users {
  margin-top: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #7dffb2;
}

.oj-version-banner.is-pro {
  border-color: rgba(240, 216, 117, 0.4);
  background: linear-gradient(135deg, rgba(240, 216, 117, 0.12), rgba(6, 14, 28, 0.95));
}

.oj-version-banner.is-pro .oj-vb-ver { color: #f0d875; text-shadow: 0 0 16px rgba(240, 216, 117, 0.35); }

/* Sidebar */
.oj-sidebar {
  position: sticky;
  top: calc(var(--header-height, 72px) + 1rem);
}

.oj-sidebar-card {
  padding: 1.35rem 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(0, 212, 255, 0.28);
  background: linear-gradient(160deg, rgba(10, 24, 44, 0.92), rgba(4, 10, 22, 0.96));
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.oj-sidebar-card h3 {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #e8fbff;
  letter-spacing: 0.04em;
}

.oj-progress-wrap {
  margin-bottom: 1.15rem;
}

.oj-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: var(--text-secondary);
  margin-bottom: 0.4rem;
}

.oj-progress-bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.oj-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, #0066ff, #00d4ff);
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.5);
  transition: width 0.4s ease;
}

.oj-sidebar-stat {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
}

.oj-sidebar-stat:last-of-type { border-bottom: none; }

.oj-sidebar-stat dt {
  color: var(--text-secondary);
  font-weight: 500;
}

.oj-sidebar-stat dd {
  margin: 0;
  font-weight: 700;
  color: #9eefff;
  text-align: right;
  max-width: 55%;
}

.oj-sidebar-stat dd a {
  color: #00d9ff;
  text-decoration: none;
}

.oj-sidebar-stat dd a:hover { text-decoration: underline; }

/* Footer card */
.oj-foot-card {
  margin-top: 2.5rem;
  padding: 2rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 212, 255, 0.25);
  background: linear-gradient(145deg, rgba(10, 24, 44, 0.85), rgba(4, 10, 22, 0.95));
  text-align: center;
}

.oj-foot-card h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  color: #e8fbff;
}

.oj-foot-card p {
  margin: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 0.92rem;
}

.oj-foot-card .oj-continues {
  margin-top: 0.75rem;
  font-weight: 700;
  color: #00d9ff;
  font-style: italic;
}

/* Lightbox */
.oj-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.oj-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.oj-lightbox-inner {
  position: relative;
  max-width: min(960px, 96vw);
  max-height: 90vh;
}

.oj-lightbox-inner img {
  display: block;
  max-width: 100%;
  max-height: 86vh;
  border-radius: 12px;
  border: 1px solid rgba(0, 212, 255, 0.35);
  box-shadow: 0 0 40px rgba(0, 212, 255, 0.2);
}

.oj-lightbox-caption {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.oj-lightbox-close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.oj-lightbox-close:hover {
  border-color: #00d4ff;
  background: rgba(0, 212, 255, 0.15);
}

/* Responsive */
@media (max-width: 1100px) {
  .oj-layout {
    grid-template-columns: 1fr;
  }

  .oj-sidebar {
    position: static;
    order: -1;
  }

  .oj-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .oj-timeline::before { left: 21px; }

  .oj-milestone {
    grid-template-columns: 44px 1fr;
    gap: 0.85rem;
  }

  .oj-milestone-left {
    text-align: left;
    padding-top: 0;
  }

  .oj-date {
    font-size: 0.68rem;
    margin-bottom: 0.35rem;
  }

  .oj-num {
    width: 36px;
    height: 36px;
    font-size: 0.75rem;
  }

  .oj-status {
    display: none;
  }

  .oj-proof {
    grid-column: 1 / -1;
    margin-left: 44px;
  }

  .oj-milestone-center {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .oj-stats {
    grid-template-columns: 1fr 1fr;
  }

  .oj-wrap {
    padding-top: 1rem;
  }
}

@media (max-width: 400px) {
  .oj-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .site-logo { width: 40px; height: 40px; }
  .logo-text { font-size: 1.1rem; }
}
