:root {
    --nisia-blue: #005A8C;
    --tiki-gold: #FFC107;
    --luxury-white: #fdfdfd;
    --dark-tiki: #1a1a1a;
}

body { font-family: 'Inter', sans-serif; background-color: var(--luxury-white); overflow-x: hidden; }
h1, h2, h3, .navbar-brand { font-family: 'Playfair Display', serif; }

/* Hero Slider */
.hero-slider .slide {
    height: 80vh;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.4);
    width: 100%; height: 100%;
    display: flex; align-items: center;
}

/* Suite Cards */
.suite-card { transition: transform 0.3s ease; border: none; }
.suite-card:hover { transform: translateY(-10px); }

/* Island Bar Vibe */
.bar-section { background: var(--dark-tiki); color: white; border-radius: 15px; padding: 50px; }
.tiki-badge { background: var(--tiki-gold); color: black; padding: 5px 15px; border-radius: 50px; font-weight: bold; font-size: 0.8rem; }
