<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
  <!-- Background gradient -->
  <defs>
    <linearGradient id="bg-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#E0F4F3;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#B0E0E6;stop-opacity:1" />
    </linearGradient>
  </defs>
  
  <!-- Background -->
  <rect width="1280" height="720" fill="url(#bg-gradient)"/>
  
  <!-- Stylized medical/wellness icons -->
  <g transform="translate(640, 360)" opacity="0.2">
    <path d="M-200,0 L200,0 M0,-200 L0,200" stroke="#4A90E2" stroke-width="10" stroke-dasharray="20,10"/>
    <circle cx="0" cy="0" r="180" fill="none" stroke="#4A90E2" stroke-width="15" stroke-dasharray="30,15"/>
  </g>
  
  <!-- Text -->
  <text x="640" y="250" font-family="Arial, sans-serif" font-weight="bold" font-size="72" text-anchor="middle" fill="#2C3E50">
    Bespoke Wellness
  </text>
  
  <text x="640" y="500" font-family="Arial, sans-serif" font-weight="bold" font-size="48" text-anchor="middle" fill="#34495E">
    Preventative Health
  </text>
  
  <text x="640" y="570" font-family="Arial, sans-serif" font-size="36" text-anchor="middle" fill="#7F8C8D">
    Solutions for Every American
  </text>
  
  <!-- Health-related icon -->
  <g transform="translate(1080, 620) scale(1.5)">
    <path d="M10,30 Q25,15 40,30 T70,30 Q55,45 40,60 Q25,45 10,30" fill="#E74C3C" stroke="#C0392B" stroke-width="3"/>
    <circle cx="25" cy="15" r="5" fill="#C0392B"/>
  </g>
</svg>