/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2026 | 03:42:39 */
#bc-root {
    --background: 220 50% 10%;
    --foreground: 0 0% 100%;
    --card: 270 40% 12%;
    --card-foreground: 0 0% 100%;
    --primary: 330 65% 46%;
    --primary-foreground: 0 0% 100%;
    --secondary: 270 50% 30%;
    --muted: 270 30% 20%;
    --muted-foreground: 270 15% 70%;
    --accent: 48 100% 50%;
    --border: 270 30% 25%;
    --radius: 0.75rem;
    --gold: 48 100% 50%;
    --gradient-hero: linear-gradient(135deg, hsl(215 85% 12%) 0%, hsl(270 50% 20%) 50%, hsl(270 40% 15%) 100%);
    --font-display: 'Playfair Display', serif;
    --font-body: 'Sora', sans-serif;
    --glow-magenta: 0 0 30px hsl(330 65% 46% / 0.4), 0 0 60px hsl(330 65% 46% / 0.2);
    
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
    font-family: var(--font-body);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    width: 100%;
    position: relative;
    display: block;
}

#bc-root * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#bc-root h1, #bc-root h2, #bc-root h3, #bc-root h4, #bc-root .font-display {
    font-family: var(--font-display);
}

#bc-root .section {
    padding: 3rem 1rem;
    position: relative;
}


#bc-root .hero {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--gradient-hero);
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 3rem;
}


#bc-root .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

#bc-root .max-w-3xl { max-width: 48rem; }
#bc-root .max-w-xl { max-width: 36rem; }
#bc-root .max-w-md { max-width: 28rem; }
#bc-root .max-w-4xl { max-width: 56rem; }

#bc-root .mx-auto { 
    display: block !important;
    margin-left: auto !important; 
    margin-right: auto !important; 
    text-align: center;
}


#bc-root .logo { height: 3.5rem; margin-bottom: 1rem; }
@media (min-width: 640px) { #bc-root .logo { height: 4.5rem; } }

#bc-root .road-to-img { width: 100%; max-width: 28rem; margin-bottom: 0.75rem; }


#bc-root .title { font-size: 1.875rem; font-weight: 700; margin-bottom: 0.25rem; letter-spacing: 0.025em; color: white; line-height: 1.2; text-align: center; margin-top: -3rem;}
@media (min-width: 768px) { #bc-root .title { font-size: 2.5rem; } }

#bc-root .subtitle { font-size: 0.9375rem; color: hsl(var(--muted-foreground)); margin-bottom: 1rem; text-align: center; line-height: 1.4; }
@media (min-width: 640px) { #bc-root .subtitle { font-size: 1rem; } }


#bc-root .text-primary { color: hsl(var(--primary)); font-weight: 600; }

#bc-root .intro-box {
    margin-bottom: 2rem;
    position: relative;
    padding: 0 1rem;
    max-width: 48rem; /* Wider to prevent weird wrapping */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#bc-root .intro-description {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.6;
    color: hsl(var(--foreground) / 0.8);
    font-weight: 300;
    text-align: center;
}

@media (min-width: 768px) {
    #bc-root .intro-description {
        font-size: 1.125rem;
    }
}


#bc-root .join-box {

    background: hsla(0, 0%, 100%, 0.05);
    backdrop-filter: blur(16px);
    border: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 27rem;
}



#bc-root .join-title { font-size: 1.875rem; font-weight: 700; margin-bottom: 1rem; color: white; text-align: center; }

#bc-root .items-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem 1rem;
    justify-content: space-between;
    width: 100%;
}

#bc-root .item {
    flex: 0 0 calc(50% - 0.5rem);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.025em;
    color: white;
}
@media (min-width: 640px) { #bc-root .item { font-size: 1rem; } }




#bc-root .item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 1rem;
    letter-spacing: 0.025em;
    color: white;
}
@media (min-width: 640px) { #bc-root .item { font-size: 1.125rem; } }

#bc-root .item-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: hsl(var(--primary));
    border-radius: 50%;
    box-shadow: 0 0 8px hsl(var(--primary) / 0.6);
}

#bc-root .vibes-text {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, hsl(45, 90%, 55%), hsl(35, 95%, 60%), hsl(330, 70%, 65%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


@media (min-width: 768px) { #bc-root .vibes-text { font-size: 1.5rem; } }

#bc-root .btn {
    display: inline-flex;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    background-color: hsl(var(--primary));
    color: white;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: var(--glow-magenta);
    margin-top: 0.5rem;
}


#bc-root .btn:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
}

#bc-root .tour-stops {
    background: var(--gradient-hero);
}

#bc-root .section-title {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: white;
}

#bc-root .cities-scroll {
    display: flex;
    gap: 2.5rem;
    overflow-x: auto;
    padding: 3rem 1.5rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

#bc-root .cities-scroll::-webkit-scrollbar { display: none; }

#bc-root .scroll-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: -1rem;
    margin-bottom: 2rem;
    color: hsl(var(--muted-foreground));
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.8;
}

@media (min-width: 768px) {
    #bc-root .scroll-hint {
        display: none;
    }
}


@media (min-width: 768px) {
    #bc-root .cities-scroll {
        flex-wrap: wrap;
        justify-content: center;
        overflow-visible: visible;
    }
}

