.uhp21-contact-form-wrap,
.uhp21-contact-details { color: #eef0e6; }

.uhp21-contact-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.uhp21-contact-form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: #a9c3aa;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.uhp21-contact-form input,
.uhp21-contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  color: #f4f1e9;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.uhp21-contact-form textarea { min-height: 130px; resize: vertical; }
.uhp21-contact-form input:focus,
.uhp21-contact-form textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, .075);
  border-color: #a9c3aa;
  box-shadow: 0 0 0 3px rgba(169, 195, 170, .12);
}
.uhp21-contact-form button {
  align-self: flex-start;
  margin-top: 6px;
  padding: 17px 36px;
  color: #14351f;
  background: #f4f1e9;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: all .2s;
}
.uhp21-contact-form button:hover { background: #cdd9c9; transform: translateY(-2px); }
.uhp21-contact-form button:focus-visible { outline: 3px solid #a9c3aa; outline-offset: 3px; }
.uhp21-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.uhp21-form-message {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14.5px;
  line-height: 1.5;
}
.uhp21-form-message.is-success { color: #14351f; background: #cdd9c9; }
.uhp21-form-message.is-error { color: #fff; background: rgba(181, 61, 61, .72); }
.uhp21-privacy-note { margin: -5px 0 0; color: #8ea58e; font-size: 12.5px; line-height: 1.55; }

.uhp21-contact-details h3 {
  margin: 0 0 30px;
  color: #f4f1e9;
  font-family: 'Newsreader', serif;
  font-size: clamp(27px, 3.2vw, 36px);
  font-weight: 400;
  line-height: 1.25;
}
.uhp21-contact-item { margin-bottom: 20px; font-size: 16.5px; line-height: 1.6; }
.uhp21-contact-item > span {
  display: block;
  margin-bottom: 6px;
  color: #a9c3aa;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.uhp21-contact-item a { color: #f4f1e9; border-bottom: 1px solid rgba(244, 241, 233, .4); }
.uhp21-contact-item a:hover { color: #cdd9c9; }
.uhp21-contact-item p { margin: 0; color: #dbe3d5; }
.uhp21-map {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
}
.uhp21-map iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
  filter: saturate(.9) brightness(.98);
}

.uhp21-footer-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: none;
  margin: clamp(74px, 9vw, 116px) 0 0;
  padding: 34px 0 42px;
  color: #a9c3aa;
  border-top: 1px solid rgba(255, 255, 255, .14);
}
.uhp21-footer-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
.uhp21-footer-made-with { display: inline-flex; align-items: center; gap: 8px; }
.uhp21-footer-made-with svg { flex: none; }
.uhp21-footer-logo { width: auto; max-width: 150px; max-height: 44px; object-fit: contain; }
.uhp21-footer-right { color: #7f9a80; font-size: 13px; text-align: right; }

.uhp21-editor-placeholder {
  padding: 22px;
  color: #14351f;
  background: #eef0e6;
  border: 1px dashed #2e6b3e;
  border-radius: 10px;
}
.uhp21-editor-placeholder p { margin-bottom: 0; }

@media (max-width: 680px) {
  .uhp21-footer-info { align-items: flex-start; flex-direction: column; }
  .uhp21-footer-right { text-align: left; }
}
