:root {
    --blues-bg-1: #07111b;
    --blues-bg-2: #0e2234;
    --blues-bg-3: #143952;
    --blues-accent: #e09a2a;
    --blues-accent-soft: #ffcf80;
    --blues-cream: #f4eee1;
    --blues-card: rgba(7, 19, 31, 0.72);
    --blues-border: rgba(244, 238, 225, 0.2);
    --blues-shadow: 0 22px 60px rgba(3, 8, 14, 0.45);
}

body.page-template-page-bluesfestival,
body.vil-bluesfestival-page {
    background:
        radial-gradient(circle at 15% -10%, rgba(224, 154, 42, 0.3), transparent 45%),
        radial-gradient(circle at 80% 0%, rgba(76, 154, 207, 0.25), transparent 50%),
        linear-gradient(150deg, var(--blues-bg-1) 0%, var(--blues-bg-2) 45%, var(--blues-bg-3) 100%);
    color: var(--blues-cream);
}

body.page-template-page-bluesfestival .entry-header,
body.page-template-page-bluesfestival .entry-title,
body.page-template-page-bluesfestival .page-header,
body.page-template-page-bluesfestival .page-title,
body.page-template-page-bluesfestival h1.vil-page-title,
body.vil-bluesfestival-page .entry-header,
body.vil-bluesfestival-page .entry-title,
body.vil-bluesfestival-page .page-header,
body.vil-bluesfestival-page .page-title,
body.vil-bluesfestival-page h1.vil-page-title {
    display: none !important;
}

body.page-template-page-bluesfestival .site-main,
body.page-template-page-bluesfestival .vil-blues-page,
body.vil-bluesfestival-page .site-main,
body.vil-bluesfestival-page .vil-blues-page {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    isolation: isolate;
    overflow: clip;
}

.vil-blues-stage-lights {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -2;
    background:
        radial-gradient(ellipse at 20% 0, rgba(225, 143, 58, 0.25), transparent 60%),
        radial-gradient(ellipse at 80% 5%, rgba(101, 182, 234, 0.18), transparent 55%),
        radial-gradient(circle at 50% 0, rgba(255, 235, 191, 0.1), transparent 40%);
    animation: vilBluesLightPulse 8s ease-in-out infinite alternate;
}

.vil-blues-grain {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.16;
    background-image: radial-gradient(rgba(255, 255, 255, 0.5) 0.7px, transparent 0.7px);
    background-size: 3px 3px;
}

.vil-blues-article {
    position: relative;
    z-index: 2;
}

.vil-blues-fallback {
    max-width: 1100px;
    margin: clamp(90px, 15vh, 180px) auto;
    padding: clamp(28px, 4vw, 50px);
    border: 1px solid var(--blues-border);
    border-radius: 24px;
    background: linear-gradient(140deg, rgba(9, 25, 41, 0.85), rgba(11, 31, 52, 0.6));
    box-shadow: var(--blues-shadow);
}

.vil-blues-kicker {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--blues-accent-soft);
    margin: 0 0 12px;
}

.vil-blues-neon-title {
    font-family: "Bebas Neue", "Oswald", sans-serif;
    font-size: clamp(2.6rem, 8vw, 7.5rem);
    letter-spacing: 0.05em;
    line-height: 0.95;
    margin: 0 0 18px;
    text-transform: uppercase;
    color: #fff5e0;
    text-shadow:
        0 0 18px rgba(224, 154, 42, 0.45),
        0 0 45px rgba(224, 154, 42, 0.22),
        0 8px 26px rgba(0, 0, 0, 0.55);
}

.vil-blues-lead {
    max-width: 760px;
    margin: 0 0 24px;
    color: rgba(244, 238, 225, 0.92);
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    line-height: 1.75;
}

.vil-blues-lorem {
    margin: 0 0 0.9rem;
}

.vil-blues-countdown-wrap {
    margin-top: 24px;
}

.vil-blues-countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: 1120px;
}

.vil-blues-countdown-item {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    padding: 20px 12px;
    text-align: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(4px);
}

.vil-blues-countdown-number {
    display: block;
    font-family: "Bebas Neue", "Oswald", sans-serif;
    letter-spacing: 0.08em;
    color: #fff;
    font-size: clamp(2.4rem, 4.8vw, 4.4rem);
    line-height: 1;
}

