*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--ft-font-body,"Work Sans",sans-serif);color:#424445;background:#ffffff;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f0f0f2}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#708ef2 0%,#9633dd 50%,#f19f5e 100%);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#5a7be0 0%,#7b28c4 50%,#e08a45 100%)}html{scrollbar-width:thin;scrollbar-color:#9633dd #f0f0f2}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.header{position:fixed;top:34px;left:50%;transform:translateX(-50%);width:100%;max-width:1118px;z-index:100;padding:0;animation:headerFadeIn .6s ease both}@keyframes headerFadeIn{from{opacity:0}to{opacity:1}}.header__inner{display:flex;align-items:center;justify-content:space-between;background:#ffffff;border-radius:12px;padding:18px 32px;box-shadow:0 2px 20px rgba(0,0,0,0.06)}.header__logo img,.header__logo svg{display:block;width:173px;height:30px}.header__logo svg,.header__logo img{clip-path:inset(0 100% 0 0);animation:logoReveal .8s cubic-bezier(.22,1,.36,1) .3s forwards}@keyframes logoReveal{0%{clip-path:inset(0 100% 0 0)}100%{clip-path:inset(0 0 0 0)}}.header__nav{display:flex;align-items:center;gap:40px;list-style:none;margin:0;padding:0}.header__nav .menu-item{list-style:none;margin:0;padding:0;opacity:0;transform:translateY(-8px);animation:navItemIn .5s cubic-bezier(.22,1,.36,1) forwards}.header__nav .menu-item:nth-child(1){animation-delay:.15s}.header__nav .menu-item:nth-child(2){animation-delay:.25s}.header__nav .menu-item:nth-child(3){animation-delay:.35s}.header__nav .menu-item:nth-child(4){animation-delay:.45s}.header__nav .menu-item:nth-child(5){animation-delay:.55s}@keyframes navItemIn{to{opacity:1;transform:translateY(0)}}.header__nav .menu-item a,.header__nav-link{font-family:"Work Sans",sans-serif;font-size:16px;font-weight:400;color:#000000;position:relative;cursor:pointer;transition:color 0.3s ease;isolation:isolate;text-decoration:none}.header__nav .menu-item a::before,.header__nav-link::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:122px;height:26px;border-radius:16px;background:linear-gradient( 90deg,rgba(112,142,242,0.8) 0%,rgba(150,51,221,1) 50%,rgba(241,159,94,0.8) 100% );filter:blur(16px);opacity:0;z-index:-1;transition:opacity 0.3s ease;pointer-events:none}.header__nav .menu-item a:hover::before,.header__nav-link:hover::before{opacity:0.12}.header__nav .current-menu-item a::before,.header__nav-link--active::before{opacity:0.45}.header__nav .current-menu-item a:hover::before,.header__nav-link--active:hover::before{opacity:0.5}.header__menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.header__menu-toggle span{display:block;width:24px;height:2px;background:#424445;border-radius:2px;transition:transform 0.3s,opacity 0.3s}.header__menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__menu-toggle.active span:nth-child(2){opacity:0}.header__menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.footer{background:#fdfcfe;padding:80px 0 60px}.footer__tagline{font-family:"Work Sans",sans-serif;font-size:51px;font-weight:200;text-transform:uppercase;color:#000000;opacity:0.2;text-align:center;max-width:1440px;margin:0 auto 48px;padding:0 160px;white-space:nowrap;overflow:hidden}.footer__inner{max-width:1394px;margin:0 auto;padding:0 160px;display:flex;align-items:center;justify-content:space-between}.footer__logo img,.footer__logo svg{display:block;width:173px;height:30px}.footer__nav{display:flex;gap:40px;list-style:none;margin:0;padding:0}.footer__nav .menu-item{list-style:none;margin:0;padding:0}.footer__nav .menu-item a,.footer__nav a{font-family:"Inter","Work Sans",sans-serif;font-size:16px;font-weight:400;color:#000000;text-decoration:none;transition:opacity 0.2s;position:relative;isolation:isolate}.footer__nav .menu-item a::before,.footer__nav a::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:122px;height:26px;border-radius:16px;background:linear-gradient( 90deg,rgba(112,142,242,0.8) 0%,rgba(150,51,221,1) 50%,rgba(241,159,94,0.8) 100% );filter:blur(16px);opacity:0;z-index:-1;transition:opacity 0.3s ease;pointer-events:none}.footer__nav .menu-item a:hover::before,.footer__nav a:hover::before{opacity:0.12}.footer__nav .current-menu-item a::before{opacity:0.45}.footer__nav .current-menu-item a:hover::before{opacity:0.5}.footer__copy{font-family:"Inter","Work Sans",sans-serif;font-size:12px;font-weight:400;color:#918d8d}.footer__tagline{transform:translateX(80px);transition:opacity .9s cubic-bezier(.22,1,.36,1) .1s,transform .9s cubic-bezier(.22,1,.36,1) .1s}.footer.is-visible .footer__tagline{transform:translateX(0)}.footer__logo img,.footer__logo svg{clip-path:inset(0 100% 0 0);transition:clip-path .8s cubic-bezier(.22,1,.36,1) .3s}.footer.is-visible .footer__logo img,.footer.is-visible .footer__logo svg{clip-path:inset(0 0 0 0)}.footer__nav .menu-item,.footer__nav>a{opacity:0;transform:translateY(12px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.footer.is-visible .footer__nav .menu-item:nth-child(1),.footer.is-visible .footer__nav>a:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.4s}.footer.is-visible .footer__nav .menu-item:nth-child(2),.footer.is-visible .footer__nav>a:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.5s}.footer.is-visible .footer__nav .menu-item:nth-child(3),.footer.is-visible .footer__nav>a:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.6s}.footer.is-visible .footer__nav .menu-item:nth-child(4),.footer.is-visible .footer__nav>a:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.7s}.footer__copy{opacity:0;transition:opacity .6s cubic-bezier(.22,1,.36,1) .8s}.footer.is-visible .footer__copy{opacity:1}.cta__button{position:relative;display:inline-flex;text-decoration:none;margin-bottom:100px;transition:transform 0.2s}.cta__button:hover{transform:translateY(-2px)}.cta__button-glow{position:absolute;top:-6px;left:-6px;width:calc(100% + 12px);height:calc(100% + 12px);border-radius:18px;background:linear-gradient( 125deg,#708ef2 5.92%,#9633dd 50%,#f19f5e 94.08% );background-size:200% 200%;filter:blur(16px);opacity:0.8;z-index:0;animation:ctaGlowPulse 3s ease-in-out infinite}@keyframes ctaGlowPulse{0%,100%{opacity:0.6;filter:blur(14px);background-position:0% 50%}50%{opacity:1;filter:blur(20px);background-position:100% 50%}}.cta__button-inner{position:relative;z-index:1;display:inline-flex;align-items:center;gap:16px;background:#0a0d14;color:#ffffff;font-family:"Work Sans",sans-serif;font-size:18px;font-weight:600;padding:21px 40px;border-radius:14px;white-space:nowrap;border:1px solid rgba(255,255,255,0.1)}.cta__trust{display:flex;align-items:center;gap:48px;padding-top:32px;border-top:1px solid rgba(255,255,255,0.05)}.cta__trust-item{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0.5}.cta__trust-item svg{width:24px;height:24px}.cta__trust-item span{font-family:"Work Sans",sans-serif;font-size:12px;font-weight:400;letter-spacing:1.2px;text-transform:uppercase;color:#ffffff}.site-main{padding-top:140px;padding-bottom:80px;min-height:60vh}.site-main.approach-page,.site-main.technology-page,.site-main.contact-page,.site-main.home-page{padding-top:0;padding-bottom:0}.blog-listing__inner,.page-default__inner,.single-post__inner{max-width:1100px;margin:0 auto;padding:0 24px}.blog-listing__title,.page-default__title,.single-post__title{font-family:var(--ft-font-heading,"Work Sans",sans-serif);font-size:36px;font-weight:600;color:#1a1a1a;margin-bottom:32px}.blog-listing__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px}.blog-card{border-radius:12px;overflow:hidden;background:#ffffff;border:1px solid #eee;transition:box-shadow 0.2s}.blog-card:hover{box-shadow:0 4px 20px rgba(0,0,0,0.08)}.blog-card__thumb img{width:100%;height:200px;object-fit:cover}.blog-card__content{padding:20px}.blog-card__date{font-size:13px;color:#918d8d;display:block;margin-bottom:8px}.blog-card__title{font-size:18px;font-weight:600;margin-bottom:8px}.blog-card__title a{color:#1a1a1a;text-decoration:none}.blog-card__title a:hover{color:var(--ft-color-primary,#1f85ff)}.blog-card__excerpt{font-size:14px;color:#666;line-height:1.6}.single-post__header{margin-bottom:40px}.single-post__date{font-size:14px;color:#918d8d;display:block;margin-bottom:12px}.single-post__thumb{margin-top:24px;border-radius:12px;overflow:hidden}.single-post__thumb img{width:100%;height:auto}.entry-content{font-size:16px;line-height:1.75;color:#424445}.entry-content h2{font-size:28px;font-weight:600;margin:32px 0 16px}.entry-content h3{font-size:22px;font-weight:600;margin:24px 0 12px}.entry-content p{margin-bottom:16px}.entry-content ul,.entry-content ol{margin-bottom:16px;padding-left:24px}.entry-content img{border-radius:8px;margin:16px 0}.entry-content a{color:var(--ft-color-primary,#1f85ff)}.blog-listing__pagination{margin-top:48px;text-align:center}.blog-listing__pagination .nav-links{display:flex;justify-content:center;gap:8px}.blog-listing__pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#f5f5f5;color:#424445;font-size:14px;font-weight:500;text-decoration:none;transition:background 0.2s}.blog-listing__pagination .page-numbers.current,.blog-listing__pagination .page-numbers:hover{background:var(--ft-color-primary,#1f85ff);color:#fff}.page-404{position:relative;background:#0a0d14;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:100px !important;padding-bottom:0 !important}.page-404__glow{position:absolute;border-radius:50%;pointer-events:none;will-change:opacity,transform}.page-404__glow--purple{width:600px;height:600px;top:10%;left:-10%;background:radial-gradient( circle,rgba(150,51,221,0.2) 0%,transparent 70% );filter:blur(100px);animation:glow404A 8s ease-in-out infinite}.page-404__glow--blue{width:500px;height:500px;top:30%;right:-5%;background:radial-gradient( circle,rgba(112,142,242,0.15) 0%,transparent 70% );filter:blur(100px);animation:glow404B 10s ease-in-out infinite}.page-404__glow--orange{width:400px;height:400px;bottom:5%;left:30%;background:radial-gradient( circle,rgba(241,159,94,0.12) 0%,transparent 70% );filter:blur(80px);animation:glow404C 7s ease-in-out infinite}@keyframes glow404A{0%,100%{opacity:0.4;transform:translate(0,0) scale(1)}50%{opacity:0.8;transform:translate(40px,20px) scale(1.15)}}@keyframes glow404B{0%,100%{opacity:0.3;transform:translate(0,0) scale(1.1)}50%{opacity:0.7;transform:translate(-30px,-20px) scale(0.9)}}@keyframes glow404C{0%,100%{opacity:0.3;transform:scale(0.95)}50%{opacity:0.6;transform:scale(1.2)}}.page-404__particles{position:absolute;inset:0;overflow:hidden;pointer-events:none}.page-404__particles span{position:absolute;width:3px;height:3px;background:rgba(255,255,255,0.15);border-radius:50%;animation:particle404 linear infinite}.page-404__particles span:nth-child(1){left:10%;animation-duration:12s;animation-delay:0s}.page-404__particles span:nth-child(2){left:25%;animation-duration:15s;animation-delay:-2s;width:2px;height:2px}.page-404__particles span:nth-child(3){left:40%;animation-duration:10s;animation-delay:-4s}.page-404__particles span:nth-child(4){left:55%;animation-duration:18s;animation-delay:-1s;width:4px;height:4px;background:rgba(150,51,221,0.2)}.page-404__particles span:nth-child(5){left:70%;animation-duration:14s;animation-delay:-3s}.page-404__particles span:nth-child(6){left:85%;animation-duration:11s;animation-delay:-5s;width:2px;height:2px}.page-404__particles span:nth-child(7){left:15%;animation-duration:16s;animation-delay:-7s;background:rgba(112,142,242,0.15)}.page-404__particles span:nth-child(8){left:50%;animation-duration:13s;animation-delay:-6s}.page-404__particles span:nth-child(9){left:65%;animation-duration:17s;animation-delay:-8s;width:2px;height:2px;background:rgba(241,159,94,0.15)}.page-404__particles span:nth-child(10){left:90%;animation-duration:12s;animation-delay:-9s}@keyframes particle404{0%{transform:translateY(100vh) rotate(0deg);opacity:0}10%{opacity:1}90%{opacity:1}100%{transform:translateY(-20vh) rotate(360deg);opacity:0}}.page-404__inner{position:relative;z-index:1;text-align:center;padding:60px 24px 80px;display:flex;flex-direction:column;align-items:center}.page-404__number{position:relative;margin-bottom:8px;line-height:1}.page-404__number-gradient{font-family:"Work Sans",sans-serif;font-size:180px;font-weight:700;line-height:1;background:linear-gradient( 127.07deg,#708ef2 5.92%,#9633dd 50%,#f19f5e 94.08% );-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0.3;animation:number404Pulse 4s ease-in-out infinite}@keyframes number404Pulse{0%,100%{opacity:0.25;filter:blur(0px)}50%{opacity:0.4;filter:blur(0.5px)}}.page-404__signal{width:300px;height:45px;margin-bottom:32px;opacity:0.6}.page-404__signal-svg{width:100%;height:100%}.page-404__signal-svg path{stroke-dasharray:800;stroke-dashoffset:800;animation:signalDraw 3s ease-in-out infinite}@keyframes signalDraw{0%{stroke-dashoffset:800;opacity:0.3}50%{stroke-dashoffset:0;opacity:1}100%{stroke-dashoffset:-800;opacity:0.3}}.page-404__subtitle{font-family:"Work Sans",sans-serif;font-size:28px;font-weight:600;color:#ffffff;margin-bottom:16px;letter-spacing:1px}.page-404__text{font-family:"Work Sans",sans-serif;font-size:17px;font-weight:400;line-height:1.7;color:#8e9194;max-width:460px;margin-bottom:48px}.page-404__cta{margin-bottom:48px}.page-404__nav-links{display:flex;align-items:center;gap:20px}.page-404__nav-links a{font-family:"Work Sans",sans-serif;font-size:14px;font-weight:400;color:rgba(255,255,255,0.4);text-decoration:none;transition:color 0.3s}.page-404__nav-links a:hover{color:rgba(255,255,255,0.8)}.page-404__nav-dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,0.15)}@media (max-width:768px){.page-404__number-gradient{font-size:120px}.page-404__subtitle{font-size:22px}.page-404__text{font-size:16px}.page-404__signal{width:240px}}@media (max-width:480px){.page-404__number-gradient{font-size:90px}.page-404__subtitle{font-size:20px}.page-404__text{font-size:15px;max-width:320px}.page-404__signal{width:200px}.page-404__nav-links{gap:14px}.page-404__nav-links a{font-size:13px}}.blog-listing__empty{text-align:center;padding:60px 0;color:#918d8d;font-size:16px}@media (max-width:1024px){.header{top:16px;max-width:100%;padding:0 16px}.header__inner{padding:14px 24px}.header__nav{gap:24px}}@media (max-width:768px){.header{top:12px}.header__inner{padding:12px 20px}.header__nav{display:none;position:absolute;top:calc(100% + 12px);left:0;right:0;background:#ffffff;border-radius:16px;padding:24px;flex-direction:column;gap:16px;box-shadow:0 4px 24px rgba(0,0,0,0.1)}.header__nav.open{display:flex}.header__menu-toggle{display:flex}.site-main{padding-top:100px}}@media (max-width:1024px){.footer__tagline{font-size:36px;padding:0 60px}.footer__inner{padding:0 60px}.footer__nav{gap:24px}}@media (max-width:768px){.footer{padding:40px 0 32px}.footer__tagline{font-size:24px;padding:0 24px;margin-bottom:32px}.footer__inner{padding:0 24px;flex-direction:column;gap:24px;text-align:center}.footer__nav{flex-wrap:wrap;justify-content:center;gap:20px}}@media (max-width:480px){.footer{padding:32px 0 24px}.footer__tagline{font-size:18px;padding:0 16px;margin-bottom:24px}.footer__inner{padding:0 16px;gap:20px}.footer__nav a{font-size:14px}}@media (max-width:768px){.cta__button-inner{font-size:16px;padding:16px 32px}}@media (max-width:480px){.cta__trust{gap:32px}}