.image-hero {
  position: relative;
  width: 100%;
  height: min(72vw, 760px);
  min-height: 600px;
  overflow: hidden;
  background: #eef4f7;
  border-bottom: 5px solid #c5944e;
}

.image-hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.image-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  pointer-events: none;
  background: linear-gradient(to top, rgba(8, 42, 67, 0.72), transparent);
}

.image-hero-actions {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 28px;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
}

.image-hero-actions a {
  min-width: 180px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  color: #123c5a;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(8, 42, 67, 0.2);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.image-hero-actions .image-hero-contact {
  color: #fff;
  border-color: #c5944e;
  background: #123c5a;
}

.original-v3-hero {
  display: none;
}

#confiance {
  scroll-margin-top: 105px;
}

.seo-heading {
  max-width: 850px;
  padding: 55px 0 42px;
}

.seo-heading span {
  color: #a7732d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.seo-heading h1 {
  margin: 10px 0 13px;
  color: #123c5a;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.seo-heading p {
  max-width: 730px;
  margin: 0;
  color: #617182;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 767.98px) {
  .image-hero {
    height: 520px;
    min-height: 0;
  }

  .image-hero img {
    object-position: center top;
  }

  .image-hero-actions {
    left: 16px;
    right: 16px;
    bottom: 18px;
    gap: 8px;
    transform: none;
  }

  .image-hero-actions a {
    min-width: 0;
    flex: 1;
    padding: 12px 10px;
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .image-hero {
    height: 460px;
  }
}
