.page-id-1860 .cf-contact-form-slot {
  margin-top: 30px;
}

.page-id-1860 .cf-contact-inquiry,
.page-id-1860 .cf-contact-inquiry * {
  box-sizing: border-box;
}

.page-id-1860 .cf-contact-inquiry {
  width: 100%;
  max-width: 100%;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(8, 35, 63, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(8, 35, 63, 0.09);
}

.page-id-1860 .cf-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
  min-width: 0;
}

.page-id-1860 .cf-contact-field {
  min-width: 0;
}

.page-id-1860 .cf-contact-field.is-full {
  grid-column: 1 / -1;
}

.page-id-1860 .cf-contact-field label {
  display: block;
  margin: 0 0 9px;
  color: #132033;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.page-id-1860 .cf-contact-field label span {
  color: #115dff;
}

.page-id-1860 .cf-contact-field input,
.page-id-1860 .cf-contact-field select,
.page-id-1860 .cf-contact-field textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  border: 1px solid #cdd6df;
  border-radius: 10px;
  background: #fbfcfe;
  color: #132033;
  font: inherit;
  line-height: 1.45;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.page-id-1860 .cf-contact-field input,
.page-id-1860 .cf-contact-field select {
  min-height: 50px;
  padding: 11px 14px;
}

.page-id-1860 .cf-contact-field textarea {
  min-height: 150px;
  padding: 14px;
  resize: vertical;
}

.page-id-1860 .cf-contact-field input:focus,
.page-id-1860 .cf-contact-field select:focus,
.page-id-1860 .cf-contact-field textarea:focus {
  outline: none;
  border-color: #115dff;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(17, 93, 255, 0.12);
}

.page-id-1860 .cf-contact-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}

.page-id-1860 .cf-contact-submit {
  min-height: 50px;
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
}

.page-id-1860 .cf-contact-actions p {
  margin: 0;
  color: #607083;
  font-size: 13px;
  line-height: 1.6;
}

.page-id-1860 .cf-contact-alert {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 10px;
  font-weight: 650;
  line-height: 1.55;
}

.page-id-1860 .cf-contact-alert.is-success {
  border: 1px solid #9dd7b1;
  background: #edf9f1;
  color: #126a35;
}

.page-id-1860 .cf-contact-alert.is-error {
  border: 1px solid #e7b5b5;
  background: #fff3f3;
  color: #9b2525;
}

.page-id-1860 .cf-contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 720px) {
  .page-id-1860 .cf-contact-form-slot {
    margin-top: 22px;
  }

  .page-id-1860 .cf-contact-inquiry {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .page-id-1860 .cf-contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .page-id-1860 .cf-contact-field.is-full {
    grid-column: auto;
  }

  .page-id-1860 .cf-contact-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .page-id-1860 .cf-contact-submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-id-1860 .cf-contact-field input,
  .page-id-1860 .cf-contact-field select,
  .page-id-1860 .cf-contact-field textarea {
    transition: none;
  }
}
