.contact-hero2 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
  overflow: visible; /* card can go outside */
}

.contact-hero2__panel {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.contact-hero2__panel--left {
  background-image:
    linear-gradient(rgba(0,0,0,.30), rgba(0,0,0,.30)),
    url("/wp-content/uploads/2026/03/woonprints_LauraJasmijn.jpg");
}

.contact-hero2__panel--right {
  background-image:
    linear-gradient(rgba(0,0,0,.30), rgba(0,0,0,.30)),
    url("/wp-content/uploads/2026/03/closer.jpg");
}

.contact-hero2__card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    width: min(92%, 430px);
    background: rgb(239 249 240 / 89%);
    text-align: center;
    padding: 28px 24px;
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
}
.contact-hero2__card h2 {
    margin: 0 0 12px;
    line-height: 1.15;
    font-size: 39px ! IMPORTANT;
}
.contact-hero2__card p { margin: 0 0 16px; }
.contact-hero2__card a {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  background: #2ebf57;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 900px) {
  .contact-hero2 {
    grid-template-columns: 1fr;
    min-height: 520px;
  }
}

/* ========================================
   Contact Hero 2 Social Proof
   ======================================== */
.hero .contact-hero2__proof {
    justify-content: flex-start !important;
}

.contact-hero2__proof {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    margin-top: 16px;
}

.contact-hero2__avatars {
  display: flex;
  align-items: center;
  padding-left: 4px;
}

.contact-hero2__avatar {
  width: 46px;
  height: 46px;
  margin-left: -16px;
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}

.contact-hero2__avatar:first-child {
  margin-left: 0;
}

.contact-hero2__proof-text {
  text-align: left;
  line-height: 1.05;
}

.contact-hero2__proof-number {
  display: block;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.contact-hero2__proof-label {
  display: block;
  margin-top: 4px;
  font-size: var(--p-size-extrasm) !important;
  font-weight: 600;
}

@media (max-width: 900px) {
  .contact-hero2__proof {
    gap: 12px;
  }
.contact-hero2__panel {
  min-height: 200px;
}

  .contact-hero2__proof-number {
    font-size: 1.7rem;
  }

  .contact-hero2__proof-label {
    font-size: 0.9rem;
  }
}
