/* Página aparte: acceso clientes */
.als-access-page {
  margin: 0;
  min-height: 100vh;
  font-family: "Figtree", system-ui, sans-serif;
  color: #071525;
  position: relative;
  background: #071525;
}

.als-access-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(160deg, rgba(7, 21, 37, 0.78) 0%, rgba(7, 21, 37, 0.62) 45%, rgba(7, 21, 37, 0.72) 100%),
    url("../img/portal-bg-automation-ai.jpg") center center / cover no-repeat;
}

.als-access-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 28px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  backdrop-filter: blur(8px);
}

.als-access-logo img {
  height: 40px;
  width: auto;
  display: block;
}

.als-access-home {
  color: #009cea;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
}

.als-access-home:hover {
  text-decoration: underline;
}

.als-access-main {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 78px);
  padding: 40px 16px 56px;
}

.als-access-card {
  width: min(440px, 100%);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 36px 32px 32px;
  box-shadow: 0 20px 50px rgba(7, 21, 37, 0.28);
}

.als-access-kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #009cea;
}

.als-access-card h1 {
  margin: 0 0 10px;
  font-family: "Syne", "Figtree", sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  letter-spacing: -0.02em;
  color: #071525;
}

.als-access-lead {
  margin: 0 0 24px;
  color: #5a6b7c;
  font-size: 0.96rem;
  line-height: 1.55;
}

.als-access-form label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #334155;
}

.als-access-form input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cfd8e3;
  background: #f8fafc;
  color: #071525;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 14px;
  font-size: 1rem;
}

.als-access-form input:focus {
  outline: 2px solid #009cea;
  border-color: transparent;
  background: #fff;
}

.als-access-form button {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #009cea;
  color: #fff;
  font-weight: 700;
  padding: 13px 16px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 4px;
}

.als-access-form button:hover {
  background: #007fbe;
}

.als-access-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 0.9rem;
}

.als-access-help {
  margin: 20px 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: #5a6b7c;
}

.als-access-help a {
  color: #009cea;
  font-weight: 700;
  text-decoration: none;
}

.als-access-help a:hover {
  text-decoration: underline;
}
