/* v1119 About/Why Us clean merge
   - Applies shared About/Why Us polish on both desktop and mobile.
   - Keeps first hero text aligned with the edited home-page hero.
   - Hides the old team-photo gallery section if any older copy is still present.
*/
body .about-gallery-section-v944{display:none !important;}
body .why-us-home-hero-v1110,
body .about-hero-v944{
  background:#09234a;
  color:#fff;
}
body .about-hero-v944{
  position:relative;
  overflow:hidden;
  min-height:560px;
  display:flex;
  align-items:center;
}
body .about-hero-v944::before,
body .why-us-home-hero-v1110::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(6,28,61,.96) 0%,rgba(9,35,74,.88) 44%,rgba(9,35,74,.68) 100%);
  pointer-events:none;
  z-index:0;
}
body .about-hero-v944 .container,
body .why-us-home-hero-v1110 .container{position:relative;z-index:1;}
body .about-hero-media-v944{position:absolute;inset:0;z-index:0;}
body .about-hero-media-v944 img{width:100%;height:100%;object-fit:cover;opacity:.28;filter:saturate(.95) contrast(1.02);}
body .about-hero-content-v944{padding:88px 20px;max-width:1040px;}
body .about-eyebrow-v944,
body .why-us-home-hero-eyebrow-v1110{
  color:#74b6ff !important;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:800;
}
body .about-hero-v944 h1,
body .why-us-home-hero-headline-v1110{
  color:#fff !important;
  font-weight:900;
  letter-spacing:-.055em;
  line-height:.94;
}
body .about-hero-lead-v944,
body .why-us-home-hero-subcopy-v1110{
  color:rgba(255,255,255,.88) !important;
  max-width:980px;
  font-weight:500;
  line-height:1.5;
}
body .about-hero-actions-v944 .btn.red,
body .why-us-home-hero-actions-v1110 .btn.red{
  background:#ef3340 !important;
  border-color:#ef3340 !important;
  color:#fff !important;
}
body .about-hero-actions-v944 .btn.secondary,
body .why-us-home-hero-actions-v1110 .btn.secondary{
  background:#fff !important;
  color:#071b45 !important;
  border-color:rgba(255,255,255,.82) !important;
  box-shadow:0 12px 32px rgba(0,0,0,.18);
}
@media(max-width:760px){
  body .about-hero-v944{min-height:auto;}
  body .about-hero-content-v944{padding:56px 20px;}
  body .about-hero-v944 h1,
  body .why-us-home-hero-headline-v1110{font-size:clamp(42px,13vw,64px);line-height:.96;}
  body .about-hero-lead-v944,
  body .why-us-home-hero-subcopy-v1110{font-size:18px;line-height:1.52;}
  body .about-hero-actions-v944,
  body .why-us-home-hero-actions-v1110{gap:12px;}
  body .about-hero-actions-v944 .btn,
  body .why-us-home-hero-actions-v1110 .btn{width:100%;justify-content:center;}
}
