/* Estilos migrados desde pages-recovery.hbs */

:root {
    --recovery-primary: #EC6E1A;
    --recovery-primary-dark: #D45E0A;
    --recovery-text: var(--text-heading);
    --recovery-text-muted: var(--text-secondary);
    --recovery-link: #BAFF00;
  }

  /* 🎬 Video y overlay */
  #background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    object-fit: cover;
    filter: brightness(65%);
  }

  .overlay {
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
      radial-gradient(circle at 20% 20%, rgba(236, 110, 26, 0.25), transparent 55%),
      radial-gradient(circle at 80% 80%, rgba(25, 135, 84, 0.35), transparent 55%),
      rgba(0, 0, 0, 0.12);
  }

  #pages-recovery.pagesViews {
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    color: var(--recovery-text);
  }

  /* 🧊 Card glass */
  .recovery-card {
    background: radial-gradient(circle at 0% 0%, rgba(236, 110, 26, 0.12), rgba(5, 7, 12, 0.96));
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
      0 24px 70px rgba(0, 0, 0, 0.95),
      0 0 0 1px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: var(--recovery-text);
  }

  .recovery-card .card-body {
    padding: 1.8rem 1.6rem 1.6rem;
  }

  /* Logo */
  .recovery-logo img {
    max-height: 40px;
    margin-right: 0.6rem;
  }

  .recovery-logo span {
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
  }

  /* Títulos */
  .recovery-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: #ffffff;
  }

  .recovery-subtitle {
    font-size: 0.9rem;
    color: var(--recovery-text-muted);
    margin-bottom: 0.4rem;
  }

  /* Labels / Inputs */
  .recovery-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--recovery-text);
  }

  .recovery-input-prefix {
    background: rgba(5, 7, 12, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-right: none;
    color: var(--recovery-text-muted);
  }

  .recovery-input {
    background: rgba(5, 7, 12, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-left: none;
    color: var(--recovery-text);
    font-size: 0.9rem;
  }

  .recovery-input::placeholder {
    color: rgba(159, 176, 199, 0.7);
  }

  .recovery-input:focus {
    background: rgba(5, 7, 12, 0.98);
    border-color: var(--recovery-primary);
    box-shadow: 0 0 0 0.16rem rgba(236, 110, 26, 0.35);
    color: var(--recovery-text);
  }

  .needs-validation .invalid-feedback {
    font-size: 0.8rem;
  }

  /* Botón principal */
  .recovery-btn {
    background: linear-gradient(135deg, var(--recovery-primary), var(--recovery-primary-dark));
    border-color: rgba(248, 157, 90, 0.8);
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--bg-base);
    box-shadow: 0 18px 40px rgba(236, 110, 26, 0.5);
  }

  .recovery-btn:hover {
    filter: brightness(1.05);
    box-shadow: 0 22px 55px rgba(236, 110, 26, 0.6);
  }

  /* Links inferiores */
  .recovery-links {
    color: var(--recovery-text-muted);
  }

  .recovery-links a {
    color: var(--recovery-link);
    font-weight: 600;
    text-decoration: none;
  }

  .recovery-links a:hover {
    color: #e2ff7a;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .recovery-card {
      border-radius: 18px;
    }

    .recovery-card .card-body {
      padding: 1.5rem 1.3rem 1.4rem;
    }
  }

  @media (max-width: 576px) {
    .recovery-card .card-body {
      padding: 1.3rem 1.1rem 1.3rem;
    }

    .recovery-title {
      font-size: 1.2rem;
    }

    .recovery-logo span {
      font-size: 1.05rem;
    }
  }
    #footer {
   display: none !important;
  }
