.gatscherhof-contact-page {
  padding: 32px 0 64px;
  background:
    radial-gradient(circle at top left, rgba(180, 146, 107, 0.14), transparent 34%),
    linear-gradient(180deg, #f8f4ee 0%, #ffffff 38%, #f7f2eb 100%);
}

.gh-contact-section {
  margin-bottom: 36px;
}

.gh-contact-shell,
.gh-contact-card,
.gh-contact-form-card,
.gh-contact-mini-card,
.gh-contact-map-card,
.gh-contact-note-card,
.gh-contact-benefit {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 249, 244, 0.96) 100%);
  border: 1px solid rgba(129, 98, 68, 0.12);
  box-shadow: 0 24px 54px rgba(50, 31, 13, 0.08);
  border-radius: 30px;
  backdrop-filter: blur(3px);
}

.gh-contact-shell {
  padding: 38px 38px 32px;
  position: relative;
  overflow: hidden;
}

.gh-contact-shell::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 127, 87, 0.18), rgba(166, 127, 87, 0.02) 72%);
  pointer-events: none;
}

.gh-contact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(111, 90, 69, 0.08);
  color: #6f5a45;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 18px;
}

.gh-contact-lead {
  font-size: 18px;
  line-height: 1.9;
  color: #5f5852;
  max-width: 900px;
  margin: 0 0 22px;
}

.gh-contact-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.gh-contact-mini-card {
  padding: 20px 20px 18px;
  position: relative;
  overflow: hidden;
}

.gh-contact-mini-card::before {
  content: "";
  position: absolute;
  inset: auto -40px -55px auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180,146,107,0.14), rgba(180,146,107,0) 70%);
  pointer-events: none;
}

.gh-contact-mini-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  margin-bottom: 14px;
  background: linear-gradient(135deg, #7c644d, #b48a61);
  color: #fff;
  font-size: 18px;
}

.gh-contact-mini-card h3,
.gh-contact-card h3,
.gh-contact-form-card h3,
.gh-contact-map-card h3,
.gh-contact-note-card h3,
.gh-contact-benefit h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.3;
  color: #201813;
}

.gh-contact-mini-card p,
.gh-contact-card p,
.gh-contact-form-card p,
.gh-contact-note-card p,
.gh-contact-benefit p,
.gh-contact-map-card p {
  margin: 0;
  color: #665f58;
  line-height: 1.75;
}

.gh-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.12fr);
  gap: 28px;
  align-items: start;
}

.gh-contact-stack {
  display: grid;
  gap: 20px;
}

.gh-contact-card,
.gh-contact-form-card,
.gh-contact-note-card,
.gh-contact-map-card,
.gh-contact-benefit {
  padding: 30px;
}

.gh-contact-link {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  text-decoration: none;
  color: inherit;
}

.gh-contact-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  isolation: isolate;
}

.gh-contact-card::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(181,146,107,0.66), rgba(255,255,255,0));
  pointer-events: none;
}

.gh-contact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(180, 146, 107, 0.11), rgba(255, 255, 255, 0) 52%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.gh-contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 46px rgba(44, 28, 15, 0.14);
  border-color: rgba(129, 98, 68, 0.18);
}

.gh-contact-card:hover::after {
  opacity: 1;
}

.gh-contact-form-card,
.gh-contact-map-card,
.gh-contact-benefit {
  position: relative;
  overflow: hidden;
}

.gh-contact-form-card::before,
.gh-contact-map-card::before,
.gh-contact-benefit::before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180,146,107,0.14), rgba(180,146,107,0) 70%);
  pointer-events: none;
}

