← back to Forza
index.html
25 lines
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>FORZA — 3 theme mockups</title>
<style>
body{font-family:-apple-system,system-ui,sans-serif;background:#0a1733;color:#fff;padding:60px;margin:0;line-height:1.5}
h1{font-size:36px;font-weight:700;letter-spacing:-.02em;margin-bottom:10px}
p{color:#aab3cd;max-width:640px;margin-bottom:40px}
a{color:#fff;text-decoration:none;display:block;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:24px 28px;border-radius:14px;margin-bottom:14px;max-width:640px;transition:background .15s,border-color .15s}
a:hover{background:rgba(255,255,255,.1);border-color:#1f48ff}
a b{display:block;font-size:20px;margin-bottom:4px}
a span{color:#aab3cd;font-size:14px}
</style>
</head>
<body>
<h1>FORZA · 3 theme mockups</h1>
<p>Picked for SEO + readability. Click each to preview.</p>
<a href="/theme-1-alliott-global/"><b>1. Alliott Global</b><span>White + cobalt, Inter sans, international keyword targeting.</span></a>
<a href="/theme-2-bilingual-split/"><b>2. Bilingual Split</b><span>EN/ES dual-column hero, slate neutrals, 2× indexable content.</span></a>
<a href="/theme-3-costa-rica-modern/"><b>3. Costa Rica Modern</b><span>Pacific blue + jade + coffee, Fraunces serif, regional SEO.</span></a>
</body>
</html>