body#contact #main .page-header,
body#contact #main .page-title,
body#contact #main .h1.page-title,
body#contact #main h1.page-title {
  display: none !important;
}

body#contact .page-content {
  margin-bottom: 0;
}

body#contact .breadcrumb {
  margin-bottom: 10px;
}

body#contact .df-contact-page {
  max-width: 1380px;
  margin: 0 auto 28px;
}

body#contact .df-contact-hero,
body#contact .df-contact-card {
  background: #fff;
  border: 1px solid #dbe8e4;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(16, 50, 45, 0.05);
}

body#contact .df-contact-hero {
  margin: 0 0 16px;
  padding: 18px 22px;
}

body#contact .df-contact-eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #006a5c;
}

body#contact .df-contact-hero__title {
  margin: 0 0 10px;
  max-width: 1000px;
  font-size: clamp(28px, 2.15vw, 35px);
  line-height: 1.05;
  font-weight: 700;
  color: #243130;
  text-wrap: pretty;
}

body#contact .df-contact-hero__lead {
  max-width: 1000px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #5f6f6b;
}

body#contact .df-contact-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

body#contact .df-contact-aside,
body#contact .df-contact-main {
  display: grid;
  gap: 14px;
}

body#contact .df-contact-card {
  padding: 18px 20px;
}

body#contact .df-contact-card h2,
body#contact .df-contact-card h3,
body#contact .df-contact-section-head h2 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 800;
  color: #243130;
}

body#contact .df-contact-card p,
body#contact .df-contact-section-head p,
body#contact .df-contact-mini-list li,
body#contact .df-contact-card--faq p,
body#contact .df-contact-shop-list li,
body#contact .df-contact-shop-list div {
  font-size: 14px;
  line-height: 1.55;
  color: #60706c;
}

body#contact .df-contact-section-head {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6efeb;
}

body#contact .df-contact-shop-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body#contact .df-contact-shop-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
}

body#contact .df-contact-shop-list li + li {
  border-top: 1px solid #e5efeb;
}

body#contact .df-contact-shop-list strong {
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 600;
  color: #465350;
}

body#contact .df-contact-shop-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #7bcfc5;
}

body#contact .df-contact-shop-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  stroke: currentColor;
}

body#contact .df-contact-shop-list a {
  color: #006a5c;
  text-decoration: none;
  font-weight: 700;
}

body#contact .df-contact-mini-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

body#contact .df-contact-mini-list li,
body#contact .df-contact-card--faq summary {
  position: relative;
}

body#contact .df-contact-mini-list li {
  padding-left: 14px;
}

body#contact .df-contact-mini-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7bcfc5;
}

body#contact .df-contact-form-shell,
body#contact .df-contact-form,
body#contact .df-contact-form-render,
body#contact .df-contact-main .contact-form {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body#contact .df-contact-alert {
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.5;
}

body#contact .df-contact-alert ul {
  margin: 0;
  padding-left: 18px;
}

body#contact .df-contact-alert--error {
  background: #fff3f1;
  border: 1px solid #f3c7c1;
  color: #8a3b32;
}

body#contact .df-contact-alert--success {
  background: #eef9f5;
  border: 1px solid #cfe8de;
  color: #0f5b4e;
}

body#contact .df-contact-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body#contact .df-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

body#contact .df-contact-field--full {
  grid-column: 1 / -1;
}

body#contact .df-contact-field label,
body#contact .df-contact-gdpr label,
body#contact .df-contact-gdpr .psgdpr_consent_message,
body#contact .df-contact-gdpr .custom-checkbox label {
  display: block;
  margin: 0 0 6px;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 700;
  color: #243130;
  text-align: left;
}

body#contact .df-contact-field span {
  color: #006a5c;
}

