/* =========================================================
   PAGE L'AGENCE — BASE GLOBALE
   ========================================================= */

.zhni-container{
  width:min(1240px,100%);
  margin:0 auto;
  padding-left:76px;
  padding-right:76px;
  box-sizing:border-box;
}

.zhni-section-kicker{
  display:inline-block;
  margin-bottom:18px;
  font-size:13px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#66fcf1;
}

.zhni-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 28px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  transition:all .25s ease;
}

.zhni-btn--primary{
  color:#0b0c10;
  background:linear-gradient(135deg,#66fcf1 0%,#54a29e 100%);
  box-shadow:0 14px 30px rgba(102,252,241,.18);
}

.zhni-btn--primary:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(102,252,241,.24);
  color:#0b0c10;
}

.zhni-btn--secondary{
  color:#ffffff;
  background:rgba(255,255,255,0.02);
  border:1px solid rgba(197,198,199,0.22);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,0.01);
}

.zhni-btn--secondary:hover{
  transform:translateY(-2px);
  border-color:#66fcf1;
  color:#66fcf1;
  background:rgba(255,255,255,0.03);
}

/* headings réutilisés */
.zhni-section-heading-center{
  max-width:760px;
  margin:0 auto 60px;
  text-align:center;
}

.zhni-section-heading-center h2{
  margin:0 0 20px;
  color:#ffffff;
  font-size:clamp(32px,4vw,46px);
  line-height:1.15;
  letter-spacing:-0.02em;
}

.zhni-section-heading-center p{
  margin:0;
  color:#c5c6c7;
  font-size:17px;
  line-height:1.9;
}

.zhni-section-heading-left{
  max-width:820px;
  margin-bottom:54px;
}

.zhni-section-heading-left h2{
  margin:0 0 20px;
  color:#ffffff;
  font-size:clamp(32px,4vw,46px);
  line-height:1.15;
  letter-spacing:-0.02em;
}

.zhni-section-heading-left p{
  margin:0;
  color:#c5c6c7;
  font-size:17px;
  line-height:1.9;
}

.zhni-section-heading-left strong,
.zhni-section-heading-center strong{
  color:#ffffff;
  font-weight:700;
}

/* responsive global */
@media (max-width:980px){
  .zhni-container{
    padding-left:42px;
    padding-right:42px;
  }

  .zhni-section-heading-center{
    margin-bottom:48px;
  }

  .zhni-section-heading-left{
    margin-bottom:42px;
  }
}

@media (max-width:640px){
  .zhni-container{
    padding-left:22px;
    padding-right:22px;
  }

  .zhni-section-kicker{
    margin-bottom:14px;
    font-size:11px;
    letter-spacing:1.6px;
  }

  .zhni-section-heading-center h2,
  .zhni-section-heading-left h2{
    font-size:clamp(26px,8vw,34px);
  }

  .zhni-section-heading-center p,
  .zhni-section-heading-left p{
    font-size:16px;
    line-height:1.8;
  }
}



/* =========================================================
   HERO FINAL — PAGE L'AGENCE / ZHNI EVENTS
   ========================================================= */

.zhni-agency-hero-final{
  position: relative;
  overflow: hidden;
  padding: 136px 0 112px;
  background:
    radial-gradient(circle at 88% 16%, rgba(102,252,241,0.10), transparent 22%),
    linear-gradient(135deg, #02060d 0%, #08111d 32%, #111f2d 68%, #1f2833 100%);
}

.zhni-agency-hero-final::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.015) 0%,
      rgba(255,255,255,0) 18%,
      rgba(255,255,255,0) 82%,
      rgba(255,255,255,0.02) 100%
    );
}

.zhni-agency-hero-final::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102,252,241,0.30), transparent);
}

.zhni-agency-hero-final .zhni-container{
  width: min(1240px, 100%);
  margin: 0 auto;
  padding-left: 76px;
  padding-right: 76px;
  box-sizing: border-box;
}

.zhni-agency-hero-final__inner{
  max-width: 820px;
}

.zhni-section-kicker{
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #66fcf1;
}

.zhni-agency-hero-final h1{
  margin: 0 0 24px;
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.zhni-agency-hero-final__lead{
  max-width: 600px;
  margin: 0;
  color: #c5c6c7;
  font-size: 18px;
  line-height: 1.9;
}

.zhni-agency-hero-final__lead strong{
  color: #ffffff;
  font-weight: 700;
}

.zhni-agency-hero-final__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
}

.zhni-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all .25s ease;
}

.zhni-agency-hero-final__actions .zhni-btn{
  min-width: 220px;
  max-width: 320px;
}

