/* Homepage only: header, hero and statistics share the opening viewport. */
#top>.hero{padding-top:28px}
@media(min-width:1001px){
  #top>.hero{min-height:calc(100svh - 82px);display:flex;flex-direction:column;justify-content:space-between;padding:22px 0 0}
  #top>.hero .status-hero-grid{flex:1;align-items:center;gap:36px;padding-top:0;padding-bottom:18px;min-height:0}
  #top>.hero .status-hero-copy{padding:0}
  #top>.hero .status-card-shell{padding:0}
  #top>.hero .trust-strip{margin-top:0;flex-shrink:0}
  #top>.hero .trust-strip div{padding-top:14px;padding-bottom:14px}
  #top>.hero .ct-stage{height:clamp(230px,calc(100svh - 390px),445px)}
  #top>.hero .ct-demo{padding:20px}
}
@media(max-width:1000px){#top>.hero{padding-top:28px}#top>.hero .trust-strip{margin-top:24px}}
