.premium-slider-container { width: 100%; height: 600px; position: relative; overflow: hidden; }
.premium-slide { display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; position: relative; text-align: center; color: #fff; }
.slide-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1; }
.slide-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; }
.slide-subtitle { display: block; font-family: 'Great Vibes', cursive; font-size: 2.5rem; color: #fcbb16; margin-bottom: 10px; }
.slide-title { font-family: 'Playfair Display', serif; font-size: 4rem; margin-bottom: 20px; color: #fff; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.slide-btn { display: inline-block; background: #0d5791; color: #fff; padding: 12px 30px; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; border-radius: 3px; font-weight: 600; margin-top: 20px; transition: background 0.3s; }
.slide-btn:hover { background: #fcbb16; color: #fff; }

/* Swiper overrides */
.swiper-button-next, .swiper-button-prev { color: #fff; }
.swiper-pagination-bullet { background: #fff; opacity: 0.5; }
.swiper-pagination-bullet-active { background: #fcbb16; opacity: 1; }

@media (max-width: 768px) {
    .premium-slider-container { height: 400px; }
    .slide-title { font-size: 2.5rem; }
    .slide-subtitle { font-size: 1.8rem; }
}
