/* ============================================
   FASTBOOKING - CUSTOM STYLES
   Bootstrap 5 + Custom CSS
   Design Moderne & Élégant
   ============================================ */

:root {
    --primary: #2c3e50;
    --primary-dark: #1a252f;
    --accent: #e74c3c;
    --accent-dark: #c0392b;
    --gold: #d4af37;
    --gold-light: #f4e4bc;
    --light: #f8f9fa;
    --dark: #343a40;
    --gradient-start: #667eea;
    --gradient-end: #764ba2;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #fafbfc;
    color: #333;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
    font-family: 'Playfair Display', serif;
}

/* ============================================
   NAVBAR
   ============================================ */
.navbar {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.navbar-brand {
    font-size: 1.8rem !important;
    font-weight: 700;
}

.navbar-brand-text .brand-fast {
    color: #fbbf24;
}

.navbar-brand-text .brand-booking {
    color: #ffffff;
}

.navbar-brand-text {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
}

.btn-logout {
    background: #ffffff;
    color: #1f2937 !important;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.btn-logout:hover,
.btn-logout:focus {
    background: #f1f5f9;
    color: #111 !important;
}

.splash-screen {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: radial-gradient(circle at top, rgba(251, 191, 36, 0.18), transparent 35%), linear-gradient(135deg, #0b1120, #1d2939);
    color: #fff;
    overflow: hidden;
}

.splash-content {
    max-width: 540px;
    width: 100%;
}

.splash-screen {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: radial-gradient(circle at 20% 20%, rgba(255, 220, 140, 0.14), transparent 18%), radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.08), transparent 20%), linear-gradient(135deg, #02070f 0%, #081123 40%, #03050a 100%);
    overflow: hidden;
}

.splash-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.04), transparent 18%), linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 48%);
    pointer-events: none;
}

.splash-screen::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 30%, rgba(251, 191, 36, 0.15), transparent 12%), radial-gradient(circle at 10% 85%, rgba(255, 255, 255, 0.08), transparent 10%);
    opacity: 1;
    filter: blur(2px);
    pointer-events: none;
}

.splash-screen::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 35%, rgba(255, 255, 255, 0.08), transparent 65%, rgba(255, 255, 255, 0.03));
    transform: translateX(-100%);
    animation: splash-shimmer 14s linear infinite;
    pointer-events: none;
}

.splash-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    width: 100%;
}

.splash-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    animation: logo-float 6s ease-in-out infinite;
}

.splash-icon-wrapper {
    width: 96px;
    height: 96px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 30px rgba(251, 191, 36, 0.18), inset 0 0 16px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    animation: icon-glow 2.5s ease-in-out infinite alternate;
}

.splash-icon-wrapper i {
    color: #fbbf24;
    font-size: 2rem;
    text-shadow: 0 0 16px rgba(251, 191, 36, 0.75), 0 0 36px rgba(255, 215, 0, 0.35);
}

.splash-brand {
    font-family: 'Playfair Display', serif;
    font-size: 3.4rem;
    letter-spacing: 0.22em;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0;
    transform: translateY(18px) scale(0.98);
    animation: brand-appear 1.6s ease 0.6s forwards;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
    position: relative;
    overflow: hidden;
}

.splash-brand::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -40%;
    width: 36%;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
    transform: translateY(-50%) rotate(15deg);
    opacity: 0;
    animation: brand-sweep 1.6s ease 1.3s forwards;
}

.brand-fast,
.brand-booking {
    display: inline-block;
    opacity: 0;
}

.brand-fast {
    animation: text-fade 1s ease 0.8s forwards;
}

.brand-booking {
    animation: text-fade 1s ease 1.1s forwards;
}

.splash-subtitle {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    margin-top: 0.8rem;
    opacity: 0;
    animation: subtitle-fade 1.2s ease 1.4s forwards;
}

.splash-loader {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto;
}

.splash-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 20px rgba(251, 191, 36, 0.16);
}

.splash-ring::before {
    content: '';
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    border: 2px solid rgba(251, 191, 36, 0.35);
    opacity: 0.8;
}

.splash-ring::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    width: 16px;
    height: 16px;
    background: radial-gradient(circle, #fff 0%, rgba(251,191,36,0.85) 45%, transparent 72%);
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 24px rgba(251, 191, 36, 0.75);
    animation: loader-spin 1.8s linear infinite;
}

.splash-hidden {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.96);
    transition: opacity 0.9s ease, visibility 0.9s ease, transform 0.9s ease;
}

