/* Arabic display typography needs more vertical room than Latin impact faces. */
.hero-copy { min-width: 0; }
.hero h1 {
    max-width: 720px;
    margin-block: 8px 24px;
    font-size: clamp(2.8rem, 4.8vw, 4.2rem);
    font-weight: 900 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    word-spacing: .04em;
    text-transform: none;
    text-wrap: balance;
    overflow-wrap: normal;
}
.hero p {
    max-width: 650px;
    font-size: clamp(1rem, 1.55vw, 1.15rem);
    line-height: 2;
}
.section-heading h2,.visual-feature h2,.product-info h1,.admin-page h1 {
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}
@media(max-width:760px){
    .hero h1 { font-size: clamp(2.6rem, 11vw, 3.45rem) !important; line-height: 1.18 !important; }
}
@media(max-width:420px){
    .hero h1 { font-size: clamp(2.3rem, 10.5vw, 3rem) !important; line-height: 1.2 !important; }
    .hero p { line-height: 1.85; }
}
