*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}::selection{color:#1f261c;background:#707b6d57}::selection{color:#1f261c;background:#707b6d57}:root{--y:#707b6d;--y-mid:#626e5f;--y-dark:#3d4a3a;--y-pale:#eef0ee;--y-soft:#c8d0c6;--black:#0c0c0d;--white:#fff;--g50:#fafaf9;--g100:#f4f4f0;--g200:#e8e8e2;--g400:#a3a39a;--g600:#5a5a52;--g900:#1a1a16;--r:20px}html{scroll-behavior:smooth;background:#f5f2ea;min-height:100%}body{color:var(--black);-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;background:0 0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}.glass{-webkit-backdrop-filter:blur(28px)saturate(160%)brightness(1.04);background:linear-gradient(145deg,#ffffff9e 0%,#ffffff47 100%);border:1px solid #ffffff80;box-shadow:0 20px 60px #0000001a,0 4px 12px #0000000f,inset 0 2px #fff,inset 0 -1px #0000000d,inset 2px 0 #fff9,inset -1px 0 #ffffff4d}.navbar{z-index:200;border-bottom:1px solid var(--g200);background:#fff;justify-content:space-between;align-items:center;height:68px;padding:0 40px;display:flex;position:relative;box-shadow:0 1px #0000000a}.nav-brand{align-items:center;gap:10px;display:flex}.nav-logo-mark{background:var(--y);width:34px;height:34px;color:var(--black);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:900;display:flex;box-shadow:0 2px 8px #707b6d59}.nav-brand-name{color:var(--black);letter-spacing:-.2px;font-size:19px;font-weight:700}.nav-links{align-items:center;gap:2px;display:flex}.nav-links a{color:var(--g600);border-radius:8px;padding:6px 13px;font-size:15px;font-weight:500;transition:color .12s,background .12s}.nav-links a.active{color:var(--black);background:#0000000d}.nav-cta{background:var(--y)!important;color:#fff!important;border-radius:9px!important;font-weight:700!important;box-shadow:0 2px 8px #707b6d4d!important}.nav-cta:hover{background:var(--y-mid)!important}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:none}.bar{background:var(--black);border-radius:2px;width:20px;height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:block}.nav-hamburger.open .bar-top{transform:translateY(3.5px)rotate(45deg)}.nav-hamburger.open .bar-bot{transform:translateY(-3.5px)rotate(-45deg)}.mobile-menu{z-index:190;background:0 0;flex-direction:column;gap:2px;max-height:0;padding:0 16px;transition:max-height .5s cubic-bezier(.4,0,.2,1),padding .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.mobile-menu.open{max-height:320px;padding:10px 16px 18px}.mobile-menu a{color:var(--g600);border-radius:10px;justify-content:space-between;align-items:center;padding:13px 14px;font-size:16px;font-weight:500;transition:background .14s,color .14s;display:flex}.mobile-menu-chevron{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;opacity:.4;flex-shrink:0;width:18px;height:18px}.mobile-menu a.active{color:var(--y-dark);cursor:pointer;background:#707b6d29;font-weight:600}.mobile-menu a.active .mobile-menu-chevron{display:none}section{padding:100px 56px;position:relative}.section-label{letter-spacing:2px;text-transform:uppercase;color:#fff;background:var(--y);z-index:1;border-radius:8px;margin-bottom:20px;padding:6px 15px;font-size:11px;font-weight:800;display:inline-block;position:relative;box-shadow:0 2px 8px #707b6d40}.section-title{letter-spacing:-1.2px;color:var(--black);z-index:1;margin-bottom:14px;font-size:40px;font-weight:800;line-height:1.1;position:relative}.section-sub{color:var(--g600);z-index:1;font-size:16px;line-height:1.7;position:relative}#home{background:0 0;align-items:center;min-height:calc(100vh - 60px);padding-top:80px;padding-bottom:90px;display:flex}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:56px;width:100%;display:grid;position:relative}.hero-tag{color:var(--y-dark);background:#707b6d1f;border:1px solid #707b6d4d;border-radius:100px;align-items:center;gap:8px;margin-bottom:22px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.hero-dot{background:var(--y);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s infinite pulse;box-shadow:0 0 6px #707b6d99}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.hero-title{letter-spacing:-2px;color:var(--black);margin-bottom:22px;font-size:72px;font-weight:700;line-height:1.05}.hero-title span{color:var(--y-dark);letter-spacing:-1.2px;background-color:#5a5a5233;border-radius:6px;padding:.08em .26em;font-family:Poppins,sans-serif;font-size:.62em;font-weight:600;display:inline-block;position:relative}.hero-desc{color:var(--g600);margin-bottom:36px;font-size:17px;line-height:1.72}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.btn-primary{background:var(--y);color:var(--black);cursor:pointer;white-space:nowrap;border:none;border-radius:11px;padding:12px 24px;font-size:14px;font-weight:700;transition:background .12s,transform .12s,box-shadow .12s;display:inline-block;box-shadow:0 4px 16px #707b6d59,inset 0 1px #ffffff80}.btn-primary:hover{background:var(--y-mid);transform:translateY(-1px);box-shadow:0 6px 24px #707b6d73,inset 0 1px #ffffff80}.btn-outline{color:var(--g600);border:1px solid var(--g200);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;white-space:nowrap;background:#fff9;border-radius:11px;padding:12px 24px;font-size:14px;font-weight:600;transition:border-color .12s,background .12s,color .12s;display:inline-block}.btn-outline:hover{border-color:var(--g400);color:var(--black);background:#ffffffe6}.hero-visual{justify-content:flex-end;display:flex}.hero-card{-webkit-backdrop-filter:blur(32px)saturate(160%)brightness(1.04);background:linear-gradient(145deg,#ffffffa6 0%,#ffffff47 100%);border:1px solid #ffffff80;border-radius:24px;width:100%;padding:32px;box-shadow:0 24px 80px #0000001f,0 6px 20px #0000000f,inset 0 2px #fff,inset 0 -1px #0000000d,inset 2px 0 #fff9,inset -1px 0 #ffffff4d}.hero-card-icon{background:var(--y);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;display:flex;box-shadow:0 4px 16px #707b6d59}.hero-card-icon svg{width:24px;height:24px;stroke:var(--black);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.hero-card h3{color:var(--black);margin-bottom:6px;font-size:17px;font-weight:700}.hero-card p{color:var(--g600);margin-bottom:22px;font-size:13px;line-height:1.55}.hero-stats{grid-template-columns:1fr 1fr;gap:10px;display:grid}.stat{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9;border:1px solid #fffc;border-radius:12px;padding:14px}.stat-val{color:var(--y-dark);letter-spacing:-.5px;font-size:19px;font-weight:800}.stat-lbl{color:var(--g400);margin-top:2px;font-size:11px}.hero-portrait{justify-self:center;width:100%;max-width:380px}.hero-portrait img{border:1px solid #5a5a522e;border-radius:16px;width:100%;height:auto;display:block;box-shadow:0 22px 50px #1a233229}.hero-photo-wrap{border-radius:18px;justify-self:center;width:100%;max-width:420px;position:relative;overflow:hidden}.hero-photo{width:100%;height:auto;display:block}.hero-photo-frame{aspect-ratio:4/5;width:100%;position:relative}.hero-photo-slide{object-fit:cover;object-position:center 18%;width:100%;height:100%;display:block;position:absolute;inset:0}.hero-photo-caption{z-index:2;text-align:center;max-width:calc(100% - 32px);position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.hero-photo-caption .highlight-text{white-space:nowrap;color:#fff;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px)saturate(160%);backdrop-filter:blur(10px)saturate(160%);text-shadow:0 1px 2px #0006;background-image:linear-gradient(135deg,#ffffff47 0%,#ffffff1a 55%,#ffffff29 100%);border:none;border-radius:8px;padding:5px 13px;font-size:12px;font-weight:300;line-height:1.7;display:inline-block;box-shadow:0 6px 20px #00000038}#products{background:0 0}.product-card{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:56px;margin-top:48px;display:grid;position:relative}.product-icon{background:var(--y-pale);border:1px solid var(--y-soft);border-radius:13px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:18px;display:flex}.product-icon svg{width:24px;height:24px;stroke:var(--y-dark);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.product-tag{letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:var(--y);border-radius:5px;margin-bottom:14px;padding:4px 10px;font-size:10px;font-weight:800;display:inline-block;box-shadow:0 2px 8px #707b6d40}.product-title{letter-spacing:-.8px;color:var(--black);margin-bottom:12px;font-size:28px;font-weight:800}.product-desc{color:var(--g600);margin-bottom:24px;font-size:15px;line-height:1.75}.feature-list{flex-direction:column;gap:10px;display:flex}.feature-item{color:var(--g600);align-items:center;gap:10px;font-size:14px;display:flex}.feature-check{background:var(--y);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex;box-shadow:0 1px 4px #707b6d4d}.feature-check svg{stroke:#fff;fill:none;stroke-width:2.8px;stroke-linecap:round;stroke-linejoin:round;width:11px;height:11px}.product-visual{justify-content:center;display:flex}.iot-diagram{justify-content:center;align-items:center;width:280px;height:280px;display:flex;position:relative}.iot-hub{background:var(--y);z-index:2;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative;box-shadow:0 8px 32px #707b6d66,inset 0 1px #fff9}.iot-hub svg{width:32px;height:32px;stroke:var(--black);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.iot-ring{border:1.5px dashed #707b6d66;border-radius:50%;animation:20s linear infinite spin-slow;position:absolute}.iot-ring-1{width:148px;height:148px}.iot-ring-2{width:234px;height:234px;animation-duration:30s;animation-direction:reverse}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.iot-node{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #ffffffd9;border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:absolute;box-shadow:0 4px 16px #0000000f,inset 0 1px #fff}.iot-node svg{width:19px;height:19px;stroke:var(--g400);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.node-top{top:10px;left:50%;transform:translate(-50%)}.node-right{top:50%;right:10px;transform:translateY(-50%)}.node-bottom{bottom:10px;left:50%;transform:translate(-50%)}.node-left{top:50%;left:10px;transform:translateY(-50%)}#services{background:0 0}.services-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px;display:grid;position:relative}.service-card{padding:8px 0}.service-icon{background:#707b6d1f;border:1px solid #707b6d40;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:18px;display:flex}.service-icon svg{width:36px;height:36px;stroke:var(--y-dark);fill:none;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.service-icon img{object-fit:cover;border-radius:9px;width:100%;height:100%}.service-title{letter-spacing:-.3px;color:var(--black);margin-bottom:10px;font-size:17px;font-weight:700}.service-desc{color:var(--g600);font-size:14px;line-height:1.72}.get-quote-btn{color:var(--g600);border:1.5px solid var(--g400);white-space:nowrap;background:0 0;border-radius:20px;margin-top:12px;padding:4px 12px;font-size:11px;font-weight:600;text-decoration:none;display:inline-block}#feedbacks{background:0 0}.reviews-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px;display:grid;position:relative}.review-card{flex-direction:column;gap:14px;padding:8px 0;display:flex}.stars{gap:3px;display:flex}.star{width:14px;height:14px;fill:var(--g200);stroke:none}.star.filled{fill:var(--y)}.review-text{color:var(--g600);flex:1;font-size:14px;line-height:1.65}.review-author{align-items:center;gap:10px;display:flex}.review-avatar{background:var(--y);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:800;display:flex;box-shadow:0 2px 8px #707b6d4d}.review-name{color:var(--black);font-size:13px;font-weight:700}.review-role{color:var(--g400);margin-top:1px;font-size:11px}#about{background:0 0}.about-inner{z-index:1;position:relative}.about-desc{color:var(--g600);max-width:520px;margin-bottom:32px;font-size:16px;line-height:1.8}.about-page{justify-content:center;align-items:center;min-height:calc(100vh - 220px);display:flex}.about-contact{flex-direction:column;align-items:center;width:100%;display:flex}.contact-map{border:1px solid var(--g200);border-radius:16px;margin-top:24px;overflow:hidden;box-shadow:0 2px 12px #00000014}.contact-map iframe{border:none;width:100%;height:150px;display:block}.simple-list{z-index:1;flex-direction:column;gap:14px;margin-top:32px;display:flex;position:relative}.simple-list p{color:var(--g600);font-size:15px;line-height:1.6}.simple-list a{color:var(--y-dark);text-underline-offset:3px;text-decoration:underline;transition:color .12s}.simple-list a:hover{color:var(--black)}.contact-item{letter-spacing:.3px;color:var(--g600);align-items:center;gap:14px;padding:16px 18px;font-size:14px;font-weight:300;transition:background .15s;display:flex}.contact-item:hover{background:#707b6d0f}.contact-item a{color:inherit;letter-spacing:inherit;text-decoration:none;transition:color .12s}.contact-item a:hover{color:var(--y-dark)}.contact-item svg{width:18px;height:18px;stroke:var(--y-dark);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.about-values{grid-template-columns:1fr 1fr;gap:12px;display:grid}.value-item{padding:8px 0}.value-icon{width:28px;height:28px;margin-bottom:10px}.value-icon svg{width:28px;height:28px;stroke:var(--y-dark);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.value-item h4{color:var(--black);margin-bottom:3px;font-size:13px;font-weight:700}.value-item p{color:var(--g400);font-size:12px;line-height:1.45}.about-visual{flex-direction:column;gap:14px;display:flex}.about-card{padding:8px 0}.about-card h4{color:var(--black);margin-bottom:5px;font-size:14px;font-weight:700}.about-card p{color:var(--g600);font-size:13px;line-height:1.65}.about-pill{background:var(--y);color:var(--black);border-radius:100px;align-items:center;margin-top:12px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #707b6d4d}footer{color:#fff;background:#197278;margin-top:88px;padding:64px 56px 36px}.footer-inner{flex-direction:column;display:flex}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:56px;display:flex}.footer-brand-col{flex-direction:column;gap:12px;max-width:280px;display:flex}.footer-brand{align-items:center;gap:10px;display:flex}.footer-logo{width:30px;height:30px;color:var(--y-dark);background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:flex;box-shadow:0 2px 10px #00000040}.footer-name{color:#ffffffd9;letter-spacing:-.1px;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:400}.footer-socials{align-items:center;gap:18px;margin-top:6px;display:flex}.footer-socials a{color:#fff9;transition:color .15s;display:inline-flex}.footer-socials a:hover{color:#fff}.footer-socials svg{fill:currentColor;width:24px;height:24px}.footer-cols{flex-wrap:wrap;gap:56px;display:flex}.footer-col{flex-direction:column;gap:11px;min-width:120px;display:flex}.footer-col-title{color:#fff;letter-spacing:-.1px;margin:0 0 4px;font-size:16px;font-weight:700}.footer-col a,.footer-col p{color:#ffffffb3;margin:0;font-size:14px;transition:color .14s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff26;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:52px;padding-top:24px;display:flex}.footer-copy{color:#ffffff80;margin:0;font-size:13px}.footer-bottom-links{align-items:center;gap:20px;display:flex}.footer-bottom-links a{color:#ffffff80;font-size:13px;transition:color .14s}.footer-bottom-links a:hover{color:#fff}@media (width>=769px){.footer-cols .footer-col:first-child{order:1}.footer-cols .footer-col:nth-child(2){order:4}.footer-cols .footer-col:nth-child(3){order:3}.footer-cols .footer-col:nth-child(4){order:2}}@media (width<=900px){.services-grid,.reviews-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.nav-links{display:none}.nav-hamburger{display:flex}.nav-brand-name{font-size:16px}.navbar{-webkit-backdrop-filter:none;isolation:isolate;will-change:transform;background:#fff;padding:0 20px;transform:translate(0,0)}section{padding:64px 20px}.section-title{letter-spacing:-.7px;font-size:26px}.section-sub{font-size:15px}#home{min-height:auto;padding-top:48px}.hero-inner{grid-template-columns:1fr;gap:32px}.hero-title{letter-spacing:-1.5px;font-size:42px}.hero-desc{font-size:15px}.hero-visual{display:none}.hero-portrait{max-width:220px}.hero-actions{flex-direction:column;align-items:stretch}.hero-photo-wrap{border-radius:0;order:-1;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.btn-primary,.btn-outline{text-align:center;padding:14px 20px}.product-card{grid-template-columns:1fr;gap:28px}.product-visual{display:none}.product-title{font-size:22px}.services-grid,.reviews-grid{grid-template-columns:1fr 1fr;gap:14px}.about-inner{grid-template-columns:1fr;gap:32px}.about-values{grid-template-columns:1fr 1fr;gap:10px}footer{padding:48px 20px 28px}.footer-top{flex-direction:column;gap:36px}.footer-cols{flex-wrap:wrap;order:1;gap:28px 40px;display:flex}.footer-cols .footer-col:first-child{order:1}.footer-cols .footer-col:nth-child(2){order:3}.footer-cols .footer-col:nth-child(3){order:4}.footer-cols .footer-col:nth-child(4),.footer-brand-col{order:2}}.carousel{aspect-ratio:4/3;-webkit-user-select:none;user-select:none;background:#f5f2ea;border-radius:14px;width:100%;margin-bottom:8px;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000001a}.carousel-track{will-change:transform;width:100%;height:100%;transition:transform .38s cubic-bezier(.4,0,.2,1);display:flex}.carousel-slide-wrap{flex-shrink:0;justify-content:center;align-items:center;width:100%;min-width:100%;height:100%;display:flex;position:relative}.carousel-slide{object-fit:contain;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;display:block}.carousel-loader{z-index:2;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.carousel-spinner{border:3px solid #707b6d33;border-top-color:#707b6d;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite carousel-spin}@keyframes carousel-spin{to{transform:rotate(360deg)}}.carousel-dots{z-index:2;gap:6px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.carousel-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:background .18s,transform .18s}.carousel-dot.active{background:#fff;transform:scale(1.35)}.carousel-counter{color:#fff;-webkit-backdrop-filter:blur(8px);letter-spacing:.5px;z-index:2;background:#00000061;border-radius:100px;padding:3px 9px;font-size:11px;font-weight:700;position:absolute;top:12px;right:14px}.carousel-blurred .carousel-track{filter:blur(6px);transition:filter .2s}.download-popup-overlay{z-index:200;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.download-popup{background:#fff;border-radius:12px;flex-direction:column;min-width:160px;display:flex;overflow:hidden;box-shadow:0 4px 24px #00000029}.download-popup-btn{color:#707b6d;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;padding:14px 24px;font-size:15px;font-weight:500;transition:background .15s}.download-popup-btn:active{background:#eef0ee}.download-popup-divider{background:#e8e8e2;height:1px;margin:0}@media (width<=768px){.carousel-slide{height:100%}}.blog-index-section{padding:80px 56px 100px}.blog-posts-list{flex-direction:column;gap:2px;margin-top:48px;display:flex}.blog-viewall{margin-top:20px}.blog-viewall a{color:var(--y-dark);font-size:15px;font-weight:600;text-decoration:none;transition:opacity .15s}.blog-viewall a:hover{opacity:.7}.blog-post-card{color:inherit;border-radius:14px;align-items:center;gap:24px;padding:20px;text-decoration:none;transition:box-shadow .15s;display:flex}.blog-post-card-thumb{object-fit:cover;object-position:center;border-radius:12px;flex-shrink:0;width:92px;height:110px;display:block}.blog-post-card:hover{box-shadow:0 24px 64px #00000021,0 4px 12px #00000012,inset 0 2px #fff,inset 0 -1px #0000000d,inset 2px 0 #fff9,inset -1px 0 #ffffff4d}.blog-post-card:hover .blog-post-card-title{color:var(--y-dark)}.blog-post-card:hover .blog-post-card-arrow{transform:translate(4px)}.blog-post-card-num{letter-spacing:1.5px;color:var(--y-dark);white-space:nowrap;background:#707b6d1a;border:1px solid #707b6d33;border-radius:6px;flex-shrink:0;align-self:center;padding:4px 10px;font-size:11px;font-weight:800}.blog-post-card-body{flex:1}.blog-post-card-title{letter-spacing:-.4px;color:var(--black);margin-bottom:8px;font-size:18px;font-weight:700;transition:color .12s}.blog-post-card-excerpt{color:var(--g600);font-size:14px;line-height:1.7}.blog-post-card-meta{color:var(--g400);margin-top:4px;font-size:13px}.blog-post-card-vline{background:var(--g200);flex-shrink:0;align-self:stretch;width:1px}.blog-post-card-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:10px;display:flex}.blog-post-card-date{color:var(--g400);white-space:nowrap;font-size:12px}.blog-post-card-arrow{color:var(--g400);font-size:16px;transition:transform .15s}.blog-article{max-width:720px;margin:0 auto;padding:56px 40px 100px}.blog-article-header{flex-direction:column;margin-bottom:48px;display:flex}.blog-header-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.blog-header-top .blog-breadcrumb{margin-bottom:0}.blog-lang-btn{letter-spacing:2px;color:#fff;background:var(--y);cursor:pointer;border:none;border-radius:6px;padding:5px 12px;font-size:10px;font-weight:800;transition:opacity .15s;box-shadow:0 2px 8px #707b6d40}.blog-lang-btn:hover{opacity:.85}.blog-breadcrumb{letter-spacing:2px;text-transform:uppercase;color:#fff;background:var(--y);border-radius:6px;align-self:flex-start;align-items:center;gap:8px;margin-bottom:20px;padding:5px 12px;font-size:10px;font-weight:800;display:inline-flex;box-shadow:0 2px 8px #707b6d40}.blog-breadcrumb a{color:#fff;text-decoration:none;transition:opacity .12s}.blog-breadcrumb a:hover{opacity:.75}.blog-breadcrumb span{opacity:.6}.blog-back{color:var(--g600);align-items:center;gap:6px;font-size:13px;font-weight:600;text-decoration:none;transition:color .12s;display:inline-flex}.blog-back:hover{color:var(--black)}.blog-article-title{letter-spacing:-1.5px;color:var(--black);margin-top:16px;margin-bottom:12px;font-size:40px;font-weight:900;line-height:1.1}.blog-article-date{color:var(--g400);font-size:13px}.blog-article-body{flex-direction:column;gap:24px;transition:filter .25s,opacity .25s;display:flex}.blog-article-body.lang-blur,.blog-article-title.lang-blur,.blog-meta.lang-blur,.lang-blur{filter:blur(8px);opacity:0}.blog-article-title,.blog-meta,.blog-meta~div,.blog-article-body,.lang-blur{transition:filter .25s,opacity .25s}.blog-article-body p{color:var(--g900);font-size:16px;line-height:1.82}.blog-article-body strong{color:var(--black);font-weight:700}.blog-section-title{color:var(--black);letter-spacing:-.3px;margin:8px 0 0;font-size:17px;font-weight:750;display:inline-block}.blog-meta{-webkit-backdrop-filter:blur(18px)saturate(180%);background:linear-gradient(135deg,#ffffff73 0%,#ffffff26 100%);border:1px solid #fff3;border-color:#ffffff8c #fff3 #fff3 #ffffff8c;border-radius:16px;flex-direction:column;gap:10px;margin-bottom:8px;padding:14px 18px;display:inline-flex;box-shadow:0 4px 24px #00000014,inset 0 1px #ffffffb3}.blog-meta-item{color:var(--g600);align-items:center;gap:10px;font-size:14px;display:flex}.blog-meta-item svg{width:16px;height:16px;stroke:var(--y-dark);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.blog-meta-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.blog-figure{margin:0 0 4px}.blog-figure img{border-radius:14px;width:100%;height:auto;display:block;box-shadow:0 8px 30px #0000001f}.blog-figure figcaption{text-align:center;color:var(--g600);margin-top:10px;font-size:13px;line-height:1.6}.blog-people{margin-bottom:12px}.blog-person{color:var(--text);letter-spacing:.01em;margin:0 0 4px;font-size:14px;font-weight:600}.blog-years{color:var(--g600);font-weight:400}.blog-bright{color:var(--g600);margin:6px 0 0;font-size:13px;font-style:italic}.blog-tag{color:var(--y-dark);background:#707b6d24;border:1px solid #707b6d52;border-radius:20px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;display:inline-flex}.blog-tag svg{width:14px;height:14px;stroke:var(--y-dark);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}body.modal-open{overflow:hidden}body.modal-open #root{filter:blur(5px);transition:filter .2s}.like-modal-overlay{z-index:1000;background:#00000026;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.like-modal{background:#fff;border-radius:20px;flex-direction:column;gap:6px;width:100%;max-width:320px;padding:28px 24px 24px;display:flex;box-shadow:0 12px 48px #0000002e}.like-modal-title{color:var(--black);margin:0;font-size:17px;font-weight:700}.like-modal-sub{color:var(--g400);margin:0 0 10px;font-size:12px}.like-modal-input{box-sizing:border-box;width:100%;color:var(--black);background:#f7f7f7;border:1.5px solid #e0e0e0;border-radius:10px;outline:none;margin-bottom:12px;padding:10px 14px;font-size:14px;transition:border-color .15s}.like-modal-input:focus{background:#fff;border-color:#aaa}.like-modal-submit{background:var(--y,#707b6d);cursor:pointer;color:#fff;border:none;border-radius:10px;width:100%;padding:11px;font-size:14px;font-weight:700;transition:opacity .2s}.like-modal-submit:disabled{color:#777;cursor:default;background:#c8c8c8}.like-modal-submit:not(:disabled):hover{opacity:.82}.blog-action-btn{color:var(--black);cursor:pointer;-webkit-backdrop-filter:blur(14px)saturate(160%);background:linear-gradient(135deg,#ffffff80 0%,#fff3 100%);border:1px solid #ffffff40;border-color:#ffffffb3 #ffffff40 #ffffff40 #ffffffb3;border-radius:20px;align-items:center;gap:7px;padding:7px 16px;font-size:13px;font-weight:600;transition:background .2s,box-shadow .2s,transform .1s;display:flex;box-shadow:0 2px 10px #00000014,inset 0 1px #ffffffb3}.blog-action-btn:hover{background:linear-gradient(135deg,#ffffffb3 0%,#ffffff59 100%);box-shadow:0 4px 16px #00000021,inset 0 1px #fffc}.blog-action-btn:active{transform:scale(.96)}.blog-action-btn svg{width:15px;height:15px;stroke:var(--black);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;transition:fill .2s,stroke .2s}.blog-action-btn.liked svg.heart-icon{fill:#e63946;stroke:#e63946}.blog-action-btn.liked{color:#e63946}.blog-article-footer{border-top:1px solid var(--g200);text-align:center;margin-top:64px;padding-top:32px}.blog-footer-place{color:var(--g600);text-align:center;margin-top:12px;margin-bottom:0;font-size:13px;line-height:1.8}.blog-simple-footer{display:none}@media (width<=768px){.blog-index-section{padding:56px 20px 32px}.blog-post-card{flex-wrap:wrap;gap:12px}.blog-post-card-right{flex-direction:row;align-items:center;gap:12px}.blog-article{padding:40px 20px 80px}.blog-article-title{letter-spacing:-.5px;font-size:22px}.blog-meta{box-sizing:border-box;width:100%;display:flex}.blog-img-grid{grid-template-columns:1fr}}@media (width<=400px){.about-values{grid-template-columns:1fr}.hero-title{font-size:36px}}.notfound-main{justify-content:center;align-items:center;min-height:calc(100vh - 60px);display:flex}.notfound{text-align:center;z-index:1;flex-direction:column;align-items:center;width:100%;max-width:720px;padding:100px 32px;display:flex;position:relative}.notfound-code{letter-spacing:-8px;color:var(--y-dark);background:linear-gradient(180deg, var(--y-dark) 0%, var(--y) 100%);-webkit-text-fill-color:transparent;text-shadow:0 6px 32px #707b6d2e;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:160px;font-weight:900;line-height:1}.notfound-title{letter-spacing:-1.2px;color:var(--black);margin-bottom:12px;font-size:36px;font-weight:800}.notfound-sub{color:var(--g600);max-width:440px;margin-bottom:36px;font-size:16px;line-height:1.7}.notfound-projects{border-radius:var(--r);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff8c;border:1px solid #707b6d2e;flex-direction:column;align-items:center;gap:14px;margin-bottom:36px;padding:28px 32px;display:flex;box-shadow:0 6px 28px #707b6d1a}.notfound-projects-label{letter-spacing:2px;text-transform:uppercase;color:var(--g600);font-size:11px;font-weight:800}.notfound-rotating-link{letter-spacing:-1.5px;color:var(--black);align-items:center;gap:6px;font-size:38px;font-weight:900;line-height:1.1;transition:opacity .15s;display:inline-flex}.notfound-rotating-link:hover{opacity:.85}.notfound-rotating-prefix{color:var(--black)}.notfound-rotating-text{background:var(--y);color:#fff;border-radius:12px;padding:4px 14px;display:inline-flex;overflow:hidden;box-shadow:0 4px 16px #707b6d59,inset 0 1px #ffffff80}.notfound-rotating-split{padding-bottom:2px;overflow:hidden}.notfound-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (width<=600px){.notfound{padding:60px 20px}.notfound-code{letter-spacing:-5px;font-size:110px}.notfound-title{font-size:26px}.notfound-sub{font-size:14px}.notfound-rotating-link{letter-spacing:-1px;font-size:28px}.notfound-rotating-text{border-radius:10px;padding:3px 10px}.notfound-projects{padding:22px 20px}}.platforms-main{z-index:1;position:relative}.platforms-hero{text-align:center;flex-direction:column;align-items:center;padding:16px 56px 60px;display:flex;position:relative}.platforms-featured{text-align:center;color:#fff;background:#404244;border-radius:0;width:100%;max-width:520px;margin:0 auto;padding:36px 40px;position:relative;box-shadow:0 14px 40px #4042444d}.platforms-featured-tag{letter-spacing:.18em;text-transform:uppercase;color:#fff;background-image:linear-gradient(90deg,#707b6d99 0%,#707b6deb 100%);background-position:0 62%;background-repeat:no-repeat;background-size:100% 58%;padding:1px 6px;font-size:11px;font-weight:700;display:inline-block}.platforms-featured-title{letter-spacing:-1.5px;color:#fff;margin:18px 0 8px;font-size:40px;font-weight:900;line-height:1.05}.platforms-featured-desc{color:#ffffffd1;letter-spacing:.2px;font-size:16px}.platforms-breadcrumb{letter-spacing:.06em;text-transform:uppercase;color:var(--g600);align-items:center;gap:8px;margin-bottom:48px;font-size:12px;font-weight:600;display:inline-flex}.platforms-breadcrumb a{color:var(--g400);opacity:.85;transition:color .15s,opacity .15s}.platforms-breadcrumb a:hover{color:var(--y-dark);opacity:1}.platforms-breadcrumb-sep{color:var(--g400);opacity:.6}.platforms-breadcrumb-current{color:var(--black);font-weight:800}.platforms-hero-title{letter-spacing:-3px;color:var(--black);flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin:18px 0 22px;font-size:72px;font-weight:900;line-height:1.02;display:inline-flex}.platforms-hero-prefix{color:var(--black)}.platforms-rotating-text{background:var(--y);color:#fff;border-radius:16px;padding:6px 22px;display:inline-flex;overflow:hidden;box-shadow:0 6px 24px #707b6d59,inset 0 1px #ffffff80}.platforms-rotating-split{padding-bottom:4px;overflow:hidden}.platforms-hero-sub{color:var(--g600);max-width:560px;font-size:17px;line-height:1.72}.platforms-grid-section{padding:40px 56px 120px}.platforms-grid{grid-template-columns:repeat(2,1fr);gap:22px}.platforms-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:inherit;background:#ffffff8c;border:1px solid #707b6d2e;border-radius:16px;flex-direction:column;gap:10px;padding:28px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 4px 20px #707b6d14}.platforms-card .service-icon,.platforms-card .get-quote-btn{border-radius:12px}.platforms-card:hover{border-color:#707b6d73;transform:translateY(-3px);box-shadow:0 10px 32px #707b6d2e}.platforms-card-active{border-color:var(--y);box-shadow:0 10px 32px #707b6d38}.platforms-card-long{color:var(--g600);margin-top:4px;font-size:13px;line-height:1.7}@media (width<=768px){.platforms-hero{padding:0 24px 40px}.platforms-hero-title{letter-spacing:-1.5px;flex-direction:column;align-items:center;gap:8px;font-size:44px}.platforms-rotating-text{border-radius:12px;padding:4px 14px}.platforms-featured{align-self:stretch;width:auto;max-width:none;margin:8px -24px 0;padding:36px 24px}.platforms-featured-title{font-size:30px}.platforms-hero-sub{font-size:15px}.platforms-grid-section{padding:24px 20px 80px}.platforms-grid{grid-template-columns:1fr}}.pm-main{z-index:1;min-height:70vh;position:relative}.pm-hero{max-width:640px;margin:0 auto;padding:80px 24px 100px}.pm-title{letter-spacing:-1.5px;color:var(--black);margin:18px 0 10px;font-size:40px;font-weight:900}.pm-sub{color:var(--g600);margin:0 0 28px;font-size:16px}.pm-list{border-top:1px solid #707b6d2e;margin:0 0 40px;padding:0;list-style:none}.pm-list li{color:var(--black);border-bottom:1px solid #707b6d2e;padding:14px 4px;font-size:16px;font-weight:600}.pm-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.upi-stack{align-items:center;display:inline-flex}.upi-app{background:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:-8px;display:inline-flex;overflow:hidden;box-shadow:0 1px 4px #0000002e}.upi-app:first-child{margin-left:0}.upi-app img{object-fit:contain;width:70%;height:70%}.upi-app-wide{border-radius:16px;width:auto;padding:0 8px}.upi-app-wide img{width:auto;height:60%;max-height:18px}.card-stack{align-items:center;gap:6px;display:inline-flex}.card-badge{background:#fff;border:1px solid #707b6d38;border-radius:5px;justify-content:center;align-items:center;width:44px;height:28px;padding:3px 6px;display:inline-flex;box-shadow:0 1px 3px #00000014}.card-badge img{object-fit:contain;max-width:100%;max-height:100%}.card-badge-wide{width:64px}.pm-foot{color:var(--g600);margin:0;font-size:14px;line-height:1.7}.pm-foot a{color:var(--y-dark);border-bottom:1px solid #707b6d66;font-weight:700;text-decoration:none}.pm-foot a:hover{border-bottom-color:var(--y-dark)}@media (width<=640px){.pm-hero{padding:56px 20px 80px}.pm-title{font-size:32px}}@media (width<=480px){.contact-item{letter-spacing:.1px;font-size:12px}.contact-item:last-child{white-space:nowrap}}
