:root{--primary-50:#FCFCFD;--primary-100:#F5F5F5;--primary-200:#E9EAEB;--primary-300:#D5D7DA;--primary-400:#A4A7AE;--primary-500:#717680;--primary-600:#535862;--primary-700:#414651;--primary-800:#252B37;--primary-900:#181D27;--green:#2c3e50;--green-dark:#1e293b;--blue:#2563eb;--bg:var(--primary-50);--text:var(--primary-700);--text-strong:var(--primary-900);--text-muted:var(--primary-500);--border:var(--primary-200);--card-bg:#fff;--content-w:740px;--page-w:1100px;--radius:10px}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;margin-top:0!important}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}header.blog-header{background:#fff!important;padding:0 20px!important;position:sticky!important;top:0!important;z-index:1000!important;box-shadow:0 1px 3px rgb(0 0 0/.08)!important;border-bottom:1px solid var(--border)!important;width:100%!important}header.blog-header .wrap{display:flex!important;align-items:center!important;justify-content:space-between!important;max-width:var(--page-w)!important;margin:0 auto!important;height:60px!important;padding:0!important;position:relative!important}header.blog-header a.logo{display:flex!important;align-items:center!important;flex-shrink:0!important}header.blog-header a.logo img.logo-img{height:34px!important;width:auto!important;max-width:150px!important;display:block!important}header.blog-header .nav-actions,header.blog-header nav.nav-center{display:flex!important;align-items:center!important;gap:4px!important}header.blog-header nav.nav-center{position:absolute!important;left:50%!important;transform:translateX(-50%)!important}header.blog-header .nav-actions a,header.blog-header nav.nav-center a{color:var(--primary-700)!important;font-size:.88rem!important;padding:6px 14px!important;border-radius:6px!important;transition:all .2s!important;text-decoration:none!important;white-space:nowrap!important}header.blog-header .nav-actions a:hover,header.blog-header nav.nav-center a:hover{color:var(--primary-900)!important;background:var(--primary-100)!important}header.blog-header .nav-actions{flex-shrink:0!important}header.blog-header .nav-actions .cta-btn{background:var(--primary-800)!important;color:#fff!important;font-weight:600!important;padding:7px 18px!important;border-radius:6px!important;font-size:.85rem!important;transition:background .2s!important}header.blog-header .nav-actions .cta-btn:hover{background:var(--primary-900)!important;color:#fff!important}header.blog-header .mobile-toggle{display:none!important;background:0 0!important;border:0!important;color:var(--primary-700)!important;font-size:1.5rem!important;cursor:pointer!important;padding:6px!important}.wrap{max-width:var(--page-w);margin:0 auto;padding:0 20px}.blog-hero{background:var(--primary-900);padding:40px 0 48px;color:#fff;text-align:center}.blog-hero h1{font-size:2rem;letter-spacing:-.5px}.posts-section{padding:48px 0}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px}.post-card{background:var(--card-bg);border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 4px rgb(0 0 0/.06);transition:box-shadow .3s,transform .3s;display:flex;flex-direction:column}.post-card:hover{box-shadow:0 8px 24px rgb(0 0 0/.1);transform:translateY(-3px)}.post-card .card-img{width:100%;height:210px;object-fit:cover;display:block}.post-card .card-body{padding:20px 24px 24px;flex:1;display:flex;flex-direction:column}.footer-links h5,.post-card .card-cat{text-transform:uppercase;letter-spacing:.8px}.post-card .card-cat{font-size:.72rem;font-weight:700;color:var(--green);margin-bottom:8px}.blog-hero h1,.footer-brand h4,.post-card h2{margin-bottom:10px;font-weight:700}.post-card h2{font-size:1.12rem;color:var(--text-strong);line-height:1.4}.post-card .card-excerpt{color:var(--text-muted);font-size:.88rem;line-height:1.55;flex:1}.post-card .card-meta{margin-top:16px;padding-top:12px;border-top:1px solid var(--border);font-size:.78rem;display:flex;justify-content:space-between}.bc{font-size:.82rem;padding:16px 0 0}.bc,.bc a,.post-card .card-meta{color:var(--text-muted)}.bc a:hover,.footer-brand h4 b,.footer-links a:hover{color:var(--green)}.blog-footer{background:var(--primary-900);color:rgb(255 255 255/.55);padding:48px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:36px}.footer-brand h4{color:#fff;font-size:1.2rem}.footer-brand p{font-size:.88rem;line-height:1.6;max-width:340px}.footer-links h5{color:rgb(255 255 255/.8);font-size:.82rem;margin-bottom:14px;font-weight:600}.footer-links a{display:block;color:rgb(255 255 255/.5);font-size:.85rem;padding:3px 0;transition:color .2s}.footer-cta{background:var(--primary-800);border-radius:var(--radius);padding:28px 32px;text-align:center}.footer-cta p{font-size:.95rem;color:rgb(255 255 255/.7);margin-bottom:14px}.footer-cta a{display:inline-block;background:var(--green);color:#fff;padding:10px 24px;border-radius:6px;font-weight:600;font-size:.88rem;transition:background .2s}.footer-cta a:hover{background:var(--green-dark)}.footer-bottom{border-top:1px solid rgb(255 255 255/.08);padding-top:20px;text-align:center;font-size:.78rem}.footer-bottom a{color:var(--green)}@media (max-width:768px){header.blog-header .nav-actions,header.blog-header nav.nav-center{display:none!important}header.blog-header .mobile-toggle{display:block!important}.blog-hero h1{font-size:1.6rem}.footer-grid,.posts-grid{grid-template-columns:1fr}.footer-grid{gap:28px}}