.vgz-contact-page {
  background: #f8faff;
  min-height: 60vh;
}

.vgz-contact-hero {
  margin-bottom: 0;
}

.vgz-contact-body {
  padding: 40px 16px 80px;
}

.vgz-contact-card {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid #f1f5f9;
}

.vgz-contact-form label {
  display: block;
  margin-bottom: 16px;
}

.vgz-contact-form label > span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 6px;
}

.vgz-contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.vgz-contact-form input,
.vgz-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14px;
  background: #f8faff;
  color: #1a2332;
}

.vgz-contact-form input:focus,
.vgz-contact-form textarea:focus {
  border-color: #2563eb;
  outline: none;
}

.vgz-contact-captcha__row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vgz-contact-captcha__q {
  font-weight: 700;
  font-size: 15px;
  color: #1a2332;
  white-space: nowrap;
}

.vgz-contact-captcha input {
  max-width: 80px;
}

.vgz-contact-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.vgz-contact-kvkk {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0 20px;
}

.vgz-contact-kvkk input[type='checkbox'] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #2563eb;
}

.vgz-contact-kvkk-label {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  line-height: 1.55;
  color: #64748b;
}

.vgz-contact-kvkk-label .vgz-kvkk-link {
  color: #2563eb;
  font-weight: 700;
}

.vgz-contact-submit {
  width: 100%;
  border: none;
  border-radius: 14px;
  padding: 14px 24px;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
}

.vgz-contact-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.vgz-contact-msg {
  margin: 14px 0 0;
  font-size: 13px;
  text-align: center;
}

.vgz-contact-msg.is-ok {
  color: #16a34a;
}

.vgz-contact-msg.is-err {
  color: #dc2626;
}

@media (max-width: 640px) {
  .vgz-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .vgz-contact-card {
    padding: 22px 18px;
  }
}
