/* ==========================================================================
   LOCK CAR CRM - AUTH / LOGIN EXPERIENCE (INSPIRADO EM DESTAKCRM.PRO)
   Layout Split 2-Colunas Dark Elegante com Cores Oficiais Roxas (#6B2DF5 / #4A1DBF)
   ========================================================================== */

.destak-auth-layout {
  background: #080511;
  color: #E2E8F0;
  min-height: 100vh;
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  position: relative;
  overflow: hidden;
  font-family: var(--font-body);
}

@media (max-width: 1024px) {
  .destak-auth-layout {
    grid-template-columns: 1fr;
  }
  .destak-auth-brand {
    display: none !important;
  }
  .destak-auth-panel {
    padding: 32px 20px !important;
  }
}

/* ==========================================================================
   COLUNA ESQUERDA: BRAND & HERO (PITCH AUTOMOTIVO)
   ========================================================================== */
.destak-auth-brand {
  background: radial-gradient(circle at 20% 30%, #170C36 0%, #080511 80%);
  color: #F8FAFC;
  padding: clamp(48px, 8vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

/* Geometric Ambient Ring (Igual destakcrm.pro adaptado em roxo) */
.destak-auth-brand::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(107, 45, 245, 0.25);
  border-radius: 50%;
  right: -200px;
  bottom: -220px;
  pointer-events: none;
}

.destak-auth-brand::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1px dashed rgba(139, 92, 246, 0.2);
  border-radius: 50%;
  right: -100px;
  bottom: -120px;
  pointer-events: none;
}

.destak-brand-mark {
  height: 56px;
  width: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #6B2DF5 0%, #4A1DBF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(107, 45, 245, 0.4);
  margin-bottom: 56px;
}

.destak-brand-eyebrow {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #A78BFA;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.destak-brand-eyebrow-dot {
  width: 6px;
  height: 6px;
  background: #22C55E;
  border-radius: 50%;
  box-shadow: 0 0 8px #22C55E;
}

.destak-auth-brand h1 {
  font-family: var(--font-heading);
  font-size: clamp(34px, 3.8vw, 54px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1.5px;
  margin: 0;
  max-width: 580px;
  color: #FFFFFF;
}

.destak-title-highlight {
  background: linear-gradient(135deg, #C4B5FD 0%, #8B5CF6 50%, #6B2DF5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.destak-auth-brand p.destak-brand-desc {
  font-size: 16.5px;
  line-height: 1.6;
  color: #94A3B8;
  max-width: 460px;
  margin-top: 24px;
}

/* Features List on Left Column */
.destak-brand-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.destak-feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 14px;
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 600;
  color: #DCCFFF;
  backdrop-filter: blur(8px);
}

/* ==========================================================================
   COLUNA DIREITA: AUTH PANEL / CARD DE LOGIN
   ========================================================================== */
.destak-auth-panel {
  display: grid;
  place-items: center;
  padding: 48px 36px;
  background: #0C0819;
  position: relative;
}

.destak-auth-card {
  width: min(100%, 400px);
  display: grid;
  gap: 22px;
  animation: fadeIn 0.3s ease;
}

.destak-mobile-logo-header {
  display: none;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .destak-mobile-logo-header {
    display: flex;
  }
}

.destak-auth-card-headings h2 {
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 8px 0;
  letter-spacing: -0.5px;
}

.destak-auth-card-headings p {
  color: #94A3B8;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

/* Quick Account Selector */
.destak-quick-login-pills {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 12px;
  border-radius: var(--radius-lg);
}

.destak-quick-title {
  font-size: 11px;
  font-weight: 700;
  color: #A78BFA;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.destak-quick-btns-row {
  display: flex;
  gap: 6px;
}

.destak-quick-pill {
  flex: 1;
  background: rgba(107, 45, 245, 0.12);
  border: 1px solid rgba(107, 45, 245, 0.3);
  color: #DCCFFF;
  font-size: 11.5px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition-fast);
  text-align: center;
}

.destak-quick-pill:hover {
  background: var(--color-primary);
  color: #FFFFFF;
  border-color: var(--color-primary);
}

/* Inputs & Form */
.destak-form-group {
  display: grid;
  gap: 8px;
}

.destak-form-group label {
  font-size: 13px;
  font-weight: 700;
  color: #CBD5E1;
}

.destak-auth-input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 14px 16px;
  background: #140D28;
  color: #FFFFFF;
  font-size: 14.5px;
  font-family: inherit;
  outline: none;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.destak-auth-input:focus {
  border-color: #6B2DF5;
  box-shadow: 0 0 0 3px rgba(107, 45, 245, 0.25);
  background: #191032;
}

.destak-auth-input::placeholder {
  color: #64748B;
}

/* Primary Button */
.destak-btn-submit {
  border: 0;
  border-radius: 10px;
  padding: 15px 20px;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #6B2DF5 0%, #4A1DBF 100%);
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(107, 45, 245, 0.35);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), opacity var(--transition-fast);
}

.destak-btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(107, 45, 245, 0.5);
  opacity: 0.95;
}

.destak-btn-submit:active {
  transform: translateY(0);
}

/* Footer / Meta info */
.destak-auth-footer {
  text-align: center;
  font-size: 12px;
  color: #64748B;
  margin-top: 8px;
}
