/* ══ SIGNUP / LOGIN MODAL ══ */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 300;
  align-items: center;
  justify-content: center;
}
.modal-overlay.open { display: flex; }

.modal-box {
  background: #fff;
  padding: 52px;
  width: 100%;
  max-width: 420px;
  position: relative;
}

.modal-x {
  position: absolute;
  top: 18px; right: 20px;
  background: none; border: none;
  font-size: 20px; cursor: pointer; color: #aaa;
  font-family: 'YeezyTstar', sans-serif;
}

.modal-h {
  font-family: 'YeTest';
  font-size: 38px;
  margin-bottom: 6px;
  line-height: 1;
}

.modal-sub {
  font-family: 'YeezyTstar', sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.modal-input {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 14px 16px;
  font-family: 'YeezyTstar', sans-serif;
  font-size: 13px;
  color: #000;
  outline: none;
  background: #fff;
  display: block;
}

.modal-input:last-of-type { border-bottom: 1px solid #ddd; }
.modal-input:focus { border-color: #000; }

.modal-error {
  font-family: 'YeezyTstar', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #c00;
  text-transform: uppercase;
  margin-top: 10px;
  min-height: 18px;
}

.modal-submit {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 16px;
  font-family: 'YeezyTstar', sans-serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 14px;
  transition: opacity 0.2s;
}

.modal-submit:hover { opacity: 0.7; }

.modal-signin {
  font-family: 'YeezyTstar', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #aaa;
  text-align: center;
  margin-top: 16px;
  cursor: pointer;
  text-transform: uppercase;
}

.modal-signin:hover { color: #000; }

/* Reveal step */
#step-reveal { text-align: center; }

.reveal-label {
  font-family: 'YeezyTstar', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.reveal-number {
  font-family: 'YeTest';
  font-size: 96px;
  line-height: 1;
  color: #000;
  margin-bottom: 16px;
}

.reveal-msg {
  font-family: 'YeezyTstar', sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #888;
  text-transform: uppercase;
  line-height: 1.8;
  margin-bottom: 32px;
}

.reveal-close {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 16px;
  font-family: 'YeezyTstar', sans-serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}

.reveal-close:hover { opacity: 0.7; }
