:root{--navy:#07315f;--blue:#0d72b8;--cyan:#10aee8;--orange:#ff7b19;--green:#20bd61;--ink:#112f44;--muted:#647a8a;--bg:#eef5f8;--line:#d9e6ed;--head:Manrope,Inter,sans-serif;--body:Inter,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--body);color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 36px));margin:auto}.top-strip{background:#06284d;color:#d7ebf8;font-size:12px}.top-strip .container{min-height:34px;display:flex;justify-content:space-between;align-items:center}.top-strip a{font-weight:800;color:#fff}.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #e5edf2}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:188px;display:block}.header nav{display:flex;align-items:center;gap:22px;font-size:13px;font-weight:800;color:#38566b}.header nav a:hover{color:var(--blue)}.header .call{height:42px;padding:0 17px;display:flex;align-items:center;border-radius:12px;background:var(--orange);color:#fff}.eyebrow{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:#0a7db7}.chip{display:inline-flex;align-items:center;width:max-content;padding:6px 9px;border-radius:999px;background:#e9f6fc;color:#0a79b2;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.blog-hero{padding:80px 0 62px;background:radial-gradient(circle at 85% 10%,rgba(16,174,232,.18),transparent 32%),linear-gradient(145deg,#eaf4f8,#f7fbfd)}.blog-hero h1,.article-hero h1,.not-found h1{font-family:var(--head);font-size:clamp(40px,6vw,68px);line-height:1.03;letter-spacing:-.045em;margin:12px 0 18px;color:#092f54}.blog-hero p{max-width:760px;font-size:18px;line-height:1.65;color:#557084}.featured{padding:62px 0}.featured-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:42px}.featured-image{display:block;border-radius:26px;overflow:hidden;box-shadow:0 25px 60px rgba(9,47,84,.16)}.featured-image img{width:100%;height:430px;display:block;object-fit:cover}.featured h2{font-family:var(--head);font-size:38px;line-height:1.08;letter-spacing:-.035em;margin:12px 0}.featured p{color:var(--muted);line-height:1.65}.meta,.article-meta{font-size:12px;color:#738793;font-weight:700;margin:12px 0 18px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 17px;border-radius:12px;background:var(--navy);color:#fff;font-weight:800;font-size:13px}.btn.secondary{background:#edf5f8;color:#194d70}.posts{padding:72px 0;background:var(--bg)}.section-head{display:grid;grid-template-columns:1fr .75fr;gap:30px;align-items:end;margin-bottom:28px}.section-head h2{font-family:var(--head);font-size:36px;margin:8px 0 0;letter-spacing:-.03em}.section-head>p{color:var(--muted);line-height:1.6}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.post-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 9px 25px rgba(10,52,82,.05)}.post-image{display:block;height:210px;background:#dfeaf0}.post-image img{width:100%;height:100%;object-fit:cover}.post-card>div{padding:19px}.post-card h3{font-family:var(--head);font-size:20px;line-height:1.2;margin:8px 0}.post-card p{font-size:13px;color:var(--muted);line-height:1.55;min-height:60px}.text-link{color:#0b6fa7;font-weight:800;font-size:12px}.empty{grid-column:1/-1;padding:32px;background:#fff;border-radius:18px;text-align:center}.article-hero{padding:62px 0;background:linear-gradient(145deg,#eef7fa,#f8fbfd)}.article-hero-grid{display:grid;grid-template-columns:1fr 430px;gap:46px;align-items:center}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:11px;color:#688091;margin-bottom:18px}.breadcrumbs a{font-weight:800}.article-hero h1{font-size:clamp(38px,5vw,62px)}.article-hero p{font-size:17px;line-height:1.62;color:#587285}.article-hero figure{margin:0;border-radius:24px;overflow:hidden;box-shadow:0 22px 55px rgba(8,49,85,.15)}.article-hero figure img{display:block;width:100%;height:390px;object-fit:cover}.article-meta{display:flex;flex-wrap:wrap;gap:7px}.article-section{padding:66px 0}.article-layout{display:grid;grid-template-columns:minmax(0,740px) 280px;gap:52px;align-items:start}.article-body{font-size:16px;line-height:1.75;color:#294558}.article-body h2{font-family:var(--head);color:#0b355c;font-size:28px;line-height:1.2;margin:38px 0 12px;letter-spacing:-.02em}.article-body h3{font-family:var(--head);color:#174f73;font-size:21px;margin:28px 0 10px}.article-body p{margin:0 0 18px}.article-body li{margin:7px 0}.article-body a:not(.btn){color:#0872ae;text-decoration:underline}.urgent-note{padding:19px 20px;border-radius:17px;background:#eaf8ef;border:1px solid #ccebd8;margin-bottom:28px}.urgent-note strong{color:#146b3d}.urgent-note p{margin:5px 0}.urgent-note a{font-weight:800;text-decoration:none!important;color:#137545!important}.article-next{margin-top:44px;padding:25px;border-radius:20px;background:#f0f6f9;border:1px solid #dce9ef}.article-next h2{margin-top:0}.article-next>div{display:flex;gap:9px;flex-wrap:wrap}.article-aside{position:sticky;top:100px;display:grid;gap:12px}.aside-card{padding:18px;border-radius:17px;border:1px solid var(--line);background:#fff}.aside-card>span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#7b8f9b;font-weight:900}.aside-card strong{display:block;margin:6px 0 9px;color:#103f63}.aside-card p{font-size:12px;color:var(--muted);line-height:1.5}.aside-card a{color:#0875ae;font-weight:800;font-size:12px}.cta{padding:36px 0;background:#07315f;color:#fff}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.cta span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#84d7f3;font-weight:800}.cta h2{font-family:var(--head);font-size:30px;margin:6px 0}.cta p{margin:0;color:#c6dbe9}.cta-actions{display:flex;gap:9px}.cta-actions a,.mobile-bar a{display:flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:12px;font-weight:900}.wa{background:var(--green);color:#fff}.phone{background:var(--orange);color:#fff}footer{padding:54px 0 30px;background:#061f39;color:#d5e4ee}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}.footer-grid img{width:180px}.footer-grid p{max-width:380px;line-height:1.55;color:#9fb7c8}.footer-grid strong{display:block;color:#fff;margin-bottom:12px}.footer-grid a{display:block;margin:9px 0;font-size:12px;color:#bad0dd}.legal{border-top:1px solid #183c59;margin-top:35px;padding-top:20px;font-size:11px;color:#88a4b8}.not-found{padding:100px 0;min-height:55vh}.not-found p{font-size:17px;color:var(--muted)}.mobile-bar{display:none}
@media(max-width:900px){.header nav a:not(.call){display:none}.featured-grid,.article-hero-grid,.article-layout,.section-head{grid-template-columns:1fr}.featured-image img{height:360px}.post-grid{grid-template-columns:1fr 1fr}.article-hero figure img{height:360px}.article-aside{position:static;grid-template-columns:1fr 1fr}.cta-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:620px){body{padding-bottom:66px}.container{width:min(100% - 24px,1120px)}.top-strip .container{font-size:10px}.header-inner{height:68px}.brand img{width:162px}.blog-hero{padding:54px 0 42px}.blog-hero h1{font-size:42px}.blog-hero p{font-size:15px}.featured{padding:42px 0}.featured-grid{gap:20px}.featured-image img{height:270px}.featured h2{font-size:30px}.posts{padding:50px 0}.section-head{gap:5px}.section-head h2{font-size:30px}.post-grid{grid-template-columns:1fr}.post-image{height:220px}.article-hero{padding:40px 0}.article-hero-grid{gap:24px}.article-hero h1{font-size:38px}.article-hero figure img{height:280px}.article-section{padding:42px 0}.article-body{font-size:15px}.article-body h2{font-size:24px}.article-aside{grid-template-columns:1fr}.article-next>div{display:grid}.cta{padding:28px 0}.cta h2{font-size:26px}.cta-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-grid>div:first-child{grid-column:auto}.mobile-bar{position:fixed;z-index:30;left:0;right:0;bottom:0;display:grid;grid-template-columns:1.1fr .9fr;background:#fff;padding:8px 10px calc(8px + env(safe-area-inset-bottom));box-shadow:0 -8px 30px rgba(5,33,56,.14)}.mobile-bar a{min-height:48px;border-radius:11px}.mobile-bar .phone{margin-left:7px}}
