.hero-actions{display:flex;gap:10px;margin-top:28px}.hero-primary,.hero-secondary{min-height:50px;padding:0 24px;border-radius:12px;font-weight:900}.hero-primary{border:0;background:#0b6f69;color:#fff}.hero-secondary{border:1px solid #9ebdb6;background:#fff;color:#0b6f69}.menu-preview{grid-template-columns:repeat(3,1fr)}@media(max-width:800px){.menu-preview{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.hero-actions{display:grid;grid-template-columns:1fr}.hero-primary,.hero-secondary{width:100%}.menu-preview{grid-template-columns:1fr}}
