.contact-board-hero {
  background: linear-gradient(180deg, #fffaf6 0%, #ffffff 100%);
  height: 500px;
}

.contact-board-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.contact-board-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}


.contact-board-content {
  position: relative;
  z-index: 2;
  min-height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 36px 20px 46px;
}

.contact-board-content .badge-title {
  margin-bottom: 12px;
}

.contact-board-content h1 {
  font-family: "Baloo 2", "Nunito", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1;
  margin: 0;
  color: #2f2f33;
  text-shadow: 0 8px 18px rgba(255, 255, 255, 0.45);
}

.contact-board-content p {
  margin: 14px 0 0;
  max-width: 620px;
  font-size: 1.05rem;
  color: #4f4f59;
}

.contact-section {
  overflow: hidden;
}

.contact-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.contact-section .duck-float {
  z-index: 1;
}

.contact-form-wrapper {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .contact-board-card {
    min-height: 240px;
    border-width: 8px;
    border-radius: 28px;
  }
.contact-board-hero {
  background: linear-gradient(180deg, #fffaf6 0%, #ffffff 100%);
  height: 200px;
}
  .contact-board-content {
    min-height: 200px;
  }

  .contact-board-content p {
    font-size: 0.98rem;
  }

  .contact-bg {
    object-position: top center;
  }
}
