<!-- كود زر واتساب للدعم الفني (العبارة فوق الأيقونة + مسافة إضافية + تحريك لليسار) -->
<style>
a:hover div {
transform: scale(1.1) translateY(-6px);
background:linear-gradient(135deg, #25D366, #1EBE5B);
box-shadow:0 10px 25px rgba(37,211,102,0.45);
}
@media (max-width:600px){
section div {
transform:translateX(0) !important;
}
section p {
margin-bottom:20px !important;
font-size:16px !important;
}
}
</style>