/*
 Theme Name: Zentropics Guru - OceanWP Child
 Template: oceanwp
 Description: OceanWP child theme for Zentropics Guru with Home, Products, About, Contact templates.
 Version: 1.0.0
 Text Domain: zentropics-guru-oceanwp-child
*/
.page-header, .page-header-title { display: none !important; }
#main #content-wrap, .content-wrap { padding: 0 !important; }
.oceanwp-row, .container { max-width: 1200px; }
:root { --brand:#A28A0E; --brand2:#DDBD17; --ink:#171717; --ink2:#5E5E5E; }
body { font:16px/1.6 Arial, Helvetica, sans-serif; color:var(--ink); }
h1,h2,h3 { font-family: Georgia, serif; margin:0 0 .5em; }
.zg-section { padding:64px 20px; }
.zg-container { max-width:1200px; margin:0 auto; }
.zg-hero { position:relative; overflow:hidden; color:#fff; background:linear-gradient(180deg,#161616,#101010); min-height:70vh; display:grid; place-items:center; }
.zg-hero video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.35; }
.zg-hero .inner { position:relative; z-index:1; padding:80px 20px; text-align:center; }
.zg-hero .inner p { color:#e8e8e8; font-size:18px; }
.zg-btn { display:inline-flex; align-items:center; justify-content:center; padding:14px 26px; border-radius:48px; border:1px solid var(--brand); background:var(--brand); color:#fff !important; font-weight:700; text-transform:uppercase; letter-spacing:.06em; font-size:12px; margin:6px; }
.zg-btn:hover { background:var(--brand2); border-color:var(--brand2); }
.zg-btn.ghost { background:transparent; color:#fff !important; border-color:#fff; }
.zg-cards { display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:24px; margin-top:28px; }
.zg-card { background:#fff; border:1px solid #eee; border-radius:14px; box-shadow:0 10px 30px rgba(0,0,0,.08); padding:24px; }
.zg-products { display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:24px; }
.zg-product { background:#fff; border:1px solid #eee; border-radius:18px; box-shadow:0 10px 30px rgba(0,0,0,.08); overflow:hidden; }
.zg-pad { padding:18px; }
.zg-badge { display:inline-block; padding:6px 12px; border-radius:999px; background:rgba(162,138,14,.12); color:var(--brand); font-weight:700; letter-spacing:.04em; font-size:12px; text-transform:uppercase; }
.post-grid { display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:24px; }
.post-card { background:#fff; border:1px solid #eee; border-radius:12px; padding:18px; }
@media (max-width: 960px) { .zg-cards, .zg-products, .post-grid { grid-template-columns:1fr; } }