@keyframes brand-appear {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes text-fade {
    to {
        opacity: 1;
    }
}

@keyframes subtitle-fade {
    to {
        opacity: 1;
    }
}

@keyframes brand-sweep {
    to {
        left: 120%;
        opacity: 1;
    }
}

@keyframes loader-spin {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes icon-glow {
    from {
        box-shadow: 0 0 22px rgba(251, 191, 36, 0.12), inset 0 0 10px rgba(255, 255, 255, 0.06);
    }
    to {
        box-shadow: 0 0 44px rgba(251, 191, 36, 0.32), inset 0 0 18px rgba(255, 255, 255, 0.12);
    }
}

@keyframes logo-float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes splash-shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.nav-link {
    font-weight: 500;
    color: var(--primary) !important;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--accent) !important;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.85), rgba(52, 73, 94, 0.75)),
                url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 180px 0 140px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.1), rgba(231, 76, 60, 0.1));
    pointer-events: none;
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease;
}

.hero-section p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease 0.2s backwards;
}

.hero-section .btn {
    animation: fadeInUp 1s ease 0.4s backwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-section,
.faq-section {
    background: transparent;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #0b1420;
}

.section-subtitle {
    font-size: 1rem;
    color: #5a6170;
    max-width: 640px;
    margin: 0 auto 1.8rem;
}

.info-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
}

.faq-section .accordion-button {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #111827;
}

.faq-section .accordion-button:not(.collapsed) {
    background: #f9fafb;
    color: #0b1420;
}

.faq-section .accordion-body {
    background: #ffffff;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.about-image {
    min-height: 440px;
}

@media (max-width: 992px) {
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.75rem;
    }
    .about-image {
        min-height: 260px;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-20px) translateX(-50%);
    }
    60% {
        transform: translateY(-10px) translateX(-50%);
    }
}

/* ============================================
   FILTER SECTION
   ============================================ */
.filter-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem 0;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
    position: relative;
    z-index: 10;
}

.filter-section .btn-outline-primary {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    background: transparent;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
}

.filter-section .btn-outline-primary:hover,
.filter-section .btn-outline-primary.active {
    background: #fff;
    color: var(--gradient-start);
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.filter-section .form-control {
    border: none;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.filter-section .btn-primary {
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    background: var(--accent);
    border-color: var(--accent);
}

.filter-section .btn-primary:hover {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
}

/* ============================================
   CARDS
   ============================================ */
.card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    background: #fff;
    position: relative;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card:hover::before {
    opacity: 1;
}

.card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.card-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.card-img-top {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.card:hover .card-img-top {
    transform: scale(1.15);
}

.card-img-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.card-badge {
    background: rgba(251, 191, 36, 0.95);
    color: #000;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.card-body {
    padding: 1.75rem;
}

/* Premium card tweaks */
.premium-card {
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(2, 6, 23, 0.45);
}

.card-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 260px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.card-img-top {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.2,0.8,0.2,1), filter 0.5s ease;
    will-change: transform;
}
.premium-card:hover .card-img-top {
    transform: scale(1.12) rotate(0.5deg);
    filter: brightness(0.98) contrast(1.02);
}

.card-actions {
    gap: 0.8rem;
    justify-content: center;
}

.btn-details {
    border-radius: 12px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    transition: all 0.28s cubic-bezier(0.2,0.9,0.2,1);
}
.btn-details:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(2, 6, 23, 0.12);
}

.btn-fav {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    border-radius: 12px;
    background: #f5f1e8;
    border: 2px solid #d4c4a8;
    color: #8b7355;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
    flex-shrink: 0;
}
.btn-fav i {
    font-size: 1.2rem;
    transition: color 0.28s ease;
}
.btn-fav:hover {
    transform: translateY(-4px) scale(1.06);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    background: #faf7f0;
    border-color: #c4b396;
}
.btn-fav.active {
    background: #faf7f0;
    border-color: #e74c3c;
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.22);
    transform: scale(1.08);
    color: #e74c3c;
}
.btn-fav.active i {
    color: #e74c3c;
    transform: scale(1.1);
    transition: transform 0.28s ease;
}



/* favorite pulse animation */
.anim-fav {
    animation: fav-pop 0.55s cubic-bezier(0.2,0.9,0.3,1);
}

@keyframes fav-pop {
    0% { transform: scale(0.9); filter: blur(0); }
    40% { transform: scale(1.18); }
    65% { transform: scale(0.98); }
    100% { transform: scale(1.06); }
}

.text-gold {
    color: #fbbf24;
    font-weight: 700;
}

.card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.75rem;
    transition: color 0.3s ease;
}

.card:hover .card-title {
    color: #fbbf24;
}

.card-text {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.card-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 0.5rem;
}

.card-price span {
    font-size: 0.9rem;
    font-weight: 400;
    color: #999;
}

.fav-btn {
    display: none; /* legacy selector - replaced by .btn-fav */
}

.category {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--gold);
    margin-bottom: 0.5rem;
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background: var(--gold-light);
    border-radius: 20px;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn-primary {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, var(--gradient-end), var(--gradient-start));
}

