/* v969 — About Us intro right-side team photo + simplified stats
   Root fix: replace awkward 4th stat block with a real team highlight image on the right.
   Keep only 3 useful metrics and update passport count to 200+. */

html body.about-intro-image-stats-v969 .about-intro-grid-v969{
  grid-template-columns:minmax(0,1fr) minmax(360px,520px) !important;
  gap:42px !important;
  align-items:center !important;
}

html body.about-intro-image-stats-v969 .about-highlight-photo-v969{
  margin:0 !important;
  position:relative !important;
  overflow:hidden !important;
  border-radius:24px !important;
  border:1px solid rgba(208,220,238,.95) !important;
  background:#edf4fb !important;
  box-shadow:0 18px 40px rgba(15,35,70,.12) !important;
}

html body.about-intro-image-stats-v969 .about-highlight-photo-v969 img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:4/3 !important;
  object-fit:cover !important;
  object-position:center center !important;
}

html body.about-intro-image-stats-v969 .about-highlight-photo-v969 figcaption{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  margin:0 !important;
  padding:46px 20px 18px !important;
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(7,22,50,.82)) !important;
  color:#fff !important;
  font-size:20px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  letter-spacing:-.01em !important;
}

html body.about-intro-image-stats-v969 .about-simple-stats-row-v969{
  margin-top:28px !important;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  border-top:1px solid #dbe5f2 !important;
  border-bottom:1px solid #dbe5f2 !important;
}

html body.about-intro-image-stats-v969 .about-simple-stats-row-v969 > div{
  padding:24px 28px !important;
  border-right:1px solid #dbe5f2 !important;
}

html body.about-intro-image-stats-v969 .about-simple-stats-row-v969 > div:last-child{
  border-right:0 !important;
}

html body.about-intro-image-stats-v969 .about-simple-stats-row-v969 strong{
  display:block !important;
  color:#0b63d8 !important;
  font-size:46px !important;
  line-height:1.02 !important;
  letter-spacing:-.05em !important;
  font-weight:950 !important;
}

html body.about-intro-image-stats-v969 .about-simple-stats-row-v969 span{
  display:block !important;
  margin-top:10px !important;
  color:#253a56 !important;
  font-size:17px !important;
  line-height:1.4 !important;
  font-weight:850 !important;
}

@media (max-width: 1100px){
  html body.about-intro-image-stats-v969 .about-intro-grid-v969{
    grid-template-columns:1fr !important;
    gap:26px !important;
  }
}

@media (max-width: 720px){
  html body.about-intro-image-stats-v969 .about-simple-stats-row-v969{
    grid-template-columns:1fr !important;
  }
  html body.about-intro-image-stats-v969 .about-simple-stats-row-v969 > div{
    border-right:0 !important;
    border-bottom:1px solid #dbe5f2 !important;
  }
  html body.about-intro-image-stats-v969 .about-simple-stats-row-v969 > div:last-child{
    border-bottom:0 !important;
  }
  html body.about-intro-image-stats-v969 .about-simple-stats-row-v969 strong{
    font-size:38px !important;
  }
  html body.about-intro-image-stats-v969 .about-highlight-photo-v969 figcaption{
    font-size:18px !important;
    padding:36px 16px 15px !important;
  }
}
