<!-- Essential Coaching - Product Cover (SVG) -->
<svg width="1600" height="900" viewBox="0 0 1600 900" xmlns="http://www.w3.org/2000/svg">
<!-- gradient background -->
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#1e3a8a"/>
<stop offset="100%" stop-color="#60a5fa"/>
</linearGradient>
<linearGradient id="btn" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#3b82f6"/>
<stop offset="100%" stop-color="#60a5fa"/>
</linearGradient>
</defs>
<rect width="1600" height="900" fill="url(#bg)"/>
<!-- subtle film overlay -->
<rect width="1600" height="900" fill="rgba(0,0,0,0.15)"/>
<!-- logo mark (simple circle) -->
<circle cx="170" cy="150" r="48" fill="#ffffff" opacity="0.95"/>
<text x="230" y="160" fill="#ffffff" font-family="Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif" font-size="42" font-weight="800" opacity="0.95">
AI Evolution Coach
</text>
<!-- plan title -->
<text x="160" y="320" fill="#ffffff" font-family="Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif" font-size="94" font-weight="900" letter-spacing="1.5">
Essential Coaching
</text>
<!-- price (黒) -->
<text x="160" y="410" fill="#111827" font-family="Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif" font-size="64" font-weight="900">
$9.99
</text>
<text x="360" y="410" fill="#e5e7eb" font-family="Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif" font-size="34" font-weight="700">
/ month
</text>
<!-- bullets -->
<text x="160" y="500" fill="#eaf2ff" font-family="Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif" font-size="32" font-weight="700">Video Analysis</text>
<text x="160" y="540" fill="#f8fafc" font-family="Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif" font-size="26" opacity="0.95">
Frame-by-frame AI breakdown of each swing
</text>
<text x="160" y="610" fill="#eaf2ff" font-family="Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif" font-size="32" font-weight="700">Personalized Plan</text>
<text x="160" y="650" fill="#f8fafc" font-family="Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif" font-size="26" opacity="0.95">
3 targeted drills designed for quick improvement
</text>
<text x="160" y="720" fill="#eaf2ff" font-family="Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif" font-size="32" font-weight="700">Progress Tracking</text>
<text x="160" y="760" fill="#f8fafc" font-family="Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif" font-size="26" opacity="0.95">
Monitor growth through each training cycle
</text>
<!-- corner shine -->
<ellipse cx="1480" cy="120" rx="260" ry="140" fill="#ffffff" opacity="0.06"/>
</svg>