:root{--accent:#2b8a3e;--bg:#fff;--text:#222}
*{box-sizing:border-box}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial;line-height:1.5;color:var(--text);background:var(--bg);margin:0}
.container{max-width:960px;margin:0 auto;padding:16px}
.site-header{background:#f7f7f7;padding:20px 0;text-align:center;border-bottom:1px solid #eee}
.site-header h1{margin:0;font-size:1.6rem}
.tagline{color:#666;margin:6px 0}
.whatsapp-btn{display:inline-block;margin-top:10px;background:var(--accent);color:#fff;padding:10px 14px;border-radius:6px;text-decoration:none}
.menu-list{list-style:none;padding:0;margin:0}
.menu-list li{padding:8px 0;border-bottom:1px dashed #eee}
.hero-img{max-width:100%;height:auto;border-radius:8px;margin-top:8px}
.site-footer{padding:12px 0;text-align:center;color:#666;border-top:1px solid #eee;margin-top:24px}
@media(min-width:700px){.site-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px}.site-header .container{display:flex;align-items:center;justify-content:space-between}}