/* =====================================================
   PAGE SANTÉ — STYLES DÉDIÉS (CLEAN FINAL)
===================================================== */

/* =====================================================
   VARIABLES SANTÉ
===================================================== */
:root {
  --sante-ink: #0b1f18;
  --sante-green: #0f6b4f;
  --sante-green-700: #0b4f3a;

  --sante-mint-50: #f3fbf7;
  --sante-mint-100: #e6f6ee;

  --sante-gray-50: #f6f7f8;
  --sante-gray-200: #e7eaee;

  --sante-accent: #2aa08a;
}

/* =====================================================
   HERO SANTÉ — CLEAN, SANS VOILE, LUMINOSITÉ MAÎTRISÉE
===================================================== */

/* =====================================================
   HERO SANTÉ — LUMINOSITÉ AJUSTÉE (PRO)
===================================================== */

.hero-enterprise.hero-sante {
  position: relative;
  color: #ffffff;

  background-image:
    linear-gradient(
      180deg,
      rgba(15, 63, 61, 0.28) 0%,
      rgba(15, 63, 61, 0.22) 45%,
      rgba(15, 63, 61, 0.18) 100%
    ),
    url("../../images/etablissement-sante.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* AUCUN overlay hérité */
.hero-enterprise.hero-sante .hero-overlay,
.hero-enterprise.hero-sante::before,
.hero-enterprise.hero-sante::after {
  display: none !important;
  content: none !important;
}

/* Aucun filtre global */
.hero-enterprise.hero-sante {
  filter: none;
  opacity: 1;
}


/* Désactive TOUT overlay hérité */
.hero-enterprise.hero-sante .hero-overlay,
.hero-enterprise.hero-sante::before,
.hero-enterprise.hero-sante::after {
  display: none !important;
  content: none !important;
}

/* Contenu hero */
.hero-sante .hero-product-inner {
  max-width: 820px;
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
}

.hero-sante h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.2;
}

.hero-sante .hero-lead {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  max-width: 640px;
  opacity: 0.95;
}

/* =====================================================
   INTRO TEXTE + IMAGE
===================================================== */
.intro-sante {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
  padding: clamp(4rem, 7vw, 6rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--sante-mint-50) 100%);
}

.intro-sante-text .lead {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.intro-sante-text p {
  margin-bottom: 1rem;
  color: var(--sante-ink);
}

.intro-sante-image {
  background: url("../../images/sante.jpg") center / cover no-repeat;
  min-height: 360px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* =====================================================
   ENJEUX / BÉNÉFICES
===================================================== */
.sector-benefits {
  background: var(--sante-mint-100);
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.benefits-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.benefit-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid var(--sante-gray-200);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.benefit-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  background: var(--sante-mint-100);
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--sante-green);
  stroke-width: 2;
  fill: none;
}

/* =====================================================
   POURQUOI VERDANT — SANTÉ
===================================================== */
.why-verdant-hotel {
  background: linear-gradient(
    180deg,
    var(--sante-green-700) 0%,
    var(--sante-green) 100%
  );
  color: #ffffff;
  padding: clamp(5rem, 10vw, 8rem) 0;
}

.why-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3.5rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.why-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
}

/* =====================================================
   PREUVE / CRÉDIBILITÉ
===================================================== */
.sector-proof {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    var(--sante-gray-50) 100%
  );
  padding: clamp(4rem, 8vw, 6rem) 1.5rem;
}

.proof-card {
  max-width: 880px;
  margin: 0 auto;
  padding: 2.5rem 3rem;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--sante-gray-200);
  text-align: center;
}

.proof-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--sante-ink);
}

.proof-text strong {
  color: var(--sante-green);
  font-weight: 600;
}

/* =====================================================
   CTA
===================================================== */
.contact-vip {
  background: linear-gradient(
    135deg,
    var(--sante-green) 0%,
    var(--sante-accent) 100%
  );
  color: #ffffff;
  padding: clamp(4.5rem, 8vw, 6.5rem) 1.5rem;
  text-align: center;
}

.contact-vip-inner {
  max-width: 720px;
  margin: 0 auto;
}

.contact-vip .btn-primary {
  background: #ffffff;
  color: var(--sante-green);
}

.contact-vip .btn-primary:hover {
  background: #e8f3ef;
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 1024px) {
  .intro-sante {
    grid-template-columns: 1fr;
  }

  .why-grid,
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .why-grid,
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}


/* Lien croisé discret entre pages secteurs */
.cross-link {
  margin-top: 1.75rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b; /* gris doux */
}

.cross-link a {
  color: var(--color-primary);
  text-decoration: none;
  border-bottom: 1px solid rgba(15, 107, 79, 0.25);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.cross-link a:hover {
  color: #0b4f3a;
  border-bottom-color: rgba(15, 107, 79, 0.6);
}


/* Section de lien croisé – visibilité institutionnelle */
.cross-sector-highlight {
  background: linear-gradient(
    180deg,
    #eef8f3 0%,
    #ffffff 100%
  );

  min-height: 180px;              /* ← hauteur visible */
  display: flex;
  align-items: center;            /* centrage vertical */
  text-align: center;

  padding: 3rem 1.5rem;
}

/* Texte */
.cross-sector-highlight .cross-link {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #1f3b33;
  margin: 0;
}

/* Lien discret mais lisible */
.cross-sector-highlight .cross-link a {
  color: #0f6b4f;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cross-sector-highlight .cross-link a:hover {
  text-decoration-thickness: 2px;
}
min-height: 140px;
min-height: 220px;

/* =====================================================
   HEADER — STRUCTURE BLOQUÉE (FINAL)
===================================================== */
.header-main {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
    height: 72px;
    min-height: 72px;
}

.header-container {
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    white-space: nowrap;
}

.header-nav a {
    flex-shrink: 0;
}

@media (min-width: 1600px) {
    .header-container {
        padding-left: 48px;
        padding-right: 48px;
    }
}