.zhni-btn--primary{
  color: #0b0c10;
  background: linear-gradient(135deg, #66fcf1 0%, #54a29e 100%);
  box-shadow: 0 14px 30px rgba(102,252,241,0.18);
}

.zhni-btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(102,252,241,0.24);
  color: #0b0c10;
}

.zhni-btn--secondary{
  color: #ffffff;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(197,198,199,0.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.01);
}

.zhni-btn--secondary:hover{
  transform: translateY(-2px);
  border-color: #66fcf1;
  color: #66fcf1;
  background: rgba(255,255,255,0.03);
}

/* TABLET */
@media (max-width: 980px){
  .zhni-agency-hero-final{
    padding: 108px 0 88px;
  }

  .zhni-agency-hero-final .zhni-container{
    padding-left: 42px;
    padding-right: 42px;
  }

  .zhni-agency-hero-final__inner{
    max-width: 100%;
  }

  .zhni-agency-hero-final h1{
    max-width: 100%;
    font-size: clamp(36px, 7vw, 54px);
    line-height: 1.04;
  }

  .zhni-agency-hero-final__lead{
    max-width: 680px;
    font-size: 17px;
  }
}

/* MOBILE */
@media (max-width: 640px){
  .zhni-agency-hero-final{
    padding: 88px 0 72px;
  }

  .zhni-agency-hero-final .zhni-container{
    padding-left: 22px;
    padding-right: 22px;
  }

  .zhni-section-kicker{
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: 1.6px;
  }

  .zhni-agency-hero-final h1{
    margin-bottom: 18px;
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.06;
  }

  .zhni-agency-hero-final__lead{
    max-width: 100%;
    font-size: 16px;
    line-height: 1.8;
  }

  .zhni-agency-hero-final__actions{
    margin-top: 32px;
    flex-direction: column;
    align-items: stretch;
  }

  .zhni-agency-hero-final__actions .zhni-btn{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}



/* =========================================================
   SECTION 02 — VISION & POSITIONNEMENT (MISE À JOUR)
   ========================================================= */

.zhni-agency-section-two{
  position: relative;
  padding: 120px 0;
  background: #111820;
}

/* ligne subtile de séparation avec la section suivante */
.zhni-agency-section-two::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
}

.zhni-agency-section-two .zhni-container{
  width:min(1240px,100%);
  margin:0 auto;
  padding-left:76px;
  padding-right:76px;
  box-sizing:border-box;
}

/* GRID */

.zhni-agency-section-two__grid{
  display:grid;
  grid-template-columns:1.25fr 0.75fr;
  gap:40px;
  align-items:start;
}

/* TEXTE GAUCHE */

.zhni-agency-section-two__content{
  max-width:720px;
}

.zhni-agency-section-two__content h2{
  margin:0 0 28px;
  color:#ffffff;
  font-size:clamp(32px,4vw,44px);
  line-height:1.15;
  letter-spacing:-0.02em;
}

.zhni-agency-section-two__content p{
  margin:0 0 20px;
  color:#c5c6c7;
  font-size:17px;
  line-height:1.9;
}

.zhni-agency-section-two__content p:last-child{
  margin-bottom:0;
}

.zhni-agency-section-two__content strong{
  color:#ffffff;
  font-weight:700;
}

/* CARTE DROITE */

.zhni-agency-highlight-card{
  position:relative;
  padding:36px;
  border-radius:28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border:1px solid rgba(102,252,241,0.18);
  box-shadow:0 22px 50px rgba(0,0,0,0.28);
}

/* petit effet lumière premium */

.zhni-agency-highlight-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:radial-gradient(circle at top left, rgba(102,252,241,0.12), transparent 60%);
  pointer-events:none;
}

.zhni-agency-highlight-card__label{
  display:inline-block;
  margin-bottom:18px;
  color:#66fcf1;
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
}

.zhni-agency-highlight-card h3{
  margin:0 0 20px;
  color:#ffffff;
  font-size:26px;
  line-height:1.3;
  letter-spacing:-0.01em;
}

.zhni-agency-highlight-card ul{
  margin:0;
  padding-left:20px;
}

.zhni-agency-highlight-card li{
  margin-bottom:14px;
  color:#c5c6c7;
  font-size:16px;
  line-height:1.85;
}

