html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #ffe6d5;
    color: #1b2838;
}

.hero {
    min-height: 120vh;
    background-image: url('../../images/hero_image.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
    .hero {
        background-attachment: scroll;
    }
}

@media (max-width: 768px) {
    .hero {
        background-attachment: scroll;
        background-size: auto 100%;
        background-position: center center;
    }
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(7, 12, 28, 0.6) 0%, rgba(7, 12, 28, 0.3) 60%, rgba(255, 255, 255, 0.95) 95%, rgba(255, 255, 255, 1) 100%);
    z-index: 0;
}

/* Modern Navigation Menu - Glassmorphism Design */
.modern-nav {
    position: relative;
    z-index: 10;
    padding: 1.5rem 0 2rem 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-logo {
    position: absolute;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-nav .container {
    position: relative;
}

.modern-nav.nav-sticky .site-logo {
    display: none;
}

.site-logo img {
    height: 90px;
    width: auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-logo:hover img {
    transform: scale(1.05);
}

.modern-nav.nav-sticky {
    position: fixed;
    top: 1rem;
    left: 0;
    right: 0;
    z-index: 30;
    padding: 0;
    background: transparent;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-pill-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0px);
    border-radius: 14px;
    padding: 0.35rem 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    max-width: fit-content;
    margin: 0 auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Glassmorphism effect when sticky */
.modern-nav.nav-sticky .nav-pill-container {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-pill-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    padding: 0.45rem 0.75rem;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    min-width: 60px;
}

.nav-pill-item::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 20px;
    height: 2px;
    background: linear-gradient(90deg, #5cf6b0, #5cf6b0);
    border-radius: 2px;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-pill-item:hover {
    transform: translateY(-2px);
    background: rgba(92, 246, 176, 0.08);
}

.nav-pill-item:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.modern-nav.nav-sticky .nav-pill-item:hover {
    background: rgba(92, 246, 176, 0.12);
}

.nav-pill-item.active .nav-pill-icon {
    color: #5cf6b0;
}

.nav-pill-item.active .nav-pill-label {
    color: #5cf6b0;
    font-weight: 600;
}

.nav-pill-item.active::after {
    transform: translateX(-50%) scaleX(1);
}

.nav-pill-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-nav.nav-sticky .nav-pill-icon {
    color: rgba(55, 65, 81, 0.7);
}

.nav-pill-item:hover .nav-pill-icon {
    color: #5cf6b0;
    transform: scale(1.1);
}

.nav-pill-label {
    font-size: 0.65rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    letter-spacing: 0.01em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', sans-serif;
}

.modern-nav.nav-sticky .nav-pill-label {
    color: rgba(55, 65, 81, 0.8);
}

.nav-pill-item:hover .nav-pill-label {
    color: #5cf6b0;
    font-weight: 600;
}


/* Responsive */
@media (max-width: 768px) {
    .modern-nav {
        padding: 0.75rem 0 1rem 0;
    }

    .modern-nav .container {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 0.5rem;
    }

    .modern-nav .site-logo {
        display: none !important;
    }

    .site-logo {
        display: none !important;
    }

    .modern-nav .weather-widget-wrapper {
        position: absolute !important;
        top: 0.5rem;
        right: 0.75rem;
        z-index: 20;
    }

    .modern-nav.nav-sticky .weather-widget-wrapper {
        display: none !important;
    }

    .modern-nav.nav-sticky {
        top: 0.5rem;
    }
    
    .nav-pill-container {
        padding: 0.4rem 0.6rem;
        gap: 0.1rem;
        border-radius: 14px;
        margin: 0 auto;
    }
    
    .nav-pill-item {
        padding: 0.4rem 0.55rem;
        min-width: 52px;
        gap: 0.15rem;
    }
    
    .nav-pill-icon {
        width: 22px;
        height: 22px;
        font-size: 0.9rem;
    }
    
    .nav-pill-label {
        font-size: 0.6rem;
    }
    
    .nav-pill-item::after {
        bottom: 4px;
        width: 16px;
    }
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin-top: -80px;
}

.navbar-brand {
    letter-spacing: 0.03em;
    font-size: 1.25rem;
}

.logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fb923c, #f97316, #ec4899);
    font-size: 0.9rem;
}

.logo-text {
    font-weight: 600;
}

.nav-link {
    font-weight: 500;
    opacity: 0.85;
}

.nav-link.active,
.nav-link:hover {
    opacity: 1;
}

@media (min-width: 992px) {
    .navbar-nav {
        background: rgba(255, 255, 255, 0.18);
        border-radius: 999px;
        padding: 0.35rem 0.6rem;
        backdrop-filter: blur(18px);
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
        border: 1px solid rgba(255, 255, 255, 0.45);
        gap: 0.25rem;
    }

    .navbar-nav .nav-item {
        margin: 0;
    }

    .navbar-nav .nav-link {
        padding: 0.45rem 1.4rem;
        border-radius: 999px;
        color: #e5e7eb;
        opacity: 0.9;
    }

    .navbar-nav .nav-link.active {
        background-color: #f9fafb;
        color: #111827;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.55);
        opacity: 1;
    }

    .navbar-nav .nav-link:hover {
        opacity: 1;
    }
}

.btn-contact {
    border-width: 1.5px;
    backdrop-filter: blur(6px);
}

.hero-title {
    text-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
}

.hero-subtitle {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.25rem;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.hero-stat-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 1.5rem 1rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.hero-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(59, 130, 246, 0.2);
}

.hero-stat-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.hero-stat-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.hero-stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.25rem;
}

.hero-stat-label {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
    margin: 0;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.25rem;
    background: #f3f4f6;
    border-radius: 999px;
    color: #3b82f6;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid #e5e7eb;
}

/* News Ticker */
.news-ticker-bar {
    position: relative;
    z-index: 12;
}

.news-ticker-bar .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.news-ticker-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    max-width: 100%;
    margin: 0 0 0.75rem;
}

.news-ticker-container {
    flex: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 250, 251, 0.98) 50%, rgba(243, 244, 246, 0.98) 100%);
    backdrop-filter: blur(16px);
    border-radius: 0;
    padding: 0.6rem 0;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.35);
}