.btn-warning {
    background: linear-gradient(135deg, var(--gold), #c9a227);
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 50px;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.btn-warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    background: linear-gradient(135deg, #c9a227, var(--gold));
    color: #fff;
}

.btn-outline-primary {
    border: 2px solid var(--gradient-start);
    color: var(--gradient-start);
    font-weight: 600;
    border-radius: 50px;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: var(--gradient-start);
    border-color: var(--gradient-start);
    color: #fff;
    transform: translateY(-2px);
}

/* ============================================
   FOOTER
   ============================================ */
footer {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    padding: 4rem 0 2rem;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), var(--accent), var(--gold));
}

footer h5 {
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

footer a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--gold);
}

/* ============================================
   MODALS
   ============================================ */
.modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-header {
    border-bottom: 1px solid #eee;
    padding: 1.5rem;
    border-radius: 20px 20px 0 0;
}

.modal-body {
    padding: 2rem;
}

.modal-title {
    font-weight: 700;
    color: var(--primary);
}

.premium-modal {
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}

.modal-image-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #111;
}

.modal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.modal-image-wrapper:hover .modal-image {
    transform: scale(1.05);
}

.modal-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.4));
}

.premium-modal-body {
    padding: 2.5rem;
    background: #fff;
}

.modal-header-section {
    margin-bottom: 1.8rem;
}

.modal-title-large {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #0b1420;
    margin-bottom: 0.8rem;
}

.modal-category-badge {
    display: inline-block;
}

.badge-category {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #000;
    padding: 0.55rem 1rem;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.modal-desc-text {
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 1.8rem;
}

.modal-info-grid {
    margin-bottom: 1.8rem;
}

.info-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.info-item {
    display: flex;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    background: linear-gradient(135deg, rgba(251,191,36,0.08), rgba(255,255,255,0.9));
    border: 1px solid rgba(251,191,36,0.18);
    border-radius: 14px;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.info-item:hover {
    transform: translateY(-2px);
    border-color: rgba(251,191,36,0.3);
    background: linear-gradient(135deg, rgba(251,191,36,0.15), rgba(255,255,255,1));
}

.info-item i {
    font-size: 1.4rem;
    color: #fbbf24;
    flex-shrink: 0;
    line-height: 1;
}

.info-item > div {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info-label {
    font-size: 0.75rem;
    color: #7d7d7d;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 700;
}

.info-value {
    font-size: 1rem;
    color: #111827;
    font-weight: 700;
}

.modal-instructions {
    margin-bottom: 1.8rem;
}

.instructions-box {
    display: flex;
    gap: 1rem;
    padding: 1.3rem 1.4rem;
    background: linear-gradient(135deg, rgba(11,20,32,0.05), rgba(11,20,32,0.02));
    border-left: 4px solid #fbbf24;
    border-radius: 12px;
}

.instructions-box i {
    font-size: 1.3rem;
    color: #fbbf24;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.instructions-title {
    font-weight: 700;
    color: #0b1420;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.instructions-text {
    color: #5c5c5c;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

.modal-action-section {
    border-top: 1px solid rgba(251,191,36,0.1);
    padding-top: 1.6rem;
}

.btn-reserve {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #111;
    border: none;
    padding: 1rem 1.4rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 12px 24px rgba(251,191,36,0.22);
    letter-spacing: 0.5px;
}

.btn-reserve:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 26px rgba(251,191,36,0.28);
    background: linear-gradient(135deg, #ffd54f, #f59e0b);
}

.btn-reserve:disabled {
    background: #d1d5db;
    color: #6b7280;
    box-shadow: none;
}

@media (max-width: 768px) {
    .premium-modal-body {
        padding: 1.8rem;
    }
    .info-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .premium-modal-body {
        padding: 1.2rem;
    }
    .modal-image-wrapper {
        height: 220px;
    }
    .modal-title-large {
        font-size: 1.6rem;
    }
    .info-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   ALERTS
   ============================================ */
.alert-success {
    background: linear-gradient(135deg, #d4edda, #c3e6cb);
    border: none;
    color: #155724;
    border-radius: 10px;
    padding: 1rem;
}

.alert-error {
    background: linear-gradient(135deg, #f8d7da, #f5c6cb);
    border: none;
    color: #721c24;
    border-radius: 10px;
    padding: 1rem;
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.pulse-animation {
    animation: pulse 2s infinite;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .hero-section {
        padding: 120px 0 100px;
    }
    
    .hero-section h1 {
        font-size: 2.2rem;
    }
    
    .hero-section p {
        font-size: 1.1rem;
    }
    
    .card-img-top {
        height: 200px;
    }
    
    .filter-section {
        padding: 1.5rem 0;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 1.8rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

/* ============================================
   SCROLLBAR
   ============================================ */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, var(--gradient-end), var(--gradient-start));
}

/* ============================================
   SECTION POURQUOI NOUS CHOISIR - PREMIUM
   ============================================ */
.why-choose-section {
    position: relative;
    overflow: hidden;
}

.why-choose-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% -20%, rgba(251, 191, 36, 0.1), transparent 25%);
    pointer-events: none;
    z-index: 0;
}

.why-card {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(251, 191, 36, 0.12);
    border-radius: 18px;
    padding: 2.5rem 1.8rem;
    text-align: center;
    color: #fff;
    backdrop-filter: blur(8px);
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.premium-why-card:hover {
    transform: translateY(-12px);
    border-color: rgba(251, 191, 36, 0.35);
    box-shadow: 0 20px 60px rgba(251, 191, 36, 0.15), inset 0 0 30px rgba(251, 191, 36, 0.08);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

.why-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(255, 215, 0, 0.1));
    border: 2px solid rgba(251, 191, 36, 0.25);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.premium-why-card:hover .why-icon-wrapper {
    transform: scale(1.15) rotate(8deg);
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.35), rgba(255, 215, 0, 0.2));
    border-color: rgba(251, 191, 36, 0.5);
    box-shadow: 0 0 30px rgba(251, 191, 36, 0.3);
}

.why-icon-wrapper i {
    font-size: 2.2rem;
    color: #fbbf24;
    text-shadow: 0 0 16px rgba(251, 191, 36, 0.6);
}

.why-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.why-text {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ============================================
   FOOTER DIVIDER
   ============================================ */
.footer-divider {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.4), transparent);
    margin: 3rem 0;
    position: relative;
}

.footer-divider::before {
    content: '✦';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #0b1420 0%, #051015 100%);
    padding: 0 0.8rem;
    color: #fbbf24;
    font-size: 1rem;
    text-shadow: 0 0 12px rgba(251, 191, 36, 0.5);
}

/* ============================================
   FOOTER PREMIUM
   ============================================ */
.premium-footer {
    background: radial-gradient(circle at 20% 50%, rgba(251, 191, 36, 0.08), transparent 15%), radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.03), transparent 20%), linear-gradient(180deg, #051015 0%, #0b1420 50%, #051015 100%);
    color: #fff;
    border-top: 1px solid rgba(251, 191, 36, 0.15);
    position: relative;
    overflow: hidden;
}

.premium-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.3), transparent);
}

