/* =========================================================
   PAGE TEAM BUILDING MAROC — ZHNI EVENTS
   ========================================================= */

.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-row{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}

.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 0.25s ease;
  box-sizing: border-box;
}

.zhni-btn--primary{
  background: #66fcf1;
  color: #0b0c10;
  border: 1px solid #66fcf1;
}

.zhni-btn--primary:hover{
  background: #54a29e;
  border-color: #54a29e;
  color: #0b0c10;
}

.zhni-btn--secondary{
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(102,252,241,0.45);
}

.zhni-btn--secondary:hover{
  background: rgba(102,252,241,0.1);
  color: #ffffff;
  border-color: #66fcf1;
}

/* =========================================================
   HERO — TEAM BUILDING MAROC
   ========================================================= */

.zhni-team-hero{
  position: relative;
  padding: 72px 0;
  background:
    radial-gradient(circle at top right, rgba(102,252,241,0.10), transparent 30%),
    linear-gradient(180deg, #0b0c10 0%, #111820 100%);
  overflow: hidden;
}

/* GRID */

.zhni-team-hero__grid{
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(0,0.85fr);
  gap: 48px;
  align-items: center;
}

/* CONTENT */

.zhni-team-hero__content{
  max-width: 760px;
}

/* TITLE */

.zhni-team-hero h1{
  margin: 0 0 22px;
  font-size: clamp(42px,5.5vw,68px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #ffffff;
}

/* TEXT */

.zhni-team-hero__lead{
  max-width: 680px;
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #c5c6c7;
}

.zhni-team-hero__lead strong{
  color:#ffffff;
}

/* BUTTONS */

.zhni-team-hero .zhni-btn-row{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:40px;
  flex-wrap:nowrap;
}

.zhni-team-hero .zhni-btn{
  width:auto;
  white-space:nowrap;
}

/* IMAGE */

.zhni-team-hero__media img{
  display:block;
  width:100%;
  height:auto;
  min-height:520px;
  object-fit:cover;
  border-radius:28px;
  border:1px solid rgba(102,252,241,0.16);
  box-shadow:0 24px 60px rgba(0,0,0,0.28);
}

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

@media (max-width:980px){

  .zhni-team-hero{
    padding:58px 0 74px;
  }

  .zhni-team-hero__grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .zhni-team-hero__content{
    max-width:100%;
  }

  .zhni-team-hero h1{
    font-size: clamp(38px,7vw,56px);
    line-height:1.05;
  }

  .zhni-team-hero__lead{
    max-width:100%;
    font-size:17px;
  }

  .zhni-team-hero__media img{
    min-height:420px;
  }

  .zhni-team-hero .zhni-btn-row{
    flex-wrap:wrap;
  }

}

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

@media (max-width:767px){

  .zhni-team-hero{
    padding:48px 0 60px;
  }

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

  .zhni-team-hero__lead{
    font-size:16px;
    line-height:1.8;
  }

  .zhni-team-hero .zhni-btn-row{
    flex-direction:column;
    align-items:stretch;
    gap:12px;
    margin-top:32px;
  }

  .zhni-team-hero .zhni-btn{
    width:100%;
    white-space:normal;
  }

  .zhni-team-hero__media img{
    min-height:280px;
    border-radius:22px;
  }

}

/* =========================================================
   SECTION 02 — COHÉSION & ENGAGEMENT
   ========================================================= */

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

.zhni-team-section-two::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102,252,241,0.28), transparent);
}

.zhni-team-section-two__intro{
  max-width: 820px;
  margin: 0 auto 58px;
  text-align: center;
}

.zhni-team-section-two__intro h2{
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

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

.zhni-team-section-two__intro strong{
  color: #ffffff;
}

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

.zhni-team-benefit-card{
  position: relative;
  padding: 34px 28px 30px;
  border-radius: 26px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.04) 0%,
      rgba(255,255,255,0.02) 100%
    );
  border: 1px solid rgba(102,252,241,0.16);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.zhni-team-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(102,252,241,0.32);
}

.zhni-team-benefit-card__index{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(102,252,241,0.12);
  border: 1px solid rgba(102,252,241,0.24);
  color: #66fcf1;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.zhni-team-benefit-card h3{
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.3;
}

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

.zhni-team-benefit-card strong{
  color: #ffffff;
}

/* =========================
   TABLETTE
   ========================= */