.news-ticker-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 2;
    pointer-events: none;
}

.news-ticker-container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 2;
    pointer-events: none;
}

.news-ticker {
    display: flex;
    white-space: nowrap;
    animation: scroll-ticker 20s linear infinite;
    will-change: transform;
}

.news-ticker:hover {
    animation-play-state: paused;
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 3rem;
    color: #111827;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 8px rgba(15, 23, 42, 0.15);
}

.ticker-item i {
    font-size: 0.5rem;
    color: #ffbf00;
    filter: drop-shadow(0 0 6px rgba(254, 243, 199, 0.8));
    animation: pulse 2s ease-in-out infinite;
}

.ticker-separator {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(254, 243, 199, 0.6));
}

@keyframes pulse-dot {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.2);
    }
}

@keyframes scroll-ticker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.333%);
    }
}

@media (max-width: 767.98px) {
    .news-ticker-wrapper {
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .news-ticker-container {
        padding: 0.75rem 1.25rem;
        border-radius: 12px;
    }
    
    .ticker-item {
        font-size: 0.95rem;
        padding: 0 2rem;
        gap: 0.5rem;
    }
}

.search-card {
    border-radius: 999px;
    background: #ffffff;
    backdrop-filter: blur(12px);
}

.search-card .form-control,
.search-card .form-select,
.search-card .input-group-text {
    border-color: transparent;
    background-color: transparent;
}

.search-card .form-control:focus,
.search-card .form-select:focus {
    box-shadow: none;
}

.btn-gradient {
    background-image: linear-gradient(120deg, #fb923c, #f97316, #ec4899, #8b5cf6);
    border: none;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 12px 25px rgba(248, 113, 113, 0.45);
}

.btn-gradient:hover {
    filter: brightness(1.05);
    color: #fff;
}

.main-wrapper {
    background: radial-gradient(circle at top, #ffffff 0, #fff7f2 40%, #ffe6d5 100%);
}

.section-light {
    margin-top: -40px;
    border-radius: 40px 40px 0 0;
    background: linear-gradient(135deg, #fef5ff 0%, #fef3f7 25%, #fef7ed 50%, #f0f9ff 75%, #f5f3ff 100%);
    position: relative;
    overflow: hidden;
}

.section-light::before {
    content: '';
    position: absolute;
    top: 10%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(251, 146, 60, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.section-light::after {
    content: '';
    position: absolute;
    bottom: 15%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.section-light > .container {
    position: relative;
    z-index: 1;
}

.category-card {
    display: block;
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    border: 2px solid #f3f4f6;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.03) 0%, rgba(59, 130, 246, 0.01) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-card:hover {
    border-color: #3b82f6;
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(59, 130, 246, 0.15);
}

.category-card:hover::before {
    opacity: 1;
}

.category-card-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.category-card:hover .category-card-icon {
    transform: scale(1.1) rotate(-5deg);
}

.category-card-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.category-card-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.category-card-desc {
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.category-card-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.category-card-arrow i {
    font-size: 0.9rem;
    color: #6b7280;
    transition: all 0.3s ease;
}

.category-card:hover .category-card-arrow {
    background: #3b82f6;
    transform: translateX(4px);
}

.category-card:hover .category-card-arrow i {
    color: #ffffff;
}

.category-card:hover .category-card-title {
    color: #3b82f6;
}

.section-title {
    font-weight: 600;
}

.section-subtitle {
    color: #6b7280;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.section-explore {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.section-explore::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.05), rgba(251, 146, 60, 0.05));
    border-radius: 50%;
    z-index: 0;
}

.section-explore::after {
    content: '';
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.04), rgba(139, 92, 246, 0.04));
    border-radius: 50%;
    z-index: 0;
}

.section-explore > .container {
    position: relative;
    z-index: 1;
}

.explore-filters {
    font-size: 0.9rem;
}

.filter-pill {
    border: none;
    padding: 0.35rem 1.2rem;
    border-radius: 999px;
    background: #ffffff;
    color: #4b5563;
    font-weight: 500;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    transition: all 0.18s ease-out;
}

.filter-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.filter-pill.active {
    background-image: linear-gradient(120deg, #fb923c, #f97316, #ec4899);
    color: #ffffff;
}

.explore-card,
.explore-side-block,
.explore-main-card,
.explore-subblock {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: all 0.2s ease-out;
}

.explore-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.explore-card-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    border-radius: 20px 20px 0 0;
}

.explore-card-body {
    padding: 1rem 1.2rem 1.2rem;
}

.explore-card-title {
    font-size: 0.95rem;
    font-weight: 600;
}

.explore-card-meta {
    font-size: 0.8rem;
    color: #6b7280;
}

.explore-card-rating {
    font-size: 0.8rem;
    color: #111827;
}

.explore-banner-card {
    border-radius: 20px;
    padding: 2rem 1.6rem;
    background-image: linear-gradient(135deg, #3b82f6, #1d4ed8);
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.35);
    color: #ffffff;
}

.side-block-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827;
}

.explore-side-block {
    padding: 1.2rem 1.3rem;
}

.view-more-link {
    font-size: 0.8rem;
    font-weight: 500;
    color: #2563eb;
    text-decoration: none;
}

.view-more-link:hover {
    text-decoration: underline;
}

.explore-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.explore-list-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.explore-list-item:last-child {
    border-bottom: none;
}

.explore-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #e5e7eb;
    flex-shrink: 0;
}

.explore-item-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.4;
}

.explore-item-meta {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.5;
}

.brand-logo-pill {
    min-width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 1.5px solid #e5e7eb;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: #111827;
    padding: 0 0.8rem;
    transition: all 0.2s ease-out;
}

.brand-logo-pill:hover {
    border-color: #3b82f6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

.explore-main-card {
    border-radius: 24px;
    padding: 1.5rem 1.8rem;
}

.explore-event-card .explore-card-img img {
    height: 140px;
    border-radius: 16px;
}

.explore-event-card .explore-item-title {
    font-size: 0.85rem;
}

.explore-subblock {
    padding: 1.3rem 1.4rem;
    border-radius: 16px;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
}

.avatar-pill {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 0 0, #ede9fe, #8b5cf6);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.85rem;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.25);
    transition: all 0.2s ease-out;
}

.avatar-pill:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(139, 92, 246, 0.35);
}

.category-pill,
.profile-pill {
    text-align: center;
}

.category-pill-icon,
.profile-avatar {
    width: 80px;
    height: 80px;
    border-radius: 999px;
    margin: 0 auto 10px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
}

.category-pill-icon i {
    font-size: 1.8rem;
    color: #ffffff;
}

.profile-avatar span {
    font-weight: 600;
    font-size: 1.4rem;
}

.category-pill-label,
.profile-name {
    font-size: 0.9rem;
    font-weight: 500;
    color: #374151;
}

.category-pill-icon:hover,
.profile-avatar:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
}

/* Discounts Section */
.section-discounts {
    background: linear-gradient(135deg, #fff7ed 0%, #fef3c7 20%, #fef9c3 40%, #fef3c7 60%, #fff7ed 80%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.discount-watermark {
    font-size: 5rem;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.03);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: -2rem;
    user-select: none;
}

.discount-card {
    position: relative;
    border-radius: 28px;
    padding: 2rem 2.5rem;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
    transition: all 0.3s ease-out;
}

.discount-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.18);
}

