/* v1.7 simplified navigation and light status card */
.hero{padding-bottom:20px}
.hero-copy>p{margin-bottom:0}
.status-card{background:linear-gradient(135deg,#eaf3ff 0%,#dcecff 55%,#edf8ff 100%);color:var(--ink);border:1px solid #c9ddfb;box-shadow:0 16px 36px rgba(44,104,184,.13)}
.live-label{color:#27527d;font-weight:750}
.live-label i{background:#13a874;box-shadow:0 0 0 4px rgba(19,168,116,.13)}
.status-main strong{color:#0d4fc4}
.status-main small{color:#517199}
.status-card dl div{border-top-color:rgba(55,101,163,.18)}
.status-card dt{color:#6681a4}
.status-card dd{color:#19395f}
@media(max-width:680px){.hero{padding-bottom:14px}}
