body{font-family:Arial;margin:0;background:#f8f3ee}header{display:flex;justify-content:space-between;padding:16px}h1{color:#b8860b;font-size:28px}.hero{padding:20px}.hero img{width:100%;border-radius:16px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:20px}.card{background:#fff;border-radius:16px;padding:12px}.card img{width:100%;border-radius:12px}.wa{background:#25D366;color:#fff;padding:10px 16px;border-radius:999px;text-decoration:none}