
/* MicroSec homepage recovery — isolated to .microsec-restored-home only */
body.home a[href^="tel:"]{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}
.microsec-restored-home{background:#fff;color:#273244;overflow:hidden}
.microsec-restored-home *{box-sizing:border-box}
.ms-home-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.ms-home-hero{position:relative;min-height:620px;background-image:var(--ms-hero);background-size:cover;background-position:center;display:flex;align-items:center}
.ms-home-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,39,114,.88) 0%,rgba(6,39,114,.72) 45%,rgba(6,39,114,.18) 100%)}
.ms-home-hero-inner{position:relative;z-index:1;color:#fff;padding:82px 0}
.ms-home-eyebrow,.ms-home-kicker{font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:13px}
.ms-home-eyebrow{color:#fff;margin:0 0 18px}
.ms-home-kicker{color:#e49c34;margin:0 0 12px}
.ms-home-hero h1{font-size:clamp(42px,6vw,68px);line-height:1.02;max-width:760px;margin:0 0 22px;color:#fff;font-weight:800}
.ms-home-hero h1 span{color:#e49c34}
.ms-home-lead{font-size:19px;line-height:1.6;max-width:690px;margin:0 0 30px;color:#fff}
.ms-home-actions{display:flex;gap:12px;flex-wrap:wrap}
.ms-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:9px;text-decoration:none!important;font-weight:800}
.ms-btn-orange{background:#e49c34;color:#fff!important}
.ms-btn-blue{background:#062772;color:#fff!important;border:1px solid rgba(255,255,255,.35)}
.ms-btn-light{background:#fff;color:#062772!important}
.ms-trustbar{background:#fff;border-bottom:1px solid #e9eef5}
.ms-trustgrid{display:grid;grid-template-columns:repeat(4,1fr);padding:26px 0}
.ms-trustgrid>div{padding:6px 22px;border-right:1px solid #e9eef5}
.ms-trustgrid>div:last-child{border-right:0}
.ms-trustgrid strong{display:block;color:#062772;font-size:17px;margin-bottom:6px}
.ms-trustgrid span{display:block;color:#5d6b82;font-size:14px;line-height:1.5}
.ms-home-section{padding:78px 0;background:#f7f9fc}
.ms-home-section h2,.ms-engineering h2,.ms-home-cta h2{font-size:clamp(30px,4vw,43px);line-height:1.12;color:#062772;margin:0 0 16px}
.ms-home-intro{font-size:18px;line-height:1.65;max-width:820px;margin:0 0 34px;color:#5d6b82}
.ms-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.ms-service-card{background:#fff;border:1px solid #e9eef5;border-radius:22px;padding:20px;display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:center;box-shadow:0 10px 30px rgba(14,25,65,.06)}
.ms-service-card .microsec-category-picture{width:220px!important;height:220px!important;aspect-ratio:1/1!important;margin:0!important;border-radius:18px!important;overflow:hidden!important;background:#f7f9fc!important}
.ms-service-card .microsec-category-picture img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important}
.ms-service-card .ms-monitoring-picture img{object-fit:contain!important;background:#fff}
.ms-service-card h3{font-size:25px;color:#062772;margin:0 0 10px}
.ms-service-card p{margin:0;color:#5d6b82;line-height:1.6}
.ms-engineering{padding:78px 0;background:#0e1941;color:#fff}
.ms-engineering h2{color:#fff;max-width:850px}
.ms-engineering-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:32px}
.ms-engineering-grid>div{padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.05)}
.ms-engineering-grid strong{display:block;color:#fff;font-size:20px;margin-bottom:9px}
.ms-engineering-grid p{margin:0;color:#dbe3ef;line-height:1.65}
.ms-home-cta{padding:70px 0;background:#062772;color:#fff}
.ms-home-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.ms-home-cta h2{color:#fff;margin-bottom:12px}
.ms-home-cta p:not(.ms-home-kicker){max-width:720px;color:#e9eef5;line-height:1.65;margin:0}
@media(max-width:900px){
 .ms-trustgrid{grid-template-columns:repeat(2,1fr)}
 .ms-trustgrid>div:nth-child(2){border-right:0}
 .ms-service-grid{grid-template-columns:1fr}
 .ms-home-cta-inner{display:block}
 .ms-home-cta .ms-home-actions{margin-top:24px}
}
@media(max-width:640px){
 .ms-home-wrap{width:min(100% - 28px,1180px)}
 .ms-home-hero{min-height:540px;background-position:48% center}
 .ms-home-hero-shade{background:linear-gradient(90deg,rgba(6,39,114,.92),rgba(6,39,114,.72))}
 .ms-home-hero-inner{padding:64px 0 88px}
 .ms-home-hero h1{font-size:40px}
 .ms-home-lead{font-size:17px}
 .ms-trustgrid{grid-template-columns:1fr;padding:10px 0}
 .ms-trustgrid>div{border-right:0;border-bottom:1px solid #e9eef5;padding:16px 4px}
 .ms-trustgrid>div:last-child{border-bottom:0}
 .ms-home-section,.ms-engineering{padding:54px 0}
 .ms-service-card{grid-template-columns:1fr;padding:16px}
 .ms-service-card .microsec-category-picture{width:100%!important;height:auto!important;aspect-ratio:1/1!important}
 .ms-engineering-grid{grid-template-columns:1fr}
 .ms-home-cta{padding:54px 0 125px}
}


/* Helios v1.6.0 homepage showcase — isolated to recovered homepage */
.ms-helios-showcase{padding:78px 0;background:#eef4fb;color:#273244}
.ms-helios-showcase h2{font-size:clamp(30px,4vw,43px);line-height:1.12;color:#062772;margin:0 0 16px}
.ms-helios-head{display:grid;grid-template-columns:1fr 250px;gap:42px;align-items:center}
.ms-helios-head>div>p:not(.ms-home-kicker){font-size:18px;line-height:1.65;color:#5d6b82;max-width:850px}
.ms-helios-logo{display:block;width:100%;max-width:250px;height:auto;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(14,25,65,.08)}
.ms-helios-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:34px 0}
.ms-helios-grid article{background:#fff;border:1px solid #dfe7f2;border-radius:16px;padding:22px;box-shadow:0 8px 24px rgba(14,25,65,.05)}
.ms-helios-grid strong{display:block;color:#062772;font-size:19px;margin-bottom:9px}
.ms-helios-grid p,.ms-helios-connect p{margin:0;color:#5d6b82;line-height:1.6}
.ms-helios-connect{background:#0e1941;color:#fff;border-radius:18px;padding:25px;margin:0 0 20px}
.ms-helios-connect h3{color:#fff;margin:0 0 8px;font-size:23px}.ms-helios-connect p{color:#dbe3ef}
.ms-helios-unlocks{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0 26px}
.ms-helios-unlocks>div{background:#fff;border:1px solid #dfe7f2;border-radius:14px;padding:18px}
.ms-helios-unlocks span,.ms-helios-unlocks small{display:block}.ms-helios-unlocks span{font-weight:800;color:#5d6b82;font-size:13px;text-transform:uppercase;letter-spacing:.06em}.ms-helios-unlocks strong{display:block;color:#062772;font-size:26px;margin:5px 0}.ms-helios-unlocks small{color:#5d6b82;line-height:1.45}
.ms-helios-actions .ms-btn-light{border:1px solid #cfd9e8}.ms-helios-actions button{border:0;cursor:pointer;font:inherit}
.ms-helios-disclaimer{font-size:12px;color:#6b778a;margin:16px 0 0;line-height:1.5}
@media(max-width:900px){.ms-helios-head{grid-template-columns:1fr}.ms-helios-logo{max-width:220px}.ms-helios-grid{grid-template-columns:repeat(2,1fr)}.ms-helios-unlocks{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.ms-helios-showcase{padding:54px 0}.ms-helios-grid,.ms-helios-unlocks{grid-template-columns:1fr}.ms-helios-head{gap:22px}.ms-helios-logo{max-width:190px}.ms-helios-actions .ms-btn{width:100%}}
