/* ── Path lines ── */
.path-line{position:absolute;left:10px;top:0;bottom:0;width:1px;background:rgba(255,255,255,.12)}
.path-progress{position:absolute;left:0;top:0;width:100%;background:#fff;height:0%}
.path-node{width:13px;height:13px;border-radius:50%;background:#000;border:1px solid rgba(255,255,255,.4);transition:all .55s cubic-bezier(.16,1,.3,1);flex-shrink:0;position:relative;z-index:2}
.path-node.lit{background:#fff;box-shadow:0 0 22px rgba(255,255,255,.65);transform:scale(1.3)}
.path-stage{opacity:.2;transform:translateX(-22px);transition:opacity .7s,transform .7s cubic-bezier(.16,1,.3,1)}
.path-stage.lit{opacity:1;transform:none}

/* ── Steps ── */
.step-dot{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.25);background:#000;font-family:'Space Grotesk';font-weight:600;transition:all .6s cubic-bezier(.16,1,.3,1)}
.step-dot.lit{background:#fff;color:#000;transform:scale(1.08) rotate(360deg)}
.step-item{opacity:.28;transition:opacity .7s}
.step-item.lit{opacity:1}

/* ── Audit tiles ── */
.audit-tile{aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;border:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.01));transition:all .45s cubic-bezier(.16,1,.3,1)}
.audit-tile:hover{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.08);transform:translateY(-8px) scale(1.03)}
.audit-tile .ic{width:30px;height:30px;opacity:.85;transition:transform .45s cubic-bezier(.16,1,.3,1),opacity .4s}
.audit-tile:hover .ic{transform:scale(1.25) rotate(-8deg);opacity:1}

/* ── Platform tiles (stacked, large, responsive) ── */
.plat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
@media(min-width:480px){.plat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(min-width:1024px){.plat-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:1.1rem}}
.plat-cell{display:flex;flex-direction:column;align-items:center;gap:.7rem}
.plat-tile{width:clamp(64px,17vw,92px);height:clamp(64px,17vw,92px);border-radius:22px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;
transition:transform .55s cubic-bezier(.16,1,.3,1),box-shadow .55s;animation:floatY 6s ease-in-out infinite}
.plat-tile svg{width:52%;height:52%}
.plat-tile::after{content:'';position:absolute;inset:0;background:linear-gradient(130deg,rgba(255,255,255,.35),transparent 45%);opacity:0;transition:opacity .5s}
.plat-tile:hover{transform:translateY(-14px) scale(1.09) rotate(-4deg);box-shadow:0 26px 50px rgba(0,0,0,.6)}
.plat-tile:hover::after{opacity:1}
.plat-label{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#6b6b6b;transition:color .4s}
.plat-cell:hover .plat-label{color:#fff}

/* ── Testimonials ── */
.testi-slide{position:absolute;inset:0;opacity:0;transform:translateX(60px) scale(.97);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);pointer-events:none}
.testi-slide.active{opacity:1;transform:none;pointer-events:auto}
.testi-dot{width:26px;height:2px;background:rgba(255,255,255,.18);transition:background .3s,width .3s;cursor:pointer}
.testi-dot.active{background:#fff;width:44px}

/* ═══════════════════════════════════════════════════════════════
   JOURNEY / ARTIST PATHWAY SECTION
   ═══════════════════════════════════════════════════════════════ */

/* Section background glow */
.journey-glow-bg {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(800px, 92vw);
  height: 520px;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.01) 55%, transparent 75%);
  pointer-events: none;
  z-index: 0;
  filter: blur(50px);
}

/* Stage filter tabs */
.stage-tab-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #9ca3af;
  padding: 0.55rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.stage-tab-btn:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.stage-tab-btn.active {
  background: #fff;
  color: #000;
  border-color: #fff;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.35);
}
.stage-tab-btn .tab-badge {
  font-size: 0.65rem;
  padding: 0.15rem 0.45rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.3s;
}
.stage-tab-btn.active .tab-badge {
  background: rgba(0, 0, 0, 0.2);
  color: #000;
}

/* Timeline Track Spine */
.journey-spine-track {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, 
    rgba(255,255,255,0.04) 0%, 
    rgba(255,255,255,0.2) 15%, 
    rgba(255,255,255,0.2) 85%, 
    rgba(255,255,255,0.04) 100%);
  z-index: 1;
}

.journey-spine-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, #ffffff, rgba(255,255,255,0.6));
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
  height: 0%;
  transition: height 0.15s ease-out;
}