.gh-contact-card--whatsapp .gh-contact-link-icon {
  background: linear-gradient(135deg, #1f9d59, #34d17b);
  box-shadow: 0 16px 28px rgba(31, 157, 89, 0.22);
}

.gh-contact-card--email .gh-contact-link-icon {
  background: linear-gradient(135deg, #8e6846, #d8ad7f);
  box-shadow: 0 16px 30px rgba(142, 104, 70, 0.2);
}

.gh-contact-card--address .gh-contact-link-icon {
  background: linear-gradient(135deg, #6d5743, #b48a61);
  box-shadow: 0 16px 30px rgba(109, 87, 67, 0.2);
}

.gh-contact-link-content {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.gh-contact-link-tag {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  width: auto !important;
  margin: 0 0 12px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(111, 90, 69, 0.08);
  border: 1px solid rgba(111, 90, 69, 0.08);
  color: #7b6048 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2 !important;
}

.gh-contact-link-value {
  font-size: 20px;
  line-height: 1.5 !important;
  font-weight: 800;
  color: #241b15 !important;
  margin-bottom: 8px;
}

.gh-contact-link-action {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  width: auto !important;
  margin-top: 16px;
  color: #7a5d45 !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3 !important;
  transition: gap 0.2s ease, color 0.2s ease;
}

.gh-contact-link-meta {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.gh-contact-link-meta span {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(111, 90, 69, 0.07);
  border: 1px solid rgba(111, 90, 69, 0.08);
  color: #6d5d4d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2 !important;
}

.gh-contact-card:hover .gh-contact-link-action {
  gap: 14px;
  color: #5e4836 !important;
}


.gh-contact-link-icon {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #755a42, #c09469);
  color: #fff;
  box-shadow: 0 18px 34px rgba(117, 90, 66, 0.22);
  position: relative;
  overflow: hidden;
}

.gh-contact-link-icon::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 23px;
  background: linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.02));
}

.gh-contact-svg {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  z-index: 1;
}

.gh-contact-link strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 800;
  color: #201813;
}

.gh-contact-link span,
.gh-contact-link small {
  display: block;
  line-height: 1.7;
  color: #665f58;
}

.gh-contact-link small {
  max-width: 96%;
  font-size: 15px;
}

.gh-contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.gh-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(111, 90, 69, 0.16);
  background: #fff;
  color: #2a231d;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.gh-contact-btn:hover {
  transform: translateY(-2px);
  color: #2a231d;
  box-shadow: 0 14px 28px rgba(56, 36, 18, 0.12);
}

.gh-contact-btn.is-primary {
  background: linear-gradient(135deg, #6f5a45, #a98058);
  color: #fff;
  border-color: transparent;
}

.gh-contact-note-card {
  position: relative;
  overflow: hidden;
}

.gh-contact-note-card::before {
  content: "";
  position: absolute;
  inset: auto -35px -45px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180,146,107,0.14), rgba(180,146,107,0) 72%);
  pointer-events: none;
}

.gh-contact-note-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.gh-contact-note-card li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #5f5852;
  line-height: 1.7;
}

.gh-contact-note-card li i {
  margin-top: 4px;
  color: #7e624a;
}

.gh-contact-form-card .gh-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gh-contact-form-card .gh-contact-form-grid .is-full {
  grid-column: 1 / -1;
}

.gh-contact-form-card .form-control {
  min-height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(111, 90, 69, 0.14);
  background: linear-gradient(180deg, #fbf8f3 0%, #f8f3ec 100%);
  padding: 16px 18px;
  color: #251d16;
  box-shadow: none;
}

.gh-contact-form-card textarea.form-control {
  min-height: 180px;
  resize: vertical;
}

.gh-contact-form-card .form-control:focus {
  border-color: rgba(111, 90, 69, 0.4);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(111, 90, 69, 0.08);
}

.gh-contact-form-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.gh-contact-form-meta p {
  margin: 0;
  font-size: 14px;
  color: #756b63;
}

.gh-contact-form-submit {
  min-width: 220px;
}

.gh-contact-form-card .alert-msg {
  margin-top: 18px;
  padding: 0;
  background: transparent;
  display: none;
}

.gh-contact-form-card .alert-msg.is-visible {
  display: block;
}

.gh-contact-form-card .alert-msg h3 {
  margin: 0;
  padding: 16px 18px;
  border-radius: 18px;
  font-size: 15px;
  line-height: 1.7;
  background: #f7f3ee;
  color: #201813;
}

.gh-contact-form-card .alert-msg.is-success h3 {
  background: rgba(69, 125, 95, 0.12);
  color: #21553c;
}

.gh-contact-form-card .alert-msg.is-error h3 {
  background: rgba(170, 62, 62, 0.11);
  color: #8d2424;
}

.gh-contact-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gh-contact-benefit .gh-benefit-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(111, 90, 69, 0.14), rgba(180,146,107,0.14));
  color: #6f5a45;
  font-size: 18px;
  font-weight: 800;
}

