
        /* Enhanced Base Styles */
        :root {
            --primary-color: #00f2fe;
            --secondary-color: #4facfe;
            --accent-color: #ff00ff;
            --dark-color: #0f0e17;
            --darker-color: #0a0a1a;
            --light-color: #f8f9fa;
            --glass-bg: rgba(15, 14, 23, 0.6);
            --glass-border: rgba(255, 255, 255, 0.1);
            --glow-primary: 0 0 15px rgba(0, 242, 254, 0.7);
            --glow-accent: 0 0 15px rgba(255, 0, 255, 0.7);
        }

        body {
            font-family: 'Rajdhani', sans-serif;
            background: linear-gradient(135deg, var(--darker-color) 0%, #000 100%);
            color: #fff;
            overflow-x: hidden;
            min-height: 100vh;
            position: relative;
        }

        /* Neural Network Background */
        #neural-network {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

        h1, h2, h3, h4, h5, h6 {
            font-family: 'Orbitron', sans-serif;
            font-weight: 700;
            letter-spacing: 1px;
        }

        /* Glass Morphism Effect */
        .glass-card {
            background: var(--glass-bg);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid var(--glass-border);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            border-radius: 15px;
            transition: all 0.4s ease;
            overflow: hidden;
        }

        .glass-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: var(--glow-primary), 0 15px 30px rgba(0, 0, 0, 0.4);
        }

        /* Enhanced Futuristic Navigation */
        .futuristic-nav {
            background: linear-gradient(135deg, rgba(15, 14, 23, 0.9) 0%, rgba(10, 10, 26, 0.9) 100%) !important;
            box-shadow: 0 4px 30px rgba(0, 242, 254, 0.2);
            padding: 12px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .Pavo-logo {
            font-family: 'Orbitron', sans-serif;
            font-size: 2rem;
            font-weight: 900;
            color: white;
            position: relative;
            display: inline-block;
            text-shadow: var(--glow-primary);
        }

        /* Holographic Menu */
        .holographic-menu {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: linear-gradient(135deg, rgba(15, 14, 23, 0.95) 0%, rgba(10, 10, 26, 0.95) 100%);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border-top: 1px solid rgba(0, 242, 254, 0.3);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
            display: none;
            z-index: 999;
        }

        /* Voice Search */
        .voice-search {
            background: transparent;
            border: none;
            color: var(--primary-color);
            cursor: pointer;
            font-size: 1.2rem;
            transition: all 0.3s;
        }

        .voice-search.listening {
            color: var(--accent-color);
            animation: pulse 1.5s infinite;
        }

        /* 3D Product Preview */
        .product-preview-3d {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 2000;
            display: none;
            justify-content: center;
            align-items: center;
        }

        /* Floating Cart */
        .floating-cart {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 1.5rem;
            box-shadow: var(--glow-primary);
            z-index: 1001;
            cursor: pointer;
            transition: all 0.3s;
        }

        .cart-count {
            position: absolute;
            top: -5px;
            right: -5px;
            background: var(--accent-color);
            color: white;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 0.8rem;
            font-weight: bold;
            box-shadow: var(--glow-accent);
        }

        /* Hero Section */
        .hero-section {
            padding: 20px 0;
        }

        .hero-carousel .item {
            height: 500px;
            background-size: cover;
            background-position: center;
            position: relative;
            border-radius: 15px;
            overflow: hidden;
        }

        .hero-content {
            position: absolute;
            bottom: 40px;
            left: 40px;
            max-width: 600px;
        }

        .hero-content h1 {
            font-size: 3rem;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
            margin-bottom: 20px;
        }

        .hero-content p {
            font-size: 1.5rem;
            margin-bottom: 25px;
        }

        .btn-glow {
            box-shadow: 0 0 15px rgba(0, 242, 254, 0.7);
        }

        .hero-sidebar {
            gap: 20px;
        }

        .deal-card {
            position: relative;
            padding: 20px;
            text-align: center;
        }

        .deal-tag {
            position: absolute;
            top: 15px;
            right: 15px;
            padding: 5px 10px;
            border-radius: 20px;
            font-weight: bold;
            font-size: 0.8rem;
        }

        .deal-card img {
            max-width: 70%;
            height: auto;
            margin: 0 auto;
            display: block;
        }

        .deal-content {
            padding: 15px 0 0;
        }

        .price {
            margin: 10px 0;
        }

        .old-price {
            text-decoration: line-through;
            color: #aaa;
            margin-right: 10px;
        }

        .new-price {
            font-size: 1.5rem;
            color: var(--accent-color);
            font-weight: bold;
        }

        .newsletter-card {
            padding: 20px;
        }

        .newsletter-card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        .newsletter-card p {
            margin-bottom: 15px;
        }

        /* Category Navigation */
        .category-nav {
            padding: 20px 0;
        }

        .category-item {
            display: block;
            text-align: center;
            padding: 20px 10px;
            text-decoration: none;
            color: white;
            transition: all 0.3s;
        }

        .category-item:hover {
            color: var(--primary-color);
        }

        .category-icon {
            font-size: 2rem;
            margin-bottom: 10px;
            color: var(--primary-color);
        }

        /* Featured Products */
        .featured-products {
            padding: 20px 0 40px;
        }

        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

        .section-header h2 {
            margin: 0;
        }

        .view-all {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: bold;
        }

        .product-card {
            padding: 20px;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .product-image {
            height: 200px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            margin-bottom: 15px;
            border-radius: 10px;
            overflow: hidden;
            cursor: pointer;
        }

        .product-title {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

        .product-description {
            flex-grow: 1;
            color: #ccc;
            font-size: 0.9rem;
            margin-bottom: 15px;
        }

        .product-price {
            font-size: 1.3rem;
            font-weight: bold;
            color: var(--accent-color);
            margin-bottom: 15px;
        }

        .product-actions {
            display: flex;
            gap: 10px;
        }

        .btn-outline-primary {
            border-color: var(--primary-color);
            color: var(--primary-color);
        }

        .btn-outline-primary:hover {
            background-color: var(--primary-color);
            color: #000;
        }

        /* Footer */
        .futuristic-footer {
            background: linear-gradient(135deg, rgba(15, 14, 23, 0.9) 0%, rgba(10, 10, 26, 0.9) 100%);
            padding: 50px 0 20px;
            border-top: 1px solid rgba(0, 242, 254, 0.3);
        }

        .footer-logo {
            font-family: 'Orbitron', sans-serif;
            font-size: 1.8rem;
            font-weight: 900;
            color: white;
            margin-bottom: 20px;
            display: inline-block;
        }

        .footer-logo span {
            color: var(--accent-color);
        }

        .footer-links h5 {
            color: var(--primary-color);
            margin-bottom: 20px;
            font-size: 1.2rem;
        }

        .footer-links ul {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 10px;
        }

        .footer-links a {
            color: #aaa;
            text-decoration: none;
            transition: all 0.3s;
        }

        .footer-links a:hover {
            color: var(--primary-color);
            padding-left: 5px;
        }

        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .social-icons a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            color: var(--primary-color);
            transition: all 0.3s;
        }

        .social-icons a:hover {
            background: var(--primary-color);
            color: #000;
            transform: translateY(-5px);
        }

        .copyright {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin-top: 40px;
            color: #aaa;
            font-size: 0.9rem;
        }

        /* Animations */
        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
            100% { transform: translateY(0px); }
        }

        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.2); }
            100% { transform: scale(1); }
        }

        .floating {
            animation: float 4s ease-in-out infinite;
        }

        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .hero-content h1 {
                font-size: 2.5rem !important;
            }
            
            .hero-content p {
                font-size: 1.2rem;
            }
        }

        @media (max-width: 768px) {
            .hero-content {
                bottom: 20px;
                left: 20px;
            }
            
            .hero-content h1 {
                font-size: 2rem !important;
            }
            
            .hero-sidebar {
                flex-direction: column;
            }
            
            .search-container {
                order: 3;
                width: 100%;
                margin: 15px 0;
            }
            
            .navbar-nav {
                flex-direction: row !important;
                flex-wrap: wrap;
                justify-content: center;
            }
            
            .nav-item {
                margin: 5px 10px;
            }
        }

        @media (max-width: 576px) {
            .hero-content h1 {
                font-size: 1.7rem !important;
            }
            
            .hero-content p {
                font-size: 1rem;
            }
            
            .hero-carousel .item {
                height: 350px;
            }
        }
