.pickup-route-section {
  align-items: stretch;
  display: grid;
  gap: 26px;
  grid-template-columns: 0.88fr 1.12fr;
  margin: 0 auto 30px;
  max-width: 1216px;
  padding: 0 18px;
}

.pickup-route-copy {
  background: #fffefa;
  border: 1px solid rgba(7, 26, 61, 0.14);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(7, 26, 61, 0.08);
  padding: 28px;
}

.pickup-route-copy h2 {
  color: #071a3d;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0;
}

.pickup-route-copy p:not(.eyebrow) {
  color: #4c5b70;
  font-size: 0.9rem;
  line-height: 1.82;
  margin: 22px 0 0;
}

.pickup-route-map {
  background:
    radial-gradient(circle at 78% 18%, rgba(49, 215, 255, 0.22), transparent 28%),
    linear-gradient(145deg, #071a3d, #03132e);
  border-radius: 18px;
  color: #fff;
  min-height: 390px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.pickup-route-map svg {
  height: 100%;
  inset: 0;
  opacity: 0.94;
  position: absolute;
  width: 100%;
}

.pickup-route-line {
  fill: none;
  stroke: #31d7ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 14;
  filter: drop-shadow(0 0 12px rgba(49, 215, 255, 0.7));
}

.pickup-route-map circle {
  fill: #fff;
  stroke: #31d7ff;
  stroke-width: 6;
}

.pickup-route-steps {
  height: 100%;
  list-style: none;
  margin: 0;
  min-height: 350px;
  padding: 0;
  position: relative;
  z-index: 2;
}

.route-step {
  background: rgba(6, 24, 58, 0.9);
  border: 1px solid rgba(49, 215, 255, 0.45);
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  max-width: 210px;
  padding: 13px 14px;
  position: absolute;
}

.route-step span {
  color: #31d7ff;
  display: block;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.route-step strong {
  color: #fff;
  display: block;
  font-size: 0.8rem;
  line-height: 1.25;
  margin-top: 6px;
}

.route-step small {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.66rem;
  line-height: 1.45;
  margin-top: 6px;
}

.route-step-anpr {
  left: 4%;
  top: 4%;
}

.route-step-display {
  right: 4%;
  top: 4%;
}

.route-step-queue {
  right: 5%;
  bottom: 7%;
}

.route-step-checkout {
  left: 33%;
  bottom: 7%;
}

.route-step-app {
  left: 4%;
  bottom: 22%;
}

.smart-campus-module-strip {
  margin-top: 0;
}

@media (max-width: 980px) {
  .pickup-route-section {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
}

@media (max-width: 640px) {
  .pickup-route-section {
    padding: 0 14px;
  }

  .pickup-route-copy {
    padding: 22px;
  }

  .pickup-route-map {
    min-height: 0;
    padding: 18px;
  }

  .pickup-route-map svg {
    display: none;
  }

  .pickup-route-steps {
    display: grid;
    gap: 10px;
    min-height: 0;
  }

  .route-step {
    max-width: none;
    position: static;
  }
}