.gh-contact-map-card iframe {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 24px;
  margin-top: 22px;
  filter: saturate(0.95) contrast(1.02);
}

.gh-contact-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.gh-contact-hidden-field {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 1199px) {
  .gh-contact-quick-grid,
  .gh-contact-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gh-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .gatscherhof-contact-page {
    padding: 24px 0 56px;
  }

  .gh-contact-shell,
  .gh-contact-card,
  .gh-contact-form-card,
  .gh-contact-mini-card,
  .gh-contact-map-card,
  .gh-contact-note-card,
  .gh-contact-benefit {
    padding: 22px;
    border-radius: 24px;
  }

  .gh-contact-card::before {
    left: 22px;
    right: 22px;
  }

  .gh-contact-quick-grid,
  .gh-contact-benefits-grid,
  .gh-contact-form-card .gh-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .gh-contact-form-meta {
    align-items: stretch;
  }

  .gh-contact-form-submit {
    width: 100%;
    min-width: 0;
  }

  .gh-contact-link {
    gap: 14px;
  }

  .gh-contact-link-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 18px;
  }

  .gh-contact-link-icon::before {
    border-radius: 17px;
  }

  .gh-contact-svg {
    width: 26px;
    height: 26px;
  }

  .gh-contact-link-value {
    font-size: 17px;
  }

  .gh-contact-link-action {
    margin-top: 12px;
    font-size: 13px;
  }

  .gh-contact-map-card iframe {
    height: 340px;
  }
}

@media (max-width: 575px) {
  .gh-contact-link {
    flex-direction: column;
  }

  .gh-contact-link-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
  }

  .gh-contact-link-meta {
    gap: 6px;
  }
}


/* ===== Kontaktseite Premium Responsive Upgrade ===== */
.gh-contact-section .container-fluid,
.gatscherhof-contact-page .container-fluid {
  max-width: 1360px;
}

.gh-contact-shell {
  padding: 42px 42px 36px;
}

.gh-contact-kicker {
  padding: 10px 18px;
  font-size: 13px;
  letter-spacing: 0.11em;
}

.gh-contact-shell .h-48,
.gh-contact-map-card h3,
.gh-contact-form-card h3,
.gh-contact-note-card h3 {
  letter-spacing: -0.02em;
}

.gh-contact-lead,
.gh-contact-mini-card p,
.gh-contact-card p,
.gh-contact-form-card p,
.gh-contact-note-card p,
.gh-contact-benefit p,
.gh-contact-map-card p,
.gh-contact-link small,
.gh-contact-note-card li,
.gh-contact-form-meta p {
  font-size: 16px;
}

.gh-contact-mini-card {
  padding: 24px 24px 22px;
}

.gh-contact-mini-card i {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  font-size: 20px;
}

.gh-contact-mini-card h3,
.gh-contact-card h3,
.gh-contact-form-card h3,
.gh-contact-map-card h3,
.gh-contact-note-card h3,
.gh-contact-benefit h3 {
  font-size: 26px;
  line-height: 1.25;
}

.gh-contact-card,
.gh-contact-form-card,
.gh-contact-note-card,
.gh-contact-map-card,
.gh-contact-benefit {
  padding: 34px;
}

.gh-contact-link {
  gap: 22px;
}

.gh-contact-link-icon {
  width: 84px;
  height: 84px;
  min-width: 84px;
  border-radius: 28px;
}

.gh-contact-link-icon::before {
  border-radius: 27px;
}

.gh-contact-svg {
  width: 36px;
  height: 36px;
}

.gh-contact-link-tag {
  margin-bottom: 14px;
  padding: 9px 16px;
  font-size: 13px;
}

.gh-contact-link strong {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.25;
}

