<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>reliabletradecenter.shop - Your Future Tech Hub</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="styles.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>

    <!-- Announcement Bar -->
    <div class="announcement-bar">
        <p>⚡ **CYBER WEEK DELUXE SALE!** Up to 40% OFF all Quantum Devices - Limited Time Only! ⚡</p>
    </div>

    <!-- Sticky Header -->
    <header class="sticky-header">
        <div class="header-container">
            <a href="#" class="logo">reliable<span class="logo-accent">trade</span>center.<span class="logo-dot">shop</span></a>
            <nav class="main-nav">
                <ul class="nav-links">
                    <li><a href="#">Quantum Devices</a></li>
                    <li><a href="#">AI Processors</a></li>
                    <li><a href="#">Neural Interfaces</a></li>
                    <li><a href="#">Wearables</a></li>
                    <li><a href="#">Blog</a></li>
                </ul>
                <div class="search-bar">
                    <input type="text" placeholder="Search future tech...">
                    <button><i class="fas fa-search"></i></button>
                </div>
            </nav>
            <div class="header-icons">
                <a href="#" class="icon-btn"><i class="fas fa-user-circle"></i></a>
                <a href="#" class="icon-btn cart-icon">
                    <i class="fas fa-shopping-cart"></i>
                    <span class="cart-count">3</span>
                </a>
            </div>
            <button class="menu-toggle" aria-label="Toggle menu"><i class="fas fa-bars"></i></button>
        </div>
    </header>

    <!-- Hero Section -->
    <main>
        <section class="hero-section">
            <div class="hero-content">
                <h1>Experience Tomorrow, Today.</h1>
                <p>Unlock the next generation of innovation with cutting-edge futuristic technology designed for the modern pioneer.</p>
                <a href="#" class="cta-button">Explore Quantum Devices <i class="fas fa-arrow-right"></i></a>
            </div>
        </section>

        <!-- Feature Highlights -->
        <section class="feature-highlights">
            <div class="container">
                <h2>Why Choose ReliableTradeCenter?</h2>
                <div class="features-grid">
                    <div class="feature-card">
                        <i class="fas fa-rocket feature-icon"></i>
                        <h3>Pioneering Innovation</h3>
                        <p>First access to groundbreaking tech. Be ahead of the curve.</p>
                    </div>
                    <div class="feature-card">
                        <i class="fas fa-shield-alt feature-icon"></i>
                        <h3>Quantum Security</h3>
                        <p>Next-level data protection and secure transactions.</p>
                    </div>
                    <div class="feature-card">
                        <i class="fas fa-headset feature-icon"></i>
                        <h3>24/7 AI Support</h3>
                        <p>Your futuristic tech, backed by sentient AI assistance.</p>
                    </div>
                    <div class="feature-card">
                        <i class="fas fa-shipping-fast feature-icon"></i>
                        <h3>Hyper-Speed Delivery</h3>
                        <p>Receive your orders faster than the speed of light (almost).</p>
                    </div>
                </div>
            </div>
        </section>

        <!-- Flash Sale Section -->
        <section class="flash-sale-section">
            <div class="container">
                <div class="flash-sale-header">
                    <h2><i class="fas fa-bolt flash-icon"></i> HYPER-SPEED DEALS ENDING SOON!</h2>
                    <div class="countdown-timer" id="countdown">
                        <span>00</span>h :
                        <span>00</span>m :
                        <span>00</span>s
                    </div>
                </div>
                <div class="product-cards-grid">
                    <div class="product-card">
                        <img src="https://via.placeholder.com/300x200/0F3460/E94560?text=Quantum+Processor_X1" alt="Quantum Processor X1">
                        <div class="product-info">
                            <h3>Quantum Processor X1</h3>
                            <p class="product-price"><span class="old-price">$499.00</span> $299.00</p>
                            <button class="add-to-cart-btn"><i class="fas fa-plus"></i> Add to Cart</button>
                        </div>
                    </div>
                    <div class="product-card">
                        <img src="https://via.placeholder.com/300x200/0F3460/E94560?text=Aether+Neural+Headset" alt="Aether Neural Headset">
                        <div class="product-info">
                            <h3>Aether Neural Headset</h3>
                            <p class="product-price"><span class="old-price">$899.00</span> $599.00</p>
                            <button class="add-to-cart-btn"><i class="fas fa-plus"></i> Add to Cart</button>
                        </div>
                    </div>
                    <div class="product-card">
                        <img src="https://via.placeholder.com/300x200/0F3460/E94560?text=Chrono+Wearable+Watch" alt="Chrono Wearable Watch">
                        <div class="product-info">
                            <h3>Chrono Wearable Watch</h3>
                            <p class="product-price"><span class="old-price">$349.00</span> $199.00</p>
                            <button class="add-to-cart-btn"><i class="fas fa-plus"></i> Add to Cart</button>
                        </div>
                    </div>
                    <div class="product-card">
                        <img src="https://via.placeholder.com/300x200/0F3460/E94560?text=Fluxlink+Data+Drive" alt="Fluxlink Data Drive">
                        <div class="product-info">
                            <h3>Fluxlink Data Drive</h3>
                            <p class="product-price"><span class="old-price">$129.00</span> $79.00</p>
                            <button class="add-to-cart-btn"><i class="fas fa-plus"></i> Add to Cart</button>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Product Categories -->
        <section class="product-categories">
            <div class="container">
                <h2>Explore Our Universe of Tech</h2>
                <div class="categories-grid">
                    <a href="#" class="category-card" style="background-image: url('https://via.placeholder.com/500x300/1A1A2E/E94560?text=QUANTUM+DEVICES');">
                        <div class="category-overlay">
                            <h3>Quantum Devices</h3>
                            <p>Unleash unparalleled processing power</p>
                        </div>
                    </a>
                    <a href="#" class="category-card" style="background-image: url('https://via.placeholder.com/500x300/1A1A2E/E94560?text=AI+PROCESSORS');">
                        <div class="category-overlay">
                            <h3>AI Processors</h3>
                            <p>Intelligent, adaptive, revolutionary</p>
                        </div>
                    </a>
                    <a href="#" class="category-card" style="background-image: url('https://via.placeholder.com/500x300/1A1A2E/E94560?text=NEURAL+INTERFACES');">
                        <div class="category-overlay">
                            <h3>Neural Interfaces</h3>
                            <p>Connect your mind, enhance your reality</p>
                        </div>
                    </a>
                    <a href="#" class="category-card" style="background-image: url('https://via.placeholder.com/500x300/1A1A2E/E94560?text=ADVANCED+WEARABLES');">
                        <div class="category-overlay">
                            <h3>Advanced Wearables</h3>
                            <p>Fashion meets futuristic function</p>
                        </div>
                    </a>
                </div>
            </div>
        </section>

        <!-- Customer Testimonials -->
        <section class="customer-testimonials">
            <div class="container">
                <h2>What Our Pioneers Say</h2>
                <div class="testimonial-slider">
                    <div class="testimonial-card">
                        <img src="https://via.placeholder.com/80/E94560/FFFFFF?text=J.D." alt="Customer Avatar" class="testimonial-avatar">
                        <p class="testimonial-text">"reliabletradecenter.shop changed how I work. The Chrono Watch is intuitive and looks incredible. Truly a leap into the future!"</p>
                        <p class="testimonial-author">- Jaxon D., Lead AI Engineer</p>
                    </div>
                    <div class="testimonial-card">
                        <img src="https://via.placeholder.com/80/E94560/FFFFFF?text=A.L." alt="Customer Avatar" class="testimonial-avatar">
                        <p class="testimonial-text">"The Aether Neural Headset offers an immersive experience I didn't think was possible. Customer service was excellent too!"</p>
                        <p class="testimonial-author">- Anya L., Virtual Reality Developer</p>
                    </div>
                    <div class="testimonial-card">
                        <img src="https://via.placeholder.com/80/E94560/FFFFFF?text=R.S." alt="Customer Avatar" class="testimonial-avatar">
                        <p class="testimonial-text">"Seamless transaction and lightning-fast delivery of my Quantum Processor. Performance is mind-blowing. Highly recommend!"</p>
                        <p class="testimonial-author">- Rhys S., Cybernetic Consultant</p>
                    </div>
                </div>
            </div>
        </section>

        <!-- Newsletter Signup -->
        <section class="newsletter-signup">
            <div class="container">
                <h2>Join the Future. Stay Connected.</h2>
                <p>Sign up for our newsletter to get exclusive access to new tech drops, beta programs, and special offers.</p>
                <form class="newsletter-form">
                    <input type="email" placeholder="Enter your neural-ID email" required>
                    <button type="submit" class="cta-button">Subscribe Now <i class="fas fa-paper-plane"></i></button>
                </form>
            </div>
        </section>
    </main>

    <!-- Footer -->
    <footer class="site-footer">
        <div class="container">
            <div class="footer-grid">
                <div class="footer-about">
                    <a href="#" class="footer-logo">reliable<span class="logo-accent">trade</span>center.<span class="logo-dot">shop</span></a>
                    <p>Your gateway to the next generation of technology. Innovate, explore, and evolve with us.</p>
                </div>
                <div class="footer-links">
                    <h3>Explore</h3>
                    <ul>
                        <li><a href="#">Shop All</a></li>
                        <li><a href="#">New Arrivals</a></li>
                        <li><a href="#">Clearance</a></li>
                        <li><a href="#">Gift Cards</a></li>
                    </ul>
                </div>
                <div class="footer-links">
                    <h3>Support</h3>
                    <ul>
                        <li><a href="#">Contact Us</a></li>
                        <li><a href="#">FAQs</a></li>
                        <li><a href="#">Shipping & Returns</a></li>
                        <li><a href="#">Privacy Policy</a></li>
                    </ul>
                </div>
                <div class="footer-social">
                    <h3>Connect</h3>
                    <div class="social-icons">
                        <a href="#" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
                        <a href="#" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
                        <a href="#" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
                        <a href="#" aria-label="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
                    </div>
                </div>
            </div>
            <div class="footer-bottom">
                <p>&copy; 2077 reliabletradecenter.shop. All rights reserved. Future technologies, present ownership.</p>
            </div>
        </div>
    </footer>

    <script src="script.js"></script>
</body>
</html>