/* Prabandh360 v103 — OTP login and employee registration screens only. */

.p360-secondary-auth .p360-secondary-hero-content {
  width: min(100%, 660px);
}

.p360-secondary-auth .p360-secondary-hero-content h1 {
  max-width: 650px;
}

.p360-secondary-benefits {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin-top: 24px;
}

.p360-secondary-benefits > div {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  color: rgba(255,255,255,.74);
  background: rgba(255,255,255,.05);
  font-size: 11px;
  font-weight: 550;
}

.p360-secondary-benefits i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 8px;
  color: #ccec8e;
  background: rgba(183,224,102,.10);
  font-size: 16px;
}

.p360-secondary-card {
  width: min(100%, 410px);
}

.p360-back-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 22px;
  color: var(--auth-label-3) !important;
  font-size: 10.5px;
  font-weight: 650;
}

.p360-back-link i {
  font-size: 17px;
  transition: transform .18s ease;
}

.p360-back-link:hover {
  color: var(--p360-accent) !important;
}

.p360-back-link:hover i {
  transform: translateX(-2px);
}

.p360-secondary-heading {
  margin-bottom: 22px;
}

.p360-auth-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border: 1px solid color-mix(in srgb, var(--p360-accent) 20%, var(--p360-line));
  border-radius: 13px;
  color: var(--p360-accent);
  background: var(--p360-accent-soft);
}

.p360-auth-icon i {
  font-size: 22px;
}

.p360-secondary-heading h2 {
  font-size: clamp(25px, 2.3vw, 31px);
}

.p360-otp-helper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 2px 0 14px;
  padding: 10px 11px;
  border: 1px solid color-mix(in srgb, var(--p360-accent) 15%, var(--p360-line));
  border-radius: 11px;
  color: var(--auth-label-3);
  background: color-mix(in srgb, var(--p360-accent) 5%, transparent);
  font-size: 9.75px;
  line-height: 1.45;
}

.p360-otp-helper i {
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--p360-accent);
  font-size: 15px;
}

.p360-secondary-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 17px;
  color: var(--auth-label-3);
  font-size: 10.5px;
}

.p360-secondary-switch a {
  color: var(--p360-accent) !important;
  font-weight: 700;
}

.p360-secondary-switch a:hover {
  color: var(--p360-accent-strong) !important;
}

.p360-step-list {
  display: grid;
  gap: 9px;
  max-width: 560px;
  margin-top: 24px;
}

.p360-step-item {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
}

.p360-step-item > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 9px;
  color: rgba(255,255,255,.65);
  font-size: 10px;
  font-weight: 800;
}

.p360-step-item strong,
.p360-step-item small {
  display: block;
}

.p360-step-item strong {
  color: rgba(255,255,255,.88);
  font-size: 11px;
  font-weight: 700;
}

.p360-step-item small {
  margin-top: 2px;
  color: rgba(255,255,255,.48);
  font-size: 9.5px;
  line-height: 1.35;
}

.p360-step-item-active {
  border-color: rgba(190,229,105,.22);
  background: rgba(183,224,102,.08);
}

.p360-step-item-active > span {
  border-color: rgba(190,229,105,.28);
  color: #d8f39d;
  background: rgba(183,224,102,.12);
}

@media (max-height: 820px) and (min-width: 821px) {
  .p360-secondary-auth .p360-secondary-hero-content h1 {
    font-size: clamp(32px, 4vw, 52px);
  }

  .p360-secondary-benefits,
  .p360-step-list {
    margin-top: 18px;
  }

  .p360-secondary-benefits > div,
  .p360-step-item {
    min-height: 38px;
    padding-block: 7px;
  }

  .p360-back-link {
    margin-bottom: 14px;
  }

  .p360-auth-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .p360-secondary-heading {
    margin-bottom: 16px;
  }

  .p360-secondary-switch {
    margin-top: 13px;
  }
}

@media (max-width: 820px) {
  .p360-secondary-card {
    width: min(100%, 430px);
  }

  .p360-back-link {
    margin-bottom: 18px;
  }
}

@media (max-width: 520px) {
  .p360-secondary-auth .p360-login-panel {
    padding-inline: 16px;
  }

  .p360-auth-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 11px;
  }

  .p360-secondary-heading h2 {
    font-size: 26px;
  }

  .p360-secondary-switch {
    flex-wrap: wrap;
    row-gap: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p360-back-link i {
    transition: none !important;
  }
}
