/* TK Contact – basisstijl, licht & netjes */

.tkc-form-wrap { max-width: 720px; margin: 0 auto; }
.tkc-notice { padding: 12px 14px; border-radius: 6px; margin-bottom: 14px; }
.tkc-success { background: #ecfdf5; border: 1px solid #10b981; color: #065f46; }
.tkc-error   { background: #fef2f2; border: 1px solid #ef4444; color: #7f1d1d; }
.tkc-notice ul { margin: 0; padding-left: 18px; }

.tkc-form { display: block; }
.tkc-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 640px) { .tkc-row { grid-template-columns: 1fr; } }

.tkc-field { display: flex; flex-direction: column; margin-bottom: 12px; }
.tkc-field label { font-weight: 600; margin-bottom: 6px; }
.tkc-field input[type="text"],
.tkc-field input[type="email"],
.tkc-field input[type="tel"],
.tkc-field textarea {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 16px;
  background: #fff;
}
.tkc-field textarea { resize: vertical; }

.tkc-consent label { font-weight: 500; display: inline-flex; gap: 8px; align-items: center; }

.tkc-btn {
  display: inline-block;
  background: #0ea5e9;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 16px;
  cursor: pointer;
}
.tkc-btn:hover { background: #0284c7; }

/* honeypot onzichtbaar */
.tkc-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }