
.input {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border-radius: 0.375rem;
  background-color: #374151;
  color: white;
  outline: none;
}
.input:focus {
  box-shadow: 0 0 0 2px #3b82f6;
}

.action-button {
  width: 100%;
  background-color: #2563eb;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  transition: background-color 0.3s;
}
.action-button:hover {
  background-color: #1d4ed8;
}

.tab-button {
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.tab-content {
  margin-top: 1rem;
}

.hidden {
  display: none;
}
/* ================== SCOP AUTH PREMIUM ================== */

/* Reset */
body {
  background: #0a0a0f;
  min-height: 100vh;
  font-family: 'Inter', 'Poppins', Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Container pentru centrare */
.scop-auth-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(130deg,#181824 60%,#222326 100%);
}

/* Card principal premium cu bordură gold și shadow */
.scop-auth-box, .scop-auth-card {
  
background: #111114;
  border-radius: 1.6rem;
  box-shadow: 0 6px 32px #000b, 0 0 0 3px #ffd70066;
  border: 3.5px solid #ffd700;
  max-width: 400px;
  width: 98vw;
  margin: 0 auto;
  padding: 2.2rem 2rem 2rem 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  animation: fadeIn 0.7s cubic-bezier(.4,2,.8,1);
}

/* Titlu auriu premium */
.scop-auth-title, #scop-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  letter-spacing: 0.03em;
  color: #ffd700;
  font-family: 'Poppins', 'Inter', Arial, sans-serif;
  text-shadow: 0 1px 8px #b4975a44, 0 0px 2px #222;
}

/* Row titlu + selector */
.scop-auth-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.6rem;
}

#auth-lang-select, .lang-dropdown {
  background: #16161a;
  border: 1.5px solid #ffd700;
  color: #ffd700;
  font-weight: 600;
  border-radius: 0.7em;
  font-size: 1rem;
  padding: 0.45em 1.1em;
  cursor: pointer;
  box-shadow: 0 1.5px 8px #b4975a22;
  outline: none;
  transition: border 0.13s, box-shadow 0.13s;
}
#auth-lang-select:focus {
  border: 1.5px solid #fff5b0;
  box-shadow: 0 0 0 2px #ffd70055;
}

.scop-tabs, .scop-auth-tabs {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.1rem;
  margin-top: 0.4rem;
}

.scop-tabs button, .scop-auth-tabs button, .tab-button {
  background: none;
  border: none;
  color: #b4975a;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  border-bottom: 2.5px solid transparent;
  padding-bottom: 6px;
  padding-top: 3px;
  outline: none;
  transition: color 0.14s, border 0.14s;
}
.scop-tabs button.active, .scop-auth-tabs button.active, .tab-button.active {
  color: #ffd700;
  border-bottom: 2.5px solid #ffd700;
}

/* Form style */
.scop-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 0.1rem;
}

.scop-form input, .scop-auth-input, input[type="email"], input[type="password"], input[type="text"] {
  width: 100%;
  background: #18181d;
  border: 1.8px solid #333;
  color: #ffd700;
  font-size: 1.08rem;
  border-radius: 0.7em;
  padding: 0.85em 1.1em;
  margin-bottom: 0.2em;
  outline: none;
  transition: border 0.18s, background 0.13s;
  font-family: inherit;
  box-sizing: border-box;
}
.scop-form input:focus, .scop-auth-input:focus {
  border-color: #ffd700;
  background: #1e1e25;
}

/* Butoane aurii premium */
.scop-form button, .scop-auth-btn, #login-button, #register-button, #reset-button {
  width: 100%;
  background: linear-gradient(92deg,#ffd700 75%,#b4975a 100%);
  color: #111114;
  font-size: 1.13rem;
  font-weight: 700;
  padding: 0.8em 0;
  border-radius: 0.8em;
  border: none;
  margin-bottom: 0.5em;
  margin-top: 0.2em;
  box-shadow: 0 2px 12px #b4975a33;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background 0.15s, color 0.14s;
}
.scop-form button:hover, .scop-auth-btn:hover, #login-button:hover, #register-button:hover, #reset-button:hover {
  background: #ffe066;
}

a#forgot-pass-link, .scop-auth-link {
  color: #ffd700;
  text-align: center;
  display: block;
  margin: 0.5em auto 0.1em auto;
  font-size: 1em;
  cursor: pointer;
  text-decoration: underline dotted;
  width: fit-content;
  transition: color 0.15s;
}
a#forgot-pass-link:hover, .scop-auth-link:hover {
  color: #fff5b0;
}

#purchase-quiz-btn {
  width: 100%;
  background: linear-gradient(92deg,#ffd700 75%,#b4975a 100%);
  color: #111114;
  font-size: 1.13rem;
  font-weight: 700;
  padding: 0.7em 0;
  border-radius: 0.8em;
  border: none;
  margin-top: 0.9em;
  margin-bottom: 0.2em;
  box-shadow: 0 2px 12px #b4975a33;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background 0.16s, color 0.13s;
}
#purchase-quiz-btn:hover { background: #ffe066; }
#purchase-expl, .scop-purchase-expl {
  color: #ffd700;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 0.8em;
  margin-top: 0.04em;
  opacity: 1;
  text-align: center;
  letter-spacing: 0.01em;
}

#subscription-btn {
  width: 100%;
  background: none;
  border: 2px solid #ffd700;
  color: #ffd700;
  font-size: 1.07rem;
  font-weight: 600;
  padding: 0.7em 0;
  border-radius: 0.8em;
  margin-top: 0.6em;
  margin-bottom: 0.15em;
  box-shadow: none;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background 0.14s, color 0.14s;
}
#subscription-btn:hover {
  background: #ffd70022;
  color: #fff5b0;
}
#subscription-expl {
  color: #b4975a;
  font-weight: 500;
  font-size: 0.96em;
  margin-bottom: 0.7em;
  text-align: center;
  letter-spacing: 0.01em;
}

/* Responsive & Animatie */
@media (max-width: 480px) {
  .scop-auth-box, .scop-auth-card { 
    padding: 1.2rem 0.3rem 1rem 0.3rem; 
    max-width: 99vw;
  }
  .scop-auth-title, #scop-title { font-size: 1.28rem; }
  .scop-tabs button, .tab-button { font-size: 0.98rem; }
}

/* Efect vizual intrare */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(32px);}
  to { opacity: 1; transform: translateY(0);}
}

/* ================== FINE PREMIUM AUTH ================== */
