/* ==========================================================
   PROCESS PAGE — PREMIUM CONTAINER + SHIPPING REDESIGN
========================================================== */

body.page-template-page-proceso .road-section {
  width: min(1680px, calc(100% - 48px));
  margin: 42px auto 80px;
  padding: 34px 28px 38px;
  border: 1px solid rgba(201,168,76,.18);
  background:
    radial-gradient(circle at 50% 46%, rgba(201,168,76,.10), transparent 36%),
    linear-gradient(180deg, rgba(11,11,12,.92) 0%, rgba(7,7,8,.96) 100%);
  box-shadow:
    0 30px 80px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.03);
  border-radius: 24px;
  overflow: hidden;
}

body.page-template-page-proceso .road-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(201,168,76,.05) 50%, transparent 100%);
  opacity: .8;
}

body.page-template-page-proceso .road-hint {
  margin-bottom: 18px;
  color: rgba(255,255,255,.42);
  letter-spacing: .34em;
  font-size: 10px;
  text-align: center;
}

body.page-template-page-proceso .sci-process-replay {
  margin-bottom: 30px;
}

body.page-template-page-proceso .steps-above,
body.page-template-page-proceso .steps-below {
  width: 100%;
  gap: 20px;
}

body.page-template-page-proceso .step-card-pop {
  min-height: 154px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(201,168,76,.22);
  background: linear-gradient(180deg, rgba(24,24,24,.88), rgba(17,17,17,.76));
  backdrop-filter: blur(8px);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
}

body.page-template-page-proceso .step-card-pop:hover {
  transform: translateY(-6px);
  border-color: rgba(201,168,76,.42);
  box-shadow: 0 26px 50px rgba(0,0,0,.32);
}

body.page-template-page-proceso .scp-phase {
  color: #d7b568;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}

body.page-template-page-proceso .scp-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}

body.page-template-page-proceso .scp-desc {
  color: rgba(255,255,255,.66);
  font-size: 14px;
  line-height: 1.62;
}

body.page-template-page-proceso .scp-days {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(201,168,76,.48);
  border-radius: 999px;
  color: #d7b568;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.page-template-page-proceso #roadSVG {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.25));
}

body.page-template-page-proceso #roadProgress {
  opacity: .92;
}

body.page-template-page-proceso #cp4,
body.page-template-page-proceso #cp5 {
  transform-box: fill-box;
  transform-origin: center;
}

body.page-template-page-proceso #containerIcon {
  filter: drop-shadow(0 0 8px rgba(201,168,76,.18));
}

body.page-template-page-proceso #cpCircle4 {
  filter: drop-shadow(0 0 10px rgba(201,168,76,.18));
}

body.page-template-page-proceso #seaBlock {
  filter: drop-shadow(0 0 12px rgba(51,153,255,.14));
}

body.page-template-page-proceso .sea-wave {
  animation: sciSeaWave 2.8s ease-in-out infinite;
}

body.page-template-page-proceso .sea-wave-2 {
  animation-delay: .25s;
}

body.page-template-page-proceso .sea-wave-3 {
  animation-delay: .5s;
}

body.page-template-page-proceso #cp5 {
  animation: sciShipFloat 3.2s ease-in-out infinite;
}

body.page-template-page-proceso #shipIcon {
  filter: drop-shadow(0 0 12px rgba(90,177,235,.24));
}

body.page-template-page-proceso #cpCircle5 {
  filter: drop-shadow(0 0 16px rgba(90,177,235,.24));
}

@keyframes sciShipFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes sciSeaWave {
  0%, 100% {
    transform: translateX(0);
    opacity: .72;
  }
  50% {
    transform: translateX(3px);
    opacity: 1;
  }
}

@media (max-width: 1280px) {
  body.page-template-page-proceso .road-section {
    width: min(100%, calc(100% - 24px));
    padding: 24px 18px 28px;
    border-radius: 18px;
  }

  body.page-template-page-proceso .step-card-pop {
    min-height: 146px;
    padding: 16px;
  }
}

@media (max-width: 768px) {
  body.page-template-page-proceso .road-section {
    width: calc(100% - 16px);
    margin: 26px auto 52px;
    padding: 18px 10px 18px;
    border-radius: 14px;
  }

  body.page-template-page-proceso .step-card-pop {
    min-height: auto;
    border-radius: 12px;
  }

  body.page-template-page-proceso .scp-title {
    font-size: 14px;
  }

  body.page-template-page-proceso .scp-desc {
    font-size: 13px;
  }
}
