.cast-list display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; margin-top: 40px;
iframe width: 100%; max-width: 800px; height: 450px; border-radius: 16px; border: none; box-shadow: 0 10px 25px rgba(0,0,0,0.5);
/* Sections */ .section padding: 80px 24px; max-width: 1200px; margin: 0 auto; spectre 007 website
.image img width: 100%; border-radius: 12px; box-shadow: 0 20px 35px rgba(0,0,0,0.5); border: 1px solid #2a2a2a;
.cast-card background: #1a1a1a; padding: 20px; width: 200px; text-align: center; border-radius: 12px; transition: 0.2s; border-bottom: 3px solid #c9a03d; The criminal organization behind it all
<section class="hero"> <div class="hero-content"> <h1>SPECTRE</h1> <p>The twenty-fourth installment in the James Bond series. A message from the dead. A cryptic ring. The criminal organization behind it all.</p> <a href="#trailer" class="btn">WATCH TRAILER</a> <a href="#synopsis" class="btn" style="background: transparent; border: 1px solid #c9a03d; margin-left: 12px;">SYNOPSIS</a> </div> </section>
<section class="section" id="trailer"> <h2>OFFICIAL TRAILER</h2> <div class="trailer-box"> <iframe src="https://www.youtube.com/embed/LtJ60uY8LtA?si=oCrs2K9k0XGgOqVX" title="SPECTRE 007 Official Trailer" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <p style="margin-top: 20px;">"The dead are alive." — Experience the dark elegance of SPECTRE.</p> </div> </section> The criminal organization behind it all.<
/* Hero Section */ .hero height: 100vh; background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.9)), url('https://images.unsplash.com/photo-1509347528160-9d9e6e9d9e7a?q=80&w=2070&auto=format&fit=crop'); background-size: cover; background-position: center 30%; display: flex; align-items: center; justify-content: center; text-align: center; border-bottom: 3px solid #c9a03d;
.trailer-box background: #000000aa; backdrop-filter: blur(4px); padding: 20px; border-radius: 24px; text-align: center; margin-top: 30px;
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>SPECTRE | 007 Official Legacy</title> <style> * margin: 0; padding: 0; box-sizing: border-box; body font-family: 'Cinema', 'Montserrat', 'Segoe UI', system-ui, sans-serif; background: #0a0a0a; color: #e5e5e5; line-height: 1.5;
<section class="section section-dark"> <h2>⚡ KEY CHARACTERS</h2> <div class="cast-list"> <div class="cast-card"> <h3>James Bond</h3> <p>Daniel Craig</p> <small>007 · MI6</small> </div> <div class="cast-card"> <h3>Franz Oberhauser</h3> <p>Christoph Waltz</p> <small>Leader of SPECTRE</small> </div> <div class="cast-card"> <h3>Dr. Madeleine Swann</h3> <p>Léa Seydoux</p> <small>Bond's ally</small> </div> <div class="cast-card"> <h3>M</h3> <p>Ralph Fiennes</p> <small>Head of MI6</small> </div> <div class="cast-card"> <h3>Q</h3> <p>Ben Whishaw</p> <small>Quartermaster</small> </div> </div> </section>