:root{--primary:#0f172a;--accent:#14b8a6;--text:#0b1020;--muted:#6b7280;--bg:#f8fafc}
*{box-sizing:border-box}a{text-decoration:none;color:inherit}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}
header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e7eb;backdrop-filter:blur(8px);z-index:50}
nav{max-width:1120px;margin:auto;display:flex;align-items:center;gap:14px;padding:12px 16px}
.brand{font-weight:900}.brand b{background:#0f172a;color:#fff;padding:6px 10px;border-radius:10px}
.link{margin:0 6px;font-weight:800}
.spacer{flex:1}
.lang-toggle{border:1px solid #e5e7eb;padding:6px 10px;border-radius:8px;background:#fff;font-weight:800;cursor:pointer}
.social{display:flex;gap:8px}
.icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid #e5e7eb}
.icon svg{width:18px;height:18px}
.btn{display:inline-block;background:var(--accent);color:#052e16;padding:12px 18px;border-radius:12px;font-weight:900}
.hero{max-width:1120px;margin:20px auto;padding:20px 16px;display:grid;grid-template-columns:1.15fr .85fr;gap:20px}
.hero .card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px}
.hero h1{font-size:40px;margin:0 0 10px}.sub{color:var(--muted)}
.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.kpi{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px;text-align:center;font-weight:800}
.section{max-width:1120px;margin:36px auto;padding:0 16px}
.grid{display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}
.tile{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}
.tile img{width:100%;height:210px;object-fit:cover}
.tile .pad{padding:10px}
.gallery{display:grid;gap:10px;grid-template-columns:repeat(4,1fr)}
.gallery img{width:100%;height:180px;object-fit:cover;border-radius:12px;border:1px solid #e5e7eb}
footer{background:#0b1020;color:#cbd5e1;margin-top:36px}
.footer-in{max-width:1120px;margin:auto;padding:16px;display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.whatsapp{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 10px 20px rgba(0,0,0,.2);z-index:60}
@media(max-width:980px){.hero{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}}
