/*
Theme Name: Node Dawn Group
Theme URI:  https://example.com/node-dawn-group
Author:     Bridget Sarah
Author URI: https://example.com
Description: Lightweight classic theme inspired by Neve Pro. Built for speed, flexibility, and WooCommerce.
Version:    1.0.0
License:    GNU General Public License v2 or later
Text Domain: node-dawn-group
*/
:root{
  --ndg-primary: #0d6efd;
  --ndg-dark: #222222;
  --ndg-muted: #6c757d;
  --ndg-bg: #ffffff;
  --ndg-content-width:1100px;
}
html,body{height:100%;}
body{font-family:system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; margin:0; color:var(--ndg-dark); background:var(--ndg-bg);}
.container{max-width:var(--ndg-content-width); margin:0 auto; padding:1rem;}
.site-header, .site-footer{background:var(--ndg-bg);border-bottom:1px solid #eee;padding:0.75rem 0}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;}
.site-title{font-size:1.25rem;margin:0}
.site-description{color:var(--ndg-muted);margin:0}
.main-navigation ul{list-style:none;margin:0;padding:0;display:flex;gap:1rem;}
.main-navigation a{color:var(--ndg-dark);text-decoration:none;}
.hero{padding:3rem 0;text-align:center;background:linear-gradient(180deg,rgba(13,110,253,0.06),transparent);}
.entry-title{font-size:1.5rem;margin:0 0 .5rem}
.post-meta{color:var(--ndg-muted);font-size:.9rem}
.entry-content{line-height:1.7}
.widget-area{display:flex;flex-wrap:wrap;gap:1rem}
.footer-copyright{margin-top:.75rem;color:var(--ndg-muted);font-size:.9rem}
@media (max-width:768px){
  :root{--ndg-content-width:95%}
  .header-inner{flex-direction:column;align-items:flex-start;}
  .main-navigation ul{flex-direction:column;}
}
