*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--ink:#0B1326;--ink2:#060E20;--card:#131B2E;--card2:#121B2E;--line:#1F2A44;--brand:#0F4DC6;--brandhi:#4584FF;--mute:#9B9B9B;--mute2:#C5C5C5;--accent:#1F7FFF;--white:#ffffff;--max-w:1440px}html{scroll-behavior:smooth}body{background:var(--ink);color:var(--white);font-family:'Onest',ui-sans-serif,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;font-size:16px;position:relative}body::before{content:'';position:absolute;top:0;left:0;width:100%;height:760px;z-index:-1;pointer-events:none;background-image:linear-gradient(to bottom,#fff0 60%,var(--ink) 100%),url(/blog/wp-content/themes/mfg-blog/assets/images/manufacturing-software-solutions-hero-mobile.webp);background-repeat:no-repeat,no-repeat;background-position:top center,top center;background-size:100% 100%,100% auto}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:700}h1{font-size:48px}h2{font-size:36px}h3{font-size:24px}h4{font-size:20px}.container{max-width:var(--max-w);margin:0 auto;padding:0 20px}@media (min-width:640px){.container{padding:0 32px}}@media (min-width:1024px){.container{padding:0 40px}}.site-header{position:sticky;top:0;z-index:50;width:100%;background:rgb(255 255 255 / .01);backdrop-filter:blur(33px);-webkit-backdrop-filter:blur(33px)}.header-inner{max-width:var(--max-w);margin:0 auto;padding:0 20px;height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px}@media (min-width:640px){.header-inner{padding:0 32px;gap:32px}}@media (min-width:1024px){.header-inner{height:86px;padding:0 40px}}.header-logo img{height:32px;width:auto}@media (min-width:640px){.header-logo img{height:40px}}.desktop-nav{display:none;align-items:center;gap:40px;margin-left:auto}@media (min-width:1024px){.desktop-nav{display:flex}}.nav-links{display:flex;align-items:center;gap:36px;list-style:none;font-size:15px;color:rgb(255 255 255 / .85)}.nav-links a{position:relative;transition:color 0.2s}.nav-links a:hover{color:var(--white)}.nav-links a::after{content:'';position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--brandhi);border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform 0.2s}.nav-links a:hover::after{transform:scaleX(1)}.nav-links a.active{color:var(--white)}.nav-links a.active::after{transform:scaleX(1)}.nav-dropdown{position:relative}.nav-dropdown-toggle{display:flex;align-items:center;gap:6px;cursor:pointer;background:none;border:none;color:rgb(255 255 255 / .85);font:inherit;font-size:15px;transition:color 0.2s}.nav-dropdown-toggle:hover{color:var(--white)}.nav-dropdown-toggle svg{width:14px;height:14px;transition:transform 0.2s}.nav-dropdown-panel{display:none;position:absolute;left:50%;transform:translateX(-50%);top:100%;padding-top:16px}.nav-dropdown:hover .nav-dropdown-panel{display:block}.nav-dropdown:hover .nav-dropdown-toggle svg{transform:rotate(180deg)}.dropdown-grid{width:640px;border-radius:16px;background:#0e1730;border:1px solid rgb(255 255 255 / .1);box-shadow:0 20px 50px -10px rgb(0 0 0 / .6),0 0 0 1px rgb(255 255 255 / .06);padding:12px;display:grid;grid-template-columns:1fr 1fr;gap:6px}.dropdown-item{display:flex;gap:12px;align-items:flex-start;padding:12px;border-radius:12px;transition:background 0.2s}.dropdown-item:hover{background:rgb(255 255 255 / .04)}.dropdown-item::after,.dropdown-item:hover::after{display:none;content:none}.dropdown-icon{margin-top:2px;height:36px;width:36px;flex-shrink:0;border-radius:8px;background:rgb(15 77 198 / .15);display:grid;place-items:center;color:var(--brandhi)}.dropdown-icon svg{width:16px;height:16px}.dropdown-item-title{font-size:14px;font-weight:500}.dropdown-item-desc{font-size:12px;color:rgb(255 255 255 / .55);margin-top:2px}.btn-contact{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 20px;border-radius:9999px;background:var(--brand);font-size:14px;font-weight:600;color:var(--white);border:none;cursor:pointer;transition:all 0.2s}.btn-contact:hover{background:rgb(15 77 198 / .9);box-shadow:0 10px 24px rgb(15 77 198 / .42);transform:translateY(-1px)}.btn-contact svg{width:16px;height:16px}.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center;height:40px;width:40px;border-radius:8px;background:none;border:none;color:var(--white);cursor:pointer;transition:background 0.2s}.mobile-menu-btn:hover{background:rgb(255 255 255 / .1)}@media (min-width:1024px){.mobile-menu-btn{display:none}}.mobile-drawer{position:fixed;inset:0;z-index:60;visibility:hidden;pointer-events:none}.mobile-drawer.open{visibility:visible;pointer-events:auto}@media (min-width:1024px){.mobile-drawer{display:none!important}}.mobile-drawer-backdrop{position:absolute;inset:0;background:rgb(3 7 18 / .7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;transition:opacity 0.35s ease}.mobile-drawer.open .mobile-drawer-backdrop{opacity:1}.mobile-drawer-panel{position:absolute;inset:0;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(to bottom,var(--ink),var(--ink2));transform:translateY(-100%);transition:transform 0.42s cubic-bezier(.4,0,.2,1)}.mobile-drawer.open .mobile-drawer-panel{transform:translateY(0)}.mobile-drawer-watermark{position:absolute;left:-40px;bottom:-60px;width:110%;opacity:.045;pointer-events:none;z-index:1}.mobile-drawer-watermark img{width:100%;height:auto}.mobile-drawer-header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:72px;border-bottom:1px solid rgb(255 255 255 / .06)}.mobile-drawer-logo{height:32px;width:auto}.mobile-close-btn{width:44px;height:44px;border-radius:50%;background:rgb(255 255 255 / .06);display:grid;place-items:center;border:none;color:var(--white);cursor:pointer;transition:all 0.2s}.mobile-close-btn:hover{background:rgb(255 255 255 / .12);transform:rotate(90deg)}.mobile-nav-wrap{position:relative;z-index:2;flex:1;overflow-y:auto;padding:24px 24px 0}.mobile-nav{list-style:none}.mobile-nav-item{border-bottom:1px solid rgb(255 255 255 / .06);opacity:0;transform:translateY(14px);transition:opacity 0.4s ease,transform 0.4s ease}.mobile-nav-item:last-child{border-bottom:none}.mobile-drawer.open .mobile-nav-item{opacity:1;transform:translateY(0)}.mobile-drawer.open .mobile-nav-item:nth-child(1){transition-delay:0.16s}.mobile-drawer.open .mobile-nav-item:nth-child(2){transition-delay:0.22s}.mobile-drawer.open .mobile-nav-item:nth-child(3){transition-delay:0.34s}.mobile-drawer.open .mobile-nav-item:nth-child(4){transition-delay:0.40s}.mobile-drawer.open .mobile-nav-item:nth-child(5){transition-delay:0.46s}.mobile-nav-item>a,.mobile-acc-toggle{display:flex;align-items:center;gap:16px;width:100%;padding:22px 4px;font-size:24px;font-weight:500;color:var(--white);background:none;border:none;font-family:inherit;text-align:left;cursor:pointer;transition:color 0.2s,padding-left 0.2s}.mobile-nav-item>a:hover,.mobile-acc-toggle:hover{color:var(--brandhi);padding-left:10px}.mobile-nav .nav-num{font-size:11px;font-weight:600;color:rgb(255 255 255 / .35);letter-spacing:.18em;min-width:28px;transform:translateY(-6px)}.mobile-nav .nav-label{flex:1}.mobile-nav-item>a svg,.mobile-acc-toggle svg{width:18px;height:18px;color:rgb(255 255 255 / .45);flex-shrink:0}.acc-chevron{transition:transform 0.3s ease,color 0.3s ease}.mobile-nav-accordion.open .acc-chevron{transform:rotate(180deg);color:var(--brandhi)}.m-menu__sub{display:grid;grid-template-rows:0fr;transition:grid-template-rows 0.35s ease}.mobile-nav-accordion.open .m-menu__sub{grid-template-rows:1fr}.m-menu__sub-inner{overflow:hidden;min-height:0;padding-left:44px}.mobile-nav-accordion.open .m-menu__sub-inner{padding-bottom:12px}.m-menu__sub-inner a{display:block;padding:10px 0;font-size:15px;font-weight:400;color:rgb(255 255 255 / .7);transition:color 0.2s,padding-left 0.2s}.m-menu__sub-inner a:hover{color:var(--white);padding-left:6px}.mobile-drawer-footer{position:relative;z-index:2;padding:20px 24px 28px;border-top:1px solid rgb(255 255 255 / .06);opacity:0;transform:translateY(10px);transition:opacity 0.4s ease,transform 0.4s ease}.mobile-drawer.open .mobile-drawer-footer{opacity:1;transform:translateY(0);transition-delay:0.45s}.mobile-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:52px;border-radius:9999px;background:var(--brand);color:var(--white);font-size:15px;font-weight:600;transition:all 0.2s}.mobile-cta:hover{background:#1058da;transform:translateY(-1px);box-shadow:0 10px 24px rgb(15 77 198 / .42)}.mobile-cta svg{width:16px;height:16px}.site-footer{position:relative;overflow:hidden;background:var(--ink2)}.site-footer::before{content:'';position:absolute;top:30px;right:-160px;width:561px;height:559px;background:rgb(17 78 198 / .1);filter:blur(61px);border-radius:9999px;pointer-events:none}.footer-inner{position:relative;max-width:var(--max-w);margin:0 auto;padding:80px 20px 40px}@media (min-width:640px){.footer-inner{padding:80px 32px 40px}}@media (min-width:1024px){.footer-inner{padding:80px 40px 40px}}.footer-grid{display:grid;grid-template-columns:1fr;gap:0 40px}@media (min-width:1024px){.footer-grid{grid-template-columns:6fr 6fr}}.footer-brand img{height:56px;width:auto}.footer-brand p{margin-top:28px;font-size:15px;line-height:24px;color:rgb(255 255 255 / .9);max-width:440px}.footer-powered{margin-top:24px;display:inline-flex;align-items:center;gap:12px}.footer-powered span{font-size:15px;line-height:24px;color:rgb(255 255 255 / .9)}.footer-powered a{display:inline-flex;transition:opacity 0.2s}.footer-powered a:hover{opacity:.8}.footer-powered img{height:26px;width:auto}.footer-links-grid{display:grid;grid-template-columns:1fr;gap:0 40px}@media (min-width:640px){.footer-links-grid{grid-template-columns:1fr 1fr}}@media (max-width:639px){.footer-brand{border-bottom:1px solid rgb(255 255 255 / .1);padding-bottom:24px}.footer-links-grid .footer-col:not(:last-child){border-bottom:1px solid rgb(255 255 255 / .1)}}.footer-col{padding:24px 0}@media (min-width:640px){.footer-col{padding:0}}.footer-col h4{font-size:16px;font-weight:600;margin-bottom:24px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px;font-size:14px;color:rgb(255 255 255 / .85)}.footer-col ul a{transition:color 0.2s}.footer-col ul a:hover{color:var(--white)}.footer-divider{margin-top:56px;height:1px;width:100%;background:rgb(255 255 255 / .1)}.footer-bottom{margin-top:24px;display:flex;flex-direction:column;gap:12px;font-size:14px;color:rgb(255 255 255 / .8)}@media (min-width:768px){.footer-bottom{flex-direction:row;align-items:center;justify-content:space-between}}.footer-bottom .copyright{font-weight:500}.footer-legal{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.footer-legal a{transition:color 0.2s}.footer-legal a:hover{color:var(--white)}.footer-legal .sep{color:rgb(255 255 255 / .4)}.footer-cookies{margin-top:80px;text-align:center;font-size:14px;color:rgb(255 255 255 / .8)}.footer-cookies a{color:var(--brandhi);text-decoration:underline}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;letter-spacing:.08em;color:rgb(255 255 255 / .4);margin-bottom:24px}.breadcrumb a{color:rgb(255 255 255 / .4);transition:color 0.2s}.breadcrumb a:hover{color:rgb(255 255 255 / .7)}.breadcrumb-sep{color:rgb(255 255 255 / .25)}.breadcrumb-current{color:rgb(255 255 255 / .6)}.blog-hero{background:#fff0;padding:48px 0 0}.hero-row{display:flex;flex-direction:column;gap:24px}@media (min-width:768px){.hero-row{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:40px}}.hero-text{flex:1;min-width:0}.blog-hero h1{font-size:40px;font-weight:800;line-height:1.15;color:var(--white)}.blog-hero p{margin-top:12px;font-size:15px;line-height:1.7;color:rgb(255 255 255 / .55);max-width:680px}.hero-search{flex-shrink:0;padding-top:4px}.blog-search-form{position:relative;width:100%;max-width:419px}.blog-search-form .search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:rgb(255 255 255 / .35);pointer-events:none}.blog-search-form .search-input{width:100%;height:48px;padding:0 20px 0 46px;border-radius:37px;border:1px solid #fff0;background:#121C30;color:#9C9C9C;font-family:inherit;font-weight:400;font-size:16px;line-height:20px;outline:none;transition:border-color 0.2s,background 0.2s}.blog-search-form .search-input::placeholder{color:#9C9C9C}.blog-search-form .search-input:focus{border-color:var(--brandhi)}.category-section{padding:32px 0 0;background:#fff0}.category-filter{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;-ms-overflow-style:none;scrollbar-width:none}.category-filter::-webkit-scrollbar{display:none}.category-tab{flex-shrink:0;display:inline-flex;align-items:center;height:44px;padding:0 24px;border-radius:37px;font-size:14px;line-height:22px;font-weight:400;color:#9C9C9C;border:1px solid #fff0;background:#050F22;transition:all 0.2s;white-space:nowrap}.category-tab:hover{color:var(--white);border-color:rgb(255 255 255 / .15)}.category-tab.active{background:#0F4DC6;border-color:#0F4DC6;border-radius:46px;font-weight:500;color:#FFF}.featured-section{padding:40px 0}.featured-card{position:relative;display:block;height:649px;border-radius:28px;overflow:hidden;border:none}.featured-card-thumb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.featured-card-placeholder{background:var(--card2)}.featured-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#0C172F 22.57%,#fff0 85.29%)}.featured-card-badge{position:absolute;top:24px;left:24px;z-index:2;display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 28px;border-radius:46px;background:#0F4DC6;font-weight:500;font-size:14px;line-height:20px;color:#FFF}.featured-card-overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:40px 48px}.featured-card h2{font-weight:700;font-size:34px;line-height:44px;margin-bottom:12px;max-width:700px;color:#FFF;transition:color 0.2s}.featured-card-excerpt{font-weight:400;font-size:16px;line-height:26px;color:#B7B7B7;max-width:620px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:28px}.featured-card-footer{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.featured-card .author-avatar{width:46px;height:46px}.featured-card .author-label,.featured-card .published-label{font-weight:400;font-size:12px;line-height:20px;color:#B7B7B7;text-transform:none;letter-spacing:normal}.featured-card .author-name,.featured-card .published-date{font-weight:500;font-size:14px;line-height:23px;color:#FFF}.featured-card .read-more{font-weight:500;font-size:16px;line-height:23px;color:#0F4DC6}.post-author{display:flex;align-items:center;gap:10px}.author-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.author-info{display:flex;flex-direction:column}.author-label,.published-label{font-size:11px;color:rgb(255 255 255 / .4);text-transform:uppercase;letter-spacing:.05em}.author-name{font-size:14px;font-weight:600;color:var(--white)}.post-published{display:flex;flex-direction:column}.published-date{font-size:14px;font-weight:500;color:rgb(255 255 255 / .8)}.read-more{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--brandhi);transition:gap 0.2s;margin-left:auto}.read-more:hover{gap:10px}.read-more svg{width:16px;height:16px}.articles-section{padding:0 0 96px}.category-section+.articles-section{padding-top:44px}.section-title{font-size:20px;font-weight:600;color:rgb(255 255 255 / .5);margin-bottom:32px}.posts-grid{display:grid;grid-template-columns:1fr;gap:28px}@media (min-width:640px){.posts-grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.posts-grid{grid-template-columns:1fr 1fr 1fr}}.post-card{background:var(--card);border-radius:16px;overflow:hidden;border:1px solid rgb(255 255 255 / .06)}.post-card-thumb{width:100%;aspect-ratio:16/9;object-fit:cover}.post-card-placeholder{background:var(--card2)}.post-card-body{padding:20px}.post-card h3{font-size:16px;font-weight:600;line-height:1.4;margin-bottom:16px;transition:color 0.2s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card:hover h3{color:var(--brandhi)}.post-card-footer{display:flex;align-items:center;gap:8px;font-size:13px;color:rgb(255 255 255 / .45)}.author-avatar-sm{width:24px;height:24px;border-radius:50%;object-fit:cover}.post-card-author{font-weight:500;color:rgb(255 255 255 / .7)}.post-card-dot{color:rgb(255 255 255 / .25)}.post-card-date{color:rgb(255 255 255 / .4)}.articles-section .section-title{font-weight:500;font-size:18px;line-height:23px;color:#FFF}.articles-section .post-card h3{font-weight:600;font-size:20px;line-height:26px;color:#FFF}.articles-section .post-card-author,.articles-section .post-card-date{font-weight:500;font-size:12px;line-height:15px;color:#CBCBCB}.articles-section .author-avatar-sm{width:20px;height:20px}.articles-section .post-card{background:#fff0;border:none;border-radius:0}.articles-section .post-card-body{padding:16px 0 0}.no-posts{text-align:center;padding:80px 0}.no-posts h3{color:var(--white);margin-bottom:8px}.no-posts p{color:rgb(255 255 255 / .5)}.single-post-content{padding:48px 0 96px}.single-layout{display:grid;grid-template-columns:1fr;gap:48px;align-items:start}@media (min-width:1024px){.single-layout{grid-template-columns:minmax(0,1fr) 380px}.single-layout--full{grid-template-columns:minmax(0,1040px)}}.post-main{min-width:0}.post-hero{position:relative;margin-bottom:32px}.post-hero-img{width:100%;border-radius:0;object-fit:cover}.post-hero-badge{position:absolute;top:20px;left:20px;display:inline-flex;align-items:center;height:40px;padding:0 24px;border-radius:46px;background:#0F4DC6;font-weight:500;font-size:15px;color:#FFF}.post-single-header{margin-bottom:40px}.single-post-content h1{font-size:36px;font-weight:700;line-height:1.2;margin-bottom:20px}.post-single-lead{font-size:16px;line-height:1.7;color:rgb(255 255 255 / .55);margin-bottom:36px;max-width:720px}.post-single-meta{display:flex;flex-wrap:wrap;align-items:center;gap:20px}.post-single-dot{color:#fff}.post-single-readtime{font-size:14px;color:rgb(255 255 255 / .6)}.single-post-content .featured-image{width:100%;border-radius:16px;margin-bottom:40px}.post-authors-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;margin-top:32px;padding:24px 0;border-top:1px solid rgb(255 255 255 / .08);border-bottom:1px solid rgb(255 255 255 / .08)}.post-authors-bar__left{display:flex;align-items:center;gap:24px}.post-authors-bar__person{display:flex;align-items:center;gap:12px}.post-authors-bar__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.post-authors-bar__info{display:flex;flex-direction:column}.post-authors-bar__name{font-size:16px;font-weight:600;color:var(--white);line-height:1.3}.post-authors-bar__role{font-size:14px;color:rgb(255 255 255 / .5);line-height:1.4}.post-authors-bar__divider{width:1px;height:40px;background:rgb(255 255 255 / .15)}.post-authors-bar__updated{display:flex;flex-direction:column;align-items:flex-end}.post-authors-bar__updated-label{font-size:13px;color:rgb(255 255 255 / .45);line-height:1.3}.post-authors-bar__updated-date{font-size:15px;font-weight:500;color:rgb(255 255 255 / .7);line-height:1.4}@media (max-width:639px){.post-authors-bar{flex-direction:column;align-items:flex-start}.post-authors-bar__left{flex-direction:column;gap:16px}.post-authors-bar__divider{width:40px;height:1px}.post-authors-bar__updated{align-items:flex-start}}.author-bio-card{display:flex;gap:28px;padding:32px;margin-top:40px;background:rgb(255 255 255 / .04);border-radius:16px;border:1px solid rgb(255 255 255 / .08)}.author-bio-card__avatar{flex-shrink:0}.author-bio-card__img{width:140px;height:auto;border-radius:12px}.author-bio-card__content{display:flex;flex-direction:column;justify-content:center;min-width:0}.author-bio-card__name{font-size:22px;font-weight:700;color:var(--white);line-height:1.3;margin-bottom:4px}.author-bio-card__role{font-size:15px;color:rgb(255 255 255 / .5);line-height:1.4;margin-bottom:12px}.author-bio-card__bio{font-size:15px;line-height:1.7;color:rgb(255 255 255 / .75);margin:0}@media (max-width:639px){.author-bio-card{flex-direction:column;gap:20px;padding:24px}.author-bio-card__img{width:100px;height:100px}}.related-posts{margin-top:64px;padding-top:48px;border-top:1px solid rgb(255 255 255 / .08)}.related-posts__title{font-size:20px;font-weight:600;color:var(--white);margin-bottom:32px}.post-body{font-size:16px;line-height:1.7;color:rgb(255 255 255 / .85)}.post-body h2{font-size:28px;margin:48px 0 16px}.post-body h3{font-size:22px;margin:36px 0 12px}.post-body p{margin-bottom:20px}.post-body a{color:var(--brandhi);text-decoration:underline}.post-body ul,.post-body ol{margin:16px 0 24px;padding-left:24px}.post-body li{margin-bottom:8px}.post-body blockquote{border-left:3px solid var(--brandhi);padding:16px 24px;margin:24px 0;background:rgb(255 255 255 / .03);border-radius:0 8px 8px 0;font-style:italic;color:rgb(255 255 255 / .75)}.post-body pre{background:var(--ink2);border:1px solid var(--line);border-radius:8px;padding:20px;overflow-x:auto;margin:24px 0;font-size:14px}.post-body code{background:rgb(255 255 255 / .08);padding:2px 6px;border-radius:4px;font-size:.9em}.post-body pre code{background:none;padding:0}.post-body img{border-radius:12px;margin:24px 0}.post-single-tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:48px;padding-top:32px;border-top:1px solid rgb(255 255 255 / .08)}.post-tags-label{font-size:14px;color:rgb(255 255 255 / .5);margin-right:4px}.post-tag{display:inline-flex;align-items:center;height:30px;padding:0 14px;border-radius:6px;background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .1);font-size:13px;color:rgb(255 255 255 / .7);transition:all 0.2s}.post-tag:hover{color:var(--white);border-color:rgb(69 132 255 / .5)}@media (min-width:1024px){.post-sidebar{position:sticky;top:104px}}.guide-card{background:#121B32;border-radius:20px;padding:28px}.guide-eyebrow{display:block;font-weight:700;font-size:13px;line-height:16px;letter-spacing:.1em;text-transform:uppercase;color:#63DF4E;margin-bottom:16px}.guide-title{font-weight:700;font-size:26px;line-height:33px;color:#FFF;margin-bottom:0}.guide-body{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:34px}.guide-book-img{flex-shrink:0;width:132px;height:auto;object-fit:contain}.guide-list{list-style:none;display:flex;flex-direction:column;gap:0}.guide-list li{display:flex;align-items:center;gap:10px;font-weight:500;font-size:14px;line-height:34px;color:#D6D6D6}.guide-list svg{width:16px;height:16px;flex-shrink:0}.guide-btn{display:flex;align-items:center;justify-content:center;width:100%;height:61px;border-radius:54px;background:#0F4DC6;font-weight:600;font-size:16px;line-height:23px;color:#FFF;transition:background 0.2s}.guide-btn:hover{background:rgb(15 77 198 / .9)}.lead-card{margin-top:24px;background:#121B32;border-radius:20px;padding:30px 26px}.lead-title{font-weight:700;font-size:26px;line-height:33px;color:#FFF;margin-bottom:14px}.lead-desc{font-size:15px;line-height:1.6;color:rgb(255 255 255 / .55);margin-bottom:24px}.lead-form{display:flex;flex-direction:column;gap:14px}.lead-input{position:relative;display:flex;align-items:center}.lead-input svg{position:absolute;left:18px;width:20px;height:20px;color:rgb(255 255 255 / .45);pointer-events:none}.lead-input input{width:100%;height:56px;padding:0 18px 0 48px;border:1px solid rgb(255 255 255 / .12);border-radius:12px;background:rgb(255 255 255 / .03);font-family:inherit;font-size:15px;color:var(--white);outline:none;transition:border-color 0.2s,background 0.2s,box-shadow 0.2s}.lead-input input::placeholder{color:rgb(255 255 255 / .45)}.lead-input input:hover{border-color:rgb(255 255 255 / .22)}.lead-input input:focus{border-color:var(--brandhi);background:rgb(255 255 255 / .05);box-shadow:0 0 0 3px rgb(69 132 255 / .12)}.lead-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:56px;margin-top:6px;border:none;border-radius:12px;background:#0F4DC6;font-family:inherit;font-weight:600;font-size:16px;color:#FFF;cursor:pointer;transition:background 0.2s,transform 0.2s}.lead-btn svg{width:20px;height:20px}.lead-btn:hover{background:#1257DE;transform:translateY(-1px)}.lead-error{margin-bottom:16px;padding:10px 14px;border-radius:10px;background:rgb(240 68 56 / .12);border:1px solid rgb(240 68 56 / .4);color:#FCA5A5;font-size:13px}.ty-main{position:relative;overflow:hidden}.ty-hero{padding:56px 0 48px}@media (min-width:1024px){.ty-hero{padding:80px 0 64px}}.ty-card{position:relative;z-index:0;overflow:hidden;max-width:780px;margin:0 auto;border-radius:28px;background:#0F182E;padding:48px 24px;text-align:center}@media (min-width:640px){.ty-card{padding:56px 40px}}@media (min-width:1024px){.ty-card{padding:64px 56px}}.ty-glow{position:absolute;z-index:-1;top:0;right:0;width:256px;height:256px;border-radius:100px;background:rgb(37 99 235 / .05);filter:blur(64px);pointer-events:none}.ty-check{display:block;width:88px;height:88px;margin:0 auto}@media (min-width:1024px){.ty-check{width:101px;height:101px}}.ty-card h1{margin-top:28px;font-size:40px;font-weight:700;line-height:1.15;letter-spacing:-1.04px;color:var(--white)}@media (min-width:640px){.ty-card h1{font-size:48px;line-height:65px}}.ty-sub{margin-top:8px;font-size:24px;font-weight:600;line-height:36px;color:#E3E3E3}.ty-note{margin-top:32px;border-radius:24px;background:var(--ink);padding:24px 20px;box-shadow:0 1px 3px rgb(0 0 0 / .1),0 1px 2px -1px rgb(0 0 0 / .1)}@media (min-width:1024px){.ty-note{padding:24px 32px}}.ty-note p,.ty-spam{font-size:17px;font-weight:400;line-height:28px;letter-spacing:.425px;color:var(--white)}.ty-note a,.ty-connect a{color:#6D9EFF}.ty-note a:hover,.ty-connect a:hover{text-decoration:underline}.ty-spam{margin-top:32px}.ty-divider{width:120px;height:1px;margin:24px auto 0;background:var(--white)}.ty-connect{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 8px;width:380px;max-width:100%;min-height:54px;margin-top:24px;padding:10px 20px;border-radius:100px;background:rgb(28 99 255 / .05);font-size:17px;line-height:28px;letter-spacing:.425px;color:var(--white)}.ty-connect span,.ty-connect a{white-space:nowrap}.ty-actions{margin-top:36px}.ty-home-btn{display:inline-flex;align-items:center;gap:10px;height:48px;padding:0 28px;border-radius:9999px;background:var(--brand);font-size:15px;font-weight:600;color:var(--white);transition:all 0.2s}.ty-home-btn:hover{background:rgb(15 77 198 / .9);box-shadow:0 10px 24px rgb(15 77 198 / .42);transform:translateY(-1px)}.ty-next{padding:0 0 80px}@media (min-width:1024px){.ty-next{padding:0 0 112px}}.ty-next h2{text-align:center;font-size:24px;font-weight:700;letter-spacing:-.5px;color:var(--white)}@media (min-width:768px){.ty-next h2{font-size:32px}}.ty-steps-wrap{position:relative;margin-top:48px}@media (min-width:1024px){.ty-steps-wrap{margin-top:64px}}.ty-steps-line{display:none}@media (min-width:768px){.ty-steps-line{display:block;position:absolute;top:40px;left:16.66%;right:16.66%;height:1px;background-image:repeating-linear-gradient(to right,rgb(255 255 255 / .7) 0,rgb(255 255 255 / .7) 5px,transparent 5px,transparent 10px)}}@media (min-width:1024px){.ty-steps-line{top:48px}}.ty-steps{display:grid;grid-template-columns:1fr;gap:40px}@media (min-width:768px){.ty-steps{grid-template-columns:repeat(3,1fr);gap:24px}}.ty-step{display:flex;flex-direction:column;align-items:center;text-align:center}.ty-step-icon{position:relative;z-index:1;width:80px;height:80px;border-radius:50%;background:var(--ink)}@media (min-width:1024px){.ty-step-icon{width:97px;height:97px}}.ty-step h3{margin-top:20px;font-size:20px;font-weight:700;line-height:1.3;color:var(--white)}.ty-step p{margin-top:12px;max-width:320px;font-size:15px;line-height:24px;color:var(--mute2)}.pagination-wrap{display:flex;flex-direction:column;align-items:center;gap:32px;margin-top:48px}.btn-view-more{display:inline-flex;align-items:center;justify-content:center;width:173px;height:53px;border-radius:186px;background:#0F4DC6;font-weight:500;font-size:16px;line-height:24px;text-align:center;letter-spacing:-.16px;color:#FFF;transition:all 0.2s;border:0;cursor:pointer}.btn-view-more:hover{background:rgb(15 77 198 / .9);box-shadow:0 10px 24px rgb(15 77 198 / .42);transform:translateY(-1px)}.pagination{display:flex;justify-content:center;align-items:center;gap:6px}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border-radius:8px;font-size:14px;font-weight:500;transition:all 0.2s;border:1px solid var(--line);color:rgb(255 255 255 / .6)}.pagination a:hover{background:rgb(255 255 255 / .06);color:var(--white)}.pagination .current{background:var(--brand);border-color:var(--brand);color:var(--white)}.pagination a svg,.pagination span svg{width:16px;height:16px}.pagination .prev,.pagination .next{border-color:#fff0}.pagination .dots{border-color:#fff0;color:rgb(255 255 255 / .3)}.blog-layout{display:grid;grid-template-columns:1fr;gap:48px}@media (min-width:1024px){.blog-layout{grid-template-columns:1fr 320px}}.sidebar .widget{background:var(--card);border-radius:16px;padding:24px;border:1px solid rgb(255 255 255 / .06);margin-bottom:24px}.sidebar .widget h2,.sidebar .widget h3,.sidebar .widget h4{font-size:16px;font-weight:600;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--line);color:var(--white)}.sidebar .widget ul{list-style:none}.sidebar .widget li{margin-bottom:8px}.sidebar .widget a{font-size:14px;color:rgb(255 255 255 / .75);transition:color 0.2s}.sidebar .widget a:hover{color:var(--brandhi)}.sidebar .widget input[type="search"],.sidebar .widget input[type="text"]{width:100%;height:40px;padding:0 14px;border-radius:8px;border:1px solid rgb(255 255 255 / .1);background:rgb(255 255 255 / .04);color:var(--white);font-family:inherit;font-size:14px;outline:none;transition:border-color 0.2s}.sidebar .widget input[type="search"]:focus,.sidebar .widget input[type="text"]:focus{border-color:var(--brandhi)}.sidebar .widget input[type="submit"]{margin-top:8px;height:36px;padding:0 16px;border-radius:8px;background:var(--brand);color:var(--white);border:none;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background 0.2s}.sidebar .widget input[type="submit"]:hover{background:rgb(15 77 198 / .85)}@media (min-width:1024px){.sidebar{position:sticky;top:100px;align-self:start}}.cta-section{padding:80px 0;background:#0C172F}.cta-inner{text-align:center;max-width:820px;margin:0 auto}.cta-label{display:inline-block;font-weight:500;font-size:16px;line-height:16px;text-align:center;color:#FFF;margin-bottom:16px}.cta-inner h2{font-weight:700;font-size:48px;line-height:62px;text-align:center;letter-spacing:-1.4px;color:#E8EDF5;margin-bottom:16px}.cta-inner p{font-weight:400;font-size:18px;line-height:30px;text-align:center;color:#BFC0C0;max-width:720px;margin:0 auto 32px}.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:224px;height:52px;border-radius:186px;background:#0F4DC6;font-weight:600;font-size:16px;line-height:24px;text-align:center;letter-spacing:-.16px;color:#FFF;transition:all 0.2s}.btn-cta:hover{background:rgb(15 77 198 / .9);box-shadow:0 10px 24px rgb(15 77 198 / .42);transform:translateY(-1px)}.btn-cta svg{width:16px;height:16px}.alignleft{float:left;margin:0 24px 24px 0}.alignright{float:right;margin:0 0 24px 24px}.aligncenter{display:block;margin:24px auto}.wp-caption{max-width:100%}.wp-caption-text{font-size:13px;color:rgb(255 255 255 / .5);text-align:center;margin-top:8px}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute;width:1px;height:1px;overflow:hidden}@media (max-width:767px){h1{font-size:32px}h2{font-size:26px}.blog-hero{padding:32px 0 0}.blog-hero h1{font-size:28px}.blog-search-form{max-width:100%}.featured-card{height:auto;min-height:480px;border-radius:20px}.featured-card-overlay{padding:24px}.featured-card h2{font-size:26px;line-height:1.25}.featured-card-excerpt{font-size:14px;line-height:1.5}.featured-card-footer{gap:16px}.read-more{margin-left:0;margin-top:12px;width:100%}.single-post-content h1{font-size:28px}.cta-inner h2{font-size:28px;line-height:1.25;letter-spacing:-.5px}.cta-section{padding:56px 0}}