.site-footer{
    margin-top:40px;
    background:linear-gradient(135deg, #03142a 0%, #062246 55%, #10202d 100%);
    color:#fff;
    position:relative;
    overflow:hidden;
}

.site-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top right, rgba(214,169,74,.12), transparent 24%),
        radial-gradient(circle at bottom left, rgba(22,163,148,.10), transparent 28%);
    pointer-events:none;
}

.site-footer-top{
    position:relative;
    z-index:1;
    padding:28px 0 14px;
}

.site-footer-grid{
    display:grid;
    grid-template-columns:1.2fr .7fr .9fr;
    gap:20px;
    align-items:start;
}

.footer-brand h3{
    margin:0 0 10px;
    font-size:23px;
    font-weight:800;
    color:#fff;
    line-height:1.3;
}

.footer-brand p{
    margin:0;
    max-width:460px;
    color:rgba(255,255,255,.82);
    line-height:1.8;
    font-size:14px;
}

.footer-title{
    margin:0 0 12px;
    font-size:17px;
    font-weight:800;
    color:#fff;
}

.footer-links{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:8px;
}

.footer-links li{
    margin:0;
    padding:0;
}

.footer-links a{
    color:rgba(255,255,255,.84);
    text-decoration:none;
    transition:.25s ease;
    font-size:15px;
}

.footer-links a:hover{
    color:#d6a94a;
    transform:translateX(-3px);
}

.footer-contact{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.footer-contact-item{
    display:flex;
    align-items:center;
    gap:10px;
    color:rgba(255,255,255,.86);
    line-height:1.7;
    font-size:15px;
}

.footer-contact-item i{
    width:18px;
    text-align:center;
    color:#d6a94a;
    font-size:16px;
    flex:0 0 18px;
}

.footer-social-wrap{
    margin-top:2px;
    display:flex;
    flex-direction:column;
    gap:8px;
}

.footer-social-label{
    font-size:14px;
    color:rgba(255,255,255,.78);
}

.footer-social{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.social-link{
    width:38px;
    height:38px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 8px 18px rgba(0,0,0,.12);
    transition:.25s ease;
}

.social-link:hover{
    background:#16a394;
    border-color:#16a394;
    color:#fff;
    transform:translateY(-2px);
}

.social-link i{
    font-size:17px;
    line-height:1;
}

/* تحميل التطبيق */
.footer-apps{
    margin-top:2px;
    display:flex;
    flex-direction:column;
    gap:6px;
}

.footer-apps-label{
    font-size:12px;
    color:rgba(255,255,255,.78);
    line-height:1.2;
}

.footer-app-links{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
}

.app-store-link{
    flex:0 0 auto;
    min-width:auto;
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:5px 9px;
    text-decoration:none;
    color:#fff;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    border-radius:10px;
    transition:.25s ease;
    box-shadow:0 6px 14px rgba(0,0,0,.10);
}

.app-store-link:hover{
    transform:translateY(-1px);
    background:rgba(22,163,148,.18);
    border-color:rgba(22,163,148,.45);
    color:#fff;
}

.app-store-link i{
    font-size:15px;
    color:#d6a94a;
    width:16px;
    text-align:center;
    flex:0 0 16px;
}

.app-store-text{
    display:flex;
    flex-direction:column;
    line-height:1.05;
}

.app-store-text small{
    font-size:8px;
    color:rgba(255,255,255,.68);
    margin-bottom:1px;
}

.app-store-text strong{
    font-size:10px;
    font-weight:700;
    color:#fff;
    white-space:nowrap;
}

.site-footer-bottom{
    position:relative;
    z-index:1;
    border-top:1px solid rgba(255,255,255,.10);
    padding:10px 0;
}

.footer-bottom-row{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:16px;
    flex-wrap:wrap;
}

.footer-bottom-row p{
    margin:0;
    color:rgba(255,255,255,.74);
    font-size:14px;
}

@media (max-width: 991px){
    .site-footer-top{
        padding:24px 0 14px;
    }

    .site-footer-grid{
        grid-template-columns:1fr 1fr;
        gap:18px;
    }

    .footer-brand{
        grid-column:1 / -1;
    }

    .footer-brand p{
        max-width:none;
    }
}

@media (max-width: 767px){
    .site-footer{
        margin-top:32px;
    }

    .site-footer-top{
        padding:22px 0 12px;
    }

    .site-footer-grid{
        grid-template-columns:1fr;
        gap:16px;
    }

    .footer-brand h3{
        font-size:21px;
    }

    .footer-brand p{
        font-size:14px;
        line-height:1.8;
    }

    .footer-title{
        margin-bottom:10px;
    }

    .social-link{
        width:36px;
        height:36px;
    }

    .footer-app-links{
        gap:5px;
    }

    .app-store-link{
        padding:5px 8px;
        border-radius:9px;
    }

    .app-store-link i{
        font-size:14px;
        width:15px;
        flex:0 0 15px;
    }

    .app-store-text small{
        font-size:8px;
    }

    .app-store-text strong{
        font-size:9px;
    }

    .site-footer-bottom{
        padding:10px 0;
    }
}