.kasu-auth-page {
  --kasu-auth-ink: #0c1726;
  --kasu-auth-muted: #4b5b72;
  --kasu-auth-accent: #8e1f63;
  --kasu-auth-surface: #ffffff;
  --kasu-auth-border: #dfe4ec;
  --kasu-auth-shadow: 0 22px 48px rgba(12, 23, 38, 0.18);
  font-family: "Montserrat", "Segoe UI", system-ui, sans-serif;
  background: #0b1320;
}

.kasu-auth {
  min-height: calc(100vh - var(--kasu-header-height, 72px));
  padding: 64px 0 48px;
  background: url("/assets/images/patrocinios_en_mexico.jpeg") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.kasu-auth__section {
  position: relative;
}

.kasu-auth__section .row {
  justify-content: flex-end;
}

.kasu-auth__section .auth-wrap {
  max-width: 520px;
  margin: 0 0 0 auto;
}

.kasu-auth__card {
  background: rgba(255, 255, 255, 0.48);
  border-radius: 20px;
  padding: 24px 24px;
  box-shadow: 0 18px 44px rgba(12, 23, 38, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
}

.no-reveal {
  transform: none !important;
  opacity: 1 !important;
}

.kasu-auth__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.4rem;
}

.kasu-auth__header img {
  width: 68px;
  height: auto;
}

.kasu-auth__eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--kasu-auth-muted);
  font-weight: 600;
}

.kasu-auth__card .features-title {
  text-align: center;
  margin: 0.5rem 0 0.4rem;
  font-family: "Montserrat", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 1.8rem);
  color: var(--kasu-auth-ink);
}

.kasu-auth__lead {
  text-align: center;
  color: var(--kasu-auth-muted);
  margin-bottom: 1.1rem;
  font-size: 0.95rem;
}

.kasu-auth__plan {
  text-align: center;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 1.2rem;
}

.kasu-auth__plan h2 {
  font-weight: 600;
  color: var(--kasu-auth-ink);
  font-size: 1.15rem;
}

.kasu-auth__plan p {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}

.kasu-auth__plan hr {
  margin: 0.6rem 0;
}

.kasu-auth__form label {
  font-weight: 600;
  color: var(--kasu-auth-ink);
  margin-top: 8px;
  font-size: 0.9rem;
}

.kasu-auth__form .form-control {
  border-radius: 12px;
  border: 1px solid var(--kasu-auth-border);
  padding: 10px 12px;
  font-size: 0.92rem;
  box-shadow: none;
}

.kasu-auth__form .form-control:focus {
  border-color: rgba(142, 31, 99, 0.5);
  box-shadow: 0 0 0 3px rgba(142, 31, 99, 0.15);
}

.kasu-auth__actions {
  margin-top: 0.9rem;
}

.kasu-auth__card .main-button-slider,
.kasu-auth__card .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 10px 22px;
  background: var(--kasu-auth-accent);
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kasu-auth__card .main-button-slider:hover,
.kasu-auth__card .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(142, 31, 99, 0.2);
  color: #ffffff;
}

.kasu-auth-page .muted-link {
  color: var(--kasu-auth-accent);
}

.kasu-auth-page .modal-content {
  border-radius: 16px;
  border: 1px solid var(--kasu-auth-border);
}

@media (max-width: 767px) {
  .kasu-auth {
    padding: 48px 0 40px;
  }

  .kasu-auth__card {
    padding: 22px 18px;
  }
}

@media (max-width: 991px) {
  .kasu-auth__section .row {
    justify-content: center;
  }

  .kasu-auth__section .auth-wrap {
    margin: 0 auto;
  }
}