.zhni-agency-highlight-card li:last-child{
  margin-bottom:0;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width:980px){

.zhni-agency-section-two{
  padding:90px 0;
}

.zhni-agency-section-two .zhni-container{
  padding-left:42px;
  padding-right:42px;
}

.zhni-agency-section-two__grid{
  grid-template-columns:1fr;
  gap:32px;
}

.zhni-agency-section-two__content{
  max-width:100%;
}

.zhni-agency-section-two__content h2{
  font-size:clamp(28px,5vw,38px);
}

}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:640px){

.zhni-agency-section-two{
  padding:70px 0;
}

.zhni-agency-section-two .zhni-container{
  padding-left:22px;
  padding-right:22px;
}

.zhni-agency-section-two__content h2{
  margin-bottom:20px;
  font-size:clamp(26px,8vw,32px);
}

.zhni-agency-section-two__content p{
  font-size:16px;
  line-height:1.8;
}

.zhni-agency-highlight-card{
  padding:26px;
  border-radius:22px;
}

.zhni-agency-highlight-card h3{
  font-size:22px;
}

.zhni-agency-highlight-card li{
  font-size:15px;
}

}


/* =========================================================
   SECTION 03 — LOGIQUE STRATÉGIQUE
   ========================================================= */

.zhni-agency-section-three{
  position: relative;
  padding: 120px 0;
  background: #0b111a;
}

.zhni-agency-section-three::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
}

.zhni-agency-section-three .zhni-container{
  width:min(1240px,100%);
  margin:0 auto;
  padding-left:76px;
  padding-right:76px;
  box-sizing:border-box;
}

/* heading */

.zhni-section-heading-center{
  max-width:760px;
  margin:0 auto 60px;
  text-align:center;
}

.zhni-section-heading-center h2{
  margin:0 0 20px;
  color:#ffffff;
  font-size:clamp(32px,4vw,46px);
  line-height:1.15;
  letter-spacing:-0.02em;
}

.zhni-section-heading-center p{
  margin:0;
  color:#c5c6c7;
  font-size:17px;
  line-height:1.9;
}

/* flow */

.zhni-strategy-flow{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:28px;
}

/* cards */

.zhni-strategy-card{
  max-width:560px;
  padding:34px;
  border-radius:26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border:1px solid rgba(255,255,255,0.08);
  text-align:center;
  box-shadow:0 20px 40px rgba(0,0,0,0.25);
}

.zhni-strategy-card--accent{
  border:1px solid rgba(102,252,241,0.25);
}

.zhni-strategy-card__label{
  display:inline-block;
  margin-bottom:16px;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#66fcf1;
  font-weight:700;
}

.zhni-strategy-card h3{
  margin:0 0 16px;
  color:#ffffff;
  font-size:26px;
  line-height:1.25;
}

.zhni-strategy-card p{
  margin:0;
  color:#c5c6c7;
  font-size:16px;
  line-height:1.85;
}

/* arrows */

.zhni-strategy-arrow{
  font-size:32px;
  color:#66fcf1;
  font-weight:700;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width:980px){

.zhni-agency-section-three{
  padding:90px 0;
}

.zhni-agency-section-three .zhni-container{
  padding-left:42px;
  padding-right:42px;
}

.zhni-section-heading-center{
  margin-bottom:48px;
}

}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:640px){

.zhni-agency-section-three{
  padding:70px 0;
}

.zhni-agency-section-three .zhni-container{
  padding-left:22px;
  padding-right:22px;
}

.zhni-section-heading-center h2{
  font-size:clamp(26px,8vw,34px);
}

.zhni-section-heading-center p{
  font-size:16px;
}

.zhni-strategy-card{
  padding:26px;
}

.zhni-strategy-card h3{
  font-size:22px;
}

.zhni-strategy-card p{
  font-size:15px;
}

}


/* =========================================================
   SECTION 04 — EXPERTISE
   ========================================================= */

.zhni-agency-section-four{
  position: relative;
  padding: 120px 0;
  background: #111820;
}

.zhni-agency-section-four::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
}

.zhni-agency-section-four .zhni-container{
  width: min(1240px, 100%);
  margin: 0 auto;
  padding-left: 76px;
  padding-right: 76px;
  box-sizing: border-box;
}

/* heading */

.zhni-section-heading-left{
  max-width: 820px;
  margin-bottom: 54px;
}

