body { font-family: 'Poppins', sans-serif; }
    .hero-slide { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1507676184212-d03ab07a901d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80'); }
    .swiper-pagination-bullet-active { background: #EF4444 !important; }
    .nav-link { position: relative; }
    .nav-link:after { content: ''; position: absolute; width: 0; height: 2px; background: #EF4444; bottom: -2px; left: 0; transition: width 0.3s; }
    .nav-link:hover:after { width: 100%; }
    .dropdown:hover .dropdown-menu { display: block; }