<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ultimate Basecoat Selection Guide - Blog Infographic</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap');
body {
font-family: 'Plus Jakarta Sans', sans-serif;
background-color: #0f172a;
color: #f8fafc;
}
.heading-font {
font-family: 'Space Grotesk', sans-serif;
}
/* Standard 16:9 - 1200x675 visual bounding box when in capture mode */
.infographic-canvas {
width: 100%;
max-width: 1200px;
aspect-ratio: 1200 / 675;
background: radial-gradient(circle...