:root {
            --primary: #ff3e7f;
            --secondary: #00c8ff;
            --accent: #a2ff00;
            --dark: #1a1a35;
            --light: #f0f5ff;
            --retro-pink: #ff6bb5;
            --retro-blue: #4d5eff;
            --retro-yellow: #ffde59;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Courier New', monospace;
        }
        
        body {background-color: var(--dark);
            color: var(--light);
            line-height: 1.6;
            
            background-image: 
                radial-gradient(circle at 10% 20%, rgba(255, 62, 127, 0.1) 0%, transparent 20%),
                radial-gradient(circle at 90% 60%, rgba(0, 200, 255, 0.1) 0%, transparent 20%);}
        
        main {
            max-width: 1000px;
            margin: 0 auto;
            background: linear-gradient(145deg, rgba(26, 26, 53, 0.9), rgba(40, 40, 80, 0.9));
            padding: 3rem;
            border-radius: 10px;
            border: 3px solid var(--retro-blue);
        }
        
        h1, h2, h3 {
            font-family: 'Arial Black', sans-serif;
            letter-spacing: 1px;
            margin: 2rem 0 1rem;
            color: var(--retro-yellow);
        }
        
        h1 {
            font-size: 2.5rem;
            text-align: center;
            text-shadow: 2px 2px 0 var(--retro-pink);
            border-bottom: 2px solid var(--retro-blue);
            padding-bottom: 1rem;
        }
        
        h2 {
            font-size: 1.8rem;
            color: var(--retro-pink);
            border-left: 4px solid var(--retro-blue);
            padding-left: 1rem;
        }
        
        h3 {
            font-size: 1.4rem;
            color: var(--retro-blue);
        }
        
        p, ul, ol {
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
        }
        
        ul, ol {
            padding-left: 2rem;
        }
        
        li {
            margin-bottom: 0.5rem;
        }
        
        .last-updated {
            text-align: center;
            font-style: italic;
            margin-bottom: 2rem;
            color: var(--retro-blue);
        }
        
        @media (max-width: 768px) {
            body {}
            
            main {
                padding: 1.5rem;
            }
            
            h1 {
                font-size: 2rem;
            }
        }
