/* === HOW WE WORK — DARK CINEMATIC === */

body { font-family: 'Montserrat', sans-serif; background: #0a0a0a; color: #fff; margin: 0; padding: 0; }

/* Bootstrap overrides */
.text-dark  { color: #f0f0f0 !important; }
.text-muted { color: rgba(255,255,255,0.5) !important; }
.accent-text-red { color: #8b0000; }

/* ── HERO ── */
.hww-hero-light {
  height: 88vh; position: relative; overflow: hidden;
  background: url('https://images.pexels.com/photos/403495/pexels-photo-403495.jpeg') center center / cover no-repeat;
}
.hww-overlay-light {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.08) 100%);
  z-index: 0;
}
.hww-main-title-light {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 5.8rem;
  line-height: 0.92; letter-spacing: -2px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hww-main-title-light { font-size: 3.4rem; letter-spacing: -1px; }
  .hww-overlay-light { background: rgba(0,0,0,0.82); }
}

/* ── PROCESS SECTION ── */
.hww-process-light { background: #0f0f0f; padding: 100px 0; }

.process-card-light {
  background: #141414; border-radius: 8px; padding: 50px 40px;
  height: 100%; position: relative; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  border-top: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1; box-shadow: none;
}
.process-card-light:hover {
  border-top-color: #8b0000; transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.55); background: #1a1a1a;
}

.step-bg-number-light {
  position: absolute; top: -15px; right: 10px;
  font-size: 8rem; font-weight: 900;
  color: rgba(255,255,255,0.03); z-index: -1; line-height: 1;
  transition: color 0.4s ease;
}
.process-card-light:hover .step-bg-number-light { color: rgba(139,0,0,0.05); }

.step-title-light {
  color: #fff; font-weight: 700; font-size: 1.4rem;
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px;
}
.step-desc-light { color: rgba(255,255,255,0.52); font-size: 0.9rem; line-height: 1.85; margin: 0; }

/* ── CONCEPT MAP ── */
.concept-map-section {
  background: #0a0a0a; padding: 100px 0 150px; overflow: hidden;
}
.concept-wrapper { max-width: 1000px; padding: 50px 0; }

.map-line-bg {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 2px; background: rgba(255,255,255,0.07);
  transform: translateX(-50%); border-radius: 2px;
}
.map-line-fill {
  position: absolute; top: 0; left: 50%;
  width: 2px; background: #8b0000;
  transform: translateX(-50%); border-radius: 2px;
  height: 0%; z-index: 1;
}

.concept-step { position: relative; width: 50%; padding: 20px 40px; margin-bottom: 40px; }
.left-step  { left: 0; text-align: right; }
.right-step { left: 50%; text-align: left; }

.concept-card {
  background: #141414; padding: 40px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.05);
  border-left: 3px solid transparent;
  transition: all 0.3s ease; position: relative; z-index: 2;
}
.left-step .concept-card { border-left: none; border-right: 3px solid transparent; }
.concept-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  border-color: #8b0000; background: #1a1a1a;
}

.concept-title { color: #fff; font-weight: 700; font-size: 1.25rem; letter-spacing: 1px; margin-bottom: 14px; }
.concept-desc  { color: rgba(255,255,255,0.5); line-height: 1.7; margin: 0; font-size: 0.9rem; }

.concept-node {
  position: absolute; top: 50px;
  width: 22px; height: 22px;
  background: #141414; border: 3px solid rgba(255,255,255,0.12);
  border-radius: 50%; z-index: 3;
  transition: border-color 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
}
.left-step .concept-node  { right: -11px; }
.right-step .concept-node { left: -11px; }
.concept-node.active-node {
  border-color: #8b0000; background: #0a0a0a;
  box-shadow: 0 0 0 5px rgba(139,0,0,0.15);
}

@media (max-width: 768px) {
  .map-line-bg, .map-line-fill { left: 30px; }
  .concept-step  { width: 100%; padding-left: 70px; padding-right: 15px; text-align: left; }
  .left-step, .right-step { left: 0; }
  .left-step .concept-node, .right-step .concept-node { left: 18px; right: auto; }
  .left-step .concept-card { border-left: 3px solid transparent; border-right: none; }

  /* Reduce excessive padding on concept map section */
  .concept-map-section { padding: 60px 0 80px; }
  .concept-wrapper { padding: 30px 0; }

  /* Process section padding */
  .hww-process-light { padding: 60px 0; }

  /* Hero */
  .hww-hero-light { height: 70vh; }
  .hww-overlay-light { background: rgba(0,0,0,0.88); }

  /* Process cards */
  .process-card-light { padding: 36px 28px; }
  .step-bg-number-light { font-size: 6rem; }
}

/* ── CLIENT LOGO BELT ── */
.client-grid-light {
  background: #080808;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.logo-belt-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 10px 0 50px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.logo-belt-track {
  display: flex;
  align-items: center;
  gap: 64px;
  width: max-content;
  animation: beltScroll 38s linear infinite;
}

@keyframes beltScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.logo-belt-item {
  flex-shrink: 0;
  height: 80px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-belt-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}