.kkt-wrap {
  max-width: 720px;
  margin: 0 auto;
  color: #1f2320;
  font-size: 16px;
  line-height: 1.6;
}

.kkt-header {
  text-align: left;
  margin-bottom: 28px;
}

.kkt-logo {
  display: block;
  margin: 0 auto 20px;
  height: 88px;
  width: auto;
}

.kkt-title {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 14px;
  text-align: center;
}

.kkt-muted {
  color: #6b7280;
  font-weight: 400;
}

.kkt-form {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.kkt-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 640px) {
  .kkt-grid { grid-template-columns: 1fr; }
  .kkt-form { padding: 20px; }
}

.kkt-field { margin-bottom: 20px; }

.kkt-field label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
}

.kkt-field input[type="text"],
.kkt-field input[type="email"],
.kkt-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
  font-size: 15px;
  background: #fff;
}

.kkt-field textarea { resize: vertical; }

.kkt-field input:focus,
.kkt-field textarea:focus {
  outline: none;
  border-color: #6b7f6a;
  box-shadow: 0 0 0 3px rgba(107, 127, 106, 0.18);
}

.kkt-preview {
  display: block;
  margin-top: 12px;
  height: 92px;
  width: 92px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.kkt-consent {
  border: 1px solid #e5e7eb;
  background: #f7f8f7;
  border-radius: 12px;
  padding: 16px;
  margin: 0 0 22px;
}

.kkt-consent legend {
  font-weight: 600;
  font-size: 14px;
  padding: 0 4px;
}

.kkt-consent label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 20px;
  font-size: 15px;
  cursor: pointer;
}

.kkt-button {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #3f5c40;
  color: #fff;
  font: inherit;
  font-weight: 600;
  padding: 14px 20px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.kkt-button:hover { background: #33492f; }

.kkt-notice {
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 18px;
  font-size: 15px;
}

.kkt-notice--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.kkt-thanks { text-align: center; padding: 48px 16px; }
.kkt-thanks__icon { font-size: 44px; }
.kkt-thanks h2 { margin: 12px 0 8px; }

.kkt-hp {
  position: absolute !important;
  left: -9999px;
  height: 1px;
  overflow: hidden;
}
