/* Hero Kastor — dégradé rouge centré → blanc */
.page-header.bg-section,
.page-header.contact-page-header-compact,
.contact-page-header-compact {
  background: linear-gradient(90deg,
    #ffffff 0%,
    #fce8e9 8%,
    #f0a0a5 18%,
    #e0454d 32%,
    #E30613 50%,
    #e0454d 68%,
    #f0a0a5 82%,
    #fce8e9 92%,
    #ffffff 100%) !important;
  background-image: linear-gradient(90deg,
    #ffffff 0%,
    #fce8e9 8%,
    #f0a0a5 18%,
    #e0454d 32%,
    #E30613 50%,
    #e0454d 68%,
    #f0a0a5 82%,
    #fce8e9 92%,
    #ffffff 100%) !important;
  position: relative;
  overflow: hidden;
}
.page-header.bg-section::before,
.page-header.contact-page-header-compact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(0,0,0,0.06) 28%,
    rgba(0,0,0,0.12) 50%,
    rgba(0,0,0,0.06) 72%,
    transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.page-header .page-header-box,
.page-header .container,
.page-header h1 {
  position: relative;
  z-index: 1;
}
.page-header h1,
.page-header .page-header-box h1 {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}
