/* compiled css excerpt for brevity */
body{font-family:Inter,system-ui;-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial}
.container{max-width:1100px;margin:0 auto;padding:28px}
.site-header{background:#bcd7e6;padding:12px 0}
.hero{background:linear-gradient(90deg,rgba(10,77,107,0.12),rgba(217,79,42,0.05));padding:60px 0;text-align:center}
.btn{background:#d94f2a;color:#fff;padding:10px 18px;border-radius:8px;text-decoration:none}
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px}
.product-card{border:1px solid #eee;padding:12px;border-radius:8px}
.image-slider img{max-width:100%}