/* PilotDewei Company preview page — dedicated overrides (private preview only) */

/* ---- Mobile horizontal-overflow guard (footer tel link fix) ---- */
@media (max-width: 480px){
  html,body{overflow-x:clip;}
  .site-footer a[href^="tel:"]{white-space:normal;word-break:break-all;max-width:100%;}
  .site-footer .shell{max-width:100%;overflow-wrap:anywhere;}
}

/* ---- Capabilities strip: copper bar with 4 highlighted items ---- */
.stats-bar .stat-item{display:flex;align-items:center;justify-content:center;min-height:92px;}
.stats-bar .stat-label{font-size:13px;line-height:1.45;letter-spacing:.03em;opacity:1;text-transform:none;max-width:170px;display:flex;align-items:center;justify-content:center;gap:9px;padding-top:0;}
.stats-bar .stat-label::before{content:"\2713";color:#fff;font-weight:900;font-size:15px;flex:0 0 auto;}
@media(max-width:760px){
  .stats-bar .stat-item{min-height:auto;padding:22px 14px;}
  .stats-bar .stat-label{font-size:12px;text-align:left;justify-content:flex-start;}
}

/* ---- Company Overview image ---- */
.split-layout>div>img{border-radius:6px;box-shadow:0 18px 44px rgba(18,39,30,.12);}

/* ---- Who We Are / markets cards consistent ---- */
.commitment-philosophy h2{margin-top:0;}
.commitment-philosophy p{color:var(--muted);}
