/* İlan Ver başvuru sayfası */
.iv-sayfa{padding:8px 0 28px}
.iv-hd{margin:0 0 22px;text-align:center}
.iv-hd h1{
  font-family:Georgia,'Playfair Display',serif;
  font-size:1.7rem;font-weight:700;margin:0 0 10px;letter-spacing:.2px;
}
.iv-hd p{
  margin:0 auto;max-width:36em;font-size:.9rem;line-height:1.55;color:var(--muted);
  white-space:pre-line;
}
.iv-form{
  background:var(--surface,#241531);
  border:1px solid var(--border,#33203f);
  border-radius:18px;
  padding:20px 16px 18px;
  box-shadow:0 12px 32px rgba(0,0,0,.28);
}
.iv-hp{position:absolute;left:-9999px;opacity:0;width:1px;height:1px}
.iv-fld{margin-bottom:14px}
.iv-fld label{
  display:block;font-size:.72rem;font-weight:700;letter-spacing:.4px;
  color:var(--muted);margin-bottom:7px;text-transform:uppercase;
}
.iv-fld input,.iv-fld select,.iv-fld textarea{
  width:100%;box-sizing:border-box;
  background:#fff;
  border:1px solid var(--border,#e5e1ea);
  border-radius:12px;
  padding:13px 14px;
  color:var(--text);font:inherit;font-size:16px;
}
.iv-fld textarea{min-height:120px;resize:vertical;line-height:1.5}
.iv-fld input:focus,.iv-fld select:focus,.iv-fld textarea:focus{
  outline:none;border-color:rgba(201,162,39,.55);
  box-shadow:0 0 0 3px rgba(201,162,39,.12);
}
.iv-ipucu{display:block;margin-top:6px;font-size:.7rem;color:var(--muted)}
.iv-btn{
  width:100%;margin-top:8px;border:0;border-radius:14px;padding:15px;
  font-weight:800;font-size:.95rem;cursor:pointer;font-family:inherit;
  color:#2a1d05;background:linear-gradient(180deg,#e6c869,var(--altin,#e8c24a));
  box-shadow:0 10px 22px rgba(232,194,74,.28);
}
.iv-btn:active{transform:translateY(1px)}
.iv-hata{
  background:rgba(224,115,111,.12);border:1px solid rgba(224,115,111,.4);
  color:#f0b3b0;border-radius:12px;padding:12px 14px;font-size:.86rem;margin-bottom:14px;
}
.iv-ok{
  text-align:center;padding:28px 18px;
  background:var(--surface,#241531);border:1px solid rgba(79,209,138,.35);
  border-radius:18px;
}
.iv-ok b{display:block;font-size:1.15rem;color:#7ee6a8;margin-bottom:8px}
.iv-ok p{margin:0 0 18px;color:var(--muted);font-size:.9rem;line-height:1.5}
.iv-geri{color:var(--altin,#e8c24a);font-weight:700;text-decoration:none;font-size:.9rem}
