@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary: #2563eb;--accent: #f59e0b;--navy: #0f172a;--bg: #ffffff;--bg-alt: #f8fafc;--text: #1f2937;--text-muted: #6b7280;--border: #e5e7eb;--success: #10b981;--danger: #ef4444}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Inter,system-ui,sans-serif;font-weight:700;line-height:1.25}h1{font-size:2.5rem}h2{font-size:2rem;color:var(--navy)}h3{font-size:1.35rem}h4{font-size:1.1rem}p{margin-bottom:1rem}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}ul,ol{padding-left:1.5rem;margin-bottom:1rem}li{margin-bottom:.5rem}img{max-width:100%;height:auto;display:block}table{width:100%;border-collapse:collapse}th{background:#f9fafb;font-weight:600;padding:.75rem;border-bottom:2px solid var(--border);text-align:left}td{padding:.75rem;border-bottom:1px solid var(--border)}code{background:#f3f4f6;padding:.2rem .4rem;border-radius:4px;font-size:.9em;font-family:Fira Mono,Courier New,monospace}pre{background:#1e293b;color:#e2e8f0;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}pre code{background:none;padding:0;color:inherit;font-size:inherit}.site-wrapper{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.content-grid{display:grid;grid-template-columns:1fr 320px;gap:3rem}.content-body{min-width:0}@media (max-width: 900px){.content-grid{grid-template-columns:1fr}}.site-nav{position:sticky;top:0;z-index:100;background:var(--navy);box-shadow:0 2px 8px #00000026}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1.5rem;height:64px}.nav-logo{text-decoration:none;color:#fff;font-size:1.2rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.nav-logo:hover{text-decoration:none;color:#fff}.logo-icon{background:var(--accent);color:var(--navy);border-radius:6px;padding:4px 8px;font-size:.9rem;font-weight:800}.nav-links{display:flex;gap:.25rem;list-style:none;margin:0;padding:0;align-items:center}.nav-links>li{position:relative}.nav-links>li>a,.nav-links>li>button{color:#ffffffd9;background:none;border:none;font-size:.9rem;font-weight:500;padding:.5rem .85rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:.35rem;transition:color .2s,background .2s;font-family:inherit;line-height:1}.nav-links>li>a:hover,.nav-links>li>button:hover{color:#fff;background:#ffffff1a;text-decoration:none}.nav-links>li>a.active,.nav-links>li>button[aria-expanded=true]{color:#fff;background:#ffffff1f}.dropdown-icon{font-size:.65rem;transition:transform .2s;display:inline-block}button[aria-expanded=true] .dropdown-icon{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border-radius:10px;box-shadow:0 8px 24px #0000001f;min-width:220px;padding:.5rem;list-style:none;z-index:200;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s,visibility .2s,transform .2s}.nav-links>li:hover .dropdown-menu,.nav-links>li .dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li a{display:block;padding:.6rem 1rem;color:var(--text);font-size:.875rem;border-radius:6px;transition:background .15s;text-decoration:none}.dropdown-menu li a:hover{background:var(--bg-alt);color:var(--primary);text-decoration:none}.nav-mobile-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1}@media (max-width: 768px){.nav-mobile-toggle{display:block}.nav-links{display:none;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:var(--navy);padding:1rem;gap:0}.nav-links.open{display:flex}.nav-links>li{width:100%}.nav-links>li>a,.nav-links>li>button{width:100%;text-align:left;border-radius:6px;padding:.65rem .85rem}.dropdown-menu{position:static;box-shadow:none;opacity:1;visibility:visible;transform:none;display:none;padding-left:1rem;background:transparent;border-radius:0;min-width:0;transition:none}.dropdown-menu.open{display:block}.dropdown-menu li a{color:#ffffffbf;padding:.5rem 1rem}.dropdown-menu li a:hover{background:#ffffff14;color:#fff}}.hero{background:linear-gradient(135deg,#0f172a,#1e3a5f 60%,#1d4ed8);color:#fff;padding:5rem 1.5rem}.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media (max-width: 768px){.hero-inner{grid-template-columns:1fr}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#f59e0b33;color:var(--accent);border:1px solid rgba(245,158,11,.4);border-radius:20px;padding:.35rem 1rem;font-size:.8rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:.05em;text-transform:uppercase}.hero h1{font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:1.15;margin:0 0 1.25rem;color:#fff}.hero h1 span.highlight{color:var(--accent)}.hero p.lead{font-size:1.1rem;color:#fffc;margin-bottom:2rem;max-width:520px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:var(--navy);font-weight:700;padding:.85rem 1.75rem;border-radius:8px;text-decoration:none;transition:transform .2s,box-shadow .2s;font-size:.95rem;font-family:inherit;border:none;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66;text-decoration:none}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.25);font-weight:600;padding:.85rem 1.75rem;border-radius:8px;text-decoration:none;transition:background .2s,border-color .2s;font-size:.95rem;font-family:inherit;cursor:pointer}.btn-secondary:hover{background:#fff3;text-decoration:none}.hero-visual{display:flex;flex-direction:column;gap:1rem}@media (max-width: 768px){.hero-visual{display:none}}.stat-strip{background:var(--navy);padding:2rem 1.5rem}.stat-strip-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 768px){.stat-strip-inner{grid-template-columns:repeat(2,1fr)}}.stat-card{text-align:center;padding:1.5rem;background:#ffffff0f;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.stat-number{font-size:2.25rem;font-weight:800;color:var(--accent);line-height:1}.stat-label{font-size:.8rem;color:#ffffffa6;margin-top:.35rem;text-transform:uppercase;letter-spacing:.05em}.section{padding:4rem 1.5rem}.section-alt{background:var(--bg-alt)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2rem;font-weight:800;color:var(--navy);margin-bottom:.75rem}.section-header p{color:var(--text-muted);font-size:1.05rem;max-width:560px;margin:0 auto}.section-label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.5rem}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.75rem}.post-card{background:#fff;border-radius:12px;border:1px solid var(--border);overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.post-card-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .75rem;border-radius:20px}.badge-basics{background:#dbeafe;color:#1e40af}.badge-cost{background:#fef3c7;color:#92400e}.badge-install{background:#d1fae5;color:#065f46}.badge-ownership{background:#ede9fe;color:#5b21b6}.post-card-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.post-card-meta{display:flex;align-items:center;gap:1rem;color:var(--text-muted);font-size:.8rem;margin-bottom:.75rem}.post-card-title{font-size:1.05rem;font-weight:700;color:var(--navy);margin:0 0 .5rem;line-height:1.35}.post-card-title a{color:inherit;text-decoration:none}.post-card-title a:hover{color:var(--primary);text-decoration:none}.post-card-excerpt{font-size:.875rem;color:var(--text-muted);line-height:1.6;flex:1}.post-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.read-more{font-size:.85rem;font-weight:600;color:var(--primary);text-decoration:none}.read-more:hover{text-decoration:underline}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;margin:2rem 0;box-shadow:0 2px 12px #00000012}.comparison-table{width:100%;border-collapse:collapse;min-width:560px}.comparison-table th{background:var(--navy);color:#fff;padding:1rem;text-align:center;font-size:.875rem;font-weight:600;border-bottom:none}.comparison-table th:first-child{text-align:left}.comparison-table td{padding:.875rem 1rem;text-align:center;border-bottom:1px solid var(--border);font-size:.9rem}.comparison-table td:first-child{text-align:left;font-weight:600;color:var(--navy)}.comparison-table tr:nth-child(2n){background:var(--bg-alt)}.comparison-table tr:hover{background:#eff6ff}.comparison-table tr.highlighted{background:#eff6ff;border-left:3px solid var(--primary)}.comparison-table tr.highlighted th[scope=row],.comparison-table tr.highlighted td:first-child{color:var(--primary)}.comparison-table tr.highlighted:hover{background:#dbeafe}.check{color:var(--success);font-weight:700;font-size:1.1rem}.cross{color:var(--danger);font-weight:700;font-size:1.1rem}.pill{display:inline-block;padding:.2rem .75rem;border-radius:20px;font-size:.78rem;font-weight:600}.pill-green{background:#d1fae5;color:#065f46}.pill-yellow{background:#fef3c7;color:#92400e}.pill-red{background:#fee2e2;color:#991b1b}.pill-blue{background:#dbeafe;color:#1e40af}.howto-steps{list-style:none;padding:0;display:flex;flex-direction:column;gap:2rem}.step-item{display:flex;gap:1.5rem;align-items:flex-start}.step-number{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;font-size:1.1rem;font-weight:800;display:flex;align-items:center;justify-content:center}.step-content h3{font-size:1.1rem;font-weight:700;color:var(--navy);margin:0 0 .5rem}.step-content p{color:var(--text-muted);font-size:.95rem;margin:0}.callout{border-radius:10px;padding:1.25rem 1.5rem;margin:1.5rem 0;display:flex;gap:1rem;align-items:flex-start}.callout-icon{font-size:1.4rem;flex-shrink:0;line-height:1}.callout-body strong{display:block;margin-bottom:.25rem}.callout-tip{background:#ecfdf5;border-left:4px solid var(--success)}.callout-tip .callout-icon{color:var(--success)}.callout-warning{background:#fffbeb;border-left:4px solid var(--accent)}.callout-warning .callout-icon{color:var(--accent)}.callout-info{background:#eff6ff;border-left:4px solid var(--primary)}.callout-info .callout-icon{color:var(--primary)}.sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-widget{background:var(--bg-alt);border-radius:12px;padding:1.25rem;border:1px solid var(--border)}.sidebar-widget h3{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 1rem;border-bottom:1px solid var(--border);padding-bottom:.75rem}.related-link{display:block;padding:.6rem 0;border-bottom:1px solid var(--border);color:var(--navy);font-size:.875rem;text-decoration:none;font-weight:500;transition:color .15s}.related-link:hover{color:var(--primary);text-decoration:none}.related-link:last-child{border-bottom:none}.post-header{background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;padding:3rem 1.5rem}.post-header-inner{max-width:1200px;margin:0 auto}.post-header h1{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;line-height:1.2;color:#fff;margin:1rem 0}.post-header-meta{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;color:#ffffffb3;font-size:.875rem;margin-top:.75rem}.post-content{padding:3rem 1.5rem}.post-content-inner{max-width:1200px;margin:0 auto}.post-body h2{color:var(--navy);border-bottom:2px solid var(--border);padding-bottom:.5rem;margin-top:2.5rem}.post-body p{font-size:1.05rem;line-height:1.8}.site-footer{background:var(--navy);color:#ffffffbf;padding:4rem 1.5rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.footer-grid{grid-template-columns:1fr}}.footer-brand p{font-size:.875rem;line-height:1.7;margin-top:.75rem;color:#fff9;max-width:280px}.footer-col h4{color:#fff;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:.6rem}.footer-col ul li a{color:#ffffffa6;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:#fff;text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.8rem;color:#ffffff73;margin-bottom:0}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.text-small{font-size:.8rem;color:var(--text-muted);margin-top:1rem}