.gh-contact-link-value {
  font-size: 20px;
  line-height: 1.45 !important;
  margin-bottom: 10px;
}

.gh-contact-link small {
  line-height: 1.8;
}

.gh-contact-link-meta {
  gap: 10px;
  margin-top: 16px;
}

.gh-contact-link-meta span {
  padding: 9px 14px;
  font-size: 13px;
}

.gh-contact-link-action {
  margin-top: 18px;
  font-size: 16px;
  gap: 12px;
}

.gh-contact-note-card ul {
  gap: 14px;
}

.gh-contact-note-card li i {
  font-size: 16px;
  margin-top: 5px;
}

.gh-contact-buttons,
.gh-contact-map-actions {
  gap: 14px;
  margin-top: 24px;
}

.gh-contact-btn {
  min-height: 62px;
  padding: 0 26px;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(80, 55, 31, 0.05);
}

.gh-contact-btn i {
  font-size: 16px;
}

.gh-contact-form-card .form-control {
  min-height: 62px;
  border-radius: 20px;
  padding: 17px 20px;
  font-size: 16px;
}

.gh-contact-form-card textarea.form-control {
  min-height: 200px;
}

.gh-contact-form-card .form-control::placeholder {
  color: #7e746c;
  opacity: 1;
}

.gh-contact-form-meta {
  gap: 18px;
  margin-top: 22px;
}

.gh-contact-form-submit {
  min-width: 260px;
  min-height: 60px;
  font-size: 16px;
  font-weight: 800;
}

.gh-contact-benefit .gh-benefit-number {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  font-size: 20px;
}

.gh-contact-map-card iframe {
  height: 460px;
  border-radius: 28px;
}

@media (max-width: 991px) {
  .gh-contact-shell {
    padding: 34px 30px 30px;
  }

  .gh-contact-mini-card h3,
  .gh-contact-card h3,
  .gh-contact-form-card h3,
  .gh-contact-map-card h3,
  .gh-contact-note-card h3,
  .gh-contact-benefit h3 {
    font-size: 24px;
  }

  .gh-contact-card,
  .gh-contact-form-card,
  .gh-contact-note-card,
  .gh-contact-map-card,
  .gh-contact-benefit {
    padding: 28px;
  }

  .gh-contact-link strong {
    font-size: 22px;
  }

  .gh-contact-map-card iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .gatscherhof-contact-page {
    padding: 26px 0 60px;
  }

  .gh-contact-section {
    margin-bottom: 26px;
  }

  .gh-contact-shell,
  .gh-contact-card,
  .gh-contact-form-card,
  .gh-contact-mini-card,
  .gh-contact-map-card,
  .gh-contact-note-card,
  .gh-contact-benefit {
    padding: 24px;
    border-radius: 26px;
  }

  .gh-contact-shell {
    padding-top: 28px;
  }

  .gh-contact-kicker {
    padding: 11px 18px;
    font-size: 13px;
    margin-bottom: 16px;
  }

  .gh-contact-shell .h-48 {
    font-size: clamp(36px, 8vw, 48px);
    line-height: 1.06;
    margin-bottom: 14px !important;
  }

  .gh-contact-lead {
    font-size: 18px;
    line-height: 1.8;
    max-width: 100%;
    margin-bottom: 18px;
  }

  .gh-contact-quick-grid {
    gap: 14px;
    margin-top: 18px;
  }

  .gh-contact-mini-card {
    padding: 22px 20px;
  }

  .gh-contact-mini-card i {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    margin-bottom: 12px;
  }

  .gh-contact-mini-card h3,
  .gh-contact-card h3,
  .gh-contact-form-card h3,
  .gh-contact-map-card h3,
  .gh-contact-note-card h3,
  .gh-contact-benefit h3 {
    font-size: 22px;
    line-height: 1.22;
  }

  .gh-contact-mini-card p,
  .gh-contact-card p,
  .gh-contact-form-card p,
  .gh-contact-note-card p,
  .gh-contact-benefit p,
  .gh-contact-map-card p,
  .gh-contact-link small,
  .gh-contact-note-card li,
  .gh-contact-form-meta p {
    font-size: 16px;
    line-height: 1.75;
  }

  .gh-contact-link {
    flex-direction: column;
    gap: 16px;
  }

  .gh-contact-link-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 24px;
  }

  .gh-contact-link-icon::before {
    border-radius: 23px;
  }

  .gh-contact-svg {
    width: 34px;
    height: 34px;
  }

  .gh-contact-link-tag {
    font-size: 13px;
    padding: 10px 16px;
    margin-bottom: 12px;
  }

  .gh-contact-link strong {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .gh-contact-link-value {
    font-size: 18px;
  }

  .gh-contact-link-meta {
    gap: 8px;
    margin-top: 14px;
  }

  .gh-contact-link-meta span {
    padding: 9px 14px;
    font-size: 13px;
  }

  .gh-contact-link-action {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.35 !important;
    white-space: normal;
  }

  .gh-contact-buttons,
  .gh-contact-map-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gh-contact-btn {
    width: 100%;
    min-height: 64px;
    padding: 16px 22px;
    border-radius: 22px;
    justify-content: center;
    font-size: 16px;
    text-align: center;
  }

  .gh-contact-btn span {
    display: inline-block;
    line-height: 1.35;
  }

  .gh-contact-form-card .form-control {
    min-height: 60px;
    font-size: 16px;
  }

  .gh-contact-form-card textarea.form-control {
    min-height: 180px;
  }

  .gh-contact-form-meta {
    align-items: stretch;
  }

  .gh-contact-form-submit {
    width: 100%;
    min-width: 0;
    min-height: 62px;
    font-size: 16px;
  }

  .gh-contact-map-card iframe {
    height: 360px;
    border-radius: 24px;
  }
}

