/*
Theme Name: BiznetGio Style
Theme URI: https://example.com
Author: Zen
Description: Custom WordPress theme inspired by BiznetGio — modern corporate / news portal style.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: biznetgio-style
*/

:root{
  --primary: #0066d6;
  --accent: #0047a3;
  --bg: #f7f9fc;
  --muted:#6b7280;
}

html,body{margin:0;padding:0;font-family:Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; background:var(--bg); color:#111;}
a{color:var(--primary); text-decoration:none;}
.site-header{background:#fff;border-bottom:1px solid #e6eef8;position:sticky;top:0;z-index:50;}
.site-header .wrap{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:18px;}
.site-title{font-weight:700;letter-spacing:0.2px;}
.nav-primary ul{list-style:none;margin:0;padding:0;display:flex;gap:18px;}
.nav-primary a{font-weight:600;color:#0b1220;}
.hero{padding:72px 20px;background:linear-gradient(135deg,var(--accent),var(--primary));color:#fff;text-align:center;}
.container{max-width:1200px;margin:0 auto;padding:36px 20px;}
.grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:start;}
.card{background:#fff;border-radius:10px;padding:18px;box-shadow:0 6px 18px rgba(15,23,42,0.06);}
.post-title{font-size:20px;margin:0 0 8px;}
footer.site-footer{background:#071022;color:#d6e6ff;padding:36px 20px;margin-top:40px;}
/* Responsive */
@media(max-width:900px){
  .grid{grid-template-columns:1fr;}
  .nav-primary ul{gap:12px;flex-wrap:wrap;}
}
