/*
Theme Name: Mind Manifest Project
Theme URI: https://mindmanifest.pro/
Description: Ultra-lightweight theme with Rainbow Borders, Mobile Stack Logic & Minimalist UI.
Version: 6.1.0 (Platinum Edition)
Author: Activedia
License: Mind Manifest Internal Use
Text Domain: mind-manifest
*/

/* ==========================================================================
   1. GLOBAL SETTINGS, FONTS & VARIABLES
   ========================================================================== */
:root {
    --glow-hue: 60deg;
    --shadow-hue: 60deg;
    --spring-easing: linear(0, 0.002, 0.01 0.9%, 0.038 1.8%, 0.156, 0.312 5.8%, 0.789 11.1%, 1.015 14.2%, 1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%, 1.176 26.9%, 1.057 32.6%, 1.007 35.5%, 0.984, 0.968, 0.956, 0.949 42%, 0.946 44.1%, 0.95 46.5%, 0.998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%, 0.998 84%, 1);
    --spring-duration: 1.33s;
}

@font-face { font-family: 'BebasNeue'; src: url('assets/fonts/BebasNeue-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: block; }
@font-face { font-family: 'Quicksand'; src: url('assets/fonts/Quicksand-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: block; }

html, body {
    margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden;
    background: #000; font-family: 'Quicksand', sans-serif !important; color: #fff;
    -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; scrollbar-width: thin; scrollbar-color: #f9f226 rgba(0, 0, 0, 0.3); }
a { text-decoration: none !important; transition: 0.3s ease; border: none !important; }

h1, h2, h3, h4, h5, .main-menu a, .btn-mmp, .event-title, .blog-title, .meta-label, .wpforms-field-label, .wpforms-submit {
    font-family: 'BebasNeue', sans-serif !important; font-weight: 400; letter-spacing: 2px;
}
p, .wp-content, .event-desc, .meta-value, .artist-genre, .contact-intro {
    font-family: 'Quicksand', sans-serif; font-weight: 500; font-size: 1.15rem; line-height: 1.7; letter-spacing: 0.5px; color: rgba(255, 255, 255, 0.9);
}

h1 {
    font-size: 4rem; color: #f9f226;
    text-shadow: 0 0 0.8px rgba(249, 242, 38, 0.6), 0 0 10px rgba(249, 242, 38, 0.4) !important;
    margin-bottom: 30px; text-transform: uppercase;
}
.blog-title { font-size: 2.8rem; }

/* ==========================================================================
   2. BACKGROUND LAYERS & ATMOSPHERE
   ========================================================================== */
.scene { position: fixed; inset: 0; z-index: 1; pointer-events: none; }
.layer { position: fixed; object-fit: cover; will-change: transform; }

.bg-back { z-index: 1; inset: -7.5%; width: 115%; height: 115%; filter: brightness(0.6); }
.bg-core { position: fixed; z-index: 2; inset: -2.5%; width: 105%; height: 105%; background-image: url('assets/img/bg-core.webp'); background-size: cover; mix-blend-mode: screen !important; }
.bg-front { position: fixed; z-index: 3; inset: -2% !important; width: 104% !important; height: 104% !important; }

.rainbow-atmosphere {
    position: fixed; inset: -10%; width: 120%; height: 120%; z-index: 1;
    background: linear-gradient(60deg, #ffe259, #ffa751, #ff3cac, #2b86c5);
    background-size: 200% 200%;
    animation: animatedgradient 8s ease alternate infinite;
    opacity: 0.8; pointer-events: none; mix-blend-mode: overlay;
}

#particles-background, #boids-canvas { position: fixed; inset: 0; pointer-events: none; }
#particles-background { z-index: 2; mix-blend-mode: overlay; filter: blur(1.5px) }
#boids-canvas { z-index: 3; }
.fireworks { position: fixed; inset: 0; z-index: 2000; pointer-events: none; }

/* ==========================================================================
   3. UI ELEMENTS & NAVIGATION
   ========================================================================== */
.ui-center { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 100; text-align: center; }

.logo-wrap { position: relative; display: flex; justify-content: center; align-items: center; overflow: visible !important; z-index: 250 !important; transition: transform 0.3s ease; }
.logo-source { display: none !important; }
#logo-canvas { display: block; max-width: 100%; height: 250px; cursor: pointer; width: 100% !important; object-fit: contain; pointer-events: none; }

.main-menu { display: flex; gap: 20px; margin-top: -0px !important; flex-wrap: wrap; justify-content: center; position: relative; z-index: 250 !important; }
.main-menu a {
    position: relative; display: inline-flex !important; overflow: hidden !important; text-decoration: none !important;
    padding: 5px 15px; font-size: 1.6rem; letter-spacing: 3px;
    text-transform: uppercase; color: transparent !important;
}
.main-menu a span {
    position: relative; display: inline-block; color: rgba(255,255,255,0.8);
    transition: transform 0.8s linear(0, 0.011 0.6%, 0.041 1.2%, 0.173 2.6%, 0.894 7.4%, 1.128 9.3%, 1.271 11.1%, 1.311 12%, 1.333 13%, 1.328 14.4%, 1.286 15.9%, 1.031 21%, 0.95 23%, 0.907 24.7%, 0.888 26.5%, 0.89 27.9%, 0.904 29.4%, 1.034 42.5%, 0.997 49.3%, 0.987 53.3%, 1.004 66.5%, 1);
    transition-delay: calc(var(--i) * 0.03s);
}
.main-menu a span::after { content: attr(data-char); position: absolute; top: 100%; left: 0; color: #f9f226; text-shadow: 0 0 10px rgba(249, 242, 38, 0.6); }
.main-menu a:hover span { transform: translateY(-100%); }

.social-orbit { position: absolute; top: 50%; left: 50%; width: 0; height: 0; pointer-events: none; z-index: 10 !important; }
.social-planet {
    position: absolute; top: 50%; left: 50%; width: 45px; height: 45px; margin-top: -22.5px; margin-left: -22.5px;
    border-radius: 50%; background: #000; border: 2px solid #f9f226; color: #fff;
    display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 0 20px rgba(0,0,0,0.9);
    opacity: 0; will-change: transform, opacity; transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s ease;
}
.social-planet svg { width: 20px; height: 20px; fill: currentColor; }
.social-planet:hover { background: #f9f226; color: #000; box-shadow: 0 0 25px rgba(249, 242, 38, 0.8); z-index: 20; }
.logo-wrap.active .social-orbit { pointer-events: auto; }
.logo-wrap.active .social-planet { opacity: 1; }

.social-planet[style*="--i:1"] { transform: rotate(-65deg) translateY(0px) rotate(65deg) scale(0); }
.logo-wrap.active .social-planet[style*="--i:1"] { transform: rotate(-65deg) translateY(-95px) rotate(65deg) scale(1); transition-delay: 0.05s; }
.social-planet[style*="--i:2"] { transform: rotate(0deg) translateY(0px) rotate(0deg) scale(0); }
.logo-wrap.active .social-planet[style*="--i:2"] { transform: rotate(0deg) translateY(-80px) rotate(0deg) scale(1); transition-delay: 0.1s; }
.social-planet[style*="--i:3"] { transform: rotate(65deg) translateY(0px) rotate(-65deg) scale(0); }
.logo-wrap.active .social-planet[style*="--i:3"] { transform: rotate(65deg) translateY(-95px) rotate(-65deg) scale(1); transition-delay: 0.15s; }

/* ==========================================================================
   4. PAGE CONTAINERS & ANIMATIONS
   ========================================================================== */
.page-content {
    position: fixed; inset: 0; z-index: 1000; display: none;
    flex-direction: column; align-items: center; justify-content: center;
    background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    padding: 40px 20px; box-sizing: border-box;
}

.content-container {
    --borderWidth: 4px; position: relative; width: 95%; max-width: 960px;
    display: flex; flex-direction: column; height: auto; max-height: 85vh;
    margin: auto; background: transparent !important; z-index: 1; border-radius: 12px;
    opacity: 0; transform: translateY(20px); animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }

.content-container::before {
    content: ''; position: absolute; inset: calc(-1 * var(--borderWidth)); z-index: -2;
    border-radius: 16px; background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    background-size: 300% 300%; animation: animatedgradient 3s ease alternate infinite;
}

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

.container-glass {
    position: absolute; inset: 0; background: rgba(10, 10, 10, 0.92) !important;
    backdrop-filter: blur(10px); border-radius: 12px; z-index: -1;
}

.container-content-inner {
    position: relative; width: 100%; flex: 1; min-height: 0;
    overflow-y: auto; overflow-x: hidden; padding: 40px 40px 40px 40px !important; z-index: 10;
    display: flex !important; flex-direction: column !important; align-items: center !important;
    justify-content: flex-start !important; text-align: center !important;
}

.container-content-inner h1 {
    margin-top: 0 !important; margin-bottom: 25px !important; line-height: 1 !important;
}

#music .content-container { max-height: 85vh !important; }

/* ==========================================================================
   5. EVENTS & DETAIL VIEWS
   ========================================================================== */
.event-list { width: 100%; }
.event-item {
    display: flex !important; align-items: flex-start !important; gap: 30px !important;
    width: 100% !important; padding: 20px 0 !important; margin: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1); background: transparent !important; box-sizing: border-box !important;
}
.event-poster-wrap { width: 200px !important; height: 200px !important; border: 1px solid #f9f226 !important; flex-shrink: 0 !important; overflow: hidden !important; margin: 0 !important; }
.event-poster { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.event-details { flex-grow: 1 !important; height: 200px !important; display: flex !important; flex-direction: column !important; justify-content: space-between !important; padding: 0 !important; margin: 0 !important; text-align: left !important; align-items: flex-start !important; }
.event-header-group { display: flex !important; flex-direction: column !important; margin: 0 0 0 0 !important; width: 100% !important; }
.event-title { font-size: 2.5rem !important; color: #f9f226 !important; margin: 0 !important; line-height: 0.9 !important; text-transform: uppercase !important; letter-spacing: 1px !important; display: block !important; }
.event-date { margin: 5px 0 0 0 !important; color: #a4f0ff !important; font-size: 1rem !important; font-family: 'Quicksand', sans-serif !important; }
.event-desc { margin: 0 !important; padding-bottom: 18px !important; width: 100% !important; }
.event-desc p { margin: 0 !important; line-height: 1.5 !important; color: rgba(255,255,255,0.6) !important; font-size: 1.05rem !important; text-align: left !important; display: -webkit-box !important; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.event-actions { display: flex !important; gap: 15px !important; margin: 0 0 -2px 0 !important; width: 100% !important; justify-content: flex-start !important; align-items: flex-end !important; }

.event-full-detail { width: 100%; text-align: center; padding-bottom: 40px; }
.event-full-detail > .back-link:first-child { margin-top: 0 !important; margin-bottom: 20px !important; }

.event-detail-hero {
    display: block; width: 100%; height: 300px !important; object-fit: cover !important; object-position: center;
    margin: 20px 0 30px 0; border: 1px solid #f9f226; border-radius: 8px; box-shadow: 0 0 20px rgba(249, 242, 38, 0.15);
}

.poster-text-effect {
    font-family: 'BebasNeue', sans-serif !important;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #f9f226 !important;
    text-shadow: 0 0 20px rgba(249, 242, 38, 0.4), 0 0 10px rgba(249, 242, 38, 0.2) !important;
    line-height: 1.0 !important;
    display: block !important;
    width: 100% !important;
    margin: 20px 0 30px 0;
    padding: 10px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    overflow: visible !important;
    font-size: 3.8rem !important; 
}

@media only screen and (max-width: 768px) {
    .poster-text-effect {
        font-size: 2.8rem !important; 
        line-height: 0.9 !important;
    }
}

.event-meta-bar { display: flex; justify-content: space-around; align-items: center; width: 100%; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); padding: 25px 0; margin: 30px 0; border-radius: 4px; }
.meta-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid rgba(255, 255, 255, 0.1); padding: 0 15px; }
.meta-item:last-child { border-right: none; }
.meta-label { color: #f9f226; font-size: 1.4rem; letter-spacing: 2px; margin-bottom: 5px; opacity: 0.8; }
.meta-value { font-size: 1.2rem; font-weight: 700; color: #fff; text-transform: uppercase; }
.map-container { width: 100%; height: 350px; border: 1px solid rgba(249, 242, 38, 0.3); overflow: hidden; margin-top: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.5); }
.map-container iframe { width: 100% !important; height: 100% !important; border: 0 !important; filter: grayscale(1) invert(1) contrast(1.2); }

/* ==========================================================================
   6. ARTISTS & BLOG
   ========================================================================== */
.artist-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 20px 10px; width: 100%; margin-top: 15px; justify-content: center; }
.artist-card { display: flex; flex-direction: column; align-items: center; width: 100%; height: 100%; justify-content: space-between; }
.artist-photo-wrap { width: 130px; height: 130px; border: 2px solid #f9f226; margin-bottom: 10px; overflow: hidden; flex-shrink: 0; }
.artist-card h3 { font-size: 1.6rem !important; color: #f9f226; margin: 5px 0 !important; text-align: center; width: 100%; min-height: 2.2em; display: flex; align-items: center; justify-content: center; line-height: 1.1; }
.artist-genre { color: #a4f0ff; font-size: 0.8rem; margin-bottom: 10px; text-transform: uppercase; min-height: 1.2em; }
.soundcloud-link { display: inline-flex !important; background: transparent !important; border: 1px solid rgba(255, 255, 255, 0.8) !important; color: #fff !important; padding: 8px 15px !important; font-size: 0.85rem !important; font-weight: bold; border-radius: 3px; margin-top: auto; letter-spacing: 1px; box-shadow: none; transition: all 0.3s ease; text-transform: uppercase; }
.soundcloud-link:hover { background: #fff !important; color: #000 !important; box-shadow: 0 0 15px rgba(255, 255, 255, 0.8) !important; transform: translateY(-2px); }

.blog-list { display: flex; flex-direction: column; gap: 0; width: 100%; margin-top: 20px; }
.blog-item { width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 25px 0; transition: all 0.3s ease; }
.blog-item:hover { background: linear-gradient(90deg, rgba(255,255,255,0.05), transparent); padding-left: 20px; border-bottom-color: #f9f226; }
.blog-title { font-size: 2.2rem; color: #fff; cursor: pointer; margin: 0; line-height: 1.2; text-transform: uppercase; font-weight: 700; letter-spacing: 2px; transition: color 0.3s ease; display: inline-block; }
.blog-item:hover .blog-title { color: #f9f226; text-shadow: 0 0 20px rgba(249, 242, 38, 0.4); }

.wp-content { width: 100%; display: flex; flex-direction: column; align-items: center; }
.wp-content p { margin-bottom: 12px !important; line-height: 1.5 !important; margin-top: 0 !important; }
.wp-content p:first-child { margin-top: 0 !important; padding-top: 0 !important; }
.wp-content h1, .wp-content h2, .wp-content h3 { margin-bottom: 10px !important; margin-top: 25px !important; line-height: 1.2 !important; }
.wp-content p:empty { display: none !important; margin: 0 !important; padding: 0 !important; }

/* ==========================================================================
   7. BUTTONS & CONTROLS
   ========================================================================== */
.event-link, button.event-link, .close-button {
    background: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid #f9f226 !important;
    border-radius: 50px !important;
    color: #f9f226 !important;
    font-family: 'Quicksand', sans-serif !important; font-weight: 700 !important; font-size: 0.85rem !important;
    letter-spacing: 1.5px !important; text-transform: uppercase; text-decoration: none !important;
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
    height: 45px !important; padding: 0 30px !important; margin: 5px !important; line-height: 1 !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.8) !important; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    cursor: pointer !important; -webkit-appearance: none !important; appearance: none !important;
}

.event-link:hover, button.event-link:hover, .close-button:hover {
    background: rgba(249, 242, 38, 0.15) !important; color: #fff !important; border-color: #f9f226 !important;
    box-shadow: 0 0 20px rgba(249, 242, 38, 0.5), inset 0 0 10px rgba(249, 242, 38, 0.1) !important;
    transform: translateY(-2px) !important;
}

.event-link:active, button.event-link:active, .close-button:active {
    transform: scale(0.98) !important; box-shadow: 0 0 5px rgba(249, 242, 38, 0.2) !important;
}

.x-close-button {
    position: absolute !important; top: 30px !important; right: 40px !important; z-index: 9999 !important; 
    width: 30px !important; height: 30px !important; background: transparent !important; border: none !important; 
    cursor: pointer !important; padding: 0 !important; display: block !important; outline: none !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; transform: rotate(0deg); opacity: 0.7;
}

.x-close-button::before, .x-close-button::after {
    content: ''; position: absolute; top: 50%; left: 50%; width: 100%; height: 4px; background-color: #f9f226;
    box-shadow: 0 0 10px rgba(249, 242, 38, 0.8); transition: all 0.3s ease; border-radius: 2px;
}
.x-close-button::before { transform: translate(-50%, -50%) rotate(45deg); }
.x-close-button::after { transform: translate(-50%, -50%) rotate(-45deg); }

.x-close-button:hover { opacity: 1; transform: rotate(90deg) scale(1.1) !important; }
.x-close-button:hover::before, .x-close-button:hover::after { background-color: #fff; box-shadow: 0 0 20px rgba(249, 242, 38, 1); }

.booking-button {
    position: relative; display: inline-flex !important; align-items: center; justify-content: center;
    height: 48px !important; padding: 0 35px !important; margin: 5px !important;
    font-family: 'Quicksand', sans-serif !important; font-weight: 700 !important; font-size: 0.9rem !important; letter-spacing: 1.5px !important; text-transform: uppercase; text-decoration: none !important; color: #f9f226 !important; 
    background: rgba(0, 0, 0, 0.6) !important; border: 1px solid #f9f226 !important; border-radius: 50px !important; 
    overflow: hidden; cursor: pointer; z-index: 1; box-shadow: 0 0 10px rgba(0,0,0,0.5) !important; transition: all 0.3s ease !important;
}
.booking-button::before {
    content: ''; position: absolute; top: 50%; left: 50%; width: 300%; height: 300%;
    background: conic-gradient(transparent 0deg, transparent 90deg, #f9f226 130deg, #ffffff 140deg, transparent 180deg);
    transform: translate(-50%, -50%); animation: smooth-spin 3s linear infinite; z-index: -2; opacity: 0; transition: opacity 0.4s ease;
}
.booking-button::after { content: ''; position: absolute; inset: 2px; background: #0a0a0a; border-radius: 50px; z-index: -1; opacity: 0; transition: opacity 0.3s ease; }
.booking-button .text { position: relative; z-index: 10; transition: color 0.3s ease; }
.booking-button:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 0 25px rgba(249, 242, 38, 0.4) !important; border-color: transparent !important; color: #fff !important; background: transparent !important; }
.booking-button:hover::before { opacity: 1; animation-duration: 1.5s; }
.booking-button:hover::after { opacity: 1; }
.booking-button:active { transform: scale(0.95); }
@keyframes smooth-spin { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg); } }
.booking-button .shimmer { display: none !important; }

.back-link { background: transparent !important; border: none !important; box-shadow: none !important; height: auto !important; padding: 0 !important; display: inline-flex !important; align-items: center !important; gap: 8px !important; margin-top: 60px !important; margin-bottom: 20px !important; color: rgba(255, 255, 255, 0.5) !important; font-family: 'Quicksand', sans-serif !important; font-size: 0.85rem !important; font-weight: 600 !important; letter-spacing: 2px !important; text-transform: uppercase; text-decoration: none !important; cursor: pointer !important; transition: all 0.3s ease !important; }
.back-link:hover { color: #f9f226 !important; text-shadow: 0 0 15px rgba(249, 242, 38, 0.6); transform: translateX(-5px) !important; }
.back-link::before { content: "←"; font-size: 1.3em !important; line-height: 1 !important; display: block !important; padding-bottom: 2px !important; transition: transform 0.3s ease; }
.back-link:hover::before { transform: translateX(-3px); }

/* ==========================================================================
   8. FORMS & FOOTER
   ========================================================================== */
.main-footer-bar { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 150; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; width: auto; min-width: 250px; max-width: 90%; padding: 8px 40px; background: rgba(20, 20, 20, 0.25); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border: 1px solid rgba(255, 255, 255, 0.1); border-top: 1px solid rgba(255, 255, 255, 0.4); border-bottom: 1px solid rgba(0, 0, 0, 0.6); border-radius: 50px; box-shadow: 0 15px 35px rgba(0,0,0,0.6), inset 0 0 20px rgba(255, 255, 255, 0.05); pointer-events: auto; }
.main-footer-bar a { color: #fff; font-family: 'Quicksand', sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; transition: all 0.3s ease; background: transparent; padding: 0; margin: 0; line-height: 1.2; }
.main-footer-bar a:hover { color: #f9f226; text-shadow: 0 0 10px rgba(249, 242, 38, 0.8); transform: none; }
.copyright { text-align: center; font-size: 0.65rem; color: rgba(255, 255, 255, 0.8); font-family: 'Quicksand', sans-serif; font-weight: 500; letter-spacing: 1px; line-height: 1.2; margin: 0; }
.copyright br { display: block; content: ""; margin: 0; }

.lang-switch-btn { background: rgba(0, 0, 0, 0.5) !important; border: 1px solid #f9f226 !important; color: #f9f226 !important; font-family: 'Quicksand', sans-serif !important; font-size: 0.9rem !important; font-weight: 700 !important; letter-spacing: 1.5px !important; text-transform: uppercase !important; padding: 12px 30px !important; border-radius: 50px !important; cursor: pointer !important; transition: all 0.3s ease !important; display: inline-block !important; margin-top: 5px !important; box-shadow: 0 0 10px rgba(0,0,0,0.5) !important; }
.lang-switch-btn:hover { background: rgba(249, 242, 38, 0.15) !important; color: #fff !important; border-color: #f9f226 !important; box-shadow: 0 0 25px rgba(249, 242, 38, 0.4), inset 0 0 10px rgba(249, 242, 38, 0.1) !important; transform: translateY(-2px) !important; }
.lang-switch-btn:active { transform: scale(0.98) !important; box-shadow: 0 0 5px rgba(249, 242, 38, 0.2) !important; }

.wpforms-container { width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; }
.wpforms-field { margin-bottom: 20px !important; width: 100% !important; clear: both !important; }
.wpforms-field-label { display: block !important; color: #f9f226 !important; font-size: 1.3rem !important; margin-bottom: 8px !important; }
.wpforms-required-label { color: #ff4500 !important; margin-left: 5px; }
.wpforms-form input, .wpforms-form select, .wpforms-form textarea { width: 100% !important; background-color: rgba(0, 0, 0, 0.5) !important; border: 1px solid rgba(249, 242, 38, 0.5) !important; color: #fff !important; padding: 12px 15px !important; font-family: 'Quicksand', sans-serif !important; font-size: 1rem !important; border-radius: 4px !important; box-sizing: border-box !important; height: 50px !important; max-width: 100% !important; box-shadow: none !important; }
.wpforms-form textarea { height: 120px !important; padding-top: 15px !important; resize: vertical !important; }
.wpforms-form input:focus, .wpforms-form select:focus, .wpforms-form textarea:focus { outline: none !important; border-color: #f9f226 !important; background-color: rgba(249, 242, 38, 0.1) !important; box-shadow: 0 0 15px rgba(249, 242, 38, 0.3) !important; }
.wpforms-form select { appearance: none !important; -webkit-appearance: none !important; cursor: pointer; background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23f9f226"><path d="M7 10l5 5 5-5z"/></svg>') !important; background-repeat: no-repeat !important; background-position: right 15px center !important; background-size: 20px !important; }
.wpforms-form select option { background-color: #0a0a0a !important; color: #f9f226 !important; padding: 10px !important; }
.wpforms-submit { background: transparent !important; color: #f9f226 !important; border: 1px solid #f9f226 !important; font-size: 1.6rem !important; text-transform: uppercase; letter-spacing: 2px; height: 54px !important; padding: 3px 40px 0 40px !important; margin-top: 15px !important; cursor: pointer !important; transition: all 0.3s ease !important; width: auto !important; min-width: 180px !important; display: inline-block !important; }
.wpforms-submit:hover { background: #f9f226 !important; color: #000 !important; box-shadow: 0 0 25px rgba(249, 242, 38, 0.6) !important; transform: translateY(-2px) !important; }

#terms .wp-content { width: 100% !important; padding: 0 10px !important; text-align: justify !important; text-justify: inter-word !important; }
#terms .wp-content p { line-height: 1.8 !important; margin-bottom: 20px !important; font-size: 1.1rem !important; margin-top: 0 !important; text-align: justify !important; text-align-last: left; }
#terms .wp-content > p:first-child { text-align: justify !important; }
#terms .wp-content h2, #terms .wp-content h3 { text-align: left !important; margin-top: 35px !important; font-weight: 700 !important; color: #f9f226 !important; }

/* ==========================================================================
   9. SCROLLBARS & CURSOR
   ========================================================================== */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.3); border-radius: 4px; }
::-webkit-scrollbar-thumb { background-color: #f9f226; border-radius: 10px; border: 1px solid rgba(0,0,0,0.5); }
::-webkit-scrollbar-thumb:hover { background-color: #e5de22; cursor: grab; }
#cursor-halo { position: fixed; top: 0; left: 0; width: 400px; height: 400px; margin-left: -200px; margin-top: -200px; background: radial-gradient(circle, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0.2) 40%, rgba(255, 0, 0, 0) 70%); filter: blur(30px); border-radius: 50%; pointer-events: none; z-index: 9999; will-change: transform; transition: width 0.15s, height 0.15s; mix-blend-mode: screen; }
#cursor-halo.clicking { width: 450px; height: 450px; margin-left: -225px; margin-top: -225px; background: radial-gradient(circle, rgba(255, 50, 50, 0.9) 0%, rgba(255, 0, 0, 0.3) 50%, rgba(255, 0, 0, 0) 80%); }

/* ==========================================================================
   10. MOBILE & RESPONSIVE (Consolidated)
   ========================================================================== */
@media (max-width: 992px) {
    html, body { height: 100% !important; min-height: 100dvh !important; display: flex !important; flex-direction: column !important; justify-content: center !important; align-items: center !important; padding: 20px 0 !important; overflow-y: auto !important; overflow-x: hidden !important; background-attachment: scroll !important; background-image: url('assets/img/mobile-bg.webp') !important; background-position: center !important; background-size: cover !important; }
    .ui-center { position: relative !important; inset: unset !important; width: 100% !important; height: auto !important; display: flex !important; flex-direction: column !important; justify-content: center !important; align-items: center !important; flex: 0 0 auto !important; }
    .logo-wrap { flex: 0 0 auto !important; width: 100% !important; max-width: 280px !important; margin: 0 0 30px 0 !important; display: flex !important; justify-content: center !important; align-items: center !important; }
    .logo-source { display: block !important; width: 100% !important; max-width: 250px !important; height: auto !important; }
    #logo-canvas, .scene, #particles-background, #boids-canvas, .fireworks, #cursor-halo { display: none !important; }

    nav.main-menu, .main-menu { flex: 0 0 auto !important; width: 100% !important; display: flex !important; flex-direction: column !important; justify-content: center !important; align-items: center !important; gap: 15px !important; margin: 0 0 40px 0 !important; padding: 0 !important; }
    .main-menu a, nav.main-menu a { 
        position: relative !important; display: flex !important; justify-content: center !important; align-items: center !important; width: 85% !important; max-width: 320px !important; margin: 0 auto !important; padding: 16px 0 !important; 
        background: rgba(0, 0, 0, 0.25) !important; backdrop-filter: blur(6px) !important; -webkit-backdrop-filter: blur(6px) !important;
        border: 1px solid rgba(249, 242, 38, 0.3) !important; border-radius: 50px !important; color: #fff !important; font-size: 1.3rem !important; font-weight: 700 !important; letter-spacing: 1px !important; text-align: center !important; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important; text-transform: uppercase !important; overflow: hidden !important; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    }
    .main-menu a:active { background: rgba(249, 242, 38, 0.2) !important; border-color: #f9f226 !important; color: #f9f226 !important; transform: scale(0.96) !important; backdrop-filter: blur(5px) !important; }
    .main-menu a span { transition: none !important; transform: none !important; display: inline-block !important; margin: 0 !important; padding: 0 !important; }
    .main-menu a span::after { display: none !important; }

    .page-content { padding: 20px 10px; align-items: center; }
    .content-container { width: 100%; max-width: 100%; max-height: 85vh; margin-top: 0; }
    .container-content-inner { padding: 30px 20px 80px 20px !important; }
    .container-content-inner h1 { font-size: 2.2rem !important; }
    .main-footer-bar { flex: 0 0 auto !important; position: relative !important; bottom: auto !important; left: auto !important; transform: none !important; width: auto !important; min-width: 220px !important; padding: 8px 20px !important; background: rgba(0, 0, 0, 0.4) !important; backdrop-filter: blur(8px) !important; -webkit-backdrop-filter: blur(8px) !important; border: 1px solid rgba(255, 255, 255, 0.1) !important; }

    .event-item { display: flex !important; flex-direction: column !important; gap: 0 !important; align-items: center !important; margin-bottom: 30px !important; text-align: center; padding-bottom: 40px !important; border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important; }
    .event-item:last-child { border-bottom: none !important; margin-bottom: 0 !important; }
    .event-poster-wrap { margin: 0 !important; padding: 0 !important; line-height: 0 !important; width: 100% !important; margin-right: 0 !important; }
    .event-poster-wrap img, .event-poster { margin-bottom: 0 !important; display: block !important; }
    .event-details { display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; width: 100% !important; margin-top: -5px !important; padding-top: 0 !important; position: relative; z-index: 2; height: auto !important; }
    .event-header-group { width: 100% !important; text-align: center !important; align-items: center !important; position: relative; padding-bottom: 1px !important; margin-bottom: 1px !important; }
    .event-header-group::after { content: ''; display: block; width: 60px; height: 2px; background: rgba(249, 242, 38, 0.5); margin: 15px auto 0 auto; border-radius: 2px; }
    .event-title { margin-top: 10px !important; margin-bottom: 5px !important; line-height: 1.1 !important; }
    .event-date { font-size: 1.2rem !important; opacity: 0.9; margin-top: 5px !important; letter-spacing: 1px !important; color: #a4f0ff !important; }
    .event-desc { margin-bottom: 15px !important; width: 100% !important; text-align: center !important; align-items: center !important; }
    .event-desc p { text-align: center !important; width: 100% !important; margin-top: 10px !important; }

    .event-actions { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; justify-content: center !important; align-items: center !important; gap: 8px !important; width: 100% !important; padding: 0 5px !important; margin-top: auto !important; }
    .event-link, .booking-button { flex: 1 1 auto !important; width: auto !important; min-width: 0 !important; margin: 0 !important; height: 38px !important; padding: 0 10px !important; font-size: 0.95rem !important; letter-spacing: 0.5px !important; white-space: nowrap !important; display: flex !important; align-items: center !important; justify-content: center !important; }

    .event-meta-bar { flex-direction: column; gap: 15px; }
    .meta-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; }
    .artist-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .layer { transform: none !important; }
}

@media (max-width: 768px) {
    .event-list { gap: 40px !important; }
    .event-poster-wrap { aspect-ratio: 16 / 9 !important; }
    .event-title { font-size: 1.8rem !important; }
    .event-full-detail h1 { font-size: 2.0rem !important; }
    .x-close-button { top: 15px !important; right: 15px !important; width: 40px !important; height: 40px !important; }
}

/* =========================================
   GOOGLE MAPS EXTERNAL BUTTON
   ========================================= */
.map-link-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.map-external-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 35px !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: 'BebasNeue', sans-serif !important;
    font-size: 1.4rem !important;
    letter-spacing: 2px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    position: relative;
    overflow: hidden;
}

/* Hover Efekti: Hafif Neon Parlama */
.map-external-btn:hover {
    border-color: #f9f226 !important;
    color: #f9f226 !important;
    background: rgba(249, 242, 38, 0.05) !important;
    box-shadow: 0 0 20px rgba(249, 242, 38, 0.15);
    transform: translateY(-2px);
}

/* İkon Animasyonu */
.map-external-btn svg {
    transition: transform 0.3s ease;
}
.map-external-btn:hover svg {
    transform: translate(3px, -3px); /* İkon sağ yukarı kaçar */
}

/* Mobil Uyum */
@media (max-width: 768px) {
    .map-external-btn {
        width: 100%; /* Mobilde tam genişlik */
        padding: 15px 0 !important;
    }
}

/* Kapsayıcı: Resim ve Sayacı Bir Arada Tutar */
.mmp-hero-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden; /* Resim taşmasın */
}

.event-detail-hero {
    display: block;
    width: 100%;
    height: auto;
    /* Resmi hafif karartmak istersen bu satırı açabilirsin: */
    /* filter: brightness(0.8); */
}

/* Sayacın Konumu (Tam Orta) */
.mmp-countdown-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    max-width: 800px;
    text-align: center;
 background: radial-gradient(ellipse at center, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 70%);
    padding: 60px 0;
}

/* Sayaç Flex Yapısı */
.mmp-timer {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Üstten hizala */
    gap: 0; /* Araları çizgilerle açacağız */
	
}

/* Kutular (Gün, Saat vs.) */
.time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px; /* Rakamlar arası boşluk */
    min-width: 100px;
}

/* Rakamlar */
.time-box span {
    font-family: 'Bebas Neue', sans-serif; /* Senin fontun */
    font-size: 5rem; /* Kocaman rakamlar */
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-shadow: 
        3px 3px 0 #000,
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

/* Alt Yazılar (Days, Hours...) */
.time-box small {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    text-transform: lowercase;
    margin-top: 5px;
    letter-spacing: 1px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

/* İnce Çizgi Ayırıcı (Screenshot'taki gibi) */
.divider {
    width: 1px;
    height: 70px; /* Çizgi boyu */
    background-color: rgba(255, 255, 255, 0.4); /* Yarı saydam beyaz */
    margin-top: 10px; /* Rakamlara hizala */
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .time-box span { font-size: 2.5rem; }
    .time-box small { font-size: 0.8rem; }
    .time-box { padding: 0 10px; min-width: auto; }
    .divider { height: 40px; }
}

/* Etkinlik Başladı Mesajı */
.event-started {
    font-size: 3rem;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    text-shadow: 0 0 20px #ff0055;
}