@media (max-width: 575px) {
  .gh-contact-shell,
  .gh-contact-card,
  .gh-contact-form-card,
  .gh-contact-mini-card,
  .gh-contact-map-card,
  .gh-contact-note-card,
  .gh-contact-benefit {
    padding: 20px;
    border-radius: 24px;
  }

  .gh-contact-card::before {
    left: 20px;
    right: 20px;
  }

  .gh-contact-shell .h-48,
  .gh-contact-map-card h3 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.08;
  }

  .gh-contact-lead {
    font-size: 17px;
  }

  .gh-contact-kicker {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
  }

  .gh-contact-link-icon {
    width: 76px;
    height: 76px;
    min-width: 76px;
  }

  .gh-contact-link strong {
    font-size: 18px;
  }

  .gh-contact-link-value {
    font-size: 17px;
  }

  .gh-contact-link small,
  .gh-contact-note-card li,
  .gh-contact-form-meta p,
  .gh-contact-mini-card p,
  .gh-contact-card p,
  .gh-contact-form-card p,
  .gh-contact-note-card p,
  .gh-contact-benefit p,
  .gh-contact-map-card p {
    font-size: 15.5px;
  }

  .gh-contact-link-meta span {
    font-size: 12px;
  }

  .gh-contact-btn {
    min-height: 60px;
    font-size: 15px;
    padding: 14px 18px;
  }

  .gh-contact-form-card .form-control {
    padding: 16px 18px;
    border-radius: 18px;
  }

  .gh-contact-map-card iframe {
    height: 320px;
  }
}


/* === Contact icon refinement === */
.gh-contact-link-icon {
  width: 88px !important;
  height: 88px !important;
  min-width: 88px !important;
  padding: 0 !important;
  border-radius: 28px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, 0.30);
  box-shadow:
    0 22px 38px rgba(63, 40, 20, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -16px 24px rgba(255, 255, 255, 0.07) !important;
}

.gh-contact-link-icon::before {
  inset: 2px !important;
  border-radius: 26px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.24), rgba(255,255,255,0.03) 46%, rgba(255,255,255,0.01) 100%) !important;
}

.gh-contact-link-icon::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.34), rgba(255,255,255,0) 72%);
  pointer-events: none;
  z-index: 1;
}

