Contact Us

<section class="contact-methods">
    <h2>Get in Touch</h2>
    <p>Have a question about a product? Want to suggest a review? Or just want to say hi?</p>

    <div class="contact-options">
        <div class="contact-method">
            <h3>Email</h3>
            <p><strong>Email:</strong> info@ultramarine963.com</p>
            <p><strong>Reply Time:</strong> Within 48 hours</p>
        </div>

        <div class="contact-method">
            <h3>Response Times</h3>
            <p><strong>Product Questions:</strong> 24-48 hours</p>
            <p><strong>General Inquiries:</strong> 48-72 hours</p>
            <p><strong>Feature Requests:</strong> Reviewed weekly</p>
        </div>

        <div class="contact-method">
            <h3>Address</h3>
            <p><strong>Venus Reviews</strong></p>
            <p>[Your Street Address]</p>
            <p>[Your City], Germany</p>
            <p><strong>Postal Code:</strong> [Your Postal Code]</p>
        </div>
    </div>
</section>

<section class="contact-form">
    <h2>Send Us a Message</h2>
    <form action="https://formspree.io/f/your-form-id" method="POST">
        <div class="form-group">
            <label for="name">Name (optional)</label>
            <input type="text" id="name" name="name" required>
        </div>

        <div class="form-group">
            <label for="email">Email</label>
            <input type="email" id="email" name="email" required>
        </div>

        <div class="form-group">
            <label for="subject">Subject</label>
            <input type="text" id="subject" name="subject">
        </div>

        <div class="form-group">
            <label for="message">Message</label>
            <textarea id="message" name="message" rows="5" required></textarea>
        </div>

        <button type="submit" class="btn-primary">Send Message</button>
    </form>
</section>

<section class="social-media">
    <h2>Connect With Us</h2>
    <div class="social-links">
        <a href="https://twitter.com/ultramarine963" target="_blank" rel="noopener">Twitter/X</a>
        <a href="https://instagram.com/ultramarine963" target="_blank" rel="noopener">Instagram</a>
        <a href="https://reddit.com/r/ultramarine963" target="_blank" rel="noopener">Reddit</a>
    </div>
</section>

<section class="newsletter">
    <h2>Subscribe to Our Newsletter</h2>
    <p>Get the latest reviews, comparisons, and deals in your inbox.</p>
    <form action="https://mailchimp.com" method="POST">
        <input type="email" name="EMAIL" placeholder="Your email address" required>
        <button type="submit">Subscribe</button>
    </form>
</section>