<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Capt. Kindness & First Officer Arianna | Unveiling Valor</title>
  <style>
    body {
      margin: 0;
      font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      background-color: #f5f9ff;
      color: #333;
    }
    header {
      background-color: #002e5d;
      color: white;
      padding: 2rem;
      text-align: center;
    }
    header h1 {
      margin: 0;
    }
    .tagline {
      font-size: 1.2rem;
      margin-top: 0.5rem;
    }
    .hero {
      width: 100%;
      max-height: 400px;
      object-fit: cover;
    }
    .section {
      padding: 2rem;
      max-width: 900px;
      margin: 0 auto;
    }
    .hosts, .values {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    .cta-buttons a {
      display: inline-block;
      margin: 0.5rem 1rem 0.5rem 0;
      padding: 0.8rem 1.5rem;
      background-color: #005fab;
      color: white;
      text-decoration: none;
      border-radius: 5px;
    }
    footer {
      background-color: #002e5d;
      color: white;
      text-align: center;
      padding: 1.5rem;
      margin-top: 3rem;
    }
  </style>
</head>
<body>
  <header>
    <h1>Capt. Kindness & First Officer Arianna</h1>
    <div class="tagline">Where Kindness Takes Flight — Serving Honor. Inspiring Hope. Leading with Love.</div>
  </header>

  <img src="YOUR_IMAGE_URL_HERE" alt="Capt. Kindness and Arianna" class="hero" />

  <section class="section">
    <h2>🎙️ About the Show</h2>
    <p><strong>Unveiling Valor</strong> is hosted by <strong>Capt. Kindness</strong>—real-life U.S. Navy veteran and Nobel Peace Prize nominee <strong>Capt. Len Kaine</strong>—alongside the youngest kindness ambassador in the galaxy, <strong>First Officer Arianna</strong>. Together, they bring you stories of courage, kindness, and the power of the Golden Rule.</p>
  </section>

  <section class="section hosts">
    <h2>✈️ Meet Your Hosts</h2>
    <p><strong>Capt. Kindness (Capt. Len Kaine)</strong><br />
      - U.S. Navy Top Gun pilot<br />
      - Founder, Golden Rule Society<br />
      - Nobel Peace Prize nominee<br />
      - Creator of the Kindness Campaign for Adults</p>

    <p><strong>First Officer Arianna</strong><br />
      - Founder, Kindness Club for Kids<br />
      - Autism advocate & superhero-in-training<br />
      - Creator of Operation Kindness</p>
  </section>

  <section class="section values">
    <h2>📚 Our Mission & Programs</h2>
    <ul>
      <li><strong>Golden Rule Society:</strong> Treat others the way you want to be treated.</li>
      <li><strong>Kindness Campaign for Adults:</strong> Compassionate leadership in action.</li>
      <li><strong>Kindness Club for Kids:</strong> Teaching empathy and courage through fun and community.</li>
      <li><strong>Unveiling Valor:</strong> A show that shares real stories of healing, heroism, and hope.</li>
    </ul>
  </section>

  <section class="section cta-buttons">
    <h2>📣 Get Involved</h2>
    <a href="#">💌 Join the Mission</a>
    <a href="#">🎙️ Be a Guest on the Show</a>
    <a href="#">🌍 Start a Kindness Campaign</a>
  </section>

  <footer>
    <p><em>“Valor is not just what you do in battle—it’s how you lead with kindness when no one’s watching.”</em><br />
    — Capt. Kindness</p>
  </footer>
</body>
</html>
