 /* Custom KPOP Demon Hunters Styles */
 .kpop-main-container {
    background: linear-gradient(135deg, #070e2a 0%, #16213e 50%, #0f3460 100%);
    position: relative;
    overflow: hidden;
    padding: 0 0 60px 0; /* Add bottom padding for fixed banner */
}

/* Urgency banner - Fixed at bottom */
.urgency-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #070e2a, #16213e);
    display: block;
    color: #c9ac8c;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    font-size: 1.1rem;
    animation: pulse 2s infinite;
    border-top: 2px solid #c9ac8c;
    z-index: 1000;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.3);
}
.urgency-banner:hover {
    color: #ffffff;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.8; }
    100% { opacity: 1; }
}

/* Countdown timer */
.countdown-timer {
    background: none;
    color: #c9ac8c;
    padding: 20px 0;
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
}

.timer-display {
    font-size: 1.5rem;
    margin: 10px 0;
}

/* Circular background pattern */
.kpop-main-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255,255,255,0.1) 2px, transparent 2px),
        radial-gradient(circle at 90% 90%, rgba(255,255,255,0.1) 2px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(255,255,255,0.05) 1px, transparent 1px),
        radial-gradient(circle at 70% 30%, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 60px 60px, 80px 80px, 40px 40px, 50px 50px;
    opacity: 0.4;
    z-index: 1;
}

.kpop-content {
    position: relative;
    padding-top: 200px;
    z-index: 2;
}

/* Hero Banner */
.kpop-hero-banner {
    background: url('https://showtime.london/images/article/k-pop-demon-hunters/k-pop-bg.jpeg') no-repeat top center;
    background-size: cover;
    border: 4px solid #c9ac8c;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Showtime logo section */
.showtime-logo-section {
    background: #202c66;
    border: 3px solid #c9ac8c;
    border-radius: 10px;
    padding: 25px;
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}

.showtime-logo {
    margin: 0 auto;
    width: 70%;
}

.showtime-subtitle {
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 15px;
    opacity: 0.9;
}

.presents-text {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.main-title-box {
    margin-top: 15px;
}

.main-title-kpop {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
    color: #2585e4;
}

.main-title-demon {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: -5px;
    color: #c9ac8c;
}

/* Content sections */
.content-section {
    background: none;
    padding: 0px 30px;
    height: 100%;
    color: #ffffff;
    line-height: 1.6;
}

.days-banner {
    background: none;
    color: #c9ac8c;
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
}

.days-banner h2 {
    margin: 0 0 15px 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-transform: none;
    text-align: center;
}

.days-banner p {
    margin: 0;
    font-size: 1.2rem;
    color: #ffffff;
    opacity: 0.9;
    font-weight: 500;
    text-align: center;
}

.whats-included-title {
    color: #c9ac8c;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    background: none;
    padding: 0;
    margin: 60px 0 35px 0;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: 0.5px;
}

.included-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.included-list li {
    margin-bottom: 20px;
    padding-left: 0;
    position: relative;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.included-list li::before {
    content: none;
}

.limited-spaces {
    background: rgba(201,172,140,0.1);
    color: #c9ac8c;
    text-align: center;
    padding: 15px 30px;
    font-weight: bold;
    border: 2px solid #c9ac8c;
    border-radius: 12px;
    margin: 20px 0;
}

.limited-title {
    font-size: 1.8rem;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    line-height: 1.3;
    text-transform: none;
    font-weight: 800;
}

.reserve-text {
    font-size: 1.1rem;
    color: #ffffff;
    opacity: 0.9;
    font-weight: 500;
    text-transform: none;
    margin: 0;
}

.book-now-btn {
    background: #2585e4;
    color: #ffffff;
    padding: 20px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 8px 25px rgba(37,133,228,0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 3px solid #ffffff;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.book-now-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
}

.book-now-btn:hover::before {
    left: 100%;
}

.book-now-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 35px rgba(37,133,228,0.7);
    color: #ffffff;
    text-decoration: none;
}

/* Benefits boxes */
.benefit-box {
    background: rgba(201,172,140,0.05);
    color: #ffffff;
    padding: 20px 25px;
    font-weight: 500;
    text-align: left;
    font-size: 1.15rem;
    line-height: 1.6;
    opacity: 0.95;
    margin: 0 0 18px 0;
    border-left: 4px solid #c9ac8c;
    border-radius: 0 8px 8px 0;
    transition: all 0.3s ease;
}

.benefit-box:hover {
    background: rgba(201,172,140,0.1);
    transform: translateX(5px);
}



@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Sidebar sections - refined and clean */
.sidebar-section {
    margin-bottom: 40px;
    color: #ffffff;
}

.date-box {
    background: none;
    color: #c9ac8c;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
}

.date-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.1;
    letter-spacing: 0.5px;
    color: #c9ac8c;
}

.date-time {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff;
    opacity: 0.9;
}

.date-location {
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: normal;
    color: #ffffff;
    opacity: 0.8;
}

.pricing-box {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    color: #c9ac8c;
    padding: 35px 30px;
    border-radius: 12px;
    text-align: left;
    margin-bottom: 40px;
    box-shadow: 0 6px 20px rgba(201,172,140,0.4);
    border: 2px solid rgba(201,172,140,0.5);
}

.pricing-title {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 25px;
    color: #c9ac8c;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.price-main {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: center;
    background: rgba(201,172,140,0.1);
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid rgba(201,172,140,0.3);
}

.price-single {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 1.4;
}

.sibling-rates {
    font-size: 1rem;
    opacity: 0.9;
    color: #ffffff;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
}

.price-warning {
    background: rgba(201,172,140,0.15);
    color: #c9ac8c;
    padding: 15px 18px;
    border-radius: 8px;
    font-size: 1rem;
    border: 2px solid rgba(201,172,140,0.4);
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
}

.social-box {
    background: none;
    padding: 0;
    text-align: center;
}

.social-title {
    color: #c9ac8c;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.social-link {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.4;
}

.social-follow {
    font-size: 0.9rem;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.4;
    margin-top: 10px;
}

.social-link {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
}

.instagram { color: #e63f87; }
.tiktok { color: #e63f87; }

.social-note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-top: 15px;
}

/* Responsive adjustments */
@media screen and (max-width: 640px) {
    .showtime-title { font-size: 2.5rem; }
    .main-title-kpop { font-size: 2rem; }
    .main-title-demon { font-size: 1.5rem; }
    .date-title { font-size: 1.5rem; }
    .book-now-btn { font-size: 1.2rem; padding: 15px 35px; }
}