<style>
:root{--primary:#0b5fff;--dark:#0b1220;--bg:#f6f8fb;--ok:#00a884}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial;color:var(--dark);background:#fff}
.container{width:min(1100px,92%);margin:auto}
.header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #eef2f6}
.header .bar{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0}
.logo{display:flex;gap:.6rem;align-items:center;font-weight:700;letter-spacing:.3px}
.logo img{height:28px}
.nav a{margin:0 .6rem;text-decoration:none;color:#334}
.cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;padding:.7rem 1rem;border-radius:12px;text-decoration:none;font-weight:600}
.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center;padding:3.5rem 0}
.hero h1{font-size:clamp(28px,4.2vw,46px);margin:.2rem 0 1rem}
.hero p{font-size:1.05rem;color:#475}
.badges{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}
.badge{border:1px solid #e4e9f2;border-radius:999px;padding:.4rem .7rem;font-size:.86rem;color:#345;background:#f8fafc}
.card{background:#fff;border:1px solid #eef2f6;border-radius:16px;padding:1.1rem}
.grid{display:grid;gap:1rem}
.grid.cols-3{grid-template-columns:repeat(3,1fr)}
.grid.cols-2{grid-template-columns:repeat(2,1fr)}
.section{padding:2.5rem 0}
.section h2{font-size:clamp(22px,3vw,32px);margin:.2rem 0 1rem}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem}
.gallery img{width:100%;height:170px;object-fit:cover;border-radius:12px}
.form{display:grid;gap:.7rem}
.input,textarea{width:100%;padding:.8rem;border:1px solid #dfe5ee;border-radius:12px}
button[type=submit]{all:unset}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--primary);color:#fff;padding:.85rem 1.1rem;border-radius:12px;font-weight:700;cursor:pointer}
.footer{background:var(--bg);padding:2rem 0;margin-top:2rem;border-top:1px solid #eef2f6;color:#445}
.kpis{display:flex;gap:1rem;flex-wrap:wrap}
.kpi{flex:1;min-width:160px;background:#fff;border:1px solid #eef2f6;border-radius:14px;padding:1rem;text-align:center}
.sticky-wa{position:fixed;right:16px;bottom:16px;z-index:60}
.sticky-wa a{display:inline-flex;align-items:center;gap:.6rem;background:var(--ok);color:#fff;text-decoration:none;padding:.8rem 1rem;border-radius:999px;font-weight:700}
@media (max-width:900px){.hero{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}}
</style>