.footer-top {
    position: relative;
    z-index: 1;
}

.footer-col {
    animation: fade-in 0.8s ease-out backwards;
}

.footer-col:nth-child(1) { animation-delay: 0.1s; }
.footer-col:nth-child(2) { animation-delay: 0.2s; }
.footer-col:nth-child(3) { animation-delay: 0.3s; }
.footer-col:nth-child(4) { animation-delay: 0.4s; }

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-logo {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fbbf24;
    font-family: 'Playfair Display', serif;
}

.footer-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
    line-height: 1.7;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: 50%;
    color: #fbbf24;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.social-link:hover {
    background: rgba(251, 191, 36, 0.15);
    border-color: rgba(251, 191, 36, 0.4);
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 8px 20px rgba(251, 191, 36, 0.2);
}

.footer-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #fbbf24, transparent);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.contact-item i {
    color: #fbbf24;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.contact-item:hover {
    color: #fff;
}

.contact-item:hover i {
    transform: scale(1.2);
}

.contact-item a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #fbbf24;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.footer-links a::before {
    content: '→';
    margin-right: 0.5rem;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fbbf24;
    padding-left: 0.5rem;
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.footer-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.newsletter-input {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(251, 191, 36, 0.2);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(251, 191, 36, 0.4);
    box-shadow: 0 0 16px rgba(251, 191, 36, 0.2);
}

.input-group {
    display: flex;
    gap: 0.5rem;
}

.btn-newsletter {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #000;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-newsletter:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(251, 191, 36, 0.35);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(251, 191, 36, 0.1);
    padding: 2rem 0;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin: 0;
}

.legal-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.legal-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.legal-links a:hover {
    color: #fbbf24;
}

.separator {
    color: rgba(251, 191, 36, 0.5);
}

/* ============================================
   RESPONSIVE FOOTER
   ============================================ */
@media (max-width: 768px) {
    .footer-title {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .newsletter-input {
        font-size: 0.9rem;
    }

    .legal-links {
        justify-content: center;
    }

    .footer-col {
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 576px) {
    .premium-footer {
        padding: 2rem 0;
    }

    .footer-top {
        padding: 1.5rem 0;
    }

    .input-group {
        flex-direction: column;
    }

    .btn-newsletter {
        width: 100%;
    }

    .copyright-text {
        font-size: 0.85rem;
    }

    .legal-links {
        font-size: 0.85rem;
        gap: 0.5rem;
    }
}

