.dkx-contact {
  max-width: 80%;
  margin: 24px auto 8px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.dkx-contact .dkx-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: #fff;
}

.dkx-contact .dkx-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dkx-contact label {
  font-weight: 600;
  color: #0f172a;
}

.dkx-contact input[type="text"],
.dkx-contact input[type="email"],
.dkx-contact input[type="tel"],
.dkx-contact input {
  position: unset;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: var(--background);
  padding: 12px 14px;
  outline: none;
  font: inherit;
  transition: border 0.15s, box-shadow 0.15s;
}

.dkx-contact select,
.dkx-contact textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  outline: none;
  font: inherit;
  transition: border 0.15s, box-shadow 0.15s;
}

.dkx-contact textarea {
  min-height: 140px;
  resize: vertical;
  margin-top: 20px;
}

.dkx-contact input:focus,
.dkx-contact select:focus,
.dkx-contact textarea:focus {
  border-color: #0096c7;
  box-shadow: 0 0 0 3px rgba(0, 150, 199, 0.15);
}

.dkx-contact .dkx-help {
  font-size: 12px;
  color: #64748b;
}

.dkx-contact .dkx-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
}

.dkx-btn {
  appearance: none;
  border: 0;
  border-radius: 8px;
  padding: 12px 18px;
  background: #0096c7;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.05s ease, opacity 0.15s ease;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.dkx-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.dkx-btn:active {
  transform: translateY(1px);
}

.dkx-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f7fbff;
  border: 1px dashed rgba(0, 150, 199, 0.35);
  color: #0b2940;
  margin: 16px 0;
}

.dkx-error {
  color: #b91c1c;
  font-size: 13px;
  margin-top: 4px;
  display: none;
}

.dkx-success {
  margin-top: 14px;
  padding: 14px;
  border-radius: 8px;
  background: #ecfdf5;
  border: 1px solid #10b98133;
  color: #065f46;
  display: none;
}

.dkx-fail {
  margin-top: 14px;
  padding: 14px;
  border-radius: 8px;
  background: #fef2f2;
  border: 1px solid #ef444433;
  color: #991b1b;
  display: none;
}

.dkx-required::after {
  content: " *";
  color: #ef4444;
}

.dkx-invis {
  position: absolute !important;
  left: -9999px;
  top: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
}

.dkx-captcha {
  margin-top: 6px;
}

@media (max-width: 768px) {
  .dkx-contact .dkx-row {
    grid-template-columns: 1fr;
  }
}

.dkx-contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .dkx-contacts-grid {
    grid-template-columns: 1fr;
  }

  .dkx-contact {
    padding: 10px;
    margin: 10px;
    max-width: 100%;
  }

  .section-title {
    display: none;
  }

  .dkx-note svg {
    display: none;
  }

  #dkxKvkk {
    width: 5%;
  }
}

.dkx-contact-item {
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  align-items: flex-start;
}

.dkx-contact-item .ico {
  flex: 0 0 auto;
  opacity: 0.85;
}

.dkx-contact-item .txt {
  line-height: 1.35;
}

.dkx-contact-item .ttl {
  font-weight: 700;
  color: #0f172a;
}

.section-title {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  text-align: center;
  color: var(--title-1);
  margin-top: 64px;
  margin-bottom: 50px;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--title-after-1);
  border-radius: 2px;
}

form {
  user-select: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kvkk {
  display: flex;
  gap: 20px;
}

#dkxKvkk {
  width: 2%;
}
