:root{--primary:#111;--accent:#0aa3a3;--light:#fff;--muted:#f4f6f8;--text:#222}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,'Segoe UI',Roboto,Inter,Arial,sans-serif;color:var(--text);background:#fff}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.9);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid #eee}
.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#111}
.brand img{width:40px;height:40px;object-fit:contain;border-radius:8px}
.brand .title{font-weight:800;letter-spacing:.5px}.brand .subtitle{font-size:12px;color:#666;margin-top:-4px}
nav a{text-decoration:none;color:#333;padding:10px 14px;border-radius:10px}
nav a:hover{background:var(--muted)}
.btn{background:var(--primary);color:#fff;border:none;padding:12px 16px;border-radius:12px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block}
.btn:hover{opacity:.92}.btn-outline{background:transparent;color:var(--primary);border:1px solid var(--primary)}.btn-accent{background:var(--accent)}
.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center;padding:40px 0 20px}
.hero h1{font-size:clamp(28px,4vw,44px);margin:0 0 10px}.hero p{color:#555;font-size:18px}
.hero .card{background:#fff;border:1px solid #eee;border-radius:18px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.06)}
.hero .card img{width:100%;height:420px;object-fit:cover;display:block}
.badges{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 0}.badge{background:var(--muted);padding:8px 10px;border-radius:999px;font-size:13px}
.section{padding:60px 0}.section h2{font-size:32px;margin:0 0 10px}.section p.lead{color:#555;margin:0 0 24px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.05)}
.card img{width:100%;height:220px;object-fit:cover;display:block}.card .pad{padding:14px}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;cursor:pointer}
.embed-wrap{background:#fff;border:1px solid #eee;border-radius:16px;padding:12px;box-shadow:0 6px 18px rgba(0,0,0,.05)}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:22px}
form label{display:block;font-weight:600;margin:6px 0 6px}
input,textarea{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:12px;font-size:16px;outline:none}
textarea{min-height:120px;resize:vertical}
form .row{display:flex;gap:12px}form .row>*{flex:1}form .actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
footer{margin-top:40px;padding:28px 0;border-top:1px solid #eee;background:#fafafa}
footer .foot{display:flex;gap:20px;align-items:center;justify-content:space-between;flex-wrap:wrap}footer a{color:#111;text-decoration:none}footer .madeby{opacity:.7}
.whatsapp-float{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;font-size:26px;text-decoration:none;box-shadow:0 10px 28px rgba(0,0,0,.25);z-index:1000}
@media (max-width:992px){.hero{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:repeat(3,1fr)}.hero .card img{height:300px}}
@media (max-width:640px){nav{display:none}.grid-3{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.8);display:none;align-items:center;justify-content:center;z-index:9999}
.lightbox img{max-width:92vw;max-height:86vh;border-radius:10px;box-shadow:0 10px 40px rgba(0,0,0,.5)}.lightbox.show{display:flex}