body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    color: #222;
  }
  
  .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
  }
  
  .site-header {
    border-bottom: 1px solid #eee;
    background: #fff;
  }
  
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
  }
  
  .logo a {
    font-weight: 700;
    text-decoration: none;
    color: #111;
  }
  
  .nav a {
    margin-left: 16px;
    text-decoration: none;
    color: #555;
    font-size: 0.95rem;
  }
  
  .nav a.active,
  .nav a:hover {
    color: #000;
  }
  
  .hero {
    padding: 64px 0 40px;
    background: #f4f6f9;
  }
  
  .hero h1 {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  
  .hero-actions {
    margin-top: 24px;
  }
  
  .btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.95rem;
    border: 1px solid #ccc;
    margin-right: 8px;
  }
  
  .btn.primary {
    background: #111;
    color: #fff;
    border-color: #111;
  }
  
  .btn.secondary {
    background: #fff;
    color: #111;
  }
  
  .section {
    padding: 40px 0;
  }
  
  .section-alt {
    background: #fafafa;
  }
  
  .section h2 {
    margin-top: 0;
  }
  
  .bullet-list {
    padding-left: 20px;
  }
  
  .contact-list {
    list-style: none;
    padding-left: 0;
  }
  
  .contact-list li {
    margin-bottom: 4px;
  }
  
  .site-footer {
    border-top: 1px solid #eee;
    padding: 16px 0;
    font-size: 0.85rem;
    color: #666;
    text-align: center;
  }
  
  .form-wrapper {
    margin-top: 24px;
  }
  