.egaraj-hero { background: linear-gradient(135deg,#14171a,#2f353b); color:#f2f2f2; padding:60px 24px; border-radius:14px; text-align:center; margin-bottom:24px; }
.egaraj-hero-inner { max-width:700px; margin:0 auto; }
.egaraj-hero h1 { font-size:2.2rem; margin-bottom:12px; color:#f2a93b; }
.egaraj-hero-text { font-size:1.05rem; line-height:1.6; opacity:.92; }
.egaraj-hero-actions { display:flex; gap:12px; justify-content:center; margin:20px 0 10px; flex-wrap:wrap; }
.egaraj-btn { background:#f2a93b; color:#1a1305; padding:10px 22px; border-radius:8px; text-decoration:none; font-weight:600; }
.egaraj-btn-outline { background:transparent; border:1px solid #f2a93b; color:#f2a93b; }
.egaraj-hero-address { opacity:.75; font-size:.9rem; margin-top:10px; }

.egaraj-services-strip { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-bottom:30px; }
.egaraj-service-pill { background:#eef1f2; border-radius:20px; padding:6px 16px; font-size:.9rem; color:#333; }

.egaraj-catalog-toolbar { display:flex; gap:10px; margin-bottom:20px; flex-wrap:wrap; }
.egaraj-search-input, .egaraj-cat-select { padding:10px 14px; border:1px solid #ccc; border-radius:8px; font-size:14px; }
.egaraj-search-input { flex:1; min-width:200px; }

.egaraj-catalog-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(230px,1fr)); gap:16px; }
.egaraj-product-card { border:1px solid #e2e2e2; border-radius:10px; padding:16px; background:#fff; }
.egaraj-product-cat { font-size:11px; text-transform:uppercase; letter-spacing:.05em; color:#999; margin-bottom:6px; }
.egaraj-product-card h3 { margin:0 0 8px; font-size:1.05rem; }
.egaraj-product-desc { font-size:.9rem; color:#555; margin-bottom:10px; }
.egaraj-product-price { font-weight:700; color:#b06000; font-size:1.1rem; }