.zhni-section-heading-left h2{
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.zhni-section-heading-left p{
  margin: 0;
  color: #c5c6c7;
  font-size: 17px;
  line-height: 1.9;
}

.zhni-section-heading-left strong{
  color: #ffffff;
  font-weight: 700;
}

/* grid */

.zhni-expertise-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

/* cards */

.zhni-expertise-card{
  position: relative;
  padding: 34px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 40px rgba(0,0,0,0.20);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.zhni-expertise-card:hover{
  transform: translateY(-4px);
  border-color: rgba(102,252,241,0.20);
  box-shadow: 0 22px 48px rgba(0,0,0,0.24);
}

.zhni-expertise-card__index{
  display: inline-block;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #66fcf1;
}

.zhni-expertise-card h3{
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.zhni-expertise-card p{
  margin: 0;
  color: #c5c6c7;
  font-size: 16px;
  line-height: 1.85;
}

/* TABLET */
@media (max-width: 980px){
  .zhni-agency-section-four{
    padding: 90px 0;
  }

  .zhni-agency-section-four .zhni-container{
    padding-left: 42px;
    padding-right: 42px;
  }

  .zhni-section-heading-left{
    margin-bottom: 42px;
  }

  .zhni-expertise-grid{
    grid-template-columns: 1fr;
  }
}

/* MOBILE */
@media (max-width: 640px){
  .zhni-agency-section-four{
    padding: 70px 0;
  }

  .zhni-agency-section-four .zhni-container{
    padding-left: 22px;
    padding-right: 22px;
  }

  .zhni-section-heading-left h2{
    font-size: clamp(26px, 8vw, 34px);
  }

  .zhni-section-heading-left p{
    font-size: 16px;
    line-height: 1.8;
  }

  .zhni-expertise-card{
    padding: 26px;
    border-radius: 22px;
  }

  .zhni-expertise-card h3{
    font-size: 22px;
  }

  .zhni-expertise-card p{
    font-size: 15px;
    line-height: 1.75;
  }
}


/* =========================================================
   SECTION 05 — MÉTHODE
   ========================================================= */

.zhni-agency-section-five{
  position: relative;
  padding: 120px 0;
  background: #0b111a;
}

.zhni-agency-section-five::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
}

.zhni-agency-section-five .zhni-container{
  width: min(1240px, 100%);
  margin: 0 auto;
  padding-left: 76px;
  padding-right: 76px;
  box-sizing: border-box;
}

/* grille méthode */

.zhni-method-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* cartes */

.zhni-method-card{
  position: relative;
  padding: 34px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.zhni-method-card:hover{
  transform: translateY(-4px);
  border-color: rgba(102,252,241,0.20);
  box-shadow: 0 22px 48px rgba(0,0,0,0.26);
}

.zhni-method-card__num{
  display: inline-block;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #66fcf1;
}

.zhni-method-card h3{
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.zhni-method-card p{
  margin: 0;
  color: #c5c6c7;
  font-size: 16px;
  line-height: 1.85;
}

/* TABLET */
@media (max-width: 980px){
  .zhni-agency-section-five{
    padding: 90px 0;
  }

  .zhni-agency-section-five .zhni-container{
    padding-left: 42px;
    padding-right: 42px;
  }

  .zhni-method-grid{
    grid-template-columns: 1fr;
  }
}

/* MOBILE */
@media (max-width: 640px){
  .zhni-agency-section-five{
    padding: 70px 0;
  }

  .zhni-agency-section-five .zhni-container{
    padding-left: 22px;
    padding-right: 22px;
  }

  .zhni-method-card{
    padding: 26px;
    border-radius: 22px;
  }

  .zhni-method-card h3{
    font-size: 22px;
  }

  .zhni-method-card p{
    font-size: 15px;
    line-height: 1.75;
  }
}


/* =========================================================
   SECTION 06 — CTA FINAL
   ========================================================= */

.zhni-agency-section-six{
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(102,252,241,0.10), transparent 30%),
    linear-gradient(135deg, #02060d 0%, #08111d 35%, #111f2d 70%, #1f2833 100%);
}

.zhni-agency-section-six .zhni-container{
  width: min(1240px, 100%);
  margin: 0 auto;
  padding-left: 76px;
  padding-right: 76px;
  box-sizing: border-box;
}

/* bloc CTA */

.zhni-agency-cta{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.zhni-agency-cta h2{
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.zhni-agency-cta p{
  margin: 0 auto;
  max-width: 620px;
  color: #c5c6c7;
  font-size: 17px;
  line-height: 1.9;
}

.zhni-agency-cta strong{
  color: #ffffff;
  font-weight: 700;
}

/* boutons */

.zhni-agency-cta-actions{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

/* TABLET */

@media (max-width: 980px){

.zhni-agency-section-six{
  padding: 90px 0;
}

.zhni-agency-section-six .zhni-container{
  padding-left: 42px;
  padding-right: 42px;
}

.zhni-agency-cta h2{
  font-size: clamp(30px, 6vw, 40px);
}

}

/* MOBILE */

@media (max-width: 640px){

.zhni-agency-section-six{
  padding: 70px 0;
}

.zhni-agency-section-six .zhni-container{
  padding-left: 22px;
  padding-right: 22px;
}

.zhni-agency-cta p{
  font-size: 16px;
  line-height: 1.8;
}

.zhni-agency-cta-actions{
  flex-direction: column;
}

.zhni-agency-cta-actions .zhni-btn{
  width: 100%;
}

}