/*
Theme Name: improveweb
Theme URI: https://example.com/improveweb
Author: Generated by ChatGPT
Description: A WordPress theme generated from uploaded HTML files.
Version: 1.1
Text Domain: improveweb
*/
body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; margin:0; padding:0; color:#0f172a; background:#fff; }
.container { max-width:1100px; margin:0 auto; padding:0 1rem; }
.navbar { background: white; border-bottom:1px solid #eee; }
.footer { background:#f8fafc; padding:3rem 0; }
.hero { padding:4rem 0; display:flex; gap:2rem; align-items:center; }
.grid-3 { display:grid; grid-template-columns: repeat(3,1fr); gap:1.25rem; }
@media (max-width:900px){ .grid-3{grid-template-columns:1fr} .hero{flex-direction:column} }
