@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg:#f8fafc;--bg-inner:#fff;--brand:#194060;--brand-strong:#0f273b;--accent:#4e95b4;--accent-soft:#4e95b41a;--ink:#0f172a;--muted:#475569;--border:#e2e8f0;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--shadow-sm:0 2px 4px #0f172a0a;--shadow-md:0 12px 24px -4px #0f172a14;--shadow-lg:0 24px 48px -12px #0f172a1f;--container:1200px;--transition:all .2s ease-in-out}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Manrope,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;transition:var(--transition);text-decoration:none}button,a{cursor:pointer}h1,h2,h3,h4,p,ul{margin:0;padding:0}li{list-style:none}.container{max-width:var(--container);margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.site-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100;background:#fffffffa;position:sticky;top:0}.nav-row{justify-content:space-between;align-items:center;height:90px;display:flex}.brand-img{height:52px}.site-nav{color:var(--muted);gap:2.5rem;font-size:.95rem;font-weight:600;display:flex}.site-nav a:hover{color:var(--brand)}.btn{transition:var(--transition);border:1px solid #0000;border-radius:99px;align-items:center;gap:.6rem;padding:.9rem 1.75rem;font-size:1rem;font-weight:700;display:inline-flex}.btn-primary{background:var(--brand);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--brand-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-secondary{color:var(--brand-strong);border-color:var(--border);background:#fff}.btn-secondary:hover{border-color:var(--brand);color:var(--brand);box-shadow:var(--shadow-sm)}.btn.compact{padding:.6rem 1.25rem;font-size:.9rem}.insight-card{flex-direction:column;display:flex}.insight-thumb{object-fit:cover;border-radius:var(--radius-md);width:100%;height:240px;margin-bottom:1.25rem;transition:transform .4s,filter .4s}.insight-card:hover .insight-thumb{filter:brightness(1.05);transform:scale(1.03)}.insight-tag{background:var(--brand-strong);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;margin-bottom:1rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.eyebrow{background:var(--accent-soft);color:var(--brand);text-transform:uppercase;letter-spacing:.05em;border-radius:99px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.section-kicker{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:block}.hero{background:linear-gradient(180deg, #fff 0%, var(--bg) 100%);padding:4rem 0 6rem}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero h1{color:var(--brand-strong);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.2rem;line-height:1.15}.hero-lead{color:var(--muted);max-width:95%;margin-bottom:2.5rem;font-size:1.15rem}.hero-actions{gap:1rem;margin-bottom:3rem;display:flex}.hero-points{color:var(--brand-strong);flex-direction:column;gap:1rem;font-weight:600;display:flex}.hero-points li{align-items:center;gap:.75rem;display:flex}.hero-points svg{color:var(--accent)}.image-panel{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);aspect-ratio:4/4.5;position:relative;overflow:hidden}.image-panel img{object-fit:cover;width:100%;height:100%}.image-panel-overlay{color:#fff;background:linear-gradient(#0f172a00 40%,#0f172af2 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.image-panel-overlay p{opacity:.9;margin-top:.5rem;font-size:1.05rem}.image-panel-overlay strong{font-size:1.5rem;line-height:1.3}.trust-strip{z-index:10;margin-top:-3rem;padding-bottom:2rem;position:relative}.trust-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.trust-item{border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid var(--border);background:#fff;gap:1rem;padding:2rem;display:flex}.trust-item svg{color:var(--brand);flex-shrink:0}.trust-item strong{color:var(--brand-strong);margin-bottom:.25rem;font-size:1.1rem;display:block}.trust-item p{color:var(--muted);font-size:.95rem}.services-section{background:var(--bg);padding:5rem 0}.section-heading{max-width:700px;margin-bottom:4rem}.section-heading h2{color:var(--brand-strong);letter-spacing:-.02em;margin-bottom:1.2rem;font-size:2.5rem;line-height:1.2}.section-heading p{color:var(--muted);font-size:1.1rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card{border-radius:var(--radius-md);border:1px solid var(--border);transition:var(--transition);background:#fff;padding:2.5rem}.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.service-icon{background:var(--bg);border-radius:var(--radius-sm);width:56px;height:56px;color:var(--brand);justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-card h3{color:var(--brand-strong);margin-bottom:.75rem;font-size:1.25rem}.service-card p{color:var(--muted);font-size:.95rem}.method-section{border-top:1px solid var(--border);background:#fff;padding:6rem 0}.method-grid{grid-template-columns:1fr 1fr;gap:5rem;display:grid}.step-card{gap:1.5rem;margin-bottom:2.5rem;display:flex}.step-card:last-child{margin-bottom:0}.step-number{background:var(--accent-soft);width:48px;height:48px;color:var(--brand);border-radius:99px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.step-card h3{color:var(--brand-strong);margin-bottom:.5rem;font-size:1.25rem}.step-card p{color:var(--muted);font-size:1rem}.sectors-section{background:var(--bg);padding:6rem 0}.sectors-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.sectors-panel{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);background:#fff;padding:3rem}.sectors-panel h2{color:var(--brand-strong);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.sector-list{flex-direction:column;gap:1rem;display:flex}.sector-item{border-radius:var(--radius-md);border:1px solid var(--border);color:var(--brand-strong);box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:1rem;padding:1.5rem 2rem;font-weight:700;display:flex}.sector-item svg{color:var(--accent)}.insights-section{background:#fff;padding:6rem 0}.insights-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.insight-card{border-radius:var(--radius-md);border:1px solid var(--border);transition:var(--transition);background:#fff;flex-direction:column;padding:0;display:flex;overflow:hidden}.insight-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.insight-thumb{object-fit:cover;background:#e2e8f0;width:100%;height:220px}.insight-card>.insight-tag,.insight-card>h3,.insight-card>p,.insight-card>.insight-meta,.insight-card>a{margin-left:2rem;margin-right:2rem}.insight-tag{background:var(--accent-soft);color:var(--brand);text-transform:uppercase;border-radius:99px;align-self:flex-start;margin-top:1.5rem;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.insight-card h3{color:var(--brand-strong);margin-bottom:1rem;font-size:1.25rem}.insight-card p{color:var(--muted);flex-grow:1;margin-bottom:1.25rem;line-height:1.7}.insight-meta{color:#64748b;flex-direction:column;gap:.35rem;margin-bottom:1.25rem;font-size:.85rem;display:flex}.insight-card a{color:var(--brand);align-items:center;gap:.5rem;margin-bottom:2rem;font-weight:700;display:inline-flex}.insight-card a:hover{color:var(--accent)}.compact-heading{margin-bottom:2.5rem}.blog-hero,.blog-article-hero{background:linear-gradient(180deg, #fff 0%, var(--bg) 100%);padding:4rem 0 3rem}.blog-hero-grid,.article-hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;gap:3rem;display:grid}.blog-hero h1,.article-hero-copy h1{color:var(--brand-strong);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3rem;line-height:1.1}.blog-hero-panel,.article-sidebar-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff}.blog-hero-panel{padding:2rem}.blog-hero-panel strong{color:var(--brand-strong);margin-bottom:.8rem;font-size:1.4rem;display:block}.blog-hero-panel p{color:var(--muted)}.blog-listing-section{background:#fff}.blog-listing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;display:grid}.blog-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.blog-card-thumb{object-fit:cover;background:#e2e8f0;width:100%;height:260px}.blog-card-body{padding:1.75rem}.blog-card-body h2{color:var(--brand-strong);margin-bottom:.9rem;font-size:1.5rem;line-height:1.25}.blog-card-body p{color:var(--muted);margin-bottom:1rem;line-height:1.7}.blog-card-meta,.article-meta-row{color:#64748b;flex-wrap:wrap;gap:1rem;font-size:.92rem;display:flex}.blog-card-link,.back-link{color:var(--brand);align-items:center;gap:.5rem;font-weight:700;display:inline-flex}.blog-card-link{margin-top:1rem}.back-link{margin-bottom:1.5rem}.article-hero-copy .hero-lead{max-width:none;margin-bottom:1.5rem}.article-meta-row span{align-items:center;gap:.45rem;display:inline-flex}.article-hero-image{border-radius:var(--radius-lg);aspect-ratio:4/3;object-fit:cover;width:100%;box-shadow:var(--shadow-lg)}.article-body-section,.related-posts-section{background:#fff}.article-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:3rem;display:grid}.article-content{min-width:0}.article-section-block+.article-section-block{margin-top:3rem}.article-section-block h2{color:var(--brand-strong);margin-bottom:1rem;font-size:2rem;line-height:1.15}.article-section-block h3{color:var(--brand-strong);margin-bottom:.6rem;font-size:1.2rem}.article-section-block p{color:var(--muted);font-size:1.05rem;line-height:1.9}.article-section-block p+p{margin-top:1rem}.faq-list,.source-list{gap:1rem;display:grid}.faq-item{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);padding:1.25rem 1.35rem}.source-list li{list-style:none}.source-list a{color:var(--brand);font-weight:700}.article-sidebar{gap:1rem;display:grid;position:sticky;top:110px}.article-sidebar-card{padding:1.5rem}.article-sidebar-card h3{color:var(--brand-strong);margin-bottom:.75rem}.article-sidebar-card p{color:var(--muted);margin-bottom:1rem}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.empty-state{text-align:center}.empty-state p{color:var(--muted);margin:1rem 0 2rem}.contact-section{background:#fff;padding-bottom:6rem}.contact-card{background:var(--brand-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);grid-template-columns:1.5fr 1fr;align-items:stretch;display:grid;position:relative;overflow:hidden}.contact-img{object-fit:cover;opacity:.8;mix-blend-mode:screen;width:100%;height:100%}.contact-content{color:#fff;flex-direction:column;justify-content:center;padding:4rem;display:flex}.contact-content h2{color:#fff;margin-bottom:1rem;font-size:2.2rem;line-height:1.15}.contact-content p{color:#cbd5e1;margin-bottom:2.5rem;font-size:1.1rem}.contact-meta{color:#cbd5e1;flex-direction:column;gap:1rem;margin-top:2rem;font-size:.95rem;display:flex}.contact-meta div{align-items:center;gap:.75rem;display:flex}.contact-meta a{color:inherit}.contact-meta a:hover{color:#fff}.site-footer{background:var(--brand-strong);color:#94a3b8;padding:4rem 0 2rem}.footer-grid{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:3rem;display:flex}.footer-grid img{filter:brightness(0)invert();height:48px;margin-bottom:1rem}.footer-grid p{max-width:400px}.footer-contact{color:#cbd5e1;flex-direction:column;gap:.9rem;display:flex}.footer-contact a{color:inherit;align-items:center;gap:.65rem;font-weight:600;display:inline-flex}.footer-contact a:hover{color:#fff}.footer-copy{justify-content:space-between;font-size:.9rem;display:flex}@media (width<=1024px){.hero-grid,.method-grid,.sectors-grid,.blog-hero-grid,.article-hero-grid,.article-layout{grid-template-columns:1fr;gap:3rem}.trust-grid,.services-grid,.insights-grid{grid-template-columns:repeat(2,1fr)}.blog-listing-grid,.related-grid{grid-template-columns:1fr}.site-nav{display:none}.contact-card{grid-template-columns:1fr}.contact-img{height:300px}.footer-grid{flex-direction:column;align-items:flex-start;gap:2rem}.article-sidebar{position:static}}@media (width<=768px){.trust-grid,.services-grid,.insights-grid{grid-template-columns:1fr}.hero h1{font-size:2.5rem}.blog-hero h1,.article-hero-copy h1{font-size:2.3rem}.section{padding:4rem 0}.blog-card-thumb,.insight-thumb{height:210px}.blog-card-body,.article-sidebar-card{padding:1.25rem}.article-section-block h2{font-size:1.6rem}}