body#contact .df-contact-field input[type="text"],
body#contact .df-contact-field input[type="email"],
body#contact .df-contact-field input[type="tel"],
body#contact .df-contact-field input[type="number"],
body#contact .df-contact-field select,
body#contact .df-contact-field textarea,
body#contact .df-contact-field .form-control {
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #d7e6e1;
  border-radius: 14px;
  background: #fff;
  color: #243130;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

body#contact .df-contact-field textarea {
  min-height: 112px;
  resize: vertical;
}

body#contact .df-contact-field input:focus,
body#contact .df-contact-field select:focus,
body#contact .df-contact-field textarea:focus,
body#contact .df-contact-field .form-control:focus {
  outline: 0;
  border-color: #7bcfc5;
  box-shadow: 0 0 0 3px rgba(123, 207, 197, 0.15);
}

body#contact .df-contact-field input::placeholder,
body#contact .df-contact-field textarea::placeholder {
  color: #97aaa5;
}

body#contact .df-contact-field--file .df-contact-help {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #7b8b87;
}

body#contact .df-contact-file-input {
  min-height: 46px;
  padding: 8px 10px !important;
  border: 1px dashed #cfe0db !important;
  background: #fcfefd;
}

body#contact .df-contact-file-input::file-selector-button {
  margin-right: 12px;
  border: 0;
  border-radius: 12px;
  padding: 10px 16px;
  background: #dff1ee;
  color: #006a5c;
  font-weight: 700;
  cursor: pointer;
}

body#contact .df-contact-gdpr {
  margin-top: 12px;
}

body#contact .df-contact-gdpr .psgdpr_consent_message,
body#contact .df-contact-gdpr .custom-checkbox,
body#contact .df-contact-gdpr .checkbox {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body#contact .df-contact-gdpr > * {
  padding: 10px 12px;
  border: 1px solid #e2ece8;
  border-radius: 12px;
  background: #f8fbfa;
}

body#contact .df-contact-gdpr label,
body#contact .df-contact-gdpr .psgdpr_consent_message,
body#contact .df-contact-gdpr .custom-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #60706c;
}

body#contact .df-contact-gdpr input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  accent-color: #006a5c;
}

body#contact .df-contact-gdpr a {
  color: #006a5c;
  text-decoration: none;
  font-weight: 700;
}

body#contact .df-contact-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}

body#contact .df-contact-submit-note {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: #70817d;
}

body#contact .df-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 14px;
  background: #006a5c;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0, 106, 92, 0.18);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

body#contact .df-contact-btn:hover {
  background: #005247;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 82, 71, 0.2);
}

body#contact .df-contact-card--faq {
  display: grid;
  gap: 10px;
}

body#contact .df-contact-card--faq details {
  border: 1px solid #e0ebe7;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

body#contact .df-contact-card--faq summary {
  padding: 14px 40px 14px 16px;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #243130;
}

body#contact .df-contact-card--faq summary::-webkit-details-marker {
  display: none;
}

body#contact .df-contact-card--faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #006a5c;
}

body#contact .df-contact-card--faq details[open] summary::after {
  content: "–";
}

body#contact .df-contact-card--faq p {
  padding: 0 16px 14px;
}

@media (max-width: 1199px) {
  body#contact .df-contact-page {
    max-width: 100%;
  }

  body#contact .df-contact-layout {
    grid-template-columns: 320px minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  body#contact .df-contact-layout,
  body#contact .df-contact-fields,
  body#contact .df-contact-submit {
    grid-template-columns: 1fr;
  }

  body#contact .df-contact-submit {
    display: grid;
    justify-content: stretch;
  }

  body#contact .df-contact-btn {
    width: 100%;
  }

  body#contact .df-contact-card,
  body#contact .df-contact-hero {
    border-radius: 18px;
    padding: 16px;
  }

  body#contact .df-contact-hero__title {
    font-size: 32px;
    max-width: none;
  }

  body#contact .df-contact-hero__lead {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  body#contact .df-contact-page {
    margin-bottom: 18px;
  }

  body#contact .df-contact-hero__title {
    font-size: 30px;
  }
}