@media (max-width: 980px){

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

  .zhni-team-section-two__intro{
    margin-bottom: 42px;
  }

  .zhni-team-section-two__intro h2{
    font-size: clamp(30px, 5vw, 40px);
    line-height: 1.18;
  }

  .zhni-team-section-two__intro p{
    font-size: 16px;
    line-height: 1.85;
  }

  .zhni-team-section-two__cards{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .zhni-team-benefit-card{
    padding: 28px 24px 24px;
  }

  .zhni-team-benefit-card h3{
    font-size: 20px;
  }
}

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

@media (max-width: 767px){

  .zhni-team-section-two{
    padding: 72px 0;
  }

  .zhni-team-section-two__intro{
    margin-bottom: 34px;
  }

  .zhni-team-section-two__intro h2{
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.2;
  }

  .zhni-team-section-two__intro p{
    font-size: 15px;
    line-height: 1.8;
  }

  .zhni-team-benefit-card{
    padding: 24px 20px 22px;
    border-radius: 22px;
  }

  .zhni-team-benefit-card__index{
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    font-size: 12px;
  }

  .zhni-team-benefit-card h3{
    font-size: 18px;
  }

  .zhni-team-benefit-card p{
    font-size: 14px;
    line-height: 1.75;
  }
}

/* =========================================================
   CONTAINER RESPONSIVE FIX
   Permet aux sections d'utiliser toute la largeur mobile
   ========================================================= */

@media (max-width: 980px){

  .zhni-container{
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media (max-width: 767px){

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

}


/* =========================================================
   SECTION 03 — EXPÉRIENCES TEAM BUILDING   
   ========================================================= */

.zhni-team-section-three{
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(102,252,241,0.07), transparent 24%),
    linear-gradient(180deg, #020b14 0%, #08131d 100%);
  overflow: hidden;
}

.zhni-team-section-three::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102,252,241,0.22), transparent);
}

/* =========================
   HEAD
   ========================= */

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

.zhni-team-section-three__head{
  max-width: 860px;
}

.zhni-team-section-three__head h2{
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

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

.zhni-team-section-three__head strong{
  color: #ffffff;
}

/* =========================
   CONTENT ROW
   Compatible Divi 2 colonnes
   ========================= */

.zhni-team-section-three__content-row{
  width: min(1240px, 100%);
  margin: 0 auto;
  padding-left: 76px;
  padding-right: 76px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(340px, 0.84fr) minmax(520px, 1.16fr);
  gap: 64px;
  align-items: start;
}

.zhni-team-section-three__content-row > .et_pb_column{
  width: auto !important;
  min-width: 0;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  float: none !important;
}

/* =========================
   IMAGE
   ========================= */

.zhni-team-section-three__image{
  position: relative;
  width: 100%;
  max-width: 470px;
  margin: 0;
}

.zhni-team-section-three__image .et_pb_image_wrap,
.zhni-team-section-three__image span{
  display: block;
  width: 100%;
}

.zhni-team-section-three__image img{
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
  border: 1px solid rgba(102,252,241,0.14);
  box-shadow: 0 26px 60px rgba(0,0,0,0.30);
}

/* =========================
   RIGHT CONTENT
   ========================= */

.zhni-team-section-three__lead{
  margin-bottom: 20px;
}

.zhni-team-section-three__lead p{
  margin: 0;
  max-width: 720px;
  color: #d7dbdf;
  font-size: 17px;
  line-height: 1.9;
}

.zhni-team-section-three__lead strong{
  color: #ffffff;
}

/* =========================
   LINES
   ========================= */

.zhni-team-line{
  position: relative;
  max-width: 760px;
  padding: 24px 0 26px;
  border-top: 1px solid rgba(255,255,255,0.10);
  transition: padding-left 0.25s ease, border-color 0.25s ease;
}

.zhni-team-line:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.zhni-team-line h3{
  margin: 0 0 12px;
  max-width: 700px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: -0.01em;
  transition: color 0.25s ease;
}

.zhni-team-line p{
  margin: 0;
  max-width: 720px;
  color: #c5c6c7;
  font-size: 15px;
  line-height: 1.9;
}

.zhni-team-line strong{
  color: #ffffff;
}

.zhni-team-line:hover{
  padding-left: 14px;
  border-top-color: rgba(102,252,241,0.32);
}

.zhni-team-line:hover h3{
  color: #66fcf1;
}

/* =========================
   LARGE DESKTOP
   ========================= */

@media (min-width: 1281px){

  .zhni-team-section-three__content-row{
    grid-template-columns: minmax(360px, 0.82fr) minmax(560px, 1.18fr);
    gap: 72px;
  }

  .zhni-team-section-three__image{
    max-width: 500px;
  }

  .zhni-team-section-three__image img{
    height: 660px;
  }
}

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

@media (max-width: 980px){

  .zhni-team-section-three{
    padding: 92px 0;
  }

  .zhni-team-section-three__head-row,
  .zhni-team-section-three__content-row{
    padding-left: 40px;
    padding-right: 40px;
  }

  .zhni-team-section-three__head-row{
    margin-bottom: 42px;
  }

  .zhni-team-section-three__head h2{
    font-size: clamp(30px, 5vw, 42px);
    line-height: 1.15;
  }

  .zhni-team-section-three__head p{
    font-size: 16px;
    line-height: 1.85;
  }

  .zhni-team-section-three__content-row{
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .zhni-team-section-three__content-row > .et_pb_column{
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  .zhni-team-section-three__image{
    max-width: 100%;
  }

  .zhni-team-section-three__image img{
    height: 440px;
  }

  .zhni-team-section-three__lead,
  .zhni-team-line,
  .zhni-team-section-three__lead p,
  .zhni-team-line h3,
  .zhni-team-line p{
    max-width: 100%;
  }

  .zhni-team-line{
    padding: 22px 0 24px;
  }

  .zhni-team-line h3{
    font-size: 22px;
  }

  .zhni-team-line p{
    font-size: 15px;
    line-height: 1.82;
  }

  .zhni-team-line:hover{
    padding-left: 0;
  }
}

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

@media (max-width: 767px){

  .zhni-team-section-three{
    padding: 72px 0;
  }

  .zhni-team-section-three__head-row,
  .zhni-team-section-three__content-row{
    padding-left: 22px;
    padding-right: 22px;
  }

  .zhni-team-section-three__head-row{
    margin-bottom: 32px;
  }

  .zhni-team-section-three__head h2{
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.18;
  }

  .zhni-team-section-three__head p{
    font-size: 15px;
    line-height: 1.8;
  }

  .zhni-team-section-three__content-row{
    gap: 24px;
  }

  .zhni-team-section-three__content-row > .et_pb_column{
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  .zhni-team-section-three__image{
    max-width: 100%;
  }

  .zhni-team-section-three__image img{
    width: 100%;
    height: 400px;
    min-height: 0;
    border-radius: 22px;
  }

  .zhni-team-section-three__lead{
    margin-bottom: 8px;
  }

  .zhni-team-section-three__lead p{
    max-width: 100%;
    font-size: 15px;
    line-height: 1.82;
    color: #dfe5e8;
  }

  .zhni-team-line{
    max-width: 100%;
    padding: 18px 0 20px;
  }

  .zhni-team-line h3{
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.34;
  }

  .zhni-team-line p{
    max-width: 100%;
    font-size: 14px;
    line-height: 1.78;
  }
}

/* =========================================================
   IMAGE SECTION 03 — OPTIMISATION MOBILE
   ========================================================= */

@media (max-width: 767px){

  .zhni-team-section-three__image{
    max-width: 100%;
  }

  .zhni-team-section-three__image .et_pb_image_wrap{
    display: block;
    width: 100%;
  }

  .zhni-team-section-three__image img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: cover;
    object-position: center top;
    border-radius: 22px;
  }

}

/* =========================================================
   SECTION 04 — MÉTHODE & EXPÉRIENCE 
   ========================================================= */

.zhni-team-section-four{
  position: relative;
  padding: 120px 0;
  background: #111820 !important;
  overflow: hidden;
}

.zhni-team-section-four,
.zhni-team-section-four.et_pb_section{
  background-color: #111820 !important;
}

.zhni-team-section-four::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(102,252,241,0.06), transparent 24%);
  pointer-events: none;
}

.zhni-team-section-four .et_pb_row,
.zhni-team-section-four .et_pb_column,
.zhni-team-section-four .et_pb_module{
  background: transparent !important;
}

.zhni-team-section-four__grid{
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  margin: 0 auto;
  padding-left: 76px;
  padding-right: 76px;
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: minmax(320px, 0.9fr) minmax(560px, 1.1fr);
  gap: 72px;
  align-items: start;
}

.zhni-team-section-four__grid > .et_pb_column{
  width: auto !important;
  min-width: 0;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  float: none !important;
}

/* =========================
   LEFT SIDE
   ========================= */

.zhni-team-section-four__intro{
  margin-bottom: 28px;
}

.zhni-team-section-four__intro h2{
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(32px, 4.3vw, 50px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

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

.zhni-team-section-four__intro strong{
  color: #ffffff;
}

.zhni-team-section-four__panel{
  padding: 30px 28px;
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.04) 0%,
    rgba(255,255,255,0.02) 100%
  ) !important;
  border: 1px solid rgba(102,252,241,0.14);
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}

.zhni-team-section-four__panel h3{
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3;
}

.zhni-team-section-four__panel p{
  margin: 0;
  color: #c5c6c7;
  font-size: 15px;
  line-height: 1.85;
}

.zhni-team-section-four__panel strong{
  color: #ffffff;
}

/* =========================
   RIGHT SIDE
   ========================= */

.zhni-team-exp-block{
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.zhni-team-exp-block:last-child{
  margin-bottom: 0;
}

.zhni-team-exp-block__eyebrow{
  display: inline-block;
  margin-bottom: 14px;
  color: #66fcf1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.zhni-team-exp-block h3{
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.zhni-team-exp-block p{
  margin: 0 0 16px;
  max-width: 760px;
  color: #c5c6c7;
  font-size: 15px;
  line-height: 1.88;
}

.zhni-team-exp-block strong{
  color: #ffffff;
}

.zhni-team-exp-block ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.zhni-team-exp-block li{
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(102,252,241,0.08);
  border: 1px solid rgba(102,252,241,0.14);
  color: #dff7f5;
  font-size: 13px;
  line-height: 1.4;
}

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

@media (max-width: 980px){

  .zhni-team-section-four{
    padding: 92px 0;
  }

  .zhni-team-section-four__grid{
    grid-template-columns: 1fr;
    gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .zhni-team-section-four__intro{
    margin-bottom: 24px;
  }

  .zhni-team-section-four__intro h2{
    font-size: clamp(30px, 5vw, 42px);
    line-height: 1.15;
  }

  .zhni-team-section-four__intro p{
    font-size: 16px;
    line-height: 1.85;
  }

  .zhni-team-section-four__panel{
    padding: 26px 24px;
    border-radius: 24px;
  }

  .zhni-team-section-four__panel h3{
    font-size: 22px;
  }

  .zhni-team-exp-block{
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .zhni-team-exp-block h3{
    font-size: 24px;
  }

  .zhni-team-exp-block p{
    font-size: 15px;
    line-height: 1.82;
  }
}

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

@media (max-width: 767px){

  .zhni-team-section-four{
    padding: 72px 0;
  }

  .zhni-team-section-four__grid{
    gap: 30px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .zhni-team-section-four__intro h2{
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.18;
  }

  .zhni-team-section-four__intro p{
    font-size: 15px;
    line-height: 1.8;
  }

  .zhni-team-section-four__panel{
    padding: 22px 20px;
    border-radius: 22px;
  }

  .zhni-team-section-four__panel h3{
    margin-bottom: 12px;
    font-size: 20px;
  }

  .zhni-team-section-four__panel p{
    font-size: 14px;
    line-height: 1.78;
  }

  .zhni-team-exp-block{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .zhni-team-exp-block__eyebrow{
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .zhni-team-exp-block h3{
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.3;
  }

  .zhni-team-exp-block p{
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.75;
  }

  .zhni-team-exp-block ul{
    gap: 8px;
  }

  .zhni-team-exp-block li{
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* =========================================================
   SECTION 05 — POURQUOI ZHNI EVENTS
   ========================================================= */

.zhni-team-section-five{
  position: relative;
  padding: 120px 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(102,252,241,0.05), transparent 24%),
    linear-gradient(180deg, #020b14 0%, #08131d 100%);
  overflow: hidden;
}

.zhni-team-section-five::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102,252,241,0.20), transparent);
}

.zhni-team-section-five__grid{
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  margin: 0 auto;
  padding-left: 76px;
  padding-right: 76px;
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 64px;
  align-items: start;
}

.zhni-team-section-five__grid > .et_pb_column{
  width: auto !important;
  min-width: 0;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  float: none !important;
}

/* =========================
   INTRO
   ========================= */

.zhni-team-section-five__intro{
  max-width: 760px;
  margin-bottom: 34px;
}

.zhni-team-section-five__intro h2{
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

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

.zhni-team-section-five__intro strong{
  color: #ffffff;
}

/* =========================
   PROOFS
   ========================= */

.zhni-team-proof{
  max-width: 760px;
  padding: 22px 0 24px;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.zhni-team-proof:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.zhni-team-proof h3{
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.zhni-team-proof p{
  margin: 0;
  color: #c5c6c7;
  font-size: 15px;
  line-height: 1.88;
}

.zhni-team-proof strong{
  color: #ffffff;
}

/* =========================
   IMAGE
   ========================= */

.zhni-team-section-five__image{
  width: 100%;
  max-width: 470px;
  margin-left: auto;
}

.zhni-team-section-five__image .et_pb_image_wrap,
.zhni-team-section-five__image span{
  display: block;
  width: 100%;
}

.zhni-team-section-five__image img{
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  border: 1px solid rgba(102,252,241,0.14);
  box-shadow: 0 26px 60px rgba(0,0,0,0.30);
}

/* =========================
   LARGE DESKTOP
   ========================= */

@media (min-width: 1281px){

  .zhni-team-section-five__grid{
    grid-template-columns: minmax(0, 1.04fr) minmax(400px, 0.86fr);
    gap: 76px;
  }

  .zhni-team-section-five__image{
    max-width: 510px;
  }

  .zhni-team-section-five__image img{
    height: 660px;
  }
}

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

@media (max-width: 980px){

  .zhni-team-section-five{
    padding: 92px 0;
  }

  .zhni-team-section-five__grid{
    grid-template-columns: 1fr;
    gap: 34px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .zhni-team-section-five__intro{
    max-width: 100%;
    margin-bottom: 24px;
  }

  .zhni-team-section-five__intro h2{
    font-size: clamp(30px, 5vw, 42px);
    line-height: 1.14;
  }

  .zhni-team-section-five__intro p{
    font-size: 16px;
    line-height: 1.85;
  }

  .zhni-team-proof{
    max-width: 100%;
    padding: 20px 0 22px;
  }

  .zhni-team-proof h3{
    font-size: 22px;
  }

  .zhni-team-proof p{
    font-size: 15px;
    line-height: 1.82;
  }

  .zhni-team-section-five__image{
    max-width: 100%;
    margin-left: 0;
    order: -1;
  }

  .zhni-team-section-five__image img{
    height: 460px;
  }
}

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

@media (max-width: 767px){

  .zhni-team-section-five{
    padding: 72px 0;
  }

  .zhni-team-section-five__grid{
    gap: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .zhni-team-section-five__intro{
    margin-bottom: 18px;
  }

  .zhni-team-section-five__intro h2{
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.18;
  }

  .zhni-team-section-five__intro p{
    font-size: 15px;
    line-height: 1.8;
  }

  .zhni-team-proof{
    padding: 18px 0 20px;
  }

  .zhni-team-proof h3{
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.34;
  }

  .zhni-team-proof p{
    font-size: 14px;
    line-height: 1.76;
  }

  .zhni-team-section-five__image img{
    height: 400px;
    border-radius: 22px;
  }
}

/* =========================================================
   CTA FINAL — TEAM BUILDING MAROC   
   ========================================================= */

.zhni-team-cta{
  position: relative;
  padding: 120px 0;
  background: #020b14;
  overflow: hidden;
}

.zhni-team-cta::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(102,252,241,0.07), transparent 26%);
  pointer-events: none;
}

.zhni-team-cta__row{
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  margin: 0 auto;
  padding-left: 76px;
  padding-right: 76px;
  box-sizing: border-box;
}

.zhni-team-cta-box{
  max-width: 1240px;
  margin: 0 auto;
  padding: 54px 48px;
  border-radius: 30px;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.04) 0%,
    rgba(255,255,255,0.02) 100%
  );
  border: 1px solid rgba(102,252,241,0.14);
  box-shadow: 0 24px 60px rgba(0,0,0,0.24);
}

.zhni-team-cta-box h2{
  max-width: 980px;
  margin: 0 auto 18px;
  color: #ffffff;
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

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

.zhni-team-cta-box strong{
  color: #ffffff;
}

.zhni-team-cta-box__actions{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.zhni-team-cta-box__actions .zhni-btn{
  min-width: 260px;
}

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

@media (max-width: 980px){

  .zhni-team-cta{
    padding: 92px 0;
  }

  .zhni-team-cta__row{
    padding-left: 40px;
    padding-right: 40px;
  }

  .zhni-team-cta-box{
    padding: 42px 30px;
    border-radius: 26px;
  }

  .zhni-team-cta-box h2{
    font-size: clamp(30px, 5vw, 42px);
    line-height: 1.14;
  }

  .zhni-team-cta-box p{
    font-size: 16px;
    line-height: 1.85;
  }

  .zhni-team-cta-box__actions{
    gap: 18px;
  }
}

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

@media (max-width: 767px){

  .zhni-team-cta{
    padding: 72px 0;
  }

  .zhni-team-cta__row{
    padding-left: 22px;
    padding-right: 22px;
  }

  .zhni-team-cta-box{
    padding: 30px 20px;
    border-radius: 22px;
  }

  .zhni-team-cta-box h2{
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.18;
  }

  .zhni-team-cta-box p{
    font-size: 15px;
    line-height: 1.8;
  }

  .zhni-team-cta-box__actions{
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
  }

  .zhni-team-cta-box__actions .zhni-btn{
    width: 100%;
    min-width: 0;
  }
}