#bc-root .city-card {
    flex-shrink: 0;
    width: 260px;
    height: 360px;
    border-radius: 0.75rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
    scroll-snap-align: center;
    background: hsla(270, 40%, 15%, 0.6);
    backdrop-filter: blur(16px);
    border: 1px solid hsla(270, 30%, 30%, 0.5);
    position: relative;
    text-decoration: none;
}

#bc-root .city-link {
    position: absolute;
    inset: 0;
    z-index: 20;
}



#bc-root .city-card.active {
    border: 2px solid hsla(330, 65%, 46%, 0.6);
    animation: bc-pulse-glow 3s ease-in-out infinite;
    z-index: 10;
    background: hsla(270, 40%, 18%, 0.5);
    backdrop-filter: blur(16px);
    filter: none !important;
    opacity: 1 !important;
    box-shadow: 0 0 20px hsla(330, 65%, 46%, 0.3);
}






#bc-root .city-card.active:hover {
    transform: translateY(-0.5rem);
}

#bc-root .city-card.disabled {
    filter: saturate(0.3) brightness(0.7);
}

#bc-root .city-img-container {
    height: 11rem;
    position: relative;
    overflow: hidden;
}

#bc-root .city-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}


#bc-root .city-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, hsla(270, 40%, 12%, 0.8), transparent);
}

#bc-root .city-card.active .city-img-overlay {
    background: linear-gradient(to top, hsla(270, 40%, 12%, 0.4), transparent);
}

#bc-root .city-card.active .city-img {
    filter: brightness(1.1) contrast(1.1);
}





#bc-root .lock-icon {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: rgba(0,0,0,0.5);
    padding: 0.375rem;
    border-radius: 50%;
    display: flex;
}

#bc-root .city-content {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    flex: 1;
}

#bc-root .sparkle-icon { width: 1.25rem; height: 1.25rem; }
#bc-root .text-gold { color: var(--gold); }
#bc-root .text-muted { color: hsl(var(--muted-foreground)); }

#bc-root .city-title { font-size: 1.25rem; font-weight: 700; color: white; }
#bc-root .city-date { font-size: 0.875rem; }

#bc-root .btn-sm {
    margin-top: auto;
    padding: 0.625rem 1.5rem;
    border-radius: 9999px;
    background-color: hsl(var(--primary));
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}
#bc-root .btn-sm:hover { filter: brightness(1.1); }

#bc-root .coming-soon {
    margin-top: auto;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid hsl(var(--border));
    color: hsl(var(--muted-foreground));
}

#bc-root .why-section {
    background-color: hsl(var(--card));
}

#bc-root .why-grid {
    display: grid;
    grid-template-cols: 1fr;
    gap: 2.5rem;
}
@media (min-width: 768px) {
    #bc-root .why-grid { grid-template-columns: repeat(3, 1fr); }
}

#bc-root .why-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#bc-root .icon-circle {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: hsla(330, 65%, 46%, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

#bc-root .icon-svg { width: 1.75rem; height: 1.75rem; color: hsl(var(--primary)); }

#bc-root .why-title { font-size: 1.25rem; font-weight: 700; color: white; }
#bc-root .why-desc { font-size: 0.875rem; color: hsl(var(--muted-foreground)); line-height: 1.625; }



#bc-root .sparkle-container {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

#bc-root .sparkle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: hsl(48, 100%, 50%);
    border-radius: 50%;
    animation: sparkle-float var(--duration, 3s) var(--delay, 0s) infinite ease-out;
    opacity: 0;
}

#bc-root .sparkle.magenta {
    background: hsl(330, 65%, 46%);
    animation-name: sparkle-drift;
}

@keyframes sparkle-float {
    0% { opacity: 0; transform: translateY(0) scale(0); }
    20% { opacity: 1; transform: translateY(-20px) scale(1); }
    80% { opacity: 0.6; transform: translateY(-80px) scale(0.8); }
    100% { opacity: 0; transform: translateY(-120px) scale(0); }
}

@keyframes sparkle-drift {
    0% { opacity: 0; transform: translate(0, 0) rotate(0deg); }
    25% { opacity: 1; }
    75% { opacity: 0.5; }
    100% { opacity: 0; transform: translate(30px, -100px) rotate(180deg); }
}

#bc-root .city-card.active.fade-in {
    animation: fade-in-up 0.8s ease-out forwards, bc-pulse-glow 3s ease-in-out infinite 0.8s;
}

@keyframes bc-pulse-glow {
    0%, 100% { 
        box-shadow: 0 0 20px hsla(330, 65%, 46%, 0.3); 
        border-color: hsla(330, 65%, 46%, 0.6);
        opacity: 1 !important;
    }
    50% { 
        box-shadow: 0 0 40px hsla(330, 65%, 46%, 0.5), 0 0 60px hsla(330, 65%, 46%, 0.2); 
        border-color: hsla(330, 65%, 46%, 0.9);
        transform: translateY(-2px);
        opacity: 1 !important;
    }
}






#bc-root .fade-in {
    animation: fade-in-up 0.8s ease-out forwards;
}

@keyframes fade-in-up {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
