/*═══════════════════════════════════════════════════════════════
  CLEANUP — إزالة أي خطوط فاصلة بين الأقسام
═══════════════════════════════════════════════════════════════*/

.home,
section.home,
#home {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.home::after,
section.home::after,
#home::after {
  display: none !important;
  content: none !important;
  background: none !important;
  border: none !important;
}

.vision-hero + section,
.vision-hero + .skills {
  border-top: none !important;
  margin-top: 0 !important;
}

[class*="divider"],
[class*="separator"],
[class*="line-between"] {
  display: none !important;
}
/*═══════════════════════════════════════════════════════════════*/
