.mg-hero{position:relative;min-height:85vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden;background:#0a1628}
.mg-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}
.mg-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,22,40,.7) 0%,rgba(10,22,40,.85) 100%);z-index:2}
.mg-hero__content{position:relative;max-width:900px;padding:60px 24px 40px}
.mg-hero__badge{display:inline-block;background:#2d8c3c;color:#fff;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:6px 20px;border-radius:30px;margin-bottom:20px}
.mg-hero__heading{font-size:clamp(32px,5.5vw,64px);font-weight:800;color:#fff;line-height:1.1;margin:0 0 18px;letter-spacing:-1px}
.mg-hero__sub{font-size:clamp(16px,2vw,20px);color:rgba(255,255,255,.85);max-width:650px;margin:0 auto 32px;line-height:1.6}
.mg-hero__ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.mg-hero__btn{display:inline-flex;align-items:center;padding:16px 36px;font-size:16px;font-weight:700;border-radius:8px;text-decoration:none;transition:all .3s ease;letter-spacing:.3px}
.mg-hero__btn--primary{background:#2d8c3c;color:#fff;border:2px solid #2d8c3c}
.mg-hero__btn--primary:hover{background:#236e2f;border-color:#236e2f;transform:translateY(-2px);box-shadow:0 8px 25px rgba(45,140,60,.4)}
.mg-hero__btn--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}
.mg-hero__btn--outline:hover{border-color:#fff;background:rgba(255,255,255,.1);transform:translateY(-2px)}
.mg-hero__usps{position:relative;z-index:3;display:flex;justify-content:center;gap:0;flex-wrap:wrap;width:100%;max-width:1000px;margin:0 auto;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.1)}
.mg-hero__usp{display:flex;align-items:center;gap:12px;padding:20px 28px;flex:1;min-width:200px}
.mg-hero__usp+.mg-hero__usp{border-left:1px solid rgba(255,255,255,.1)}
.mg-hero__usp-icon{font-size:28px;flex-shrink:0}
.mg-hero__usp strong{display:block;color:#fff;font-size:14px;font-weight:700}
.mg-hero__usp span{color:rgba(255,255,255,.7);font-size:13px}
@media(max-width:768px){
  .mg-hero{min-height:auto;padding:40px 0 0}
  .mg-hero__content{padding:40px 20px 30px}
  .mg-hero__heading{word-wrap:break-word;overflow-wrap:break-word}
  .mg-hero__usps{flex-direction:column;border-radius:0;max-width:100vw}
  .mg-hero__usp{min-width:0}
  .mg-hero__usp+.mg-hero__usp{border-left:none;border-top:1px solid rgba(255,255,255,.1)}
}
