.live-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.5vw, 3.0rem);
    font-weight: 400;
    color: #fff;
    line-height: 1.15;
    letter-spacing: 2px;
    max-width: none;
    margin: 0 auto;
    text-align: center;
}

.live-hero-subtitle {
    font-size: 0.95rem;
    color: #a8a7c0;
    max-width: 650px;
    line-height: 1.7;
}

.live-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 320px;
    overflow: hidden;
    background: linear-gradient(135deg, #090510 0%, #13081f 40%, #1b0a2d 100%);
}

/* Purple Glow */
.live-banner::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    top: -120px;
    right: -100px;
    background: rgba(198, 74, 255, 0.35);
    border-radius: 50%;
    filter: blur(120px);
}

/* Pink Glow */
.live-banner::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    bottom: -120px;
    left: -100px;
    background: rgba(255, 70, 170, 0.20);
    border-radius: 50%;
    filter: blur(100px);
}

.live-banner .banner-content {
    position: relative;
    z-index: 2;
}

.live-banner h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.live-banner p {
    color: #c9c3d7;
    font-size: 18px;
    max-width: 650px;
    margin: 0 auto 25px;
    line-height: 1.7;
}

/* Small Stars */
.live-star {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
    animation: live-blink 3s infinite;
}

@keyframes live-blink {
    0%,
    100% {
        opacity: .2;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
}

@media(max-width:768px) {
    .live-banner {
        height: 260px;
    }
    .live-banner h1 {
        font-size: 40px;
        margin-top: 25px;
    }
    .live-banner p {
        font-size: 16px;
    }
}

.live-section {
    background: #0b0615;
    padding: 90px 0;
}

.live-section-tag {
    display: inline-block;
    color: var(--color-pink);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.inside-live{
    color: var(--color-pink);
}

.card-live

.live-info h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.live-info p {
    color: #b9b6c8;
    line-height: 1.8;
    margin-bottom: 40px;
}

.live-info-item {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
}

.live-info-item .icon {
    width: 58px;
    height: 58px;
    border-radius: 15px;
    background: rgba(215, 122, 251, .15);
    color: var(--color-pink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.live-info-item h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 6px;
}

.live-info-item span {
    color: #b9b6c8;
    line-height: 1.6;
}

@media(max-width:991px) {
    .live-info {
        margin-bottom: 30px;
    }
    .live-info h2 {
        font-size: 34px;
    }
}

.live-section-title {
    font-family: var(--font-heading);
    font-size: 3.0rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}

/* Inline styles extracted from live.php */
.live-star-1 { top: 20%; left: 15%; }
.live-star-2 { top: 35%; left: 80%; }
.live-star-3 { top: 70%; left: 25%; }
.live-star-4 { top: 55%; left: 60%; }
.live-star-5 { top: 15%; left: 50%; }

.live-info {
    max-width: 900px;
    margin: 0 auto;
}

.live-lead-text {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.8;
}

.live-quote-box {
    background: rgba(180, 108, 255, 0.1);
    border-left: 4px solid #b46cff;
}

.live-quote-text {
    color: #fff;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.6;
}

.live-info strong,
.live-info b,
.live-lead-text strong,
.live-lead-text b {
    color: var(--color-pink, #d77afb) !important;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(215, 122, 251, 0.25);
}
