diff --git a/backend/app/Views/LandingPage.php b/backend/app/Views/LandingPage.php
index 6b6a99a..03ecf96 100644
--- a/backend/app/Views/LandingPage.php
+++ b/backend/app/Views/LandingPage.php
@@ -13,6 +13,8 @@ class LandingPage
منصة صَقِل التعليمية — الجيل الثاني للتمكين الأكاديمي والتوجيهي
+
+
@@ -88,18 +90,17 @@ class LandingPage
gap: 12px;
text-decoration: none;
}
- .logo-badge {
+ .logo-img {
width: 38px;
height: 38px;
border-radius: 10px;
- background: linear-gradient(135deg, #0071E3, #00F5D4);
- display: flex;
- align-items: center;
- justify-content: center;
- color: #FFFFFF;
- font-size: 20px;
- font-weight: 800;
- box-shadow: 0 4px 16px rgba(0, 113, 227, 0.35);
+ object-fit: cover;
+ box-shadow: 0 0 16px rgba(0, 245, 212, 0.35);
+ border: 1px solid rgba(255, 255, 255, 0.15);
+ transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
+ }
+ .logo-area:hover .logo-img {
+ transform: scale(1.06);
}
.brand-title {
font-size: 19px;
@@ -497,7 +498,7 @@ class LandingPage