/* =========================
   CF7 FINAL DARK SAAS CLEAN
========================= */
/* form daha kompakt */
.wpcf7 form {
  background: linear-gradient(135deg, #0b1220, #070d18);
  padding: 28px;
  border-radius: 18px;
  max-width: 580px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65), 0 10px 30px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
  /* glow */
}
.wpcf7 form::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.35), transparent 65%);
  top: -120px;
  right: -120px;
  filter: blur(18px);
}
.wpcf7 form::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.20), transparent 65%);
  bottom: -120px;
  left: -120px;
  filter: blur(18px);
}
.wpcf7 form * {
  position: relative;
  z-index: 1;
  /* LABEL */
}
.wpcf7 label {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
  /* INPUTS */
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease;
  backdrop-filter: blur(10px);
  /* TEXTAREA */
}
.wpcf7 textarea {
  min-height: 130px;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f1f5f9;
  /* PLACEHOLDER (KESİN FIX) */
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
  opacity: 1 !important;
}
.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}
.wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
  /* FOCUS */
}
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.25), 0 8px 25px rgba(56, 189, 248, 0.20);
  outline: none;
  transform: translateY(-1px);
  /* BUTTON */
}
.wpcf7 input[type="submit"] {
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 10px;
}
.wpcf7 input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(59, 130, 246, 0.35);
  /* MESAJ KUTUSU YAZI RENGİ KESİN FIX */
}
.wpcf7 textarea, .wpcf7 textarea:focus, .wpcf7 textarea:active {
  color: #f1f5f9 !important;
  -webkit-text-fill-color: #f1f5f9 !important;
  caret-color: #f1f5f9 !important;
  /* INPUT HATA YAZILARI */
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #fca5a5 !important;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  /* GENEL RESPONSE (başarılı / hata mesajı) */
}
.wpcf7 .wpcf7-response-output {
  color: #f1f5f9 !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding: 12px;
  border-radius: 10px;
  /* MESAJ KUTUSU (textarea) KESİN FIX */
}
.wpcf7 textarea {
  color: #f1f5f9 !important;
  -webkit-text-fill-color: #f1f5f9 !important;
  /* INPUT TEXT GENEL FIX */
}
.wpcf7 input, .wpcf7 textarea {
  color: #995 f9 !important;
  /* =========================
   DESKTOP REFINEMENT (MOBİL HİSSİ)
========================= */
}
@media (min-width: 768px) {
  /* =========================
   RADIUS TIGHTEN (DAHA MODERN)
========================= */  .wpcf7 form {
    padding: 22px 24px;
    max-width: 520px;
    /* inputlar biraz daha ince */
  }
  .wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    padding: 12px 14px;
    font-size: 13.5px;
    /* label daha net ama abartısız */
  }
  .wpcf7 label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    /* textarea biraz daha kontrollü */
  }
  .wpcf7 textarea {
    min-height: 110px;
    /* glow biraz yumuşat (mobil hissi için) */
  }
  .wpcf7 form::before, .wpcf7 form::after {
    filter: blur(22px);
    opacity: 0.9;
    /* hover daha sakin */
  }
  .wpcf7 input[type="submit"]:hover {
    transform: translateY(-1px);
  }
}
.wpcf7 form {
  border-radius: 12px;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  border-radius: 10px;
}
.wpcf7 input[type="submit"] {
  border-radius: 10px;
}
