/* Colores base */

#psia-step.uk-theme {
  --navy-1: #102847;
  --navy-2: #1B365D;
  --accent: #FF671B;
  --white: #fff;
  background: linear-gradient(180deg,var(--navy-2) 0%, var(--navy-1) 100%);
  color: var(--white);
  padding: 40px 0 80px;
}

/* Card principal en glass */

#psia-step .glass-card {
  max-width: 820px;
  border-radius: 24px;
  padding: 32px 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

#psia-step .brand {
  color: var(--white);
}

#psia-step .tracking {
  letter-spacing: .12em;
}

/* Lista: texto blanco y paloma naranja */

#psia-step .step-list {
  max-width: 520px;
  margin: 16px auto 0;
  line-height: 1.7;
}

#psia-step .step-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #fff;
}

#psia-step .step-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: var(--accent);
}

/* Checkmark circular */

#psia-step .checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 2px solid var(--accent);
  color: var(--accent);
}

#psia-step .checkmark::after {
  content: "✓";
  font-weight: 800;
}

/* CTA */

#psia-step .cta-btn {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(255,103,27,.35);
}

#psia-step .cta-btn:hover {
  transform: translateY(-1px);
}

/* Progreso animado */

#psia-step .progress {
  border-radius: 999px;
  overflow: hidden;
}

#psia-step .bg-white-25 {
  background: rgba(255,255,255,.22)!important;
}

#psia-step .progress-bar {
  width: 0%;
  height: 100%;
  background: #ffffff;
  transition: width 1.2s cubic-bezier(.22,.61,.36,1);
}

/* Cards de beneficios */

#psia-step .more-info {
  max-width: 1100px;
  margin-top: 38px;
}

#psia-step .info-card {
  gap: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  padding: 18px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
  min-height: 120px;
}

#psia-step .text-white-75 {
  color: rgba(255,255,255,.85)!important;
}

#psia-step .info-illu {
  margin-left: auto;
  width: 120px;
  height: 88px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,.25);
  background: rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

#psia-step .info-illu svg {
  width: 72px;
  height: 72px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .95;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.35));
}

@media (max-width:576px) {
  #psia-step .glass-card {
    padding: 24px 18px;
  }
}

@media (max-width:576px) {
  #psia-step .info-illu {
    width: 100px;
    height: 74px;
  }
}

/* ===== NAVBAR ===== */

#psia-step .psia-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

#psia-step .psia-logo {
  height: 28px;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,.2));
}

#psia-step .psia-login {
  border-radius: 999px;
  padding: .4rem .9rem;
}

/* ===== Fondo azul tipo UK ===== */

#psia-step.uk-theme {
  --navy-1: #102847;
  --navy-2: #1B365D;
  --accent: #FF671B;
  --white: #fff;
  background: linear-gradient(180deg,var(--navy-2) 0%, var(--navy-1) 100%);
  color: var(--white);
  padding: 20px 0 80px;
}

/* Card principal en glass */

#psia-step .glass-card {
  max-width: 820px;
  border-radius: 24px;
  padding: 32px 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

#psia-step .tracking {
  letter-spacing: .12em;
}

#psia-step .brand {
  color: #fff;
}

/* Lista: texto blanco y paloma naranja */

#psia-step .step-list {
  max-width: 520px;
  margin: 16px auto 0;
  line-height: 1.7;
}

#psia-step .step-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #fff;
}

#psia-step .step-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: var(--accent);
}

/* Check circular */

#psia-step .checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 2px solid var(--accent);
  color: var(--accent);
}

#psia-step .checkmark::after {
  content: "✓";
  font-weight: 800;
}

/* CTA */

#psia-step .cta-btn {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(255,103,27,.35);
}

#psia-step .cta-btn:hover {
  transform: translateY(-1px);
}

/* ===== Progreso con animación SIEMPRE ===== */

#psia-step .progress {
  border-radius: 999px;
  overflow: hidden;
}

#psia-step .bg-white-25 {
  background: rgba(255,255,255,.22)!important;
}

#psia-step .progress-bar {
  position: relative;
  width: 0%;
  height: 100%;
  background: #fff;
  border-radius: 999px;
  transition: width 1s ease;
}

/* Efecto shimmer infinito */

#psia-step .progress-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 50%, rgba(255,255,255,0) 100%);
  transform: translateX(-100%);
  animation: shimmer 1.8s linear infinite;
}

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

/* ===== Cards beneficios ===== */

#psia-step .more-info {
  max-width: 1100px;
  margin-top: 38px;
}

#psia-step .info-card {
  gap: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  padding: 18px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
  min-height: 120px;
}

#psia-step .text-white-75 {
  color: rgba(255,255,255,.85)!important;
}

#psia-step .info-illu {
  margin-left: auto;
  width: 120px;
  height: 88px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,.25);
  background: rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

#psia-step .info-illu svg {
  width: 72px;
  height: 72px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .95;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.35));
}

@media (max-width:576px) {
  #psia-step .glass-card {
    padding: 24px 18px;
  }
}

@media (max-width:576px) {
  #psia-step .info-illu {
    width: 100px;
    height: 74px;
  }
}

