<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ultra Premium Landing Page</title>



</head>
<body>

<!-- HERO -->
<section class="hero">
  <div class="hero-content">
    <div class="hero-badge">✨ Future UI</div>
    <h1>Next Gen Premium Experience</h1>
    <p>Deep glowing background, center spotlight, animated floating hero image — premium high-end feel.</p>
    <button class="hero-btn">Get Started</button>
    <div class="hero-img">
      <img decoding="async" src="https://images.unsplash.com/photo-1615634260167-c8cdede054de" alt="product" title="Elementor #9861">
    </div>
  </div>
</section>

<!-- FEATURES -->
<section class="features">
  <div class="card">
    <h3>⚡ Ultra Fast</h3>
    <p>Optimized for performance across all devices.</p>
  </div>
  <div class="card">
    <h3>📱 Fully Responsive</h3>
    <p>Looks perfect on mobile, tablet, and desktop.</p>
  </div>
  <div class="card">
    <h3>🎨 Premium Design</h3>
    <p>Glassmorphism + glowing gradient cards with hover effects.</p>
  </div>
</section>

<!-- SHOWCASE -->
<section class="showcase">
  <img decoding="async" src="https://images.unsplash.com/photo-1596462502278-27bfdc403348" alt="showcase" title="Elementor #9861">
  <div class="showcase-text">
    <h2>Luxury Look & Feel</h2>
    <p>Animated glowing elements, floating hero image, gradient text — gives high-end premium brand experience.</p>
  </div>
</section>

<!-- TESTIMONIAL -->
<section class="testimonial">
  <h2>What Our Users Say</h2>
  <div class="testimonial-cards">
    <div class="testimonial-card">
      <p>"Absolutely stunning design and animation. Our users love it!"</p>
      <h4>— Alex R.</h4>
    </div>
    <div class="testimonial-card">
      <p>"This landing page gives our brand a high-end premium feel."</p>
      <h4>— Sarah M.</h4>
    </div>
    <div class="testimonial-card">
      <p>"The animations and glowing effects are just perfect!"</p>
      <h4>— John D.</h4>
    </div>
  </div>
</section>

<!-- PRICING -->
<section class="pricing">
  <h2>Pricing Plans</h2>
  <div class="pricing-cards">
    <div class="pricing-card">
      <h3>Basic</h3>
      <span>$29/mo</span>
      <p>Essential features for small teams</p>
    </div>
    <div class="pricing-card">
      <h3>Pro</h3>
      <span>$59/mo</span>
      <p>Advanced features for growing businesses</p>
    </div>
    <div class="pricing-card">
      <h3>Enterprise</h3>
      <span>$99/mo</span>
      <p>All features for large organizations</p>
    </div>
  </div>
</section>

<!-- NEWSLETTER -->
<section class="newsletter">
  <h2>Stay Updated</h2>
  <p>Subscribe to our newsletter for latest updates</p>
  <input type="email" placeholder="Enter your email">
  <button>Subscribe</button>
</section>

<!-- FOOTER -->
<footer>
  <p>© 2026 Brand. All rights reserved.</p>
</footer>

</body>
</html>