:root{--bg:#f6f8fc;--text:#102033;--muted:#5d6b82;--blue:#2563eb;--border:#dbe4f0;--soft:#eef4ff}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg);line-height:1.7;padding-top:82px}a{color:var(--blue);text-decoration:none}a:hover{color:#1d4ed8}.site-header{position:fixed;top:0;left:0;right:0;z-index:20;background:#0f172a;border-bottom:1px solid rgba(255,255,255,.08)}.site-header-inner{width:min(1280px,calc(100% - 2rem));margin:0 auto;min-height:82px;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.brand{display:inline-flex;align-items:center;gap:.7rem;color:#fff;font-weight:800}.brand:hover{color:#fff}.brand-text{font-size:1.55rem}.brand-text span{color:var(--blue)}.brand-mark{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:.65rem;color:#fff;background:#2563eb}.brand-mark svg{width:1.35rem}.primary-nav{display:flex;gap:1.2rem}.primary-nav a{color:#cbd5e1;font-weight:700;font-size:.94rem}.primary-nav a:hover,.primary-nav a[aria-current=page]{color:#60a5fa}.header-actions{display:flex;align-items:center;gap:.85rem}.phone-link{color:#fff;font-weight:800}.client-button{padding:.55rem 1rem;border-radius:.45rem;background:#2563eb;color:#fff!important;font-weight:800}.language-switcher{position:relative}.language-switcher button{border:0;background:transparent;color:#cbd5e1;font:inherit;font-weight:700}.language-menu{position:absolute;right:0;top:calc(100% + .8rem);display:none;min-width:210px;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:.85rem;box-shadow:0 24px 70px rgba(15,23,42,.2)}.language-switcher:hover .language-menu{display:grid}.language-menu a{color:#334155;padding:.55rem .75rem;border-radius:.55rem;font-weight:700}.blog-shell,.article-shell{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:2.25rem 0 4rem}.blog-hero,.article-hero{margin:2rem 0;padding:clamp(2rem,6vw,4.5rem);color:#fff;background:radial-gradient(circle at top right,rgba(96,165,250,.35),transparent 34rem),linear-gradient(135deg,#0f172a,#172554 55%,#1e3a8a);border-radius:2rem;box-shadow:0 28px 80px rgba(15,23,42,.2)}.blog-hero h1,.article-hero h1{margin:.4rem 0 1rem;font-size:clamp(2rem,5vw,4.4rem);line-height:1.05}.blog-hero p,.article-hero p{max-width:840px;color:#dbeafe;font-size:1.1rem}.blog-hero a,.article-hero a{color:#fff;text-decoration:underline}.section-eyebrow,.article-kicker{color:#93c5fd;text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.78rem}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.button-primary,.button-secondary{display:inline-flex;padding:.85rem 1.15rem;border-radius:.8rem;font-weight:800}.button-primary{background:#2563eb;color:#fff!important}.button-secondary{background:#fff;color:#2563eb!important}.editorial-panel,.blog-tools,.article-layout section,.toc,.post-card{background:#fff;border:1px solid var(--border);box-shadow:0 16px 40px rgba(15,23,42,.05)}.editorial-panel{display:grid;grid-template-columns:.9fr 1.4fr;gap:1.5rem;margin-bottom:1.5rem;padding:2rem;border-radius:1.25rem}.blog-tools{display:grid;gap:.8rem;margin-bottom:1.5rem;padding:1.25rem;border-radius:1.2rem}.blog-tools input{border:1px solid var(--border);border-radius:.9rem;padding:.95rem 1rem;font:inherit}.keyword-links,.tag-row{display:flex;gap:.5rem;flex-wrap:wrap}.keyword-links a,.tag-row span{padding:.35rem .65rem;border-radius:999px;background:var(--soft);color:#1e40af;font-size:.82rem;font-weight:750}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.post-card{border-radius:1.25rem;overflow:hidden}.post-image{min-height:170px;display:grid;place-items:center;background:linear-gradient(135deg,#eff6ff,#f8fafc)}.post-image img{max-width:46%;max-height:140px;object-fit:contain}.post-card-body{padding:1.1rem;display:grid;gap:.65rem}.post-card h2{margin:0;font-size:1.08rem;line-height:1.3}.post-card p{margin:0;color:var(--muted);font-size:.94rem}.card-meta,.article-meta{color:var(--muted);font-size:.84rem;font-weight:700}.pagination{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.pagination a,.pagination span{padding:.7rem 1rem;border-radius:.8rem;background:#fff;border:1px solid var(--border);font-weight:800}.breadcrumbs{display:flex;gap:.55rem;flex-wrap:wrap;color:var(--muted);margin:1rem 0}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:1.5rem}.article-hero{grid-column:1/-1}.article-meta{display:flex;gap:1rem;flex-wrap:wrap;color:#bfdbfe}.hero-card{display:flex;gap:1.2rem;margin-top:1.6rem;padding:1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:1.2rem}.hero-card img{width:96px;object-fit:contain}.toc{position:sticky;top:5.5rem;grid-column:2;grid-row:2/span 10;display:grid;gap:.55rem;padding:1rem;border-radius:1rem}.article-layout section{grid-column:1;padding:2rem;border-radius:1.35rem}.keyword-box,.recommendation,.pricing-note{padding:1rem;border-radius:1rem;background:#eff6ff;border:1px solid #bfdbfe}.recommendation{background:#ecfdf5;border-color:#99f6e4}.pricing-panel{border:2px solid #bfdbfe!important}.table-wrap{overflow-x:auto}.pricing-table,.decision-table{width:100%;border-collapse:collapse;min-width:760px}.pricing-table th,.pricing-table td,.decision-table th,.decision-table td{padding:.85rem;border-bottom:1px solid var(--border);text-align:left}.table-link{padding:.5rem .7rem;border-radius:.65rem;color:#fff!important;background:#2563eb;font-weight:800}.mistake-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.mistake-grid article{padding:1rem;border-radius:1rem;background:#f8fafc;border:1px solid var(--border)}.expert-panel,.final-cta{background:linear-gradient(135deg,#0f172a,#1e3a8a)!important;color:#fff}.expert-panel p,.final-cta p{color:#dbeafe}.faq-section details{padding:1rem;margin:.75rem 0;border:1px solid var(--border);border-radius:1rem;background:#f8fafc}.site-footer{color:#cbd5e1;background:#0f172a;padding:5rem 1rem 2rem}.footer-grid{width:min(1280px,calc(100% - 2rem));margin:0 auto;display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:2rem}.site-footer h2{color:#fff;font-size:1.05rem}.site-footer p{color:#94a3b8}.site-footer a:not(.brand){display:block;color:#cbd5e1;font-weight:650;margin:.7rem 0}.footer-bottom{width:min(1280px,calc(100% - 2rem));margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid #1e293b}@media(max-width:980px){.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout{grid-template-columns:1fr}.toc,.article-layout section{grid-column:1}.footer-grid,.editorial-panel{grid-template-columns:1fr 1fr}.site-header-inner{align-items:flex-start;flex-direction:column;padding:1rem 0}body{padding-top:166px}}@media(max-width:640px){.post-grid,.footer-grid,.editorial-panel,.mistake-grid{grid-template-columns:1fr}.phone-link,.language-switcher{display:none}body{padding-top:190px}}