.vil-blues-countdown-label {
    display: block;
    margin-top: 10px;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(244, 238, 225, 0.75);
}

@media (min-width: 1025px) {
    .vil-blues-countdown {
        gap: 18px;
    }

    .vil-blues-countdown-item {
        min-height: 188px;
        padding: 28px 16px;
        border-radius: 18px;
    }

    .vil-blues-countdown-number {
        font-size: clamp(3.4rem, 5.2vw, 5.6rem);
    }

    .vil-blues-countdown-label {
        margin-top: 14px;
        font-size: 0.95rem;
    }
}

.vil-blues-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.vil-blues-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.elementor-editor-active .vil-blues-reveal,
body.elementor-editor-preview .vil-blues-reveal {
    opacity: 1 !important;
    transform: none !important;
}

.vil-blues-card {
    background: var(--blues-card);
    border: 1px solid var(--blues-border);
    border-radius: 18px;
    box-shadow: var(--blues-shadow);
    backdrop-filter: blur(8px);
}

.vil-blues-ticket-btn .elementor-button,
.vil-blues-ticket-btn a {
    background: linear-gradient(135deg, #f4c574 0%, #d78922 100%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    color: #1f1301;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 14px 32px rgba(215, 137, 34, 0.35);
}

.vil-blues-ticket-btn .elementor-button:hover,
.vil-blues-ticket-btn a:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}

.vil-blues-sticker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 8px 14px;
    font-family: "Bebas Neue", "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transform: rotate(var(--sticker-rotate, -3deg));
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.vil-blues-sticker.is-sm {
    font-size: 0.78rem;
    padding: 6px 11px;
}

.vil-blues-sticker.is-md {
    font-size: 0.98rem;
}

.vil-blues-sticker.is-lg {
    font-size: 1.15rem;
    padding: 10px 18px;
}

.vil-blues-sticker.is-gold {
    color: #261300;
    background: linear-gradient(135deg, #ffde9f 0%, #cc7d15 100%);
}

.vil-blues-sticker.is-blue {
    color: #f8fcff;
    background: linear-gradient(135deg, #2f73ad 0%, #163856 100%);
}

.vil-blues-sticker.is-red {
    color: #fff6f0;
    background: linear-gradient(135deg, #a64932 0%, #562017 100%);
}

.vil-blues-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 24px 0;
    color: rgba(244, 238, 225, 0.88);
}

.vil-blues-divider.align-left {
    justify-content: flex-start;
}

.vil-blues-divider.align-center {
    justify-content: center;
}

.vil-blues-divider.align-right {
    justify-content: flex-end;
}

.vil-blues-divider-line {
    width: min(130px, 20vw);
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 224, 176, 0.95), rgba(255, 255, 255, 0));
}

.vil-blues-divider-icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.vil-blues-divider.is-line .vil-blues-divider-icon::before {
    content: "~";
}

.vil-blues-divider.is-star .vil-blues-divider-icon::before {
    content: "*";
}

.vil-blues-divider.is-bolt .vil-blues-divider-icon::before {
    content: "#";
}

.vil-blues-divider-label {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vil-blues-noise-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: var(--noise-z, 1);
    opacity: var(--noise-opacity, 0.14);
    mix-blend-mode: var(--noise-blend, soft-light);
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.4) 0.55px, transparent 0.55px),
        radial-gradient(rgba(0, 0, 0, 0.24) 0.7px, transparent 0.7px);
    background-size: 2px 2px, 3px 3px;
    background-position: 0 0, 1px 1px;
}

@keyframes vilBluesLightPulse {
    0% {
        transform: scale(1);
        opacity: 0.75;
    }
    100% {
        transform: scale(1.05);
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .vil-blues-countdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .vil-blues-countdown {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        max-width: 920px;
    }

    .vil-blues-countdown-item {
        min-height: 142px;
        padding: 14px 8px;
        border-radius: 14px;
    }

    .vil-blues-countdown-number {
        font-size: clamp(2.2rem, 4.2vw, 3rem);
    }

    .vil-blues-countdown-label {
        margin-top: 8px;
        font-size: 0.78rem;
        letter-spacing: 0.1em;
    }
}

@media (max-width: 640px) {
    .vil-blues-fallback {
        margin-top: 72px;
    }

    .vil-blues-countdown {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}