:root {
            --primary: #ff3e7f;
            --secondary: #00c8ff;
            --accent: #a2ff00;
            --dark: #1a1a35;
            --light: #f0f5ff;
            --retro-pink: #ff6bb5;
            --retro-blue: #4d5eff;
            --retro-yellow: #ffde59;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Courier New', monospace;
        }
        
        body {background-color: var(--dark);
            color: var(--light);
            line-height: 1.6;
            overflow-x: hidden;
            background-image: 
                radial-gradient(circle at 10% 20%, rgba(255, 62, 127, 0.1) 0%, transparent 20%),
                radial-gradient(circle at 90% 60%, rgba(0, 200, 255, 0.1) 0%, transparent 20%);}
        
        h1, h2, h3, h4 {
            font-family: 'Arial Black', sans-serif;
            letter-spacing: 1px;
            margin-bottom: 1rem;
            text-transform: uppercase;
        }
        
        h1 {
            font-size: 3.5rem;
            color: var(--retro-yellow);
            text-shadow: 3px 3px 0 var(--retro-pink);
            margin-bottom: 1.5rem;
        }
        
        h2 {
            font-size: 2.5rem;
            color: var(--retro-blue);
            margin-top: 2rem;
        }
        
        h3 {
            font-size: 1.2rem;
            color: var(--retro-pink);
        }
        
        p {
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
        }
        
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Header Styles */
        header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: rgba(26, 26, 53, 0.95);
            backdrop-filter: blur(10px);
            padding: 1rem 0;
            z-index: 1000;
            border-bottom: 3px solid var(--retro-pink);
        }
        
        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            font-family: 'Arial Black', sans-serif;
            font-size: 1.8rem;
            color: var(--retro-yellow);
            text-decoration: none;
        }
        
        .nav-menu {
            display: flex;
            list-style: none;
        }
        
        .nav-menu li {
            margin-left: 2rem;
        }
        
        .nav-menu a {
            color: var(--light);
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1rem;
            transition: color 0.3s;
            position: relative;
        }
        
        .nav-menu a:hover {
            color: var(--retro-pink);
        }
        
        .nav-menu a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background-color: var(--retro-pink);
            transition: width 0.3s;
        }
        
        .nav-menu a:hover::after {
            width: 100%;
        }
        
        .burger {
            display: none;
            cursor: pointer;
        }
        
        .burger div {
            width: 25px;
            height: 3px;
            background-color: var(--light);
            margin: 5px;
            transition: all 0.3s ease;
        }
        
        /* Hero Section */
        .hero {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding-top: 80px;
            background: linear-gradient(rgba(26, 26, 53, 0.8), rgba(26, 26, 53, 0.8)), 
                        url('https://images.unsplash.com/photo-1631875697671-edde84e5cab6?q=80&w=1124&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }
        
        .hero-content {
            max-width: 800px;
        }
        
        .hero p {
            font-size: 1.3rem;
            margin-bottom: 2rem;
        }
        
        .btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: var(--retro-pink);
            color: var(--dark);
            text-decoration: none;
            font-weight: bold;
            border-radius: 30px;
            border: 2px solid var(--retro-pink);
            transition: all 0.3s;
            text-transform: uppercase;
            margin: 0 10px;
        }
        
        .btn:hover {
            background-color: transparent;
            color: var(--retro-pink);
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(255, 107, 181, 0.3);
        }
        
        .btn-secondary {
            background-color: transparent;
            color: var(--retro-blue);
            border-color: var(--retro-blue);
        }
        
        .btn-secondary:hover {
            background-color: var(--retro-blue);
            color: var(--dark);
        }
        
        /* Sections Common */
        section {
            padding: 5rem 0;
        }
        
        section:nth-child(even) {
            background-color: rgba(0, 0, 0, 0.2);
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        /* About Section */
        .about-content {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 3rem;
        }
        
        .about-text {
            flex: 1;
            min-width: 300px;
        }
        
        .about-image {
            flex: 1;
            min-width: 300px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            border: 3px solid var(--retro-blue);
        }
        
        .about-image img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s;
        }
        
        .about-image:hover img {
            transform: scale(1.05);
        }
        
        /* Products Section */
        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }
        
        .product-card {
            background: linear-gradient(145deg, rgba(26, 26, 53, 0.8), rgba(40, 40, 80, 0.8));
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            border: 2px solid var(--retro-pink);
        }
        
        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(255, 107, 181, 0.3);
        }
        
        .product-image {
            width: 100%;
            height: 200px;
            overflow: hidden;
        }
        
        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .product-card:hover .product-image img {
            transform: scale(1.1);
        }
        
        .product-info {
            padding: 1.5rem;
        }
        
        /* Prices Section */
        .pricing-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2rem;
        }
        
        .pricing-card {
            background: linear-gradient(145deg, rgba(26, 26, 53, 0.8), rgba(40, 40, 80, 0.8));
            border-radius: 10px;
            padding: 2rem;
            flex: 1;
            min-width: 250px;
            max-width: 350px;
            text-align: center;
            border: 2px solid var(--retro-blue);
            transition: transform 0.3s;
        }
        
        .pricing-card:hover {
            transform: scale(1.05);
        }
        
        .price {
            font-size: 2.5rem;
            color: var(--retro-yellow);
            margin: 1rem 0;
            font-weight: bold;
        }
        
        .price-features {
            list-style: none;
            margin: 1.5rem 0;
        }
        
        .price-features li {
            margin-bottom: 0.5rem;
            padding-left: 1.5rem;
            position: relative;
        }
        
        .price-features li::before {
            content: '✓';
            color: var(--retro-pink);
            position: absolute;
            left: 0;
        }
        
        .discount-badge {
            background-color: var(--retro-yellow);
            color: var(--dark);
            padding: 5px 10px;
            border-radius: 20px;
            font-weight: bold;
            display: inline-block;
            margin-left: 10px;
        }
        
        /* Gallery Section */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 1.5rem;
        }
        
        .gallery-item {
            border-radius: 10px;
            overflow: hidden;
            height: 250px;
            position: relative;
            cursor: pointer;
            border: 2px solid var(--retro-pink);
        }
        
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .gallery-item:hover img {
            transform: scale(1.1);
        }
        
        .gallery-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            padding: 1rem;
            opacity: 0;
            transition: opacity 0.3s;
        }
        
        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }
        
        /* Feedback Section */
        .feedback-slider {
            position: relative;
            overflow: hidden;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .feedback-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        
        .feedback-slide {
            min-width: 100%;
            padding: 2rem;
            background: linear-gradient(145deg, rgba(26, 26, 53, 0.8), rgba(40, 40, 80, 0.8));
            border-radius: 10px;
            border: 2px solid var(--retro-blue);
        }
        
        .feedback-author {
            display: flex;
            align-items: center;
            margin-top: 1.5rem;
        }
        
        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 1rem;
            border: 2px solid var(--retro-pink);
        }
        
        .author-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .slider-nav {
            display: flex;
            justify-content: center;
            margin-top: 2rem;
            gap: 1rem;
        }
        
        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: var(--retro-blue);
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .slider-dot.active {
            background-color: var(--retro-pink);
            transform: scale(1.2);
        }
        
        /* FAQ Section */
        .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .faq-item {
            margin-bottom: 1.5rem;
            border: 2px solid var(--retro-blue);
            border-radius: 10px;
            overflow: hidden;
        }
        
        .faq-question {
            padding: 1.5rem;
            background-color: rgba(26, 26, 53, 0.5);
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: bold;
        }
        
        .faq-answer {
            padding: 0 1.5rem;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            background-color: rgba(40, 40, 80, 0.3);
        }
        
        .faq-item.active .faq-answer {
            max-height: 500px;
            padding: 1.5rem;
        }
        
        /* Contact Section */
        .contact-form {
            max-width: 600px;
            margin: 0 auto;
            background: linear-gradient(145deg, rgba(26, 26, 53, 0.8), rgba(40, 40, 80, 0.8));
            padding: 2rem;
            border-radius: 10px;
            border: 2px solid var(--retro-pink);
        }
        
        .form-group {
            margin-bottom: 1.5rem;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: bold;
        }
        
        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px;
            border: 2px solid var(--retro-blue);
            border-radius: 5px;
            background-color: rgba(26, 26, 53, 0.5);
            color: var(--light);
            font-size: 1rem;
        }
        
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--retro-pink);
        }
        
        textarea {
            min-height: 150px;
            resize: vertical;
        }
        
        /* Disclaimer */
        .disclaimer {
            background-color: rgba(0, 0, 0, 0.5);
            padding: 2rem;
            border-top: 2px solid var(--retro-blue);
            font-size: 0.9rem;
            text-align: center;
        }
        
        /* Cookie Banner */
        .cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(26, 26, 53, 0.95);
            padding: 1.5rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            border-top: 2px solid var(--retro-pink);
            z-index: 1000;
            transform: translateY(100%);
            transition: transform 0.5s;
        }
        
        .cookie-banner.show {
            transform: translateY(0);
        }
        
        .cookie-text {
            flex: 1;
            min-width: 300px;
            margin-right: 2rem;
        }
        
        .cookie-buttons {
            display: flex;
            gap: 1rem;
        }
        
        /* Footer */
        footer {
            background-color: rgba(0, 0, 0, 0.8);
            padding: 3rem 0 1.5rem;
            border-top: 3px solid var(--retro-pink);
        }
        
        .footer-content {
            display: flex;
            flex-wrap: wrap;
            gap: 3rem;
            justify-content: space-between;
            margin-bottom: 2rem;
        }
        
        .footer-column {
            flex: 1;
            min-width: 250px;
        }
        
        .footer-column h3 {
            color: var(--retro-yellow);
            margin-bottom: 1.5rem;
            border-bottom: 2px solid var(--retro-blue);
            padding-bottom: 0.5rem;
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 0.8rem;
        }
        
        .footer-links a {
            color: var(--light);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-links a:hover {
            color: var(--retro-pink);
        }
        
        .copyright {
            text-align: center;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        /* Modal */
        .modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s;
        }
        
        .modal.show {
            opacity: 1;
            visibility: visible;
        }
        
        .modal-content {
            background: linear-gradient(145deg, rgba(26, 26, 53, 0.95), rgba(40, 40, 80, 0.95));
            padding: 3rem;
            border-radius: 10px;
            text-align: center;
            max-width: 500px;
            width: 90%;
            border: 3px solid var(--retro-yellow);
            position: relative;
        }
        
        .close-modal {
            position: absolute;
            top: 1rem;
            right: 1rem;
            background: none;
            border: none;
            color: var(--light);
            font-size: 1.5rem;
            cursor: pointer;
        }
        
        /* Animations */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .fade-in {
            animation: fadeIn 1s ease forwards;
        }
        
        .delay-1 { animation-delay: 0.2s; }
        .delay-2 { animation-delay: 0.4s; }
        .delay-3 { animation-delay: 0.6s; }
        
        /* Responsive */
        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }
            
            h2 {
                font-size: 2rem;
            }
            
            .nav-menu {
                position: fixed;
                top: 0;
                right: -100%;
                height: 100vh;
                width: 70%;
                background-color: rgba(26, 26, 53, 0.98);
                flex-direction: column;
                align-items: center;
                justify-content: center;
                transition: right 0.5s ease;
                z-index: 1500;
            }
            
            .nav-menu.active {
                right: 0;
            }
            
            .nav-menu li {
                margin: 1.5rem 0;
            }
            
            .burger {
                display: block;
                z-index: 1600;
            }
            
            .burger.active div:nth-child(1) {
                transform: rotate(45deg) translate(5px, 8px);
            }
            
            .burger.active div:nth-child(2) {
                opacity: 0;
            }
            
            .burger.active div:nth-child(3) {
                transform: rotate(-45deg) translate(5px, -8px);
            }
            
            .hero {
                background-attachment: scroll;
            }
            
            .footer-content {
                flex-direction: column;
                gap: 2rem;
            }
            
            .cookie-text {
                margin-right: 0;
                margin-bottom: 1rem;
            }
            
            .cookie-buttons {
                flex-direction: column;
                width: 100%;
            }
            
            .cookie-buttons .btn {
                width: 100%;
                margin: 5px 0;
            }
        }