/* Desktop Spine is centered, Mobile Spine is at 24px */
@media (min-width: 768px) {
  .journey-spine-track {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .journey-spine-track {
    left: 24px;
    transform: none;
  }
}

/* Continuous traveling laser beam along spine */
.journey-laser-beam {
  position: absolute;
  left: -2px;
  width: 6px;
  height: 100px;
  background: linear-gradient(180deg, 
    transparent 0%, 
    rgba(255,255,255,0.4) 30%, 
    #ffffff 80%, 
    rgba(255,255,255,0.9) 100%);
  box-shadow: 0 0 18px 3px rgba(255, 255, 255, 0.85), 0 0 32px rgba(255, 255, 255, 0.5);
  border-radius: 9999px;
  animation: journeyBeamTravel 5.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  pointer-events: none;
  z-index: 2;
}

@keyframes journeyBeamTravel {
  0% {
    top: -5%;
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    top: 105%;
    opacity: 0;
  }
}

/* Central Glowing Node with Blinking & Radar Pulse Motion */
.journey-node-hub {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media (min-width: 768px) {
  .journey-node-hub {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .journey-node-hub {
    left: 24px;
    top: 2rem;
    transform: translate(-50%, 0);
  }
}

/* Radar Beacon expanding ring */
.journey-beacon-ring {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  opacity: 0;
  animation: journeyBeaconPulse 2.8s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
}
.journey-beacon-ring.delayed {
  animation-delay: 1.4s;
}

@keyframes journeyBeaconPulse {
  0% {
    transform: scale(0.35);
    opacity: 0.95;
  }
  60% {
    transform: scale(1.65);
    opacity: 0.18;
  }
  100% {
    transform: scale(2.3);
    opacity: 0;
  }
}

/* Central Node Body with Glowing Blink Animation */
.journey-node-core {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #09090b;
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.45s ease;
  z-index: 2;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.25);
}

.journey-step.lit .journey-node-core,
.journey-node-core.lit {
  border-color: #ffffff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.95), 0 0 35px rgba(255, 255, 255, 0.5);
  transform: scale(1.15);
}

.journey-node-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  animation: journeyNodeBlink 2.2s ease-in-out infinite;
}

@keyframes journeyNodeBlink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 12px 3px rgba(255, 255, 255, 0.95), 0 0 24px rgba(255, 255, 255, 0.6);
    background: #ffffff;
  }
  50% {
    opacity: 0.35;
    transform: scale(0.7);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
    background: #888888;
  }
}

/* Stagger blink animation across steps */
.journey-step:nth-child(1) .journey-node-dot { animation-delay: 0.0s; }
.journey-step:nth-child(2) .journey-node-dot { animation-delay: 0.35s; }
.journey-step:nth-child(3) .journey-node-dot { animation-delay: 0.7s; }
.journey-step:nth-child(4) .journey-node-dot { animation-delay: 1.05s; }
.journey-step:nth-child(5) .journey-node-dot { animation-delay: 1.4s; }
.journey-step:nth-child(6) .journey-node-dot { animation-delay: 1.75s; }
.journey-step:nth-child(7) .journey-node-dot { animation-delay: 2.1s; }

/* Horizontal Connector Line from Center Node to Card (Desktop only) */
.journey-connector-line {
  display: none;
}
@media (min-width: 768px) {
  .journey-connector-line {
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.4), rgba(255,255,255,0.1));
    z-index: 1;
    pointer-events: none;
    transition: all 0.4s ease;
  }
  .journey-step-left .journey-connector-line {
    right: 50%;
    width: 60px;
    background: linear-gradient(270deg, rgba(255,255,255,0.7), transparent);
  }
  .journey-step-right .journey-connector-line {
    left: 50%;
    width: 60px;
    background: linear-gradient(90deg, rgba(255,255,255,0.7), transparent);
  }
  .journey-step:hover .journey-connector-line {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.85);
  }
}

/* Journey Cards */
.journey-card {
  position: relative;
  background: rgba(14, 14, 18, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  padding: 1.6rem 1.75rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.journey-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,0.18), transparent 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.6;
  transition: opacity 0.45s ease;
}

.journey-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.85), 0 0 35px rgba(255, 255, 255, 0.1);
  background: rgba(22, 22, 28, 0.92);
}
.journey-card:hover::before {
  opacity: 1;
  background: linear-gradient(135deg, rgba(255,255,255,0.5), transparent 70%);
}

/* Step highlighted by stage filter */
.journey-step.stage-match .journey-card {
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.14);
}
.journey-step.stage-match .journey-node-core {
  border-color: #ffffff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
}
.journey-step.stage-dim {
  opacity: 0.38;
  filter: grayscale(0.4);
  transition: opacity 0.4s ease, filter 0.4s ease;
}

/* Step Icon Box */
.journey-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}
.journey-card:hover .journey-icon-box {
  background: #fff;
  color: #000;
  transform: scale(1.1) rotate(-4deg);
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.45);
}

/* Step Number Pill */
.journey-step-num {
  font-family: 'Space Grotesk', monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}
.journey-card:hover .journey-step-num {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

/* Deliverables / Feature Tags inside Card */
.journey-tag {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #9ca3af;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.journey-card:hover .journey-tag {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.18);
  color: #f3f4f6;
}

/* Step 7 (Grand Finale Card) */
.journey-finale-card {
  position: relative;
  background: linear-gradient(135deg, rgba(22, 22, 30, 0.92), rgba(12, 12, 16, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 1.5rem;
  padding: 2.2rem 2.4rem;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.95), 0 0 50px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}
.journey-finale-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 60%);
  opacity: 0.6;
  pointer-events: none;
  animation: finaleRotate 18s linear infinite;
}
@keyframes finaleRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.journey-finale-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 30px 70px -15px rgba(0, 0, 0, 0.95), 0 0 65px rgba(255, 255, 255, 0.16);
}