.gh-contact-link-icon i {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.gh-contact-card--whatsapp .gh-contact-link-icon {
  background: linear-gradient(145deg, #28b868 0%, #39d57f 48%, #24bc65 100%) !important;
  box-shadow:
    0 22px 40px rgba(24, 140, 77, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.36),
    inset 0 -16px 22px rgba(0,0,0,0.05) !important;
}

.gh-contact-card--email .gh-contact-link-icon {
  background: linear-gradient(145deg, #b88a5d 0%, #d8ac7c 52%, #b98553 100%) !important;
  box-shadow:
    0 22px 40px rgba(153, 108, 62, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.34),
    inset 0 -16px 22px rgba(0,0,0,0.05) !important;
}

.gh-contact-card--address .gh-contact-link-icon {
  background: linear-gradient(145deg, #9e7a59 0%, #c79b6d 52%, #9f7651 100%) !important;
  box-shadow:
    0 22px 40px rgba(123, 92, 63, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.34),
    inset 0 -16px 22px rgba(0,0,0,0.05) !important;
}

.gh-contact-card--whatsapp .gh-contact-link-icon i {
  transform: translateY(1px);
}

@media (max-width: 767px) {
  .gh-contact-link-icon {
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    border-radius: 26px !important;
  }

  .gh-contact-link-icon::before {
    border-radius: 24px !important;
  }

  .gh-contact-link-icon i {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .gh-contact-link-icon {
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    border-radius: 24px !important;
  }

  .gh-contact-link-icon::before {
    border-radius: 22px !important;
  }

  .gh-contact-link-icon i {
    font-size: 30px;
  }
}


/* ==============================
   CONTACT HERO POLISH
   ============================== */
.gatscherhof-banner-kontakt .content {
  min-height: clamp(280px, 34vw, 440px);
  background-image:
    linear-gradient(115deg, rgba(18, 15, 12, 0.14) 0%, rgba(18, 15, 12, 0.04) 42%, rgba(18, 15, 12, 0.00) 100%),
    url('../media/hero/gatscherhof-hero-2.webp') !important;
  background-position: center center !important;
}

.gatscherhof-banner-kontakt .content::before {
  background: linear-gradient(90deg, rgba(20, 17, 15, 0.56) 0%, rgba(20, 17, 15, 0.24) 36%, rgba(20, 17, 15, 0.08) 100%);
}

.gatscherhof-banner-kontakt .title-block {
  max-width: min(100%, 760px) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(250,247,242,.90) 100%) !important;
  border: 1px solid rgba(255,255,255,.66);
  box-shadow: 0 24px 54px rgba(0,0,0,.12);
}

.gatscherhof-banner-kontakt .title h2 {
  margin-bottom: 6px;
}

.gatscherhof-banner-kontakt .title .gatscherhof-kicker {
  padding: 9px 14px;
  background: rgba(175, 140, 85, 0.14);
}

.gatscherhof-banner-kontakt .title .gatscherhof-banner-copy {
  margin-top: 14px;
  max-width: 56ch;
}

@media (max-width: 991px) {
  .gatscherhof-banner-kontakt .content {
    min-height: 250px;
    align-items: flex-end;
  }

  .gatscherhof-banner-kontakt .title-block {
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .gatscherhof-banner-kontakt {
    margin-bottom: 22px;
  }

  .gatscherhof-banner-kontakt .content {
    min-height: 240px;
    padding: 14px;
    border-radius: 24px;
    background-position: center right 30% !important;
  }

  .gatscherhof-banner-kontakt .content::before {
    background: linear-gradient(180deg, rgba(18,17,15,.12) 0%, rgba(18,17,15,.28) 38%, rgba(18,17,15,.58) 100%);
  }

  .gatscherhof-banner-kontakt .title-block {
    width: 100% !important;
    padding: 16px 16px 17px;
    border-radius: 22px;
  }

  .gatscherhof-banner-kontakt .title .gatscherhof-kicker {
    font-size: 11px;
    letter-spacing: .12em;
    margin-bottom: 9px;
  }

  .gatscherhof-banner-kontakt .title h2 {
    font-size: clamp(28px, 9vw, 42px);
    line-height: 1.02;
  }

  .gatscherhof-banner-kontakt .title .gatscherhof-banner-copy {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
    max-width: 100%;
  }
}
