.mah-hero{
  --mah-overlay:92%;
  position:relative;
  overflow:hidden;
  background-size:cover;
  background-repeat:no-repeat;
  display:flex;
  align-items:center;
  box-sizing:border-box;
  font-family:Inter,Arial,sans-serif;
}
.mah-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.98) 22%,rgba(255,255,255,.88) 40%,rgba(255,255,255,.38) 58%,rgba(255,255,255,0) var(--mah-overlay));
}
.mah-content{position:relative;z-index:2;width:100%;}
.mah-eyebrow{font-size:15px;font-weight:800;letter-spacing:.01em;margin-bottom:18px;text-transform:uppercase;}
.mah-title{margin:0 0 22px;font-size:54px;line-height:1.08;font-weight:800;letter-spacing:-.035em;}
.mah-title span{display:block;}
.mah-subtitle{font-size:18px;line-height:1.45;font-weight:500;margin-bottom:18px;}
.mah-features{display:flex;flex-wrap:wrap;gap:12px 18px;margin-bottom:28px;}
.mah-feature{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;}
.mah-check{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:currentColor;font-size:0;flex:0 0 20px;}
.mah-check:after{content:"✓";font-size:13px;color:#fff;font-weight:900;line-height:1;}
.mah-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px;}
.mah-btn{min-height:72px;min-width:210px;padding:12px 22px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:14px;text-decoration:none;border:2px solid transparent;box-sizing:border-box;transition:transform .18s ease,box-shadow .18s ease;}
.mah-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(11,45,77,.14);}
.mah-btn-icon{font-size:30px;line-height:1;}
.mah-wa-icon{color:#25D366;}
.mah-btn-copy{display:flex;flex-direction:column;line-height:1.08;}
.mah-btn-copy strong{font-size:17px;font-weight:800;}
.mah-btn-copy small{font-size:14px;font-weight:700;margin-top:5px;}
.mah-rating{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:700;}
.mah-stars{font-size:20px;letter-spacing:1px;white-space:nowrap;}
@media(max-width:767px){
  .mah-hero{background-position:68% center!important;}
  .mah-hero:before{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 58%,rgba(255,255,255,.65) 100%);}
  .mah-content{max-width:100%!important;}
  .mah-title{font-size:40px;}
  .mah-actions{flex-direction:column;align-items:stretch;}
  .mah-btn{width:100%;min-width:0;}
  .mah-features{gap:10px;}
  .mah-rating{align-items:flex-start;flex-direction:column;gap:5px;}
}
