/* Public website refinements 6.1 */
body.mh-public{font-size:16px;line-height:1.85;color:#172743}
body.mh-public .mh-container{width:min(100% - 36px,1480px)!important;max-width:1480px!important}
body.mh-public h1{font-size:clamp(38px,5vw,72px)!important;line-height:1.25!important}
body.mh-public h2{font-size:clamp(27px,3vw,42px)!important;line-height:1.35!important}
body.mh-public .mh-card,body.mh-public article{border-radius:20px}
body.mh-public .mh-post-title,body.mh-public .mh-service-card h3{line-height:1.55!important}
body.mh-public .mh-post-card p,body.mh-public .mh-service-card p{font-size:14.5px!important;line-height:1.9!important}
body.mh-public .mh-btn{min-height:46px;padding-inline:19px!important;font-size:14px!important}
@media(max-width:700px){body.mh-public .mh-container{width:min(100% - 22px,1480px)!important}}

/* V7.0.4 — إبراز زر بدء الاستشارة في الشريط العلوي */
body.mh-public .mh-nav-actions .mh-nav-consultation-cta{
    min-width:175px;
    min-height:50px;
    padding:12px 21px!important;
    color:#062b55!important;
    background:linear-gradient(135deg,#f6d98f,#d7a94f)!important;
    border:2px solid #bd8424!important;
    border-radius:14px!important;
    box-shadow:
        0 10px 25px rgba(183,122,20,.25),
        inset 0 1px 0 rgba(255,255,255,.55)!important;
    font-size:15px!important;
    font-weight:950!important;
    text-shadow:none!important;
    white-space:nowrap;
}

body.mh-public .mh-nav-actions .mh-nav-consultation-cta:hover{
    color:#fff!important;
    background:linear-gradient(135deg,#073665,#062b55)!important;
    border-color:#d7a94f!important;
    box-shadow:0 13px 30px rgba(6,43,85,.3)!important;
    transform:translateY(-2px);
}

body.mh-public .mh-nav-actions .mh-nav-consultation-cta:focus-visible{
    outline:3px solid rgba(215,169,79,.4)!important;
    outline-offset:3px;
}