.discount-card-food {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #ffffff;
}

.discount-card-travel {
    background: linear-gradient(135deg, #6b7280, #4b5563);
    color: #ffffff;
}

.discount-badge {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    z-index: 5;
}

.discount-badge i {
    font-size: 1.2rem;
    color: #ffffff;
}

.discount-content {
    position: relative;
    z-index: 3;
    flex: 1;
    max-width: 50%;
    text-align: left;
}

.discount-label {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
    opacity: 0.95;
    padding-left: 5rem;
}

.discount-sublabel {
    font-size: 0.85rem;
    margin-bottom: 1rem;
    opacity: 0.85;
    padding-left: 5rem;
}

.discount-percentage {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.4rem;
    letter-spacing: -0.02em;
}

.discount-description {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
}

.discount-terms {
    font-size: 0.75rem;
    opacity: 0.65;
    margin-bottom: 0;
    font-style: italic;
}

.discount-visual {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.discount-img {
    width: 280px;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border: none;
}

.discount-validity {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 10;
    white-space: nowrap;
}

.no-deals-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 28px;
    padding: 3rem 2.5rem;
    text-align: center;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
    border: 2px solid #f3f4f6;
}

.no-deals-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.no-deals-icon i {
    font-size: 2rem;
    color: #9ca3af;
}

.no-deals-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.no-deals-text {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* FAQ Section */
.section-faq {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 20%, #dbeafe 40%, #e0f2fe 60%, #f0f9ff 80%, #fefefe 100%);
    position: relative;
    overflow: hidden;
}

.section-faq::before {
    content: '';
    position: absolute;
    top: 20%;
    right: 5%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.section-faq::after {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.section-faq > .container {
    position: relative;
    z-index: 1;
}

.faq-watermark {
    font-size: 6rem;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.03);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: -2.5rem;
    user-select: none;
}

.faq-accordion .accordion-item {
    border: none;
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background: #ffffff;
    color: #111827;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 1.2rem 1.5rem;
    border: none;
    box-shadow: none;
    transition: all 0.2s ease-out;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #ffffff;
    color: #3b82f6;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111827'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.2s ease-out;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233b82f6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordion .accordion-body {
    padding: 0 1.5rem 1.2rem;
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.7;
}

.faq-accordion .accordion-collapse {
    border: none;
}

.bg-gradient-1 { background: radial-gradient(circle at 0 0, #fef3c7, #fb923c); }
.bg-gradient-2 { background: radial-gradient(circle at 0 0, #fee2e2, #f97316); }
.bg-gradient-3 { background: radial-gradient(circle at 0 0, #fce7f3, #ec4899); }
.bg-gradient-4 { background: radial-gradient(circle at 0 0, #e0f2fe, #0ea5e9); }
.bg-gradient-5 { background: radial-gradient(circle at 0 0, #dcfce7, #22c55e); }
.bg-gradient-6 { background: radial-gradient(circle at 0 0, #ede9fe, #8b5cf6); }
.bg-gradient-7 { background: radial-gradient(circle at 0 0, #e0f2fe, #2563eb); }
.bg-gradient-8 { background: radial-gradient(circle at 0 0, #fef9c3, #eab308); }

.section-white {
    background: transparent;
}

/* Business Banner Section */
.section-business-banner {
    background: linear-gradient(135deg, #fafbfc 0%, #f3f4f6 100%);
    position: relative;
    overflow: hidden;
}

.section-business-banner::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.section-business-banner::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.section-business-banner > .container {
    position: relative;
    z-index: 1;
}

.business-banner-card {
    position: relative;
    border-radius: 32px;
    padding: 4rem 3rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    overflow: hidden;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.25);
}

.business-banner-card::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

.business-banner-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1449824913935-59a10b8d2000?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.business-banner-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.business-banner-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff;
}

.business-banner-title .text-italic {
    font-style: italic;
    font-weight: 400;
}

.business-banner-subtitle {
    font-size: 1.1rem;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
}

.btn-business {
    background: #ffffff;
    color: #667eea;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 999px;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-out;
}

.btn-business:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    color: #667eea;
}

/* Newsletter Section */
.section-newsletter {
    background: linear-gradient(to right, #f9fafb 0%, #f3f4f6 50%, #f9fafb 100%);
    position: relative;
    overflow: hidden;
}

.section-newsletter::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(251, 146, 60, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.section-newsletter::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.section-newsletter > .container {
    position: relative;
    z-index: 1;
}

.newsletter-title {
    font-size: 2rem;
    font-weight: 600;
    color: #111827;
}

.newsletter-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
}

.newsletter-subtitle .text-italic {
    font-style: italic;
    color: #111827;
    font-weight: 500;
}

.newsletter-form .input-group {
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.newsletter-form .input-group-text {
    border: 1px solid #e5e7eb;
    color: #6b7280;
}

.newsletter-form .form-control {
    border: 1px solid #e5e7eb;
    padding: 0.75rem 1.5rem;
}

.newsletter-form .form-control:focus {
    box-shadow: none;
    border-color: #e5e7eb;
}

.btn-newsletter {
    background: linear-gradient(120deg, #fb923c, #f97316, #ec4899);
    color: #ffffff;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 0 999px 999px 0;
}

.btn-newsletter:hover {
    filter: brightness(1.05);
    color: #ffffff;
}

/* Footer */
.footer-main {
    border-top: 1px solid #f3f4f6;
    background: linear-gradient(to bottom, #ffffff 0%, #f9fafb 100%);
    position: relative;
    overflow: hidden;
}

.footer-main::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.footer-main > .container {
    position: relative;
    z-index: 1;
}

.footer-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.footer-description {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
}

.footer-heading {
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.6rem;
}

.footer-links a {
    color: #6b7280;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease-out;
}

.footer-links a:hover {
    color: #111827;
}

.footer-social {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    background: linear-gradient(135deg, #1877f2 0%, #0d5dbf 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.2);
}

.footer-social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(24, 119, 242, 0.35);
    color: #ffffff;
}

.footer-social-link i {
    font-size: 1.25rem;
}

.social-icon {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease-out;
}

.social-facebook {
    background: #1877f2;
}

.social-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-twitter {
    background: #1da1f2;
}

.social-linkedin {
    background: #0077b5;
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

.instagram-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    display: block;
}

.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-out;
}

.instagram-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.instagram-overlay i {
    color: #ffffff;
    font-size: 1.5rem;
}

.instagram-item:hover img {
    transform: scale(1.1);
}

.instagram-item:hover .instagram-overlay {
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid #f3f4f6;
}

@media (max-width: 991.98px) {
    .hero {
        min-height: 80vh;
    }

    .search-card {
        border-radius: 25px;
    }
}

@media (max-width: 767.98px) {
    .hero-content {
        min-height: 70vh;
        margin-top: -30px;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .search-card .col-md-3,
    .search-card .col-md-4,
    .search-card .col-md-5 {
        margin-bottom: 8px;
    }

    .search-card {
        padding: 1rem !important;
    }

    .discount-watermark {
        font-size: 3rem;
        margin-bottom: -1rem;
    }

    .discount-card {
        flex-direction: column;
        padding: 1.5rem;
        min-height: auto;
    }

    .discount-content {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    .discount-badge {
        top: 1rem;
        left: 1rem;
        width: 40px;
        height: 40px;
    }

    .discount-visual {
        margin: 0;
        width: 100%;
    }

    .discount-img {
        width: 100%;
        height: 200px;
        border-radius: 16px;
    }

    .discount-percentage {
        font-size: 3rem;
    }

    .discount-validity {
        top: 1rem;
        right: 1rem;
        font-size: 0.65rem;
        padding: 0.35rem 0.7rem;
    }

    .faq-watermark {
        font-size: 3.5rem;
        margin-bottom: -1.5rem;
    }

    .faq-accordion .accordion-button {
        font-size: 0.9rem;
        padding: 1rem 1.2rem;
    }

    .faq-accordion .accordion-body {
        padding: 0 1.2rem 1rem;
        font-size: 0.85rem;
    }

    .business-banner-card {
        padding: 2.5rem 2rem;
        min-height: 240px;
    }

    .business-banner-title {
        font-size: 1.8rem;
    }

    .business-banner-subtitle {
        font-size: 1rem;
    }

    .newsletter-title {
        font-size: 1.5rem;
    }

    .newsletter-subtitle {
        font-size: 1rem;
    }

    .instagram-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.4rem;
    }
}

/* Roadmap Widget */
.roadmap-widget {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #ffffff;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
    max-width: 200px;
    border: 1px solid #e5e7eb;
}

.roadmap-widget:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.15);
    border-color: #3b82f6;
}

.roadmap-widget-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.roadmap-widget-icon i {
    font-size: 1.1rem;
    color: #ffffff;
}

.roadmap-widget-content {
    flex: 1;
}

.roadmap-widget-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.15rem;
    line-height: 1.2;
}

.roadmap-widget-text {
    font-size: 0.65rem;
    color: #6b7280;
    line-height: 1.3;
}

/* Roadmap Modal */
.roadmap-modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.roadmap-modal-content .modal-header {
    padding: 1.5rem 2rem;
}

.roadmap-modal-content .modal-body {
    padding: 0 2rem 2rem;
    max-height: 70vh;
    overflow-y: auto;
}

.roadmap-timeline {
    position: relative;
}

.roadmap-item {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 2rem;
    position: relative;
}

.roadmap-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 19px;
    top: 48px;
    bottom: -32px;
    width: 2px;
    background: linear-gradient(to bottom, #e5e7eb 0%, #e5e7eb 100%);
}

.roadmap-item-badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.roadmap-item-content {
    flex: 1;
}

.roadmap-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.roadmap-item-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.roadmap-item-date {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
    background: #f3f4f6;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
}

.roadmap-item-desc {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.roadmap-item-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.roadmap-item-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Roadmap Widget */
@media (max-width: 767.98px) {
    .roadmap-widget {
        bottom: 20px;
        right: 20px;
        max-width: 180px;
        padding: 0.65rem 0.85rem;
    }

    .roadmap-widget-icon {
        width: 32px;
        height: 32px;
    }

    .roadmap-widget-icon i {
        font-size: 1rem;
    }

    .roadmap-widget-title {
        font-size: 0.8rem;
    }

    .roadmap-widget-text {
        font-size: 0.6rem;
    }

    .roadmap-modal-content .modal-header {
        padding: 1.25rem 1.5rem;
    }

    .roadmap-modal-content .modal-body {
        padding: 0 1.5rem 1.5rem;
    }

    .roadmap-item {
        gap: 1rem;
    }

    .roadmap-item-badge {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }

    .roadmap-item:not(:last-child)::after {
        left: 15px;
        top: 40px;
    }

    .roadmap-item-title {
        font-size: 1rem;
    }

    .roadmap-item-desc {
        font-size: 0.85rem;
    }
}

/* ============================================
   SCROLL TO TOP BUTTON
   ============================================ */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5);
}

.scroll-to-top:active {
    transform: translateY(-2px);
}

/* ============================================
   PARTNERS SECTION
   ============================================ */
.section-partners {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    overflow: hidden;
}

.partners-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.partners-subtitle {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 0;
}

.partners-carousel-wrapper {
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
}

.partners-carousel {
    display: flex;
    gap: 4rem;
    animation: scrollPartners 30s linear infinite;
    width: fit-content;
}

.partners-carousel:hover {
    animation-play-state: paused;
}

@keyframes scrollPartners {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.partner-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
    min-width: 200px;
}

.partner-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.partner-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.partner-logo {
    max-height: 60px;
    max-width: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-item:hover .partner-logo {
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 20px;
        left: 20px;
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    .partners-carousel {
        gap: 2rem;
    }
    
    .partner-item {
        min-width: 150px;
        padding: 0.75rem 1.5rem;
    }
    
    .partner-logo {
        max-height: 50px;
        max-width: 140px;
    }
}

/* ============================================
   WEATHER WIDGET
   ============================================ */
.weather-widget {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 0.5rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    min-width: 100px;
}

.weather-widget.sticky {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.weather-widget.sticky .weather-icon,
.weather-widget.sticky .weather-temp {
    color: #1f2937;
}

.weather-widget.sticky .weather-location {
    color: #6b7280;
}

.weather-widget:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.weather-loading {
    text-align: center;
    color: white;
    font-size: 0.9rem;
}

.weather-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.weather-icon {
    font-size: 1.5rem;
    color: white;
    line-height: 1;
}

.weather-info {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.weather-temp {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    line-height: 1;
}

.weather-location {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

@media (max-width: 991px) {
    .weather-widget {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .weather-widget {
        padding: 0.35rem 0.6rem;
        min-width: auto;
        border-radius: 10px;
    }

    .weather-icon {
        font-size: 1.1rem;
    }

    .weather-temp {
        font-size: 0.85rem;
    }

    .weather-location {
        font-size: 0.55rem;
    }

    .weather-widget-wrapper.sticky {
        position: absolute !important;
        top: 0.5rem !important;
        right: 0.75rem !important;
    }

    .weather-widget.sticky {
        position: relative !important;
        background: rgba(255, 255, 255, 0.15);
        box-shadow: none;
    }
}

/* Weather Forecast Panel */
.weather-widget-wrapper {
    position: relative;
    z-index: 1050;
}

.weather-widget-wrapper.sticky {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
}

.weather-forecast-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 380px;
    max-height: 80vh;
    overflow-y: auto;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.97);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.weather-forecast-panel.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.weather-forecast-panel::-webkit-scrollbar {
    width: 4px;
}

.weather-forecast-panel::-webkit-scrollbar-track {
    background: transparent;
}

.weather-forecast-panel::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

.forecast-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.forecast-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.forecast-title i {
    color: #60a5fa;
}

.forecast-close {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: rgba(255, 255, 255, 0.6);
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.85rem;
}

.forecast-close:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white;
}

.forecast-current {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.forecast-current-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.forecast-current-icon {
    font-size: 2.5rem;
    color: #fbbf24;
    line-height: 1;
}

.forecast-current-temp {
    font-size: 2.8rem;
    font-weight: 800;
    color: white;
    line-height: 1;
}

.forecast-current-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    margin-bottom: 1rem;
}

.forecast-current-details {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
}

.forecast-detail {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
}

.forecast-detail i {
    font-size: 0.75rem;
    color: #60a5fa;
}

.forecast-days {
    padding: 0.75rem 1rem 1rem;
}

.forecast-day-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 0.75rem;
    border-radius: 12px;
    transition: background 0.2s ease;
}

.forecast-day-card:hover {
    background: rgba(255, 255, 255, 0.05);
}

.forecast-day-card.today {
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.15);
}

.forecast-day-name {
    display: flex;
    flex-direction: column;
    min-width: 70px;
}

.forecast-day-name .day-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
}

.forecast-day-name .day-date {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
}

.forecast-day-icon {
    font-size: 1.2rem;
    color: #fbbf24;
    width: 30px;
    text-align: center;
    flex-shrink: 0;
}

.forecast-day-desc {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forecast-day-temps {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    flex-shrink: 0;
}

.forecast-day-temps .temp-max {
    font-size: 0.9rem;
    font-weight: 700;
    color: white;
}

.forecast-day-temps .temp-separator {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.3);
    margin: 0 0.1rem;
}

.forecast-day-temps .temp-min {
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
}

.forecast-day-extras {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
    flex-shrink: 0;
    min-width: 55px;
}

.forecast-precip,
.forecast-wind {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.forecast-precip i {
    color: #60a5fa;
    font-size: 0.6rem;
}

.forecast-wind i {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.6rem;
}

@media (max-width: 768px) {
    /* Prevent weather widget from becoming sticky on mobile */
    .weather-widget-wrapper.sticky {
        position: absolute !important;
        top: 0.5rem !important;
        right: 0.75rem !important;
    }

    .weather-widget.sticky {
        position: relative !important;
        background: rgba(255, 255, 255, 0.15) !important;
        box-shadow: none !important;
    }

    .weather-forecast-panel {
        position: fixed !important;
        top: auto !important;
        bottom: 0;
        left: 0;
        right: 0 !important;
        width: 100% !important;
        max-height: 75vh;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);
        z-index: 9999;
    }

    .weather-forecast-panel.show {
        transform: translateY(0);
    }

    .forecast-day-desc {
        display: none;
    }
}

@media (max-width: 480px) {
    .forecast-day-extras {
        min-width: 45px;
    }
}

/* ============================================
   PREMIUM EXPLORE SECTION STYLES
   Complex, beautiful, premium design
   ============================================ */

.section-explore-premium {
    position: relative;
    padding: 100px 0 120px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 30%, #f1f5f9 70%, #e2e8f0 100%);
    overflow: hidden;
}

/* Animated Background Shapes */
.explore-bg-shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.explore-bg-shapes .shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
}

.shape-1 {
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(168, 85, 247, 0.1) 100%);
    top: -200px;
    right: -100px;
    animation: floatShape 25s ease-in-out infinite;
}

.shape-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.12) 0%, rgba(16, 185, 129, 0.08) 100%);
    bottom: -100px;
    left: -100px;
    animation: floatShape 20s ease-in-out infinite reverse;
}

.shape-3 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(251, 146, 60, 0.1) 0%, rgba(249, 115, 22, 0.08) 100%);
    top: 40%;
    left: 50%;
    animation: floatShape 30s ease-in-out infinite;
}

@keyframes floatShape {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -30px) scale(1.05); }
    50% { transform: translate(-20px, 20px) scale(0.95); }
    75% { transform: translate(20px, 10px) scale(1.02); }
}

/* Floating Icons */
.floating-icons {
    position: absolute;
    inset: 0;
}

.float-icon {
    position: absolute;
    font-size: 1.5rem;
    opacity: 0.08;
    animation: floatIcon 15s ease-in-out infinite;
}

.icon-1 { top: 15%; left: 10%; animation-delay: 0s; color: #6366f1; }
.icon-2 { top: 25%; right: 15%; animation-delay: -3s; color: #22c55e; }
.icon-3 { bottom: 30%; left: 20%; animation-delay: -6s; color: #f97316; }
.icon-4 { bottom: 20%; right: 10%; animation-delay: -9s; color: #ec4899; }
.icon-5 { top: 50%; left: 5%; animation-delay: -12s; color: #ef4444; }

@keyframes floatIcon {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.08; }
    50% { transform: translateY(-20px) rotate(10deg); opacity: 0.15; }
}

/* Section Header */
.explore-header {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.explore-badge-premium {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #6366f1;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.badge-glow {
    position: absolute;
    top: 50%;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: badgeGlow 3s ease-in-out infinite;
}

@keyframes badgeGlow {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

.explore-title-premium {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.text-gradient {
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.explore-subtitle-premium {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

/* Premium Filter Pills */
.filter-container-premium {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    padding: 8px;
}

.filter-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 60px;
    background: radial-gradient(ellipse, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.filter-pill-premium {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.filter-pill-premium i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.filter-pill-premium:hover {
    border-color: #c7d2fe;
    background: #f8faff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(99, 102, 241, 0.12);
}

.filter-pill-premium:hover i {
    transform: scale(1.1);
}

.filter-pill-premium.active {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35);
}

/* Bento Grid Layout */
.explore-bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 24px;
    position: relative;
    z-index: 2;
}

.bento-item {
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bento-item:hover {
    transform: translateY(-4px);
}

/* Featured Card - Large */
.bento-featured {
    grid-column: span 5;
    grid-row: span 2;
}

.featured-card-premium {
    height: 100%;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.featured-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.bento-featured:hover .featured-image img {
    transform: scale(1.08);
}

.featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.8) 0%, transparent 60%);
}

.featured-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
}

.featured-content {
    padding: 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.featured-category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #6366f1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.category-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    border-radius: 50%;
}

.featured-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.featured-desc {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

.featured-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    padding: 16px 0;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #475569;
}

.stat-item i {
    color: #6366f1;
}

.featured-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.3);
}

.featured-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
    color: #ffffff;
}

.featured-btn i {
    transition: transform 0.3s ease;
}

.featured-btn:hover i {
    transform: translateX(4px);
}

/* Place Cards */
.bento-place {
    grid-column: span 4;
}

.bento-place:nth-child(3) {
    grid-column: span 3;
}

.place-card-premium {
    height: 100%;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.place-card-premium:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.place-image {
    position: relative;
    height: 160px;
    overflow: hidden;
}

.place-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.place-card-premium:hover .place-image img {
    transform: scale(1.1);
}

.place-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.place-card-premium:hover .place-overlay {
    opacity: 1;
}

.place-rating {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #0f172a;
}

.place-rating i {
    color: #fbbf24;
}

.place-favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 50%;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
}

.place-card-premium:hover .place-favorite {
    opacity: 1;
    transform: scale(1);
}

.place-favorite:hover {
    background: #ef4444;
    color: #ffffff;
}

.place-content {
    padding: 20px;
}

.place-category-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%);
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #6366f1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.place-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.place-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: #64748b;
}

.place-location {
    display: flex;
    align-items: center;
    gap: 4px;
}

.place-location i {
    color: #6366f1;
    font-size: 0.7rem;
}

/* Events Card */
.bento-events {
    grid-column: span 4;
    grid-row: span 2;
}

.events-card-premium {
    height: 100%;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
    border-radius: 24px;
    padding: 28px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.events-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.events-title-group {
    display: flex;
    align-items: center;
    gap: 14px;
}

.events-icon-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
    border-radius: 14px;
    font-size: 1.2rem;
}

.events-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.events-subtitle {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.events-see-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

.events-see-all:hover {
    color: #ffffff;
}

.events-list-premium {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.event-item-premium {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.event-item-premium:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(4px);
}

.event-date-badge {
    width: 52px;
    height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 12px;
    flex-shrink: 0;
}

.event-date-badge.accent {
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
}

.event-date-badge.special {
    background: linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
}

.event-day {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}

.event-month {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.event-info {
    flex: 1;
    min-width: 0;
}

.event-name {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-location {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.event-action {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.event-item-premium:hover .event-action {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

/* Rankings Card */
.bento-rankings {
    grid-column: span 4;
    grid-row: span 2;
}

.rankings-card-premium {
    height: 100%;
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.rankings-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    padding: 4px;
    background: #f1f5f9;
    border-radius: 12px;
}

.ranking-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    background: transparent;
    border: none;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ranking-tab:hover {
    color: #475569;
}

.ranking-tab.active {
    background: #ffffff;
    color: #6366f1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.rankings-content {
    flex: 1;
    overflow: hidden;
}

.ranking-list {
    display: none;
    flex-direction: column;
    gap: 8px;
}

.ranking-list.active {
    display: flex;
}

.ranking-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    background: #f8fafc;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.ranking-item:hover {
    background: #f1f5f9;
    transform: translateX(4px);
}

.ranking-position {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #64748b;
    flex-shrink: 0;
}

.ranking-position.top-three {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(251, 191, 36, 0.4);
}

.ranking-info {
    flex: 1;
    min-width: 0;
}

.ranking-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ranking-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.75rem;
    color: #64748b;
}

.ranking-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ranking-rating i {
    color: #fbbf24;
    font-size: 0.7rem;
}

.ranking-trend {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 0.75rem;
}

.ranking-trend.up {
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
}

/* News Card */
.bento-news {
    grid-column: span 4;
}

.news-card-premium {
    height: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.news-header-premium {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.news-icon-glow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(168, 85, 247, 0.15) 100%);
    border-radius: 12px;
    color: #6366f1;
    font-size: 1rem;
}

.news-header-premium h4 {
    flex: 1;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.news-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    border-radius: 8px;
    color: #64748b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.news-link:hover {
    background: #6366f1;
    color: #ffffff;
}

.news-list-premium {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-item-premium {
    display: block;
    padding: 14px;
    background: #f8fafc;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.news-item-premium:hover {
    background: #f1f5f9;
    border-left-color: #6366f1;
    transform: translateX(4px);
}

.news-date-premium {
    font-size: 0.7rem;
    font-weight: 600;
    color: #6366f1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.news-title-premium {
    font-size: 0.85rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-empty {
    text-align: center;
    padding: 30px;
    color: #94a3b8;
}

.news-empty i {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
}

/* Brands Card */
.bento-brands {
    grid-column: span 4;
}

.brands-card-premium {
    height: 100%;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 20px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.brands-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
}

.brands-title i {
    color: #6366f1;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.brand-item-premium {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 12px;
    background: #ffffff;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.brand-item-premium:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.brand-logo {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%);
    border-radius: 12px;
    color: #6366f1;
    font-size: 1.1rem;
}

.brand-logo-img {
    background: #ffffff;
    padding: 8px;
}

.brand-logo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-item-premium span {
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .bento-featured {
        grid-column: span 6;
    }
    
    .bento-place {
        grid-column: span 6;
    }
    
    .bento-place:nth-child(3) {
        grid-column: span 6;
    }
    
    .bento-events {
        grid-column: span 6;
    }
    
    .bento-rankings {
        grid-column: span 6;
    }
    
    .bento-news {
        grid-column: span 6;
    }
    
    .bento-brands {
        grid-column: span 6;
    }
}

@media (max-width: 991px) {
    .section-explore-premium {
        padding: 80px 0;
    }
    
    .explore-bento-grid {
        gap: 16px;
    }
    
    .bento-featured,
    .bento-place,
    .bento-events,
    .bento-rankings,
    .bento-news,
    .bento-brands {
        grid-column: span 12;
    }
    
    .bento-events,
    .bento-rankings {
        grid-row: span 1;
    }
    
    .filter-pill-premium span {
        display: none;
    }
    
    .filter-pill-premium {
        padding: 12px 16px;
    }
}

@media (max-width: 767px) {
    .section-explore-premium {
        padding: 60px 0;
    }
    
    .explore-header {
        margin-bottom: 40px;
    }
    
    .explore-title-premium {
        font-size: 1.8rem;
    }
    
    .explore-subtitle-premium {
        font-size: 1rem;
    }
    
    .featured-content {
        padding: 20px;
    }
    
    .featured-title {
        font-size: 1.2rem;
    }
    
    .featured-stats {
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .events-card-premium {
        padding: 20px;
    }
    
    .rankings-card-premium {
        padding: 20px;
    }
    
    .brands-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .brand-item-premium {
        padding: 12px 8px;
    }
    
    .brand-item-premium span {
        font-size: 0.7rem;
    }
}

/* ============================================
   STORE MODAL STYLES
   ============================================ */

.store-modal-content {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
}

.store-modal-header {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
    padding: 24px 28px;
    border: none;
    display: flex;
    align-items: center;
    gap: 16px;
}

.store-modal-logo {
    width: 56px;
    height: 56px;
    background: #ffffff;
    border-radius: 14px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-modal-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.store-modal-header .modal-title {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    flex: 1;
}

.store-modal-body {
    padding: 28px;
    background: #f8fafc;
    max-height: 70vh;
    overflow-y: auto;
}

.store-location-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.store-location-card:last-child {
    margin-bottom: 0;
}

.store-location-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.store-location-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.store-location-image {
    width: 100px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.store-location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-location-info {
    flex: 1;
}

.store-location-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.store-location-address {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #64748b;
}

.store-location-address i {
    color: #6366f1;
    flex-shrink: 0;
}

.store-location-details {
    display: flex;
    gap: 20px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.store-detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #475569;
}

.store-detail-item i {
    color: #6366f1;
    width: 16px;
}

.store-detail-item.open {
    color: #22c55e;
}

.store-detail-item.open i {
    color: #22c55e;
}

.store-directions-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    margin-left: auto;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.store-directions-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
    color: #ffffff;
}

.store-directions-btn i {
    font-size: 1rem;
    line-height: 1;
}

.store-schedule {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.schedule-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 12px;
}

.schedule-header i {
    color: #6366f1;
}

.schedule-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.schedule-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: #f8fafc;
    border-radius: 8px;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.schedule-row.today {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%);
    border: 1px solid rgba(99, 102, 241, 0.2);
}

.schedule-row.today .schedule-day {
    color: #6366f1;
    font-weight: 700;
}

.schedule-day {
    font-weight: 500;
    color: #475569;
}

.schedule-hours {
    font-weight: 600;
    color: #0f172a;
}

/* ============================================
   PREMIUM DISCOUNTS SECTION
   ============================================ */

.section-discounts-premium {
    position: relative;
    padding: 100px 0 120px;
    background: linear-gradient(180deg, #fefce8 0%, #fef9c3 30%, #fef08a 70%, #fde047 100%);
    overflow: hidden;
}

.discounts-bg-pattern {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(251, 191, 36, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(245, 158, 11, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

.discounts-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.discounts-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2) 0%, rgba(251, 191, 36, 0.2) 100%);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #92400e;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.discounts-badge i {
    font-size: 0.9rem;
}

.discounts-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #78350f;
    margin-bottom: 16px;
}

.text-gradient-gold {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #b45309 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.discounts-subtitle {
    font-size: 1.1rem;
    color: #92400e;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.discounts-coming-soon {
    position: relative;
    z-index: 2;
}

.coming-soon-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(120, 53, 15, 0.15);
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.coming-soon-visual {
    flex-shrink: 0;
    width: 280px;
    height: 280px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-vouchers {
    position: absolute;
    inset: 0;
}

.voucher-float {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    font-size: 0.85rem;
    font-weight: 700;
    animation: floatVoucher 4s ease-in-out infinite;
}

.voucher-float i {
    font-size: 1rem;
}

.voucher-float.v1 {
    top: 10%;
    left: 0;
    color: #dc2626;
    animation-delay: 0s;
}

.voucher-float.v2 {
    top: 50%;
    right: 0;
    color: #16a34a;
    animation-delay: -1.3s;
}

.voucher-float.v3 {
    bottom: 10%;
    left: 20%;
    color: #2563eb;
    animation-delay: -2.6s;
}

@keyframes floatVoucher {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.coming-soon-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #d97706;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.coming-soon-content {
    flex: 1;
}

.coming-soon-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.coming-soon-text {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 24px;
}

.coming-soon-form {
    margin-bottom: 20px;
}

.input-group-premium {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 6px 6px 6px 20px;
    transition: all 0.3s ease;
}

.input-group-premium:focus-within {
    border-color: #f59e0b;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.1);
}

.input-group-premium i {
    color: #94a3b8;
    font-size: 1.1rem;
}

.form-control-premium {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 16px;
    font-size: 1rem;
    color: #0f172a;
    outline: none;
}

.form-control-premium::placeholder {
    color: #94a3b8;
}

.btn-notify {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-notify:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.4);
}

.coming-soon-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.feature-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #f0fdf4;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #16a34a;
}

.feature-chip i {
    font-size: 0.7rem;
}

/* ============================================
   PREMIUM FAQ SECTION
   ============================================ */

.section-faq-premium {
    position: relative;
    padding: 100px 0 120px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
    overflow: hidden;
}

.faq-bg-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.faq-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(99, 102, 241, 0.1);
}

.faq-circle-1 {
    width: 600px;
    height: 600px;
    top: -200px;
    right: -200px;
}

.faq-circle-2 {
    width: 400px;
    height: 400px;
    bottom: -100px;
    left: -100px;
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.faq-header-content {
    flex: 1;
}

.faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #6366f1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.faq-title-premium {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.faq-subtitle-premium {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 500px;
    line-height: 1.7;
}

.faq-header-visual {
    flex-shrink: 0;
}

.faq-illustration {
    width: 200px;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-main-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #ffffff;
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.4);
}

.faq-icon-bubble {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #6366f1;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    animation: floatBubble 3s ease-in-out infinite;
}

.faq-icon-bubble.b1 {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.faq-icon-bubble.b2 {
    top: 20%;
    right: 5%;
    animation-delay: -1s;
}

.faq-icon-bubble.b3 {
    bottom: 15%;
    left: 20%;
    animation-delay: -2s;
}

@keyframes floatBubble {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.faq-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.faq-card-premium {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-card-premium:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.faq-card-premium:hover .faq-card-icon {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #ffffff;
}

.faq-card-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #6366f1;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.faq-card-content {
    position: relative;
    z-index: 1;
}

.faq-card-question {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.4;
}

.faq-card-answer {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.faq-card-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(99, 102, 241, 0.08);
    line-height: 1;
}

.faq-contact-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
    border-radius: 20px;
    padding: 30px 40px;
    position: relative;
    z-index: 2;
}

.faq-cta-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.faq-cta-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ffffff;
}

.faq-cta-text h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.faq-cta-text p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.faq-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: #ffffff;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 600;
    color: #312e81;
    text-decoration: none;
    transition: all 0.3s ease;
}

.faq-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    color: #312e81;
}

/* Responsive for new sections */
@media (max-width: 991px) {
    .coming-soon-card {
        flex-direction: column;
        padding: 40px 30px;
        gap: 40px;
        text-align: center;
    }
    
    .coming-soon-visual {
        width: 220px;
        height: 220px;
    }
    
    .coming-soon-features {
        justify-content: center;
    }
    
    .faq-header {
        flex-direction: column;
        text-align: center;
    }
    
    .faq-subtitle-premium {
        max-width: 100%;
    }
    
    .faq-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .faq-contact-cta {
        flex-direction: column;
        gap: 24px;
        text-align: center;
        padding: 30px;
    }
    
    .faq-cta-content {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .section-discounts-premium,
    .section-faq-premium {
        padding: 60px 0 80px;
    }
    
    .coming-soon-visual {
        width: 180px;
        height: 180px;
    }
    
    .coming-soon-icon {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .voucher-float {
        padding: 8px 12px;
        font-size: 0.75rem;
    }
    
    .input-group-premium {
        flex-direction: column;
        padding: 12px;
        gap: 12px;
    }
    
    .input-group-premium i {
        display: none;
    }
    
    .form-control-premium {
        width: 100%;
        text-align: center;
    }
    
    .btn-notify {
        width: 100%;
        justify-content: center;
    }
    
    .faq-cards-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-illustration {
        width: 160px;
        height: 160px;
    }
    
    .faq-main-icon {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .faq-icon-bubble {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }
}
