.psbhs-hero {
  position: relative;
  min-height: 800px;
  margin: 0;
  padding: 80px 20px;
  background-image: url('../img/hero-secondaire.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.psbhs-overlay {
  position: absolute;
  inset: 0;
  background: rgba(28, 37, 52, 0.25);
  z-index: 1;
}

/*.psbhs-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 45px 55px;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px) saturate(120%);
  -webkit-backdrop-filter: blur(6px) saturate(120%);
  border-radius: 24px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.16);
}

.psbhs-content h2 {
  margin: 0 0 16px;
  color: #1c2534;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}

.psbhs-content p {
  margin: 0 auto 26px;
  color: #1c2534;
  font-size: 17px;
  line-height: 1.6;
}

.psbhs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border-radius: 999px;
  background: #77c0a0;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.psbhs-btn:hover,
.psbhs-btn:focus {
  background: #64ad8e;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(119, 192, 160, 0.35);
}*/

.psbhs-reassurance {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 0;
  padding: 28px 34px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px) saturate(125%);
  -webkit-backdrop-filter: blur(8px) saturate(125%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.16);
}

.psbhs-item {
  min-height: 74px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-right: 1px solid rgba(28, 37, 52, 0.14);
}

.psbhs-item:last-child {
  border-right: 0;
}

.psbhs-icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #77c0a0;
}

.psbhs-icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.psbhs-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.psbhs-text strong {
  color: #1c2534;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}

.psbhs-text small {
  color: #4d5562;
  font-size: 15px;
}

/*@media (max-width: 768px) {
  .psbhs-hero {
    min-height: 420px;
    padding: 55px 15px;
    background-attachment: scroll;
  }

  .psbhs-content {
    padding: 32px 24px;
    border-radius: 18px;
  }

  .psbhs-content h2 {
    font-size: 28px;
  }

  .psbhs-content p {
    font-size: 15px;
  }
}*/

@media (max-width: 992px) {
  .psbhs-hero {
    min-height: 430px;
    padding: 70px 18px;
    background-attachment: scroll;
  }

  .psbhs-reassurance {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px;
  }

  .psbhs-item {
    justify-content: flex-start;
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(28, 37, 52, 0.14);
  }

  .psbhs-item:nth-child(3),
  .psbhs-item:nth-child(4) {
    border-bottom: 0;
  }
}

@media (max-width: 576px) {
  .psbhs-hero {
    min-height: 520px;
    padding: 55px 15px;
  }

  .psbhs-reassurance {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 18px;
  }

  .psbhs-item,
  .psbhs-item:nth-child(3) {
    border-bottom: 1px solid rgba(28, 37, 52, 0.14);
  }

  .psbhs-item:last-child {
    border-bottom: 0;
  }

  .psbhs-icon {
    width: 48px;
    height: 48px;
  }

  .psbhs-icon svg {
    width: 44px;
    height: 44px;
  }

  .psbhs-text strong {
    font-size: 16px;
  }

  .psbhs-text small {
    font-size: 14px;
  }
}
