:root{--primary:#2563eb;--secondary:#1e40af;--accent:#f59e0b;--dark:#1f2937;--light:#f3f4f6;--white:#fff;--gray:#6b7280;--border:#e5e7eb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--dark)}.site-header,body{background:var(--white)}.site-header{border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:var(--dark);text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary)}.main-content{min-height:80vh}.container{max-width:1200px;margin:0 auto;padding:2rem}.hero{background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);color:var(--white);padding:4rem 2rem;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto 2rem}.cta-button{display:inline-block;background:var(--accent);color:var(--dark);padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .3s}.cta-button:hover{transform:translateY(-2px)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:2rem;gap:2rem;padding:2rem;max-width:1200px;margin:0 auto}.blog-card{background:var(--white);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:box-shadow .3s,transform .3s}.blog-card:hover{box-shadow:0 10px 40px rgba(0,0,0,.1);transform:translateY(-4px)}.blog-card-image{width:100%;height:200px;background:linear-gradient(135deg,var(--light) 0,var(--border) 100%);display:flex;align-items:center;justify-content:center;font-size:3rem}.blog-card-content{padding:1.5rem}.blog-card-category{display:inline-block;background:var(--primary);color:var(--white);padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.blog-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--dark)}.blog-card p{color:var(--gray);font-size:.9rem;margin-bottom:1rem}.blog-card-meta{display:flex;justify-content:space-between;color:var(--gray);font-size:.8rem}.blog-card-link{color:var(--primary);text-decoration:none;font-weight:600}.post-container{max-width:800px;margin:0 auto;padding:2rem}.post-header{margin-bottom:2rem}.post-category{display:inline-block;background:var(--primary);color:var(--white);padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:1rem}.post-title{font-size:2.5rem;line-height:1.2;margin-bottom:1rem}.post-meta{color:var(--gray);display:flex;gap:1rem}.post-content{line-height:1.8;font-size:1.1rem}.post-content h2{margin:2rem 0 1rem;color:var(--dark)}.post-content p{margin-bottom:1.5rem}.post-content ol,.post-content ul{margin-bottom:1.5rem;padding-left:2rem}.post-content li{margin-bottom:.5rem}.cta-section{background:var(--light);padding:4rem 2rem;text-align:center}.cta-section h2{font-size:2rem;margin-bottom:1rem}.cta-section p{color:var(--gray);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.site-footer{background:var(--dark);color:var(--white);padding:2rem}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.social-links{display:flex;gap:1rem}.social-links a{color:var(--white);text-decoration:none;opacity:.8;transition:opacity .3s}.social-links a:hover{opacity:1}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem}.hero h1{font-size:2rem}.blog-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:1rem;text-align:center}}