iframe {
  height: 300px !important;
}

/* ===== الفوتر - نسخة موف غامق ===== */
footer,
.store-footer,
.footer,
[data-testid="footer"]{
  background: linear-gradient(180deg, #42135A 0%, #2E124D 100%) !important;
  color: #F5F1FA !important;
  padding-top: 18px !important;
  padding-bottom: 10px !important;
  min-height: auto !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 18px 18px 0 0 !important;
}

/* الحاوية الداخلية */
footer .container,
.store-footer .container,
.footer .container,
[data-testid="footer"] .container{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* العناوين */
footer h2, footer h3, footer h4,
.store-footer h2, .store-footer h3, .store-footer h4,
.footer h2, .footer h3, .footer h4{
  color: #FFFFFF !important;
  font-size: 16px !important;
  margin-bottom: 6px !important;
  font-weight: 800 !important;
}

/* النصوص والروابط */
footer p, footer a, footer li, footer span,
.store-footer p, .store-footer a, .store-footer li, .store-footer span,
.footer p, .footer a, .footer li, .footer span{
  color: rgba(255,255,255,.82) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  margin-bottom: 3px !important;
  text-decoration: none !important;
}

/* الهوفر */
footer a:hover,
.store-footer a:hover,
.footer a:hover{
  color: #F2D46B !important;
}

/* الشعار */
footer img,
.store-footer img,
.footer img{
  max-width: 85px !important;
  height: auto !important;
}

/* أيقونات الدفع */
footer .payment-icons img,
.store-footer .payment-icons img,
.footer .payment-icons img{
  max-height: 16px !important;
  width: auto !important;
}

/* أيقونات التواصل */
footer .social a,
footer .social-icons a,
.store-footer .social a,
.footer .social a{
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.05) !important;
  color: #FFFFFF !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* تقليل الفراغات */
footer *,
.store-footer *,
.footer *,
[data-testid="footer"] *{
  margin-top: 0 !important;
}

/* سطر الحقوق */
footer .copyright,
.store-footer .copyright,
.footer .copyright{
  margin-top: 8px !important;
  padding-top: 8px !important;
  font-size: 12px !important;
  color: rgba(255,255,255,.68) !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

/* للجوال */
@media (max-width: 768px){
  footer,
  .store-footer,
  .footer,
  [data-testid="footer"]{
    padding-top: 14px !important;
    padding-bottom: 8px !important;
  }

  footer h2, footer h3, footer h4,
  .store-footer h2, .store-footer h3, .store-footer h4,
  .footer h2, .footer h3, .footer h4{
    font-size: 15px !important;
  }

  footer p, footer a, footer li, footer span,
  .store-footer p, .store-footer a, .store-footer li, .store-footer span,
  .footer p, .footer a, .footer li, .footer span{
    font-size: 11px !important;
  }

  footer img,
  .store-footer img,
  .footer img{
    max-width: 70px !important;
  }
}