<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Panhandle AI - Business Automation & AI Solutions</title>
  <style>
    /* Reset & Base Styles */
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body {
      font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
      color: #1e293b;
      line-height: 1.6;
      background-color: #f8fafc;
    }

    /* Container */
    .container {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 20px;
    }

    /* Navigation / Header */
    header {
      background: #0f172a;
      color: #ffffff;
      padding: 20px 0;
      position: sticky;
      top: 0;
      z-index: 1000;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .nav-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .logo {
      font-size: 1.5rem;
      font-weight: 700;
      color: #38bdf8;
      letter-spacing: -0.5px;
    }
    .nav-links a {
      color: #cbd5e1;
      text-decoration: none;
      margin-left: 20px;
      font-weight: 500;
      transition: color 0.2s ease;
    }
    .nav-links a:hover { color: #38bdf8; }

    /* Hero Section */
    .hero {
      background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
      color: #ffffff;
      padding: 80px 0 100px;
      text-align: center;
    }
    .hero h1 {
      font-size: 2.75rem;
      font-weight: 800;
      margin-bottom: 20px;
      line-height: 1.2;
    }
    .hero h1 span { color: #38bdf8; }
    .hero p {
      font-size: 1.2rem;
      color: #94a3b8;
      max-width: 650px;
      margin: 0 auto 30px;
    }
    .cta-btn {
      display: inline-block;
      background-color: #0284c7;
      color: #ffffff;
      padding: 14px 28px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1rem;
      transition: background-color 0.2s ease;
    }
    .cta-btn:hover { background-color: #0369a1; }

    /* Services Section */
    .services { padding: 80px 0; background-color: #ffffff; }
    .section-title {
      text-align: center;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 50px;
      color: #0f172a;
    }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }
    .service-card {
      background: #f8fafc;
      padding: 30px;
      border-radius: 8px;
      border: 1px solid #e2e8f0;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .service-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    }
    .service-card h3 {
      font-size: 1.3rem;
      color: #0f172a;
      margin-bottom: 12px;
    }
    .service-card p {
      color: #64748b;
      font-size: 0.95rem;
    }

    /* Contact Form Section */
    .contact { padding: 80px 0; background: #f1f5f9; }
    .form-wrapper {
      max-width: 600px;
      margin: 0 auto;
      background: #ffffff;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    }
    .form-group { margin-bottom: 20px; }
    .form-group label {
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
      font-size: 0.9rem;
      color: #334155;
    }
    .form-group input, .form-group textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #cbd5e1;
      border-radius: 6px;
      font-size: 1rem;
      color: #0f172a;
    }
    .form-group input:focus, .form-group textarea:focus {
      outline: none;
      border-color: #0284c7;
      box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.1);
    }
    .submit-btn {
      width: 100%;
      background-color: #0f172a;
      color: #ffffff;
      padding: 14px;
      border: none;
      border-radius: 6px;
      font-weight: 600;
      font-size: 1rem;
      cursor: pointer;
      transition: background-color 0.2s ease;
    }
    .submit-btn:hover { background-color: #1e293b; }

    /* Footer */
    footer {
      background: #0f172a;
      color: #64748b;
      padding: 30px 0;
      text-align: center;
      font-size: 0.9rem;
    }

    /* Mobile Responsive Adjustments */
    @media (max-width: 768px) {
      .hero h1 { font-size: 2rem; }
      .hero p { font-size: 1rem; }
      .nav-wrapper { flex-direction: column; gap: 10px; }
      .nav-links a { margin: 0 10px; }
    }
  </style>
</head>
<body>

  <!-- Header / Navigation -->
  <header>
    <div class="container nav-wrapper">
      <div class="logo">Panhandle AI</div>
      <nav class="nav-links">
        <a href="#services">Services</a>
        <a href="#about">About</a>
        <a href="#contact">Contact</a>
      </nav>
    </div>
  </header>

  <!-- Hero Section -->
  <section class="hero">
    <div class="container">
      <h1>Smart AI & Automation <br><span>Built for Growing Businesses</span></h1>
      <p>We build digital receptionist systems, custom API integrations, and AI workflow automations that save time and reduce operating costs.</p>
      <a href="#contact" class="cta-btn">Schedule a Consultation</a>
    </div>
  </section>

  <!-- Services Section -->
  <section id="services" class="services">
    <div class="container">
      <h2 class="section-title">What We Build</h2>
      <div class="services-grid">
        <div class="service-card">
          <h3>AI Voice Receptionists</h3>
          <p>Automated phone agents that answer caller inquiries, take reservations, and route urgent messages 24/7 without missing a lead.</p>
        </div>
        <div class="service-card">
          <h3>Custom Workflow Automations</h3>
          <p>Connect your web forms, CRM, invoicing apps, and messaging tools so client data moves automatically without manual data entry.</p>
        </div>
        <div class="service-card">
          <h3>System Integrations & Webhooks</h3>
          <p>Custom API bridges built with modern Python frameworks to seamlessly connect legacy software with modern AI services.</p>
        </div>
      </div>
    </div>
  </section>

  <!-- Contact Form Section -->
  <section id="contact" class="contact">
    <div class="container">
      <h2 class="section-title">Get in Touch</h2>
      <div class="form-wrapper">
        <form action="#" method="POST">
          <div class="form-group">
            <label for="name">Full Name</label>
            <input type="text" id="name" name="name" placeholder="John Doe" required>
          </div>
          <div class="form-group">
            <label for="email">Business Email</label>
            <input type="email" id="email" name="email" placeholder="john@yourbusiness.com" required>
          </div>
          <div class="form-group">
            <label for="message">How can we help your business?</label>
            <textarea id="message" name="message" rows="5" placeholder="Tell us about the workflows or tasks you want to automate..." required></textarea>
          </div>
          <button type="submit" class="submit-btn">Send Message</button>
        </form>
      </div>
    </div>
  </section>

  <!-- Footer -->
  <footer>
    <div class="container">
      <p>&copy; 2026 Panhandle AI. All rights reserved.</p>
    </div>
  </footer>

</body>
</html>