/* Extracted from blocksy-child/functions.php on 2026-06-10 (perf: enqueue instead of inline). */
.zenithux-demo-content {
            text-align: center;
            color: white;
            margin-bottom: 30px;
            padding: 50px 20px;
        }

        .zenithux-demo-content h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
            font-weight: 300;
        }

        .zenithux-demo-content p {
            font-size: 1.1rem;
            opacity: 0.9;
        }

        /* Cookie Button Styles */
        .vortexium-cookie-consent-button {
            position: fixed;
            bottom: 30px;
            left: 30px;
            background: #252163;
            color: white;
            border: none;
            padding: 16px;
            border-radius: 50px;
            font-size: 0.95rem;
            font-weight: 500;
            cursor: pointer;
            box-shadow: 0 8px 25px rgba(37, 33, 99, 0.3);
            display: flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            z-index: 9999;
            font-family: inherit;
        }

        .vortexium-cookie-consent-button:hover {
            background: #1e1b52;
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(37, 33, 99, 0.4);
        }

        .vortexium-cookie-consent-button i {
            font-size: 1.1rem;
        }

        /* Popup Overlay Styles */
        .quantum-popup-cookies-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(5px);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            padding: 20px;
        }

        .quantum-popup-cookies-overlay.nexuscore-active {
            opacity: 1;
            visibility: visible;
        }

        .stellaris-popup-cookies-wrapper {
            background: white;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
            max-width: 480px;
            width: 100%;
            max-height: 90vh;
            overflow-y: auto;
            transform: scale(0.8);
            transition: transform 0.3s ease;
        }

        .quantum-popup-cookies-overlay.nexuscore-active .stellaris-popup-cookies-wrapper {
            transform: scale(1);
        }
		
		 .quantum-popup-cookies-overlay.nexuscore-active .stellaris-popup-cookies-wrapper::-webkit-scrollbar {
            display: none !important;
        }

        .infinitum-popup-cookies-header {
            padding: 32px 32px 24px;
            text-align: center;
            position: relative;
        }

        .ethereal-popup-cookies-close {
            position: absolute;
            top: 16px;
            right: 16px;
            background: none;
            border: none;
            color: #999;
            font-size: 18px;
            cursor: pointer;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .ethereal-popup-cookies-close:hover {
            background: #f5f5f5;
            color: #666;
        }

        .mystique-popup-cookies-icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #252163, #3a2c8a);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 16px;
            color: white;
            font-size: 20px;
        }

        .hyperion-popup-cookies-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .nexaflux-popup-cookies-description {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.5;
            margin-bottom: 24px;
        }

        .voidstorm-popup-cookies-buttons {
            display: flex;
            gap: 12px;
            margin-bottom: 20px;
        }

        .titanforge-btn-cookies-accept {
            flex: 1;
            background: #252163;
            color: white;
            border: none;
            padding: 14px 24px;
            border-radius: 50px;
            font-size: 0.95rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .titanforge-btn-cookies-accept:hover {
            background: #ee212c;
            transform: translateY(-5px);
        }

        .shadowrift-btn-cookies-decline {
            flex: 1;
            background: transparent;
            color: #666;
            border: 1px solid #e0e0e0;
            padding: 14px 24px;
            border-radius: 50px;
            font-size: 0.95rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
			display: flex;
			align-items: center;
    		justify-content: center;
			gap: 8px;
        }

        .shadowrift-btn-cookies-decline:hover {
            border-color: #ccc;
        }

        .astralnova-popup-cookies-advanced {
            border-top: 1px solid #f0f0f0;
            padding: 0;
            overflow: hidden;
            max-height: 0;
            transition: all 0.3s ease;
        }

        .astralnova-popup-cookies-advanced.luminary-expanded {
            max-height: 300px;
            padding: 24px 32px 32px;
        }

        .crystallux-cookies-advanced-toggle {
            background: none;
            border: none;
            color: #252163;
            font-size: 0.9rem;
            font-weight: 500;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            padding: 16px;
            transition: all 0.2s ease;
        }

        .crystallux-cookies-advanced-toggle:hover {
            background: #f8f9fa;
        }

        .crystallux-cookies-advanced-toggle i {
            transition: transform 0.3s ease;
        }

        .crystallux-cookies-advanced-toggle.luminary-expanded i {
            transform: rotate(180deg);
        }

        .galaxeon-cookies-settings-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
            padding: 16px;
            background: #f8f9fa;
            border-radius: 8px;
        }

        .galaxeon-cookies-settings-item:last-child {
            margin-bottom: 0;
        }

        .stellarion-cookies-settings-info h4 {
            font-size: 0.95rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 4px;
        }

        .stellarion-cookies-settings-info p {
            font-size: 0.85rem;
            color: #666;
            line-height: 1.4;
        }

        .prismatech-cookies-toggle {
            position: relative;
            width: 48px;
            height: 24px;
            background: #ddd;
            border-radius: 12px;
            cursor: pointer;
            transition: background 0.3s ease;
            flex-shrink: 0;
        }

        .prismatech-cookies-toggle.nexuscore-active {
            background: #252163;
        }

        .prismatech-cookies-toggle.vortexium-disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .chronosphere-cookies-toggle-slider {
            position: absolute;
            top: 2px;
            left: 2px;
            width: 20px;
            height: 20px;
            background: white;
            border-radius: 50%;
            transition: transform 0.3s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

        .prismatech-cookies-toggle.nexuscore-active .chronosphere-cookies-toggle-slider {
            transform: translateX(24px);
        }

        @media (max-width: 640px) {
            .vortexium-cookie-consent-button {
                bottom: 20px;
                left: 20px;
                font-size: 0.9rem;
            }

            .quantum-popup-cookies-overlay {
                align-items: flex-end;
                padding: 0;
            }

            .stellaris-popup-cookies-wrapper {
                border-radius: 16px 16px 0 0;
                max-width: none;
                max-height: 85vh;
            }

            .infinitum-popup-cookies-header {
                padding: 24px 24px 20px;
            }

            .hyperion-popup-cookies-title {
                font-size: 1.3rem;
            }

            .voidstorm-popup-cookies-buttons {
                flex-direction: column;
            }

            .astralnova-popup-cookies-advanced.luminary-expanded {
                padding: 20px 24px 24px;
            }
        }

        /* Hide button when popup is active */
        .quantum-popup-cookies-overlay.nexuscore-active ~ .vortexium-cookie-consent-button {
            opacity: 0;
            pointer-events: none;
        }
