@charset "UTF-8";*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#333f52;line-height:1.6;background:#fff;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button{cursor:pointer;border:none;background:0 0;font-family:inherit}input,select,textarea{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#0d1b4b;line-height:1.25;font-weight:700}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.6rem,3vw,2.25rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:16px;color:#333f52}p:last-child{margin-bottom:0}b,strong{font-weight:700}em,i{font-style:italic}a{color:#1d72f5;-webkit-transition:all .15s ease;transition:all .15s ease}a:hover{color:#1558c9}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 24px}.site-main{min-height:calc(100vh - 80px - 200px);padding-top:80px}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.alignwide{max-width:1100px;margin-left:auto;margin-right:auto}.alignfull{width:100vw;margin-left:calc(50% - 50vw)}.alignleft{float:left;margin-right:24px}.alignright{float:right;margin-left:24px}.aligncenter{display:block;margin:0 auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);-webkit-transition:background .3s ease,-webkit-box-shadow .3s ease;transition:background .3s ease,-webkit-box-shadow .3s ease;transition:box-shadow .3s ease,background .3s ease;transition:box-shadow .3s ease,background .3s ease,-webkit-box-shadow .3s ease}.site-header.scrolled{-webkit-box-shadow:0 4px 16px rgba(0,0,0,.1);box-shadow:0 4px 16px rgba(0,0,0,.1)}.site-header .container{height:80px}.site-header .header-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;gap:40px}.header-logo{-ms-flex-negative:0;flex-shrink:0}.header-logo a{display:block}.header-logo .site-logo,.header-logo img.custom-logo{height:80px;width:auto;max-width:220px;-o-object-fit:contain;object-fit:contain}.header-nav{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header-nav .nav-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px;-ms-flex-wrap:wrap;flex-wrap:wrap}.header-nav .nav-menu>li{position:relative}.header-nav .nav-menu>li>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;padding:8px 14px;font-size:15px;font-weight:500;color:#0d1b4b;border-radius:4px;-webkit-transition:all .15s ease;transition:all .15s ease;white-space:nowrap}.header-nav .nav-menu>li>a::after{content:"";display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #0d1b4b;margin-left:2px;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.header-nav .nav-menu>li>a:hover{color:#1d72f5;background:rgba(29,114,245,.06)}.header-nav .nav-menu>li>a:hover::after{border-top-color:#1d72f5}.header-nav .nav-menu>li.menu-item-has-no-children>a::after,.header-nav .nav-menu>li:not(.menu-item-has-children)>a::after{display:none}.header-nav .nav-menu>li.current-menu-ancestor>a,.header-nav .nav-menu>li.current-menu-item>a{color:#1d72f5}.header-nav .nav-menu>li.current-menu-ancestor>a::after,.header-nav .nav-menu>li.current-menu-item>a::after{border-top-color:#1d72f5}.header-nav .nav-menu>li.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}.header-nav .nav-menu>li.menu-item-has-children:hover>a::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header-nav .sub-menu{position:absolute;top:calc(100% + 8px);left:50%;-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px);min-width:200px;background:#fff;border-radius:8px;-webkit-box-shadow:0 8px 32px rgba(0,0,0,.12);box-shadow:0 8px 32px rgba(0,0,0,.12);border:1px solid #e8ecf0;padding:8px 0;opacity:0;visibility:hidden;-webkit-transition:opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;transition:opacity .2s ease,transform .2s ease,visibility .2s ease,-webkit-transform .2s ease;z-index:100}.header-nav .sub-menu li a{display:block;padding:10px 20px;font-size:14px;font-weight:500;color:#0d1b4b;-webkit-transition:all .15s ease;transition:all .15s ease}.header-nav .sub-menu li a:hover{color:#1d72f5;background:rgba(29,114,245,.06);padding-left:24px}.header-nav .sub-menu::before{content:"";position:absolute;top:-6px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:12px;height:12px;background:#fff;border-left:1px solid #e8ecf0;border-top:1px solid #e8ecf0;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.header-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:10px;-ms-flex-negative:0;flex-shrink:0}.btn-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:42px;height:42px;border-radius:9999px;background:#1d72f5;color:#fff;-webkit-transition:all .25s ease;transition:all .25s ease;-ms-flex-negative:0;flex-shrink:0}.btn-icon svg{width:18px;height:18px}.btn-icon:hover{background:#1558c9;-webkit-transform:scale(1.05);transform:scale(1.05)}.btn-consulting{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:0 28px;height:46px;background:#1d72f5;color:#fff;font-size:15px;font-weight:600;border-radius:4px;overflow:hidden;-webkit-transition:all .25s ease;transition:all .25s ease;white-space:nowrap}.btn-consulting::after{content:"";position:absolute;right:0;top:0;bottom:0;width:36px;background:#0d1b4b;clip-path:polygon(30% 0,100% 0,100% 100%,0 100%);-webkit-transition:width .25s ease;transition:width .25s ease}.btn-consulting span{position:relative;z-index:1}.btn-consulting:hover{background:#1558c9;color:#fff;-webkit-box-shadow:0 4px 16px rgba(29,114,245,.35);box-shadow:0 4px 16px rgba(29,114,245,.35)}.btn-consulting:hover::after{width:44px}.btn-hamburger{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;border-radius:4px}.btn-hamburger span{display:block;width:100%;height:2px;background:#0d1b4b;border-radius:9999px;-webkit-transition:all .25s ease;transition:all .25s ease}.btn-hamburger.active span:nth-child(1){-webkit-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}.btn-hamburger.active span:nth-child(2){opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.btn-hamburger.active span:nth-child(3){-webkit-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}.search-overlay{position:fixed;inset:0;background:rgba(13,27,75,.9);z-index:2000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;backdrop-filter:blur(4px)}.search-overlay.active{opacity:1;visibility:visible}.search-overlay__inner{position:relative;width:100%;max-width:680px;padding:0 24px}.search-overlay__inner form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:2px solid rgba(255,255,255,.4);padding-bottom:12px;gap:16px}.search-overlay__inner input[type=search]{-webkit-box-flex:1;-ms-flex:1;flex:1;background:0 0;border:none;outline:0;font-size:1.5rem;font-weight:400;color:#fff;caret-color:#1d72f5}.search-overlay__inner input[type=search]::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.search-overlay__inner input[type=search]::-moz-placeholder{color:rgba(255,255,255,.5)}.search-overlay__inner input[type=search]:-ms-input-placeholder{color:rgba(255,255,255,.5)}.search-overlay__inner input[type=search]::-ms-input-placeholder{color:rgba(255,255,255,.5)}.search-overlay__inner input[type=search]::placeholder{color:rgba(255,255,255,.5)}.search-overlay__inner button[type=submit]{background:0 0;border:none;color:#fff;cursor:pointer;opacity:.7;-webkit-transition:opacity .2s;transition:opacity .2s}.search-overlay__inner button[type=submit]:hover{opacity:1}.search-overlay__close{position:absolute;top:-60px;right:24px;color:#fff;opacity:.7;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,transform .2s;transition:opacity .2s,transform .2s,-webkit-transform .2s}.search-overlay__close:hover{opacity:1;-webkit-transform:rotate(90deg);transform:rotate(90deg)}@media (max-width:1024px){.site-header .container{height:70px}.header-nav{position:fixed;top:70px;left:0;right:0;background:#fff;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.1);box-shadow:0 4px 16px rgba(0,0,0,.1);max-height:calc(100vh - 70px);overflow-y:auto;-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease,visibility .3s ease;transition:transform .3s ease,opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;padding:16px 0}.header-nav.mobile-open{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;visibility:visible}.header-nav .nav-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 24px;gap:2px}.header-nav .nav-menu>li{width:100%}.header-nav .nav-menu>li>a{width:100%;padding:12px 16px;font-size:16px;border-radius:8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-nav .sub-menu{position:static;-webkit-transform:none;transform:none;opacity:1;visibility:visible;-webkit-box-shadow:none;box-shadow:none;border:none;background:#f5f7fa;border-radius:8px;margin:4px 0 4px 16px;padding:4px 0}.header-nav .sub-menu::before{display:none}.header-nav .sub-menu li a{padding:10px 16px;font-size:14px}.header-nav .menu-item-has-children .sub-menu{display:none}.header-nav .menu-item-has-children.mobile-dropdown-open .sub-menu{display:block}.btn-hamburger{display:-webkit-box;display:-ms-flexbox;display:flex}.btn-apps{display:none}}@media (max-width:768px){.header-actions{gap:8px}.btn-consulting{padding:0 18px;height:40px;font-size:14px}}@media (max-width:576px){.btn-search{width:36px;height:36px}}.site-footer{position:relative;background:#0d1b4b;overflow:hidden}.footer-network-bg{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle at 20% 30%,rgba(29,114,245,.12) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(29,114,245,.08) 0,transparent 50%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.02) 0,transparent 70%);background-size:100% 100%}.footer-network-bg::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.08) 1px,transparent 1px);background-size:40px 40px;opacity:.4}.footer-main{position:relative;z-index:1;padding:72px 0 56px}@media (max-width:768px){.footer-main{padding:48px 0 40px}}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1.2fr 1.1fr;gap:48px}@media (max-width:1280px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:36px}}.footer-heading{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:24px;padding-bottom:12px;position:relative}.footer-heading::after{content:"";position:absolute;bottom:0;left:0;width:36px;height:2px;background:#1d72f5;border-radius:9999px}.footer-logo{display:inline-block;margin-bottom:20px}.footer-logo .footer-logo__img,.footer-logo img.custom-logo{height:80px;width:auto;-o-object-fit:contain;object-fit:contain;-webkit-filter:brightness(1.1) drop-shadow(0 2px 8px rgba(29, 114, 245, .3));filter:brightness(1.1) drop-shadow(0 2px 8px rgba(29, 114, 245, .3))}.footer-desc{font-size:14px;line-height:1.8;color:rgba(255,255,255,.72);margin-bottom:0;max-width:300px}.footer-nav-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}.footer-nav-menu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:7px 0;font-size:14px;color:rgba(255,255,255,.72);-webkit-transition:all .15s ease;transition:all .15s ease;border-bottom:1px solid rgba(255,255,255,.1)}.footer-nav-menu li a::before{content:"";display:block;width:6px;height:6px;border-top:1.5px solid #1d72f5;border-right:1.5px solid #1d72f5;-webkit-transform:rotate(45deg);transform:rotate(45deg);-ms-flex-negative:0;flex-shrink:0;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.footer-nav-menu li a:hover{color:#1d72f5;padding-left:6px}.footer-nav-menu li a:hover::before{-webkit-transform:rotate(45deg) translateX(2px);transform:rotate(45deg) translateX(2px)}.footer-nav-menu li:last-child a{border-bottom:none}.footer-recent-posts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.footer-recent-post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:12px}.footer-recent-post__thumb{-ms-flex-negative:0;flex-shrink:0;width:64px;height:52px;border-radius:4px;overflow:hidden;display:block}.footer-recent-post__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.footer-recent-post__thumb:hover img{-webkit-transform:scale(1.08);transform:scale(1.08)}.footer-recent-post__info{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.footer-recent-post__date{display:block;font-size:11px;color:#1d72f5;margin-bottom:4px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.footer-recent-post__title{display:block;font-size:13px;font-weight:600;color:rgba(255,255,255,.85);line-height:1.45;-webkit-transition:all .15s ease;transition:all .15s ease}.footer-recent-post__title:hover{color:#1d72f5}.footer-no-posts{font-size:14px;color:rgba(255,255,255,.72)}.footer-contact-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:12px;margin-bottom:16px}.footer-contact-item:last-of-type{margin-bottom:0}.footer-contact-icon{-ms-flex-negative:0;flex-shrink:0;width:32px;height:32px;border-radius:9999px;background:rgba(29,114,245,.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1px}.footer-contact-icon svg{width:15px;height:15px;color:#1d72f5;stroke:#1d72f5}.footer-contact-item a,.footer-contact-item span{font-size:14px;color:rgba(255,255,255,.72);line-height:1.55;-webkit-transition:all .15s ease;transition:all .15s ease}.footer-contact-item a:hover{color:#1d72f5}.footer-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px;margin-top:24px;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-social__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:38px;height:38px;border-radius:9999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.1);-webkit-transition:all .25s ease;transition:all .25s ease}.footer-social__link svg{width:16px;height:16px}.footer-social__link:hover{background:#1d72f5;color:#fff;border-color:#1d72f5;-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 6px 16px rgba(29,114,245,.4);box-shadow:0 6px 16px rgba(29,114,245,.4)}.footer-copyright{position:relative;z-index:1;background:#091438;border-top:1px solid rgba(255,255,255,.1);padding:18px 0}.footer-copyright .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer-copyright p{font-size:14px;color:rgba(255,255,255,.55);margin:0;text-align:center}.footer-copyright p a{color:#1d72f5;font-weight:500;-webkit-transition:all .15s ease;transition:all .15s ease}.footer-copyright p a:hover{color:rgb(40.1013625789%,62.6296111665%,97.3496178132%)}.back-to-top{position:fixed;bottom:32px;right:32px;width:44px;height:44px;border-radius:9999px;background:#1d72f5;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 4px 16px rgba(29,114,245,.4);box-shadow:0 4px 16px rgba(29,114,245,.4);z-index:999;opacity:0;visibility:hidden;-webkit-transform:translateY(12px);transform:translateY(12px);-webkit-transition:opacity .3s ease,visibility .3s ease,background .2s ease,-webkit-transform .3s ease;transition:opacity .3s ease,visibility .3s ease,background .2s ease,-webkit-transform .3s ease;transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background .2s ease;transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background .2s ease,-webkit-transform .3s ease;border:none}.back-to-top svg{width:20px;height:20px}.back-to-top.visible{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}.back-to-top:hover{background:#1558c9;-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 8px 24px rgba(29,114,245,.45);box-shadow:0 8px 24px rgba(29,114,245,.45)}@media (max-width:768px){.back-to-top{bottom:20px;right:20px}}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:600;border-radius:4px;-webkit-transition:all .25s ease;transition:all .25s ease;cursor:pointer;line-height:1;border:2px solid transparent}.btn--primary{background:#1d72f5;color:#fff}.btn--primary:hover{background:#1558c9;color:#fff;-webkit-box-shadow:0 4px 16px rgba(29,114,245,.35);box-shadow:0 4px 16px rgba(29,114,245,.35)}.btn--outline{background:0 0;color:#1d72f5;border-color:#1d72f5}.btn--outline:hover{background:#1d72f5;color:#fff}.btn--navy{background:#0d1b4b;color:#fff}.btn--navy:hover{background:#1a2c6b;color:#fff}.blog-hero{position:relative;background:#0d1b4b;padding:100px 0 80px;overflow:hidden;margin-top:0}@media (max-width:768px){.blog-hero{padding:80px 0 60px}}.blog-hero__bg{position:absolute;inset:0;background-image:radial-gradient(ellipse at 10% 50%,rgba(29,114,245,.18) 0,transparent 55%),radial-gradient(ellipse at 90% 20%,rgba(29,114,245,.12) 0,transparent 50%),radial-gradient(circle,rgba(255,255,255,.03) 1px,transparent 1px);background-size:100% 100%,100% 100%,36px 36px;pointer-events:none}.blog-hero__inner{position:relative;z-index:1;text-align:center;max-width:680px;margin:0 auto}.blog-hero__eyebrow{display:inline-block;padding:5px 16px;background:rgba(29,114,245,.15);border:1px solid rgba(29,114,245,.3);color:rgb(49.6776337654%,68.6041874377%,97.7733466268%);font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;border-radius:9999px;margin-bottom:20px}.blog-hero__title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;line-height:1.2;margin-bottom:16px;letter-spacing:-.5px}.blog-hero__title span{color:#1d72f5}.blog-hero__sub{font-size:1.05rem;color:rgba(255,255,255,.65);line-height:1.7;margin:0}.blog-hero__wave{position:absolute;bottom:-1px;left:0;right:0;line-height:0}.blog-hero__wave svg{width:100%;height:52px;display:block}.blog-page-body{padding:56px 0 80px}@media (max-width:768px){.blog-page-body{padding:40px 0 60px}}.blog-featured-wrap{margin-bottom:56px}.featured-post{display:grid;grid-template-columns:1.1fr .9fr;border-radius:12px;overflow:hidden;-webkit-box-shadow:0 8px 32px rgba(0,0,0,.12);box-shadow:0 8px 32px rgba(0,0,0,.12);background:#fff;border:1px solid #e8ecf0;min-height:440px;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease}.featured-post:hover{-webkit-box-shadow:0 20px 60px rgba(13,27,75,.14);box-shadow:0 20px 60px rgba(13,27,75,.14)}.featured-post:hover .featured-post__media img{-webkit-transform:scale(1.04);transform:scale(1.04)}@media (max-width:1024px){.featured-post{grid-template-columns:1fr;min-height:auto}}.featured-post__media{position:relative;display:block;overflow:hidden;min-height:340px}.featured-post__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;display:block}.featured-post__media-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#0d1b4b 0,#1a2c6b 100%);min-height:340px}.featured-post__media-overlay{position:absolute;inset:0;background:-webkit-gradient(linear,left top,right top,from(rgba(13,27,75,.25)),color-stop(60%,transparent));background:linear-gradient(to right,rgba(13,27,75,.25) 0,transparent 60%);pointer-events:none}.featured-post__badge{position:absolute;bottom:16px;left:16px;padding:5px 14px;background:#1d72f5;color:#fff;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;border-radius:9999px}.featured-post__label{position:absolute;top:16px;left:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:5px;padding:5px 12px;background:rgba(13,27,75,.75);backdrop-filter:blur(6px);color:#fff;font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;border-radius:9999px;border:1px solid rgba(255,255,255,.15)}.featured-post__label::before{content:"";width:6px;height:6px;border-radius:50%;background:#4ade80;-ms-flex-negative:0;flex-shrink:0;-webkit-animation:pulse-dot 1.8s ease infinite;animation:pulse-dot 1.8s ease infinite}.featured-post__body{padding:40px 44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:1024px){.featured-post__body{padding:32px}}@media (max-width:576px){.featured-post__body{padding:24px}}.featured-post__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px;margin-bottom:16px;font-size:13px;color:#6b7a99;-ms-flex-wrap:wrap;flex-wrap:wrap}.featured-post__date,.featured-post__read{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:5px}.featured-post__date svg,.featured-post__read svg{width:13px;height:13px}.featured-post__sep{color:#e8ecf0}.featured-post__title{font-size:clamp(1.3rem,2.5vw,1.75rem);font-weight:800;color:#0d1b4b;line-height:1.3;margin-bottom:16px}.featured-post__title a{color:inherit;-webkit-transition:color .2s;transition:color .2s}.featured-post__title a:hover{color:#1d72f5}.featured-post__excerpt{font-size:15px;color:#6b7a99;line-height:1.75;margin-bottom:auto;padding-bottom:24px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.featured-post__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:20px;border-top:1px solid #e8ecf0;width:100%;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}.featured-post__author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px}.featured-post__author-icon{width:32px;height:32px;border-radius:9999px;background:rgba(29,114,245,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.featured-post__author-icon svg{width:16px;height:16px;color:#1d72f5;fill:#1d72f5}.featured-post__author span{font-size:14px;font-weight:600;color:#0d1b4b}.featured-post__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:8px;padding:10px 20px;background:#1d72f5;color:#fff;font-size:14px;font-weight:600;border-radius:4px;-webkit-transition:all .25s ease;transition:all .25s ease;white-space:nowrap}.featured-post__link svg{width:16px;height:16px;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.featured-post__link:hover{background:#1558c9;color:#fff}.featured-post__link:hover svg{-webkit-transform:translateX(4px);transform:translateX(4px)}@-webkit-keyframes pulse-dot{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.5;-webkit-transform:scale(.7);transform:scale(.7)}}@keyframes pulse-dot{0%,100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.5;-webkit-transform:scale(.7);transform:scale(.7)}}.blog-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;background:#fff;border:1px solid #e8ecf0;border-radius:12px;padding:14px 20px;margin-bottom:28px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);position:sticky;top:82px;z-index:100;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease}.blog-filters.filters-stuck{-webkit-box-shadow:0 4px 16px rgba(0,0,0,.1);box-shadow:0 4px 16px rgba(0,0,0,.1)}@media (max-width:768px){.blog-filters{position:static;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:10px}}.blog-filters__search{position:relative;-webkit-box-flex:0;-ms-flex:0 0 260px;flex:0 0 260px}@media (max-width:1024px){.blog-filters__search{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px}}@media (max-width:768px){.blog-filters__search{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}}.blog-filters__search-icon{position:absolute;left:13px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px;height:16px;color:#6b7a99;pointer-events:none}.blog-filters__search-input{width:100%;padding:9px 36px 9px 38px;border:1.5px solid #e8ecf0;border-radius:8px;font-size:14px;color:#0d1b4b;background:#f5f7fa;outline:0;-webkit-transition:border-color .2s,background .2s;transition:border-color .2s,background .2s}.blog-filters__search-input::-webkit-input-placeholder{color:#6b7a99}.blog-filters__search-input::-moz-placeholder{color:#6b7a99}.blog-filters__search-input:-ms-input-placeholder{color:#6b7a99}.blog-filters__search-input::-ms-input-placeholder{color:#6b7a99}.blog-filters__search-input::placeholder{color:#6b7a99}.blog-filters__search-input:focus{border-color:#1d72f5;background:#fff}.blog-filters__search-clear{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#6b7a99;-webkit-transition:color .2s;transition:color .2s}.blog-filters__search-clear svg{width:14px;height:14px}.blog-filters__search-clear:hover{color:#0d1b4b}.blog-filters__cats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:6px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-x:auto;scrollbar-width:none;padding-bottom:2px;-ms-overflow-style:none}.blog-filters__cats::-webkit-scrollbar{display:none}@media (max-width:768px){.blog-filters__cats{-ms-flex-wrap:wrap;flex-wrap:wrap;overflow-x:visible}}.blog-filters__cat{padding:7px 16px;border-radius:9999px;font-size:13px;font-weight:500;color:#6b7a99;background:#f5f7fa;border:1.5px solid #e8ecf0;white-space:nowrap;-webkit-transition:all .15s ease;transition:all .15s ease;cursor:pointer;-ms-flex-negative:0;flex-shrink:0}.blog-filters__cat span{display:inline-block;margin-left:4px;font-size:11px;opacity:.65}.blog-filters__cat:hover{border-color:#1d72f5;color:#1d72f5;background:rgba(29,114,245,.05)}.blog-filters__cat.active{background:#1d72f5;border-color:#1d72f5;color:#fff;font-weight:600;-webkit-box-shadow:0 2px 10px rgba(29,114,245,.3);box-shadow:0 2px 10px rgba(29,114,245,.3)}.blog-filters__cat.active span{opacity:.85}.blog-filters__sort{-ms-flex-negative:0;flex-shrink:0}.blog-filters__sort-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;border:1.5px solid #e8ecf0;border-radius:8px;padding:0 12px;background:#f5f7fa;-webkit-transition:border-color .2s;transition:border-color .2s}.blog-filters__sort-wrap:focus-within{border-color:#1d72f5;background:#fff}.blog-filters__sort-wrap>svg:first-child{width:15px;height:15px;color:#6b7a99;-ms-flex-negative:0;flex-shrink:0}.blog-filters__sort-chevron{width:14px;height:14px;color:#6b7a99;pointer-events:none;-ms-flex-negative:0;flex-shrink:0}.blog-filters select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;background:0 0;font-size:13px;font-weight:500;color:#0d1b4b;padding:9px 0;cursor:pointer;outline:0;min-width:130px}.blog-results-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;padding:10px 16px;background:rgba(29,114,245,.05);border:1px solid rgba(29,114,245,.15);border-radius:8px;gap:12px}.blog-results-info #blogResultsText{font-size:14px;color:#333f52}.blog-results-info #blogResultsText strong{color:#0d1b4b}.blog-results-clear{font-size:13px;font-weight:600;color:#1d72f5;text-decoration:underline;white-space:nowrap}.blog-results-clear:hover{color:#1558c9}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:48px;min-height:200px}@media (max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:576px){.blog-grid{grid-template-columns:1fr;gap:16px}}.blog-grid.is-loading{opacity:.4;pointer-events:none}.blog-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e8ecf0;-webkit-transition:border-color .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.blog-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#1d72f5;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;z-index:1;border-radius:12px 12px 0 0}.blog-card:hover{-webkit-transform:translateY(-6px);transform:translateY(-6px);-webkit-box-shadow:0 16px 48px rgba(13,27,75,.12);box-shadow:0 16px 48px rgba(13,27,75,.12);border-color:transparent}.blog-card:hover::before{-webkit-transform:scaleX(1);transform:scaleX(1)}.blog-card:hover .blog-card__img-wrap img{-webkit-transform:scale(1.06);transform:scale(1.06)}.blog-card:hover .blog-card__arrow{background:#1d72f5;color:#fff;-webkit-transform:translateX(3px);transform:translateX(3px)}.blog-card__img-wrap{display:block;position:relative;overflow:hidden;aspect-ratio:16/10;background:#f5f7fa}.blog-card__img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .45s ease;transition:-webkit-transform .45s ease;transition:transform .45s ease;transition:transform .45s ease,-webkit-transform .45s ease;display:block}.blog-card__img-placeholder{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,rgb(93.4117647059%,94.7294117647%,96.7058823529%) 0,#f5f7fa 100%)}.blog-card__img-placeholder svg{width:40px;height:40px;color:#e8ecf0}.blog-card__img-overlay{position:absolute;inset:0;background:-webkit-gradient(linear,left bottom,left top,from(rgba(13,27,75,.15)),color-stop(50%,transparent));background:linear-gradient(to top,rgba(13,27,75,.15) 0,transparent 50%);pointer-events:none}.blog-card__cat{position:absolute;top:12px;left:12px;padding:4px 12px;background:#1d72f5;color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border-radius:9999px;z-index:1}.blog-card__body{padding:20px 22px 22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.blog-card__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;margin-bottom:12px;font-size:12px;color:#6b7a99}.blog-card__date,.blog-card__read{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:4px}.blog-card__date svg,.blog-card__read svg{width:12px;height:12px}.blog-card__dot{width:3px;height:3px;border-radius:50%;background:#e8ecf0}.blog-card__title{font-size:1rem;font-weight:700;color:#0d1b4b;line-height:1.45;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card__title a{color:inherit;-webkit-transition:color .2s;transition:color .2s}.blog-card__title a:hover{color:#1d72f5}.blog-card__excerpt{font-size:13.5px;color:#6b7a99;line-height:1.7;margin-bottom:auto;padding-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:14px;border-top:1px solid #e8ecf0;gap:8px}.blog-card__author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:7px;min-width:0}.blog-card__author-icon{width:28px;height:28px;border-radius:9999px;background:rgba(29,114,245,.08);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.blog-card__author-icon svg{width:14px;height:14px;fill:#1d72f5}.blog-card__author span{font-size:12.5px;font-weight:600;color:#0d1b4b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-card__arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px;border-radius:9999px;border:1.5px solid #e8ecf0;color:#6b7a99;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:background .2s,color .2s,border-color .2s,-webkit-transform .25s;transition:background .2s,color .2s,border-color .2s,-webkit-transform .25s;transition:background .2s,color .2s,border-color .2s,transform .25s;transition:background .2s,color .2s,border-color .2s,transform .25s,-webkit-transform .25s}.blog-card__arrow svg{width:15px;height:15px}.blog-card.card-animate{-webkit-animation:cardFadeUp .4s ease both;animation:cardFadeUp .4s ease both}@-webkit-keyframes cardFadeUp{from{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes cardFadeUp{from{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.blog-empty{text-align:center;padding:96px 0}.blog-empty__icon{width:72px;height:72px;border-radius:9999px;background:#f5f7fa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 20px}.blog-empty__icon svg{width:32px;height:32px;color:#6b7a99}.blog-empty h3{font-size:1.25rem;color:#0d1b4b;margin-bottom:8px}.blog-empty p{color:#6b7a99;font-size:15px;margin-bottom:24px}.blog-load-more{text-align:center;padding-top:8px}.btn-load-more{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:14px 44px;background:0 0;color:#1d72f5;border:2px solid #1d72f5;border-radius:9999px;font-size:15px;font-weight:600;cursor:pointer;-webkit-transition:all .25s ease;transition:all .25s ease;overflow:hidden;min-width:220px;min-height:52px}.btn-load-more::before{content:"";position:absolute;inset:0;background:#1d72f5;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;z-index:0}.btn-load-more__text{position:relative;z-index:1;-webkit-transition:color .3s;transition:color .3s}.btn-load-more__spinner{display:none;position:relative;z-index:1;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;-webkit-animation:spin .7s linear infinite;animation:spin .7s linear infinite}.btn-load-more:hover:not(.is-loading){color:#fff;-webkit-box-shadow:0 6px 20px rgba(29,114,245,.35);box-shadow:0 6px 20px rgba(29,114,245,.35)}.btn-load-more:hover:not(.is-loading)::before{-webkit-transform:scaleX(1);transform:scaleX(1)}.btn-load-more.is-loading{cursor:not-allowed;background:#1d72f5;color:transparent;pointer-events:none}.btn-load-more.is-loading .btn-load-more__text{opacity:0}.btn-load-more.is-loading .btn-load-more__spinner{display:block;position:absolute}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.blog-archive{padding:64px 0}.blog-archive__header{text-align:center;margin-bottom:64px}.blog-archive__header h1{font-size:clamp(2rem,4vw,2.75rem);color:#0d1b4b;margin-bottom:8px}.blog-archive__header p{font-size:1.05rem;color:#6b7a99;max-width:560px;margin:0 auto}.blog-archive__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:64px}@media (max-width:1024px){.blog-archive__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blog-archive__grid{grid-template-columns:1fr}}.blog-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;margin-top:64px}.blog-pagination .page-numbers{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:42px;height:42px;border-radius:8px;font-size:15px;font-weight:500;color:#0d1b4b;border:1px solid #e8ecf0;-webkit-transition:all .15s ease;transition:all .15s ease;list-style:none}.blog-pagination .page-numbers.current,.blog-pagination .page-numbers:hover{background:#1d72f5;color:#fff;border-color:#1d72f5}.blog-pagination .page-numbers.dots{border:none;cursor:default}.blog-pagination .page-numbers.next,.blog-pagination .page-numbers.prev{width:auto;padding:0 16px}.blog-detail{padding:64px 0}.blog-detail__inner{display:grid;grid-template-columns:1fr 320px;gap:64px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (max-width:1024px){.blog-detail__inner{grid-template-columns:1fr}}.blog-content__hero-img{width:100%;aspect-ratio:16/7;-o-object-fit:cover;object-fit:cover;border-radius:12px;margin-bottom:40px}.blog-content__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:24px}.blog-content__cat{display:inline-block;padding:4px 14px;background:rgba(29,114,245,.1);color:#1d72f5;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:9999px}.blog-content__date,.blog-content__read-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:4px;font-size:13px;color:#6b7a99}.blog-content__date svg,.blog-content__read-time svg{width:13px;height:13px}.blog-content__title{font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:800;color:#0d1b4b;line-height:1.25;margin-bottom:24px;letter-spacing:-.3px}.blog-content__author-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:16px;padding:16px 0;border-top:1px solid #e8ecf0;border-bottom:1px solid #e8ecf0;margin-bottom:40px}.blog-content__author-bar .author-avatar{width:48px;height:48px;border-radius:9999px;background:rgba(29,114,245,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.blog-content__author-bar .author-avatar svg{width:22px;height:22px;fill:#1d72f5}.blog-content__author-bar img{width:48px;height:48px;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.blog-content__author-bar .author-info strong{display:block;font-size:15px;font-weight:700;color:#0d1b4b}.blog-content__author-bar .author-info span{font-size:13px;color:#6b7a99}.blog-content__body{font-size:1rem;line-height:1.85;color:#333f52}.blog-content__body p{margin-bottom:24px}.blog-content__body h2,.blog-content__body h3,.blog-content__body h4{color:#0d1b4b;margin:40px 0 16px}.blog-content__body h2{font-size:1.6rem}.blog-content__body h3{font-size:1.3rem}.blog-content__body img{border-radius:8px;margin:24px 0}.blog-content__body ol,.blog-content__body ul{padding-left:40px;margin-bottom:24px}.blog-content__body ol li,.blog-content__body ul li{margin-bottom:8px;list-style:disc}.blog-content__body ol li{list-style:decimal}.blog-content__body blockquote{border-left:4px solid #1d72f5;padding:16px 24px;background:rgba(29,114,245,.05);border-radius:0 8px 8px 0;margin:40px 0;font-style:italic;font-size:1.05rem}.blog-content__body blockquote p{color:#0d1b4b;margin-bottom:0}.blog-content__body pre{background:#0d1b4b;color:#e8ecf0;border-radius:4px;padding:24px;overflow-x:auto;margin:24px 0}.blog-content__body pre code{background:0 0;padding:0}.blog-content__body code{background:#f5f7fa;color:#0d1b4b;padding:2px 6px;border-radius:3px;font-size:.875em;font-family:"Courier New",monospace}.blog-content__body a{color:#1d72f5;text-decoration:underline}.blog-content__body hr{border:none;border-top:1px solid #e8ecf0;margin:40px 0}.blog-content__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:40px;padding-top:24px;border-top:1px solid #e8ecf0}.blog-content__tags .tag-label{font-size:14px;font-weight:600;color:#0d1b4b}.blog-content__tags a{padding:5px 14px;border:1px solid #e8ecf0;border-radius:9999px;font-size:13px;color:#6b7a99;-webkit-transition:all .15s ease;transition:all .15s ease}.blog-content__tags a:hover{border-color:#1d72f5;color:#1d72f5;background:rgba(29,114,245,.05)}.blog-content__share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;margin-top:24px}.blog-content__share .share-label{font-size:14px;font-weight:600;color:#0d1b4b}.blog-content__share a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:36px;height:36px;border-radius:9999px;background:#f5f7fa;color:#0d1b4b;-webkit-transition:all .15s ease;transition:all .15s ease}.blog-content__share a svg{width:16px;height:16px}.blog-content__share a:hover{background:#1d72f5;color:#fff}.related-posts{margin-top:96px;padding-top:64px;border-top:1px solid #e8ecf0}.related-posts__heading{font-size:1.5rem;font-weight:700;color:#0d1b4b;margin-bottom:40px}.related-posts__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:768px){.related-posts__grid{grid-template-columns:1fr}}.blog-sidebar__widget{background:#fff;border:1px solid #e8ecf0;border-radius:12px;padding:24px;margin-bottom:24px}.blog-sidebar__widget-title{font-size:1rem;font-weight:700;color:#0d1b4b;padding-bottom:8px;border-bottom:2px solid #1d72f5;margin-bottom:24px;display:inline-block}.blog-sidebar__search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:1px solid #e8ecf0;border-radius:8px;overflow:hidden}.blog-sidebar__search input{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px 14px;font-size:14px;border:none;outline:0;color:#0d1b4b}.blog-sidebar__search button{padding:10px 14px;background:#1d72f5;color:#fff;-webkit-transition:all .15s ease;transition:all .15s ease}.blog-sidebar__search button:hover{background:#1558c9}.blog-sidebar__search button svg{width:16px;height:16px}.blog-sidebar__recent-post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:16px;padding:8px 0;border-bottom:1px solid #e8ecf0;text-decoration:none}.blog-sidebar__recent-post:last-child{border-bottom:none;padding-bottom:0}.blog-sidebar__recent-post:first-child{padding-top:0}.blog-sidebar__recent-post img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:4px;-ms-flex-negative:0;flex-shrink:0}.blog-sidebar__recent-post .post-info strong{display:block;font-size:13px;font-weight:600;color:#0d1b4b;line-height:1.4;margin-bottom:4px;-webkit-transition:all .15s ease;transition:all .15s ease}.blog-sidebar__recent-post .post-info span{font-size:12px;color:#6b7a99}.blog-sidebar__recent-post:hover .post-info strong{color:#1d72f5}.blog-sidebar__categories li{border-bottom:1px solid #e8ecf0}.blog-sidebar__categories li:last-child{border-bottom:none}.blog-sidebar__categories a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 0;font-size:14px;color:#333f52;-webkit-transition:all .15s ease;transition:all .15s ease}.blog-sidebar__categories a span{font-size:12px;color:#6b7a99}.blog-sidebar__categories a:hover{color:#1d72f5}.blog-sidebar__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.blog-sidebar__tags a{padding:5px 12px;border:1px solid #e8ecf0;border-radius:9999px;font-size:13px;color:#6b7a99;-webkit-transition:all .15s ease;transition:all .15s ease}.blog-sidebar__tags a:hover{border-color:#1d72f5;color:#1d72f5;background:rgba(29,114,245,.05)}.reading-progress{position:fixed;top:0;left:0;right:0;height:3px;background:rgba(29,114,245,.15);z-index:1100;pointer-events:none}.reading-progress__bar{height:100%;width:0%;background:-webkit-gradient(linear,left top,right top,from(#1d72f5),to(rgb(40.1013625789%,62.6296111665%,97.3496178132%)));background:linear-gradient(90deg,#1d72f5 0,rgb(40.1013625789%,62.6296111665%,97.3496178132%) 100%);-webkit-transition:width .1s linear;transition:width .1s linear;border-radius:0 9999px 9999px 0}.post-hero{position:relative;min-height:520px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;overflow:hidden;padding-top:80px}@media (max-width:768px){.post-hero{min-height:420px}}.post-hero--has-img{background-image:var(--post-hero-bg);background-size:cover;background-position:center}.post-hero--has-img .post-hero__overlay{background:-webkit-gradient(linear,left bottom,left top,from(rgba(13,27,75,.96)),color-stop(45%,rgba(13,27,75,.7)),to(rgba(13,27,75,.35)));background:linear-gradient(to top,rgba(13,27,75,.96) 0,rgba(13,27,75,.7) 45%,rgba(13,27,75,.35) 100%)}.post-hero--no-img{background:#0d1b4b}.post-hero--no-img .post-hero__overlay{background:linear-gradient(135deg,rgba(29,114,245,.12) 0,transparent 60%)}.post-hero__dots{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.07) 1px,transparent 1px);background-size:36px 36px;pointer-events:none}.post-hero__overlay{position:absolute;inset:0;pointer-events:none;z-index:1}.post-hero__wrap{position:relative;z-index:2;padding:52px 0 56px;max-width:820px}@media (max-width:768px){.post-hero__wrap{padding:40px 0 44px}}.post-hero__cat{display:inline-block;padding:5px 16px;background:#1d72f5;color:#fff;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;border-radius:9999px;margin-bottom:18px;-webkit-transition:background .2s;transition:background .2s}.post-hero__cat:hover{background:#1558c9;color:#fff}.post-hero__title{font-size:clamp(1.75rem,4vw,2.8rem);font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.5px;margin-bottom:24px}.post-hero__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px;color:rgba(255,255,255,.7)}@media (max-width:576px){.post-hero__meta{gap:10px}}.post-hero__author,.post-hero__date,.post-hero__read{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:6px}.post-hero__author svg,.post-hero__date svg,.post-hero__read svg{width:14px;height:14px}.post-hero__author svg{fill:rgba(255,255,255,.7)}.post-hero__sep{width:4px;height:4px;background:rgba(255,255,255,.3);border-radius:50%;-ms-flex-negative:0;flex-shrink:0}@media (max-width:576px){.post-hero__sep{display:none}}.post-breadcrumb{background:#fff;border-bottom:1px solid #e8ecf0;padding:12px 0}.post-breadcrumb__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:576px){.post-breadcrumb__nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}}.post-breadcrumb__back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:7px;font-size:13px;font-weight:600;color:#1d72f5;-webkit-transition:all .15s ease;transition:all .15s ease;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0}.post-breadcrumb__back svg{width:15px;height:15px;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.post-breadcrumb__back:hover{color:#1558c9}.post-breadcrumb__back:hover svg{-webkit-transform:translateX(-3px);transform:translateX(-3px)}.post-breadcrumb__trail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:4px;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:13px;color:#6b7a99}@media (max-width:576px){.post-breadcrumb__trail{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.post-breadcrumb__trail svg{width:13px;height:13px;color:#e8ecf0;-ms-flex-negative:0;flex-shrink:0}.post-breadcrumb__trail a{color:#6b7a99;-webkit-transition:color .2s;transition:color .2s;white-space:nowrap}.post-breadcrumb__trail a:hover{color:#1d72f5}.post-breadcrumb__trail span{color:#0d1b4b;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:240px}@media (max-width:768px){.post-breadcrumb__trail span{max-width:160px}}.single-body{padding:52px 0 72px;background:#f9fafb}@media (max-width:768px){.single-body{padding:36px 0 52px;background:#fff}}.single-layout{display:grid;grid-template-columns:44px minmax(0,1fr) 288px;gap:0 44px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (max-width:1024px){.single-layout{grid-template-columns:minmax(0,1fr) 260px;gap:0 32px}.single-layout .share-float{display:none}}@media (max-width:768px){.single-layout{grid-template-columns:1fr;gap:40px 0}.single-layout .single-sidebar{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.share-float{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;position:sticky;top:110px;opacity:0;-webkit-transform:translateX(-8px);transform:translateX(-8px);-webkit-transition:opacity .35s ease,-webkit-transform .35s ease;transition:opacity .35s ease,-webkit-transform .35s ease;transition:opacity .35s ease,transform .35s ease;transition:opacity .35s ease,transform .35s ease,-webkit-transform .35s ease;pointer-events:none}.share-float.is-visible{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);pointer-events:auto}.share-float__label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#6b7a99;-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;margin-bottom:4px}.share-float__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background:#fff;color:#0d1b4b;border:1.5px solid #e8ecf0;-webkit-transition:all .25s ease;transition:all .25s ease;-ms-flex-negative:0;flex-shrink:0}.share-float__btn svg{width:16px;height:16px}.share-float__btn:hover{background:#1d72f5;color:#fff;border-color:#1d72f5;-webkit-transform:scale(1.08);transform:scale(1.08);-webkit-box-shadow:0 4px 14px rgba(29,114,245,.35);box-shadow:0 4px 14px rgba(29,114,245,.35)}.share-float__copy.is-copied{background:#10b981;border-color:#10b981;color:#fff}.share-float__divider{width:1.5px;height:20px;background:#e8ecf0;border-radius:9999px;margin:2px auto}.single-article{background:#fff;border-radius:12px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.1);box-shadow:0 4px 16px rgba(0,0,0,.1);overflow:hidden}.article-hero-img{width:100%;aspect-ratio:21/9;overflow:hidden}@media (max-width:768px){.article-hero-img{aspect-ratio:16/9}}.article-hero-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.article-body{padding:44px 52px;font-size:17px;line-height:1.85;color:#374151}@media (max-width:1024px){.article-body{padding:36px 40px}}@media (max-width:768px){.article-body{padding:28px 24px;font-size:16px}}@media (max-width:576px){.article-body{padding:24px 20px}}.article-body>p:first-of-type{font-size:1.1em;color:#0d1b4b;font-weight:400;line-height:1.75}.article-body p{margin-bottom:1.5em;color:#374151}.article-body p:last-child{margin-bottom:0}.article-body h2,.article-body h3,.article-body h4{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#0d1b4b;font-weight:800;letter-spacing:-.3px;margin:2em 0 .75em;scroll-margin-top:100px}.article-body h2{font-size:1.55rem;padding-bottom:12px;border-bottom:2px solid #e8ecf0}.article-body h3{font-size:1.25rem}.article-body h4{font-size:1.05rem;color:#0d1b4b}.article-body ol,.article-body ul{margin:0 0 1.5em 1.5em}.article-body ol li,.article-body ul li{margin-bottom:.5em;line-height:1.75;padding-left:4px}.article-body ul li{list-style:disc}.article-body ul ul li{list-style:circle}.article-body ol li{list-style:decimal}.article-body code:not(precode){font-family:"JetBrains Mono","Fira Code","Courier New",monospace;font-size:.865em;padding:2px 7px;background:rgba(29,114,245,.08);color:#1558c9;border-radius:4px;border:1px solid rgba(29,114,245,.15)}.article-body pre{background:#0f172a;border-radius:8px;padding:24px 28px;overflow-x:auto;margin:2em 0;position:relative}.article-body pre::before{content:"";position:absolute;top:12px;left:16px;width:10px;height:10px;border-radius:50%;background:#ef4444;-webkit-box-shadow:16px 0 0 #f59e0b,32px 0 0 #10b981;box-shadow:16px 0 0 #f59e0b,32px 0 0 #10b981}.article-body pre code{font-family:"JetBrains Mono","Fira Code","Courier New",monospace;font-size:14px;line-height:1.7;color:#e2e8f0;background:0 0;padding:0;border:none;border-radius:0}.article-body blockquote{position:relative;margin:2em 0;padding:24px 28px 24px 36px;background:linear-gradient(135deg,rgba(29,114,245,.04) 0,rgba(29,114,245,.02) 100%);border-radius:0 12px 12px 0;border-left:4px solid #1d72f5}.article-body blockquote::before{content:"“";position:absolute;top:-4px;left:16px;font-size:4rem;color:rgba(29,114,245,.2);font-family:Georgia,serif;line-height:1}.article-body blockquote p{font-size:1.05em;font-style:italic;color:#0d1b4b;font-weight:500;line-height:1.7;margin:0}.article-body blockquote cite{display:block;margin-top:10px;font-size:.875em;color:#6b7a99;font-style:normal;font-weight:600}.article-body img{border-radius:8px;margin:1.5em 0;max-width:100%}.article-body table{width:100%;border-collapse:collapse;margin:1.5em 0;font-size:15px}.article-body table th{background:#0d1b4b;color:#fff;padding:12px 16px;text-align:left;font-weight:600;font-size:13px;letter-spacing:.5px;text-transform:uppercase}.article-body table td{padding:12px 16px;border-bottom:1px solid #e8ecf0;color:#333f52}.article-body table tr:nth-child(even) td{background:#f5f7fa}.article-body table tr:hover td{background:rgba(29,114,245,.04)}.article-body hr{border:none;height:1px;background:#e8ecf0;margin:2.5em 0}.article-body a{color:#1d72f5;text-decoration:underline;text-underline-offset:3px;-webkit-transition:color .2s;transition:color .2s}.article-body a:hover{color:#1558c9}.article-body strong{font-weight:700;color:#0d1b4b}.article-body em{font-style:italic}.article-footer{padding:32px 52px 44px;border-top:1px solid #e8ecf0}@media (max-width:1024px){.article-footer{padding:28px 40px 36px}}@media (max-width:768px){.article-footer{padding:24px}}@media (max-width:576px){.article-footer{padding:20px}}.article-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:28px}.article-tags__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:6px;font-size:13px;font-weight:700;color:#0d1b4b;text-transform:uppercase;letter-spacing:.5px}.article-tags__label svg{width:14px;height:14px}.article-tag{display:inline-block;padding:5px 14px;border:1.5px solid #e8ecf0;border-radius:9999px;font-size:13px;font-weight:500;color:#6b7a99;-webkit-transition:all .15s ease;transition:all .15s ease}.article-tag:hover{border-color:#1d72f5;color:#1d72f5;background:rgba(29,114,245,.05)}.article-share-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:20px;border-top:1px solid #e8ecf0}.article-share-row>span{font-size:14px;font-weight:600;color:#0d1b4b}.article-share-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.article-share-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:7px;padding:8px 16px;border-radius:9999px;font-size:13px;font-weight:600;border:1.5px solid #e8ecf0;color:#0d1b4b;-webkit-transition:all .15s ease;transition:all .15s ease}.article-share-link svg{width:14px;height:14px}.article-share-link--x:hover{background:#000;border-color:#000;color:#fff}.article-share-link--li:hover{background:#0077b5;border-color:#0077b5;color:#fff}.article-share-link--fb:hover{background:#1877f2;border-color:#1877f2;color:#fff}.single-sidebar{position:sticky;top:96px;max-height:calc(100vh - 112px);overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;scrollbar-width:none;-ms-overflow-style:none}.single-sidebar::-webkit-scrollbar{display:none}@media (max-width:768px){.single-sidebar{position:static;max-height:none;overflow-y:visible}}.sidebar-widget{background:#fff;border-radius:12px;padding:22px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);border:1px solid #e8ecf0}.sidebar-widget__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;font-size:12px;font-weight:700;color:#0d1b4b;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #e8ecf0}.sidebar-widget__title svg{width:14px;height:14px;color:#1d72f5}#tocNav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}.toc-link{display:block;padding:6px 10px 6px 12px;font-size:13px;font-weight:500;color:#6b7a99;line-height:1.4;border-left:2px solid #e8ecf0;border-radius:0 4px 4px 0;-webkit-transition:all .2s;transition:all .2s}.toc-link:hover{color:#1d72f5;border-left-color:rgba(29,114,245,.4);background:rgba(29,114,245,.04)}.toc-link.is-active{color:#1d72f5;border-left-color:#1d72f5;background:rgba(29,114,245,.06);font-weight:600}.toc-link--h3{padding-left:22px;font-size:12px}.meta-widget__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.meta-widget__list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:9px 0;border-bottom:1px solid #e8ecf0;font-size:13px}.meta-widget__list li:last-child{border-bottom:none}.meta-widget__list li span{color:#6b7a99}.meta-widget__list li strong{color:#0d1b4b;font-weight:600;text-align:right}.meta-widget__list li a{color:#1d72f5;text-decoration:none}.meta-widget__list li a:hover{text-decoration:underline}.recent-posts-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px}.recent-post-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:12px;text-decoration:none}.recent-post-item__thumb{width:56px;height:56px;border-radius:4px;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;background:#f5f7fa}.recent-post-item__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.recent-post-item__thumb-placeholder{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.recent-post-item__thumb-placeholder svg{width:20px;height:20px;color:#e8ecf0}.recent-post-item__info{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.recent-post-item__info span{display:block;font-size:13px;font-weight:600;color:#0d1b4b;line-height:1.4;margin-bottom:4px;-webkit-transition:color .2s;transition:color .2s}.recent-post-item__info time{font-size:11px;color:#6b7a99}.recent-post-item:hover .recent-post-item__thumb img{-webkit-transform:scale(1.06);transform:scale(1.06)}.recent-post-item:hover .recent-post-item__info span{color:#1d72f5}.author-section{background:#f5f7fa;padding:60px 0;border-top:1px solid #e8ecf0}@media (max-width:768px){.author-section{padding:44px 0}}.author-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:36px;background:#fff;border-radius:12px;padding:40px;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.1);box-shadow:0 4px 16px rgba(0,0,0,.1);border:1px solid #e8ecf0;max-width:760px;margin:0 auto}@media (max-width:768px){.author-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:28px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}.author-card__avatar{-ms-flex-negative:0;flex-shrink:0}.author-card__avatar-img{width:88px!important;height:88px!important;border-radius:9999px!important;-o-object-fit:cover;object-fit:cover}.author-card__avatar-fallback{width:88px;height:88px;border-radius:9999px;background:linear-gradient(135deg,#1d72f5 0,#0d1b4b 100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.author-card__avatar-fallback svg{width:44px;height:44px;fill:rgba(255,255,255,.9)}.author-card__info{-webkit-box-flex:1;-ms-flex:1;flex:1}.author-card__label{display:block;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#1d72f5;margin-bottom:6px}.author-card__name{font-size:1.3rem;font-weight:800;color:#0d1b4b;margin-bottom:10px}.author-card__bio{font-size:15px;color:#6b7a99;line-height:1.7;margin:0}.related-section{padding:72px 0;background:#fff}@media (max-width:768px){.related-section{padding:52px 0}}.related-section__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:36px;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.related-section__title{font-size:clamp(1.4rem,3vw,1.8rem);font-weight:800;color:#0d1b4b;margin:0;letter-spacing:-.3px}.related-section__all{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:6px;font-size:14px;font-weight:600;color:#1d72f5;-webkit-transition:all .15s ease;transition:all .15s ease;white-space:nowrap}.related-section__all svg{width:15px;height:15px;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.related-section__all:hover{color:#1558c9}.related-section__all:hover svg{-webkit-transform:translateX(3px);transform:translateX(3px)}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media (max-width:1024px){.related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.related-grid{grid-template-columns:1fr;gap:16px}}@media (max-width:1024px){.mobile-share-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e8ecf0;padding:12px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;z-index:200;-webkit-box-shadow:0 -4px 20px rgba(0,0,0,.08);box-shadow:0 -4px 20px rgba(0,0,0,.08)}.mobile-share-bar a,.mobile-share-bar button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background:#f5f7fa;color:#0d1b4b;border:1.5px solid #e8ecf0;-webkit-transition:all .15s ease;transition:all .15s ease}.mobile-share-bar a svg,.mobile-share-bar button svg{width:16px;height:16px}.mobile-share-bar a:hover,.mobile-share-bar button:hover{background:#1d72f5;color:#fff;border-color:#1d72f5}}
/*# sourceMappingURL=main.css.map */
