
:root{--accent:#25D366;--bg:#f5f6f7;--card:#ffffff;--text:#222}
*{box-sizing:border-box}
body{font-family:Inter,Arial,Helvetica,sans-serif;margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}
.site-header{background:var(--card);box-shadow:0 2px 8px rgba(0,0,0,0.06);position:sticky;top:0;z-index:20}
.site-header .inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px}
.logo{height:64px}
.contact{display:flex;gap:12px;align-items:center}
.phone{font-weight:700;color:#111;text-decoration:none}
.whatsapp{background:var(--accent);color:#fff;padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:700}
.container{max-width:1100px;margin:26px auto;padding:0 18px}
.hero{background:linear-gradient(180deg,rgba(255,255,255,0.9),rgba(255,255,255,0.7));padding:28px;border-radius:12px;text-align:center}
.cta{display:inline-block;margin-top:12px;padding:12px 18px;background:var(--accent);color:#fff;border-radius:8px;text-decoration:none;font-weight:700}
.services .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:14px}
.gallery .grid-photos{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;align-items:start}
.gallery img{width:100%;height:160px;object-fit:cover;border-radius:8px;cursor:pointer;display:block}
.about, .contact{background:var(--card);padding:18px;border-radius:12px;margin-top:18px;box-shadow:0 2px 8px rgba(0,0,0,0.04)}
.site-footer{text-align:center;padding:18px;margin-top:20px;color:#666}
@media(max-width:600px){.gallery img{height:140px}.logo{height:48px}}
