:root{--blue:#0056b3;--blue-light:#e8f0fe;--text:#1a1a1a;--text-light:#555;--text-lighter:#888;--bg:#fff;--bg-gray:#f8f9fa;--border:#e0e0e0;--max-width:1100px;--radius:8px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,sans-serif;color:var(--text);background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.site-header{border-bottom:1px solid var(--border);padding:1rem 0;background:var(--bg)}.site-header .container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.site-header h1{font-size:1.4rem;font-weight:700}.site-header h1,.site-header h1 a{color:var(--text)}.site-header h1 a:hover{text-decoration:none;color:var(--blue)}.site-header nav a{margin-left:1.5rem;color:var(--text-light);font-size:.95rem}.site-header nav a:hover{color:var(--blue)}.site-footer{border-top:1px solid var(--border);padding:2rem 0;margin-top:4rem;background:var(--bg-gray);text-align:center;color:var(--text-light);font-size:.9rem}.site-footer .container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-footer a{color:var(--blue)}.site-footer .phone{font-size:1.1rem;font-weight:600;color:var(--text);margin:.5rem 0}.blog-hero{background:var(--bg-gray);padding:3rem 0;text-align:center;margin-bottom:2rem}.blog-hero h1{font-size:2rem;margin-bottom:.5rem}.blog-hero p{color:var(--text-light);font-size:1.1rem}.blog-list{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem 3rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:2rem;gap:2rem}.post-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s,transform .2s;background:var(--bg)}.post-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.08);transform:translateY(-2px)}.post-card-image{width:100%;height:220px;object-fit:cover;background:var(--bg-gray)}.post-card-body{padding:1.25rem}.post-card-date{font-size:.85rem;color:var(--text-lighter);margin-bottom:.5rem}.post-card-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}.post-card-title a{color:var(--text)}.post-card-title a:hover{color:var(--blue);text-decoration:none}.post-card-excerpt{color:var(--text-light);font-size:.95rem;line-height:1.6}.post-card-read-more{display:inline-block;margin-top:.75rem;font-weight:500;font-size:.9rem}.post-container{max-width:780px;margin:0 auto;padding:2rem 1.5rem 3rem}.post-meta{color:var(--text-lighter);font-size:.9rem;margin-bottom:1.5rem}.post-meta .author{color:var(--text);font-weight:500}.post-title{font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.post-featured-image{width:100%;border-radius:var(--radius);margin-bottom:2rem}.post-content h2{font-size:1.4rem;margin:2rem 0 .75rem;color:var(--text)}.post-content h3{font-size:1.15rem;margin:1.5rem 0 .5rem}.post-content p{margin-bottom:1rem;color:var(--text)}.post-content ol,.post-content ul{margin:.5rem 0 1rem 1.5rem}.post-content li{margin-bottom:.4rem}.post-content img{border-radius:var(--radius);margin:1.5rem 0}.post-content .image-caption{text-align:center;font-size:.85rem;color:var(--text-lighter);margin-top:-1rem;margin-bottom:1.5rem}.post-cta{background:var(--blue-light);border-left:4px solid var(--blue);padding:1.25rem 1.5rem;margin:2rem 0;border-radius:0 var(--radius) var(--radius) 0}.post-cta p{margin:0}.post-cta a{font-weight:600}.post-images-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin:1.5rem 0}.post-images-gallery img{width:100%;border-radius:var(--radius);margin:0}.back-link{display:inline-block;margin-bottom:1.5rem;font-size:.9rem}@media (max-width:600px){.blog-list{grid-template-columns:1fr}.blog-hero h1,.post-title{font-size:1.5rem}.post-images-gallery{grid-template-columns:1fr}}