/* Erken kayıt (bekleme listesi) sayfası — .ct-* form altyapısı styles.css'te,
   burada yalnız sayfaya özgü ekler. CSP: inline stil YASAK → her şey burada. */

/* Honeypot: insan görmez/doldurmaz — display:none KULLANMA (bazı botlar atlar),
   ekran dışına taşı */
.wl-hp {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 1px;
  overflow: hidden;
}

.wl-kvkk {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.86rem;
  color: var(--text-2);
  line-height: 1.55;
  cursor: pointer;
}
.wl-kvkk input {
  margin-top: 3px;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.wl-kvkk a { color: var(--primary); text-decoration: underline; }

.wl-points {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wl-points li {
  position: relative;
  padding-left: 22px;
  font-size: 0.95rem;
  color: var(--text-2);
  line-height: 1.5;
}
.wl-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0.75;
}

.wl-sentnote { margin: 8px 0 0; font-size: 0.88rem; color: var(--text-2); }
.wl-err { color: #b00020; font-size: 0.86rem; margin-top: 10px; }
