*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#050505;--color-primary:#2563eb;--color-text:#fff;--color-text-muted:#ffffffb3;--color-glass:#ffffff14;--font-sans:"Roboto", system-ui, -apple-system, sans-serif;--font-display:"Oswald", "Roboto", system-ui, sans-serif}html{scroll-padding-top:110px}a,button,input,textarea,select{transition:color .28s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),border-color .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),opacity .28s cubic-bezier(.4,0,.2,1),transform .28s cubic-bezier(.4,0,.2,1)}*{cursor:default}a,button,[role=button]{cursor:pointer}body{font-family:var(--font-sans);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:var(--color-text);font-weight:700}p{margin:0}a{color:inherit}img,video{max-width:100%;display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#2563eb73;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2563ebbf}:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #2563ebb3}::selection{color:#fff;background:#2563eb59}@media (width<=540px){html,body,#root{width:100%;max-width:100%;overflow-x:clip}}.navbar{box-sizing:border-box;width:100%;height:115px;box-shadow:none;z-index:1000;background:0 0;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:0 56px;transition:height .45s cubic-bezier(.4,0,.2,1),background .45s cubic-bezier(.4,0,.2,1),-webkit-backdrop-filter .45s cubic-bezier(.4,0,.2,1),backdrop-filter .45s cubic-bezier(.4,0,.2,1),border-color .45s cubic-bezier(.4,0,.2,1),box-shadow .45s cubic-bezier(.4,0,.2,1);animation:.8s cubic-bezier(.22,1,.36,1) both navFadeDown;display:flex;position:fixed;top:0;left:0}@keyframes navFadeDown{0%{opacity:0;transform:translateY(-28px)}to{opacity:1;transform:translateY(0)}}.navbar--scrolled{-webkit-backdrop-filter:blur(18px);background:#fffffff0;border-bottom-color:#00000012;height:90px;box-shadow:0 4px 24px #00000014}.navbar__logo{flex-shrink:0;align-items:center;text-decoration:none;transition:opacity .25s;display:flex}.navbar__logo:hover{opacity:.85}.navbar__brand-logo{object-fit:contain;width:100%;height:200px}.navbar--scrolled .navbar__brand-logo{filter:brightness(0)saturate()}.navbar__logo-icon{filter:drop-shadow(0 0 14px #2563eb99);align-items:center;transition:filter .35s,transform .35s cubic-bezier(.34,1.56,.64,1);display:flex}.navbar__logo:hover .navbar__logo-icon{filter:drop-shadow(0 0 22px #2563ebe6);transform:scale(1.08)rotate(-4deg)}.navbar__logo-text{letter-spacing:.14em;color:#fff;white-space:nowrap;font-family:Oswald,Roboto,system-ui,sans-serif;font-size:19px;font-weight:700}.navbar--scrolled .navbar__logo-text{color:#0f172a}.navbar__links{align-items:center;gap:4px;display:flex}.navbar__link{letter-spacing:.025em;color:#fff;border-radius:10px;padding:10px 18px;font-family:Roboto,system-ui,sans-serif;font-size:17.5px;font-weight:600;text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.34,1.56,.64,1);position:relative}.navbar__link:after{content:"";background:#2563eb;border-radius:2px;width:20px;height:2px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:5px;left:50%;transform:translate(-50%)scaleX(0)}.navbar__link:hover{color:#60a5fa;transform:translateY(-2px)}.navbar--scrolled .navbar__link{color:#334155}.navbar--scrolled .navbar__link:hover{color:#2563eb}.navbar__link:hover:after{transform:translate(-50%)scaleX(1)}.navbar__cta{letter-spacing:.04em;color:#2563eb;box-shadow:none;white-space:nowrap;z-index:1;background:0 0;border:2px solid #2563eb;border-radius:50px;align-items:center;gap:8px;padding:13px 28px;font-family:Roboto,system-ui,sans-serif;font-size:16.5px;font-weight:600;text-decoration:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1),color .4s,border-color .4s;display:inline-flex;position:relative;overflow:hidden}.navbar__cta:before{content:"";z-index:-1;transform-origin:100%;background:#2563eb;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;transform:scaleX(0)}.navbar__cta:hover{color:#fff;border-color:#2563eb;transform:scale(1.05)translateY(-2px);box-shadow:0 8px 30px #2563eb66}.navbar__cta:hover:before{transform-origin:0;transform:scaleX(1)}.navbar__cta .btn-arrow{transition:transform .3s}.navbar__cta:hover .btn-arrow{transform:translate(3px,-3px)}.navbar__hamburger{cursor:pointer;z-index:1100;background:#0f172a0f;border:1px solid #0f172a1f;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:44px;height:44px;transition:background .3s,border-color .3s;display:none;position:relative}.navbar__hamburger:hover{background:#0f172a1f;border-color:#0f172a38}.navbar__bar{transform-origin:50%;background:#fff;border-radius:2px;width:22px;height:2px;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1);display:block}.navbar--scrolled .navbar__bar{background:#0f172a}.navbar__hamburger.is-open .navbar__bar:first-child{transform:translateY(8px)rotate(45deg)}.navbar__hamburger.is-open .navbar__bar:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__hamburger.is-open .navbar__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.navbar__backdrop{-webkit-backdrop-filter:blur();z-index:998;pointer-events:none;background:0 0;transition:background .45s cubic-bezier(.4,0,.2,1),-webkit-backdrop-filter .45s cubic-bezier(.4,0,.2,1),backdrop-filter .45s cubic-bezier(.4,0,.2,1);position:fixed;inset:0}.navbar__backdrop.is-open{-webkit-backdrop-filter:blur(5px);pointer-events:all;background:#0009}.navbar__drawer{z-index:999;box-sizing:border-box;background:#fff;border-left:1px solid #00000014;flex-direction:column;width:min(360px,88vw);height:100dvh;padding:28px 32px 48px;transition:transform .48s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-12px 0 48px #0000001a}.navbar__drawer.is-open{transform:translate(0)}.navbar__drawer.is-open .navbar__drawer-link{animation:.45s cubic-bezier(.22,1,.36,1) both drawerLinkIn;animation-delay:calc(.1s + var(--i) * 70ms)}@keyframes drawerLinkIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.navbar__drawer-header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:48px;display:flex}.navbar__drawer-logo{letter-spacing:.12em;color:#0f172a;align-items:center;gap:10px;font-family:Oswald,Roboto,system-ui,sans-serif;font-size:14px;font-weight:700;display:flex}.navbar__drawer-logo img{object-fit:contain;filter:brightness(0)saturate();width:150px;height:auto}.navbar__drawer-close{color:#ffffffd9;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .28s,color .28s,transform .3s cubic-bezier(.34,1.56,.64,1);display:flex}.navbar__drawer-close:hover{color:#fff;background:#2563eb33;transform:rotate(90deg)}.navbar__drawer-links{flex-direction:column;flex:1;gap:4px;display:flex}.navbar__drawer-link{color:#1e293b;border-radius:12px;align-items:center;gap:16px;padding:14px 16px;font-family:Roboto,system-ui,sans-serif;font-size:22px;font-weight:600;text-decoration:none;transition:color .28s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),transform .28s cubic-bezier(.34,1.56,.64,1),padding .28s cubic-bezier(.4,0,.2,1);display:flex}.navbar__drawer-link:hover{color:#2563eb;background:#2563eb12;padding-left:20px;transform:translate(6px)}.navbar__drawer-link-num{color:#2563eb;letter-spacing:.1em;opacity:.85;min-width:24px;font-family:Oswald,system-ui,sans-serif;font-size:12px;font-weight:400}.navbar__drawer-cta{color:#2563eb;box-shadow:none;z-index:1;background:0 0;border:2px solid #2563eb;border-radius:50px;flex-shrink:0;justify-content:center;align-items:center;gap:10px;margin-top:32px;padding:16px 28px;font-family:Roboto,system-ui,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1),color .4s,border-color .4s;display:inline-flex;position:relative;overflow:hidden}.navbar__drawer-cta:before{content:"";z-index:-1;transform-origin:100%;background:#2563eb;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;transform:scaleX(0)}.navbar__drawer-cta:hover{color:#fff;border-color:#2563eb;transform:scale(1.04);box-shadow:0 8px 30px #2563eb66}.navbar__drawer-cta:hover:before{transform-origin:0;transform:scaleX(1)}.navbar__drawer-cta .btn-arrow{transition:transform .3s}.navbar__drawer-cta:hover .btn-arrow{transform:translate(3px,-3px)}.navbar__drawer-footer{letter-spacing:.16em;text-transform:uppercase;color:#0f172a66;flex-shrink:0;margin-top:36px;font-family:Roboto,system-ui,sans-serif;font-size:11.5px}@media (width<=960px){.navbar{padding:0 28px}.navbar__links,.navbar__cta:not(.navbar__drawer-cta){display:none}.navbar__hamburger{display:flex}}@media (width<=540px){.navbar{width:100%;min-width:0;max-width:none;height:96px;padding:0 16px;left:0;right:0;translate:none}.navbar--scrolled{border-radius:0;height:72px}.navbar__logo{gap:7px;min-width:0}.navbar__brand-logo{width:160px;height:auto}.navbar__hamburger{flex-shrink:0;gap:5px;width:36px;height:36px}.navbar__bar{width:18px}.navbar__drawer{width:min(320px,100% - 24px);max-width:calc(100% - 24px);padding:24px 22px 36px}}.footer{background:#0a0a0a;border-top:1px solid #ffffff0f;width:100%;padding:80px 0 0}.footer-inner{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:0 60px}.footer-top{border-bottom:1px solid #ffffff12;grid-template-columns:1.8fr 1fr 1fr 1.2fr;gap:60px;padding-bottom:60px;display:grid}.footer-logo{align-items:center;gap:12px;margin-bottom:20px;text-decoration:none;display:inline-flex}.footer-logo span{letter-spacing:.12em;color:#fff;font-family:Oswald,sans-serif;font-size:17px;font-weight:700}.footer-brand-desc{color:#ffffff73;max-width:300px;margin:0 0 28px;font-size:.93rem;line-height:1.7}.footer-socials{gap:12px;display:flex}.footer-social{color:#ffffff8c;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:background .25s,color .25s,border-color .25s,transform .25s;display:flex}.footer-social:hover{color:#fff;background:#2563eb;border-color:#2563eb;transform:translateY(-3px)}.footer-col-title{letter-spacing:.18em;text-transform:uppercase;color:#fff;margin:0 0 22px;font-size:.82rem;font-weight:700}.footer-col-links{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-col-links li a{color:#ffffff73;font-size:.95rem;text-decoration:none;transition:color .25s,padding-left .25s;display:inline-block}.footer-col-links li a:hover{color:#fff;padding-left:6px}.footer-contact-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.footer-contact-list li{color:#ffffff73;align-items:flex-start;gap:12px;font-size:.93rem;line-height:1.5;display:flex}.footer-contact-list li svg{color:#2563eb;flex-shrink:0;margin-top:2px}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:24px 0;display:flex}.footer-bottom p{color:#ffffff4d;margin:0;font-size:.85rem}@media (width<=960px){.footer-top{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{grid-column:1/-1}.footer-brand-desc{max-width:100%}}@media (width<=580px){.footer-inner{padding:0 24px}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}}.hero{background:linear-gradient(90deg,#050b2b 0%,#081238 45%,#0d1b5e 100%);align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";filter:blur(180px);opacity:.22;background:#3b4dff;width:420px;height:420px;position:absolute;top:18%;right:12%}.hero__image{object-fit:contain;filter:drop-shadow(0 0 25px #3b4dff73);width:100%}.hero__content{z-index:10;width:100%;max-width:1280px;margin:auto;padding-top:150px;padding-left:80px;position:relative}.hero__bottom{width:48%}.hero__heading{color:#fff;letter-spacing:-1px;margin-bottom:25px;font-family:Inter,sans-serif;font-size:58px;font-weight:700;line-height:1.12}.hero__subtext{color:#ffffffb8;margin-bottom:35px;font-family:Inter,sans-serif;font-size:18px;line-height:1.8}.hero__buttons{gap:16px;margin-bottom:35px;display:flex}.hero__btn{cursor:pointer;border-radius:8px;padding:15px 26px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s}.hero__btn:hover{transform:translateY(-2px)}.hero__btn--primary{color:#fff;background:#ff7a1a;border:none}.hero__btn--secondary{color:#fff;background:0 0;border:1px solid #ffffff2e}.hero__trust-section{align-items:center;gap:18px;display:flex}.hero__trust-avatars{align-items:center;display:flex}.hero__trust-avatars img,.hero__trust-more{border:2px solid #050b2b;border-radius:50%;width:38px;height:38px;margin-left:-10px}.hero__trust-avatars img:first-child{margin-left:0}.hero__trust-more{color:#fff;background:#16206d;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.hero__trust-rating{color:#fff;align-items:center;gap:6px;font-size:14px;display:flex}.dot{opacity:.5}@media (width<=900px){.hero{flex-direction:column;padding-top:100px;padding-bottom:60px}.hero__content{text-align:center;padding:0 20px}.hero__bottom{width:100%}.hero__heading{font-size:40px}.hero__subtext{font-size:15px}.hero__buttons{flex-wrap:wrap;justify-content:center}.hero__image-wrapper{order:2;width:90%;margin-top:40px;position:relative;top:auto;right:auto;transform:none}.hero__trust-section{flex-direction:column;justify-content:center;gap:10px}}@media (width<=540px){.hero__heading{font-size:30px;line-height:1.2}.hero__btn{width:100%}.hero__buttons{flex-direction:column}}@media (width<=900px){.hero{flex-direction:column;justify-content:center;min-height:auto;padding-top:70px;padding-bottom:35px}.hero__content{text-align:center;padding:40px 20px 0}.hero__bottom{width:100%}.hero__heading{margin-bottom:18px;font-size:34px;line-height:1.2}.hero__subtext{margin-bottom:22px;font-size:14px;line-height:1.6}.hero__buttons{flex-wrap:wrap;justify-content:center;margin-bottom:22px}.hero__btn{padding:12px 18px;font-size:14px}.hero__image-wrapper{order:2;width:80%;margin-top:25px;position:relative;top:auto;right:auto;transform:none}.hero__trust-section{flex-direction:column;justify-content:center;gap:8px}}@media (width<=540px){.hero{min-height:auto;padding-top:55px;padding-bottom:25px}.hero__content{padding:100px 16px 0}.hero__heading{margin-bottom:14px;font-size:26px;line-height:1.25}.hero__subtext{margin-bottom:18px;font-size:12px;line-height:1.5}.hero__buttons{flex-direction:column;gap:10px;margin-bottom:18px}.hero__btn{width:100%;padding:11px;font-size:13px}.hero__image-wrapper{width:75%;margin-top:18px}.hero__trust-avatars img,.hero__trust-more{width:28px;height:28px}.hero__trust-rating{font-size:11px}}@media (width<=900px){.hero{flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:auto;padding:70px 18px 25px}.hero__image-wrapper{order:1;align-self:center;width:72%;margin-bottom:10px;position:relative;transform:translateY(-10px)}.hero__content{order:2;width:100%;margin-top:10px;padding:0}.hero__bottom{width:100%;max-width:100%}.hero__heading{text-align:left;margin-bottom:14px;font-size:34px;line-height:1.18}.hero__subtext{text-align:left;margin-bottom:18px;font-size:14px;line-height:1.55}.hero__buttons{flex-direction:row;gap:10px;margin-bottom:18px;display:flex}.hero__btn{text-align:center;flex:1;padding:12px 8px;font-size:13px}.hero__trust-section{flex-flow:wrap;justify-content:flex-start;gap:12px}}@media (width<=540px){.hero{min-height:auto;padding:55px 14px 18px}.hero__image-wrapper{width:65%;margin-bottom:6px;transform:translateY(-15px)}.hero__content{margin-top:100px}.hero__heading{letter-spacing:0;margin-bottom:12px;font-size:22px;line-height:1.22}.hero__subtext{margin-bottom:14px;font-size:11px;line-height:1.5}.hero__buttons{gap:8px;margin-bottom:14px}.hero__btn{border-radius:6px;padding:10px 6px;font-size:11px}.hero__trust-section{flex-direction:column;align-items:flex-start;gap:6px;width:100%}.hero__trust-avatars img,.hero__trust-more{width:24px;height:24px}.hero__trust-rating{font-size:10px}}.hero__image-wrapper{z-index:2;z-index:2;width:42%;position:absolute;top:60%;right:4%;transform:translateY(-50%)}@media (width<=900px){.hero__image-wrapper{width:45%;position:absolute;top:55%;right:3%;transform:translateY(-50%)}}@media (width<=540px){.hero__image-wrapper{z-index:2;width:40%;position:absolute;top:42%;right:10px;transform:translateY(-50%)}}.services{background:#f8fafc;padding:80px 20px}.services-container{max-width:1300px;margin:auto}.services-heading{text-align:center;color:#111827;margin-bottom:45px;font-size:38px;font-weight:700}.services-grid{grid-template-columns:repeat(6,1fr);gap:18px;display:grid}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px 20px;transition:all .3s;box-shadow:0 2px 8px #0000000a}.service-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #00000014}.service-icon{color:#4f46e5;margin-bottom:18px;font-size:34px}.service-card h3{color:#111827;min-height:55px;margin-bottom:18px;font-size:18px;font-weight:700;line-height:1.4}.service-card ul{margin:0;padding:0;list-style:none}.service-card li{color:#4b5563;margin-bottom:10px;padding-left:14px;font-size:14px;position:relative}.service-card li:before{content:"•";color:#4f46e5;position:absolute;left:0}@media (width<=1100px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.services-heading{font-size:28px}.services-grid{grid-template-columns:repeat(2,1fr);gap:14px}.service-card{padding:20px 14px}.service-card h3{min-height:auto;font-size:15px}.service-card li{font-size:12px}.service-icon{font-size:28px}}@media (width<=480px){.services-grid{grid-template-columns:1fr}}@media (width<=700px){.services{background:#f8fafc;padding:55px 12px}.services-heading{margin-bottom:22px;font-size:24px}.services-grid{grid-template-columns:repeat(2,1fr);gap:10px}.service-card{min-height:145px;box-shadow:none;text-align:center;border:1px solid #ececec;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;padding:18px 10px;display:flex}.service-card:hover{box-shadow:none;transform:none}.service-icon{color:#5b5bd6;background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:12px;font-size:20px;display:flex}.service-card h3{min-height:auto;margin:0;font-size:13px;font-weight:600;line-height:1.35}.service-card ul{display:none}}@media (width<=480px){.services{padding:45px 10px}.services-grid{gap:8px}.service-card{border-radius:8px;min-height:125px;padding:14px 8px}.service-icon{width:36px;height:36px;margin-bottom:10px;font-size:18px}.service-card h3{font-size:11px}.services-heading{font-size:20px}}.tech-section-wrapper{z-index:10;background:linear-gradient(#fff 0%,#e0e7ff 100%);width:100%;position:relative}.tech-container{flex-direction:column;align-items:center;width:100%;height:100vh;padding:80px 20px 40px;display:flex;overflow:hidden}.tech-title{color:#111;text-align:center;margin-bottom:10px;font-size:3.5rem;font-weight:800}.tech-subtitle{color:#666;text-align:center;margin-bottom:60px;font-size:1.2rem}.tech-cards-container{border-radius:30px;flex:1;width:100%;max-width:1000px;margin-bottom:20px;position:relative}.tech-card{transform-origin:top;will-change:transform, opacity;background-color:#fff;border:1px solid #e2e8f0;border-radius:30px;flex-direction:column;align-items:center;width:100%;height:100%;padding:50px 50px 70px;display:flex;position:absolute;top:0;left:0;box-shadow:0 -15px 40px #0000000f,0 15px 40px #00000014}.card-1{z-index:1}.card-2{z-index:2}.card-3{z-index:3}.tech-card h3{color:#1a1a1a;border-bottom:3px solid #f1f5f9;margin-bottom:40px;padding-bottom:15px;font-size:2.2rem}.tech-icons{flex-wrap:wrap;flex:1;place-content:center;gap:40px;display:flex}.tech-item{cursor:default;flex-direction:column;justify-content:center;align-items:center;gap:15px;width:100px;transition:transform .3s;display:flex}.tech-item:hover{transform:translateY(-8px)}.tech-item svg{filter:drop-shadow(0 4px 6px #0000001a);font-size:4rem}.tech-item span{color:#475569;font-size:1.05rem;font-weight:600}@media (width<=768px){.tech-container{padding:60px 15px 20px}.tech-title{font-size:2.5rem}.tech-card{padding:30px 20px}.tech-icons{gap:25px}.tech-item{gap:10px;width:80px}.tech-item svg{font-size:3rem}}.portfolio{background:#f8fafc;padding:80px 20px}.portfolio-heading{text-align:center;color:#111827;margin-bottom:35px;font-size:38px;font-weight:700}.portfolio-wrapper{align-items:center;gap:18px;max-width:1300px;margin:auto;display:flex}.portfolio-arrow{cursor:pointer;background:#fff;border:none;border-radius:50%;width:42px;height:42px;font-size:30px;box-shadow:0 2px 6px #00000014}.portfolio-grid{flex:1;grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.portfolio-card{background:#fff;border:1px solid #ececec;border-radius:14px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000000a}.portfolio-card:hover{transform:translateY(-5px)}.portfolio-image{object-fit:cover;width:100%;height:180px}.portfolio-content{text-align:center;padding:20px}.portfolio-content h3{color:#111827;margin:0 0 8px;font-size:22px;font-weight:700}.portfolio-content p{color:#6b7280;margin:0 0 18px;font-size:14px}.portfolio-content a{color:#111827;font-size:14px;font-weight:600;text-decoration:none}@media (width<=900px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}.portfolio-arrow{display:none}}@media (width<=540px){.portfolio{padding:50px 12px}.portfolio-heading{margin-bottom:20px;font-size:24px}.portfolio-grid{grid-template-columns:1fr;gap:14px}.portfolio-image{height:150px}.portfolio-content{padding:14px}.portfolio-content h3{font-size:17px}.portfolio-content p,.portfolio-content a{font-size:12px}}.special-card{color:#fff;background:linear-gradient(135deg,#111827,#374151);border:none;justify-content:center;align-items:center;min-height:320px;display:flex}.special-card .portfolio-content{text-align:center;padding:30px}.special-card h3{color:#fff;margin-bottom:12px;font-size:32px}.special-card p{color:#d1d5db;margin-bottom:22px;font-size:15px;line-height:1.6}.special-card a{color:#fff;border:1px solid #ffffff40;border-radius:8px;padding:10px 18px;transition:all .3s;display:inline-block}.special-card a:hover{color:#111827;background:#fff}.testimonials{background:#f8fafc;padding:80px 20px}.testimonials-heading{text-align:center;color:#111827;margin-bottom:35px;font-size:38px;font-weight:700}.testimonial-box{background:#fff;border:1px solid #ececec;border-radius:16px;justify-content:space-between;align-items:center;max-width:1250px;margin:auto;padding:45px 60px;display:flex;box-shadow:0 2px 8px #00000008}.quote-left,.quote-right{color:#1e1b4b;flex-shrink:0;font-size:52px;font-weight:700}.testimonial-content{text-align:center;flex:1;padding:0 40px}.testimonial-text{color:#374151;max-width:750px;margin:auto auto 18px;font-size:24px;line-height:1.6}.testimonial-content h4{color:#111827;margin:0 0 18px;font-size:16px;font-weight:600}.testimonial-dots{justify-content:center;gap:8px;display:flex}.dot{background:#d1d5db;border-radius:50%;width:8px;height:8px}.dot.active{background:#4f46e5}@media (width<=900px){.testimonial-box{padding:35px 25px}.testimonial-text{font-size:18px}.quote-left,.quote-right{font-size:40px}}@media (width<=540px){.testimonials{padding:50px 12px}.testimonials-heading{margin-bottom:20px;font-size:24px}.testimonial-box{padding:22px 14px}.quote-left,.quote-right{display:none}.testimonial-content{padding:0}.testimonial-text{margin-bottom:12px;font-size:14px;line-height:1.55}.testimonial-content h4{margin-bottom:12px;font-size:12px}.dot{width:6px;height:6px}}.contact-section{background:#111;width:100%;padding:110px 0 100px}.contact-inner{box-sizing:border-box;align-items:flex-start;gap:80px;max-width:1200px;margin:0 auto;padding:0 60px;display:flex}.contact-left{flex:1;padding-top:10px}.contact-tag{letter-spacing:.25em;color:#fff;border:1.5px solid #ffffff40;border-radius:100px;margin-bottom:24px;padding:6px 16px;font-size:11px;font-weight:700;display:inline-block}.contact-title{color:#fff;margin:0 0 20px;font-size:3rem;font-weight:800;line-height:1.15}.contact-accent{background:linear-gradient(135deg,#818cf8 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-desc{color:#ffffff8c;margin:0 0 48px;font-size:1.05rem;line-height:1.7}.contact-info-list{flex-direction:column;gap:24px;display:flex}.contact-info-item{align-items:center;gap:16px;display:flex}.contact-info-icon{color:#a78bfa;background:#ffffff12;border:1px solid #ffffff1f;border-radius:14px;justify-content:center;align-items:center;width:46px;min-width:46px;height:46px;display:flex}.contact-info-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:2px;font-size:.78rem;font-weight:600;display:block}.contact-info-value{color:#fff;font-size:.98rem;font-weight:600;display:block}.contact-form-wrapper{background:#fff;border-radius:28px;flex:1.1;padding:48px;box-shadow:0 32px 80px #00000059}.contact-form{flex-direction:column;gap:22px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group{flex-direction:column;gap:8px;display:flex}.form-label{color:#111;letter-spacing:.03em;font-size:.85rem;font-weight:700}.form-input,.form-select,.form-textarea{box-sizing:border-box;color:#111;appearance:none;background:#fafafa;border:2px solid #e8e8e8;border-radius:14px;outline:none;width:100%;padding:14px 18px;font-family:inherit;font-size:.97rem;transition:border-color .25s,box-shadow .25s,background .25s}.form-input::placeholder,.form-textarea::placeholder{color:#aaa}.form-input:focus,.form-select:focus,.form-textarea:focus{background:#fff;border-color:#111;box-shadow:0 0 0 4px #1111110f}.form-select-wrapper{position:relative}.form-select{cursor:pointer;padding-right:44px}.form-select option[value=""]{color:#aaa}.select-arrow{color:#888;pointer-events:none;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.form-textarea{resize:vertical;min-height:130px}.contact-submit{color:#111;cursor:pointer;z-index:1;background:0 0;border:2px solid #111;border-radius:50px;justify-content:center;align-self:flex-start;align-items:center;gap:12px;margin-top:6px;padding:16px 36px;font-family:inherit;font-size:1rem;font-weight:700;transition:color .35s,box-shadow .35s;display:inline-flex;position:relative;overflow:hidden}.contact-submit:before{content:"";z-index:-1;transform-origin:100%;background:#111;transition:transform .4s;position:absolute;inset:0;transform:scaleX(0)}.contact-submit:hover{color:#fff;cursor:pointer;box-shadow:0 10px 32px #1113}.contact-submit:hover:before{transform-origin:0;transform:scaleX(1)}.contact-submit svg{transition:transform .3s}.contact-submit:hover svg{transform:translate(4px)}.contact-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:320px;display:flex}.success-icon{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:8px;display:flex}.contact-success h3{color:#111;margin:0;font-size:1.8rem;font-weight:800}.contact-success p{color:#666;margin:0;font-size:1rem}@media (width<=960px){.contact-inner{flex-direction:column;gap:50px;padding:0 30px}.contact-form-wrapper{width:100%;padding:36px}}@media (width<=600px){.contact-section{padding:80px 0}.contact-inner{padding:0 20px}.contact-title{font-size:2.2rem}.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:28px 22px}}.trust-section{z-index:5;justify-content:center;width:100%;margin-top:10px;display:flex;position:relative}.trust-container{background:#fff;border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:repeat(4,1fr);width:92%;max-width:1200px;display:grid;overflow:hidden;box-shadow:0 4px 18px #00000014}.trust-card{text-align:center;border-right:1px solid #e5e7eb;flex-direction:column;justify-content:center;align-items:center;min-height:110px;padding:26px 18px;display:flex}.trust-card:last-child{border-right:none}.trust-icon{color:#312e81;margin-bottom:10px;font-size:24px}.trust-card h3{color:#111827;margin:0;font-size:14px;font-weight:700;line-height:1.4}.trust-card p{color:#374151;margin:2px 0 0;font-size:13px;font-weight:500;line-height:1.4}@media (width<=768px){.trust-section{margin-top:30px}.trust-container{grid-template-columns:repeat(4,1fr)}.trust-card{min-height:80px;padding:14px 6px}.trust-icon{margin-bottom:6px;font-size:18px}.trust-card h3{font-size:10px}.trust-card p{font-size:9px}}@media (width<=480px){.trust-container{width:96%}.trust-card{padding:12px 4px}.trust-icon{font-size:16px}.trust-card h3{font-size:9px}.trust-card p{font-size:8px}}.industries{background:#f8fafc;padding:70px 20px}.industries-container{background:#fff;border:1px solid #ececec;border-radius:16px;grid-template-columns:repeat(6,1fr);max-width:1250px;margin:auto;display:grid;overflow:hidden;box-shadow:0 2px 8px #00000008}.industry-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:120px;padding:28px 16px;display:flex}.industry-border{border-right:1px solid #ececec}.industry-icon{color:#6366f1;margin-bottom:14px;font-size:32px}.industry-card h3{color:#111827;margin:0;font-size:16px;font-weight:600;line-height:1.4}@media (width<=900px){.industries-container{grid-template-columns:repeat(3,1fr)}.industry-border{border-bottom:1px solid #ececec;border-right:none}.industry-card{min-height:100px}}@media (width<=540px){.industries{padding:50px 12px}.industries-container{grid-template-columns:repeat(2,1fr)}.industry-card{min-height:90px;padding:18px 10px}.industry-icon{margin-bottom:10px;font-size:24px}.industry-card h3{font-size:12px;line-height:1.3}}.industries-heading{text-align:center;color:#111827;letter-spacing:-.5px;margin-bottom:38px;font-size:38px;font-weight:700}@media (width<=540px){.industries-heading{margin-bottom:22px;font-size:24px;line-height:1.3}}.whychoose{background:#f8fafc;padding:70px 20px}.whychoose-heading{text-align:center;color:#111827;margin-bottom:35px;font-size:38px;font-weight:700}.whychoose-container{background:#fff;border:1px solid #ececec;border-radius:16px;grid-template-columns:repeat(6,1fr);max-width:1250px;margin:auto;display:grid;overflow:hidden;box-shadow:0 2px 8px #00000008}.why-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:120px;padding:28px 14px;display:flex}.why-border{border-right:1px solid #ececec}.why-icon{color:#6366f1;margin-bottom:12px;font-size:30px}.why-card h3{color:#111827;margin:0;font-size:15px;font-weight:600;line-height:1.45}@media (width<=900px){.whychoose-container{grid-template-columns:repeat(3,1fr)}.why-border{border-bottom:1px solid #ececec;border-right:none}.why-card{min-height:100px}}@media (width<=540px){.whychoose{padding:50px 12px}.whychoose-heading{margin-bottom:22px;font-size:24px}.whychoose-container{grid-template-columns:repeat(2,1fr);gap:0}.why-card{min-height:95px;padding:18px 8px}.why-icon{margin-bottom:8px;font-size:22px}.why-card h3{font-size:11px;line-height:1.3}}.process{background:#f8fafc;padding:70px 20px}.process-heading{text-align:center;color:#111827;margin-bottom:35px;font-size:38px;font-weight:700}.process-container{background:#fff;border:1px solid #ececec;border-radius:16px;justify-content:space-between;align-items:center;max-width:1250px;margin:auto;padding:28px 20px;display:flex;box-shadow:0 2px 8px #00000008}.process-card{text-align:center;flex:1;padding:10px}.process-icon{color:#6366f1;margin-bottom:12px;font-size:30px}.process-card h3{color:#111827;margin:0 0 8px;font-size:16px;font-weight:700}.process-card p{color:#6b7280;margin:0;max-width:150px;margin-inline:auto;font-size:13px;line-height:1.45}.process-arrow{color:#9ca3af;padding:0 8px;font-size:30px;font-weight:600}@media (width<=900px){.process-container{flex-wrap:wrap;justify-content:center;gap:20px}.process-card{flex:0 0 calc(33% - 20px)}.process-arrow{display:none}}@media (width<=540px){.process{padding:50px 12px}.process-heading{margin-bottom:20px;font-size:24px}.process-container{flex-direction:column;gap:18px;padding:20px}.process-card{width:100%}.process-icon{font-size:24px}.process-card h3{font-size:14px}.process-card p{max-width:200px;font-size:11px}.process-arrow{display:none}}.cta-section{background:#f8fafc;padding:70px 20px}.cta-container{background:linear-gradient(90deg,#2b1366 0%,#120d42 40%,#071434 100%);border-radius:18px;justify-content:space-between;align-items:center;max-width:1300px;margin:auto;padding:45px 55px;display:flex;position:relative;overflow:hidden}.cta-container:before{content:"";opacity:.22;filter:blur(120px);background:#7c3aed;width:300px;height:300px;position:absolute;top:-50px;left:-80px}.cta-content{z-index:2;width:55%;position:relative}.cta-content h2{color:#fff;margin:0 0 18px;font-size:42px;font-weight:700}.cta-content p{color:#ffffffc7;margin-bottom:28px;font-size:17px;line-height:1.7}.cta-buttons{gap:14px;display:flex}.cta-btn{cursor:pointer;border:none;border-radius:10px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .3s}.cta-btn:hover{transform:translateY(-2px)}.cta-btn.primary{color:#fff;background:#ff7a1a}.cta-btn.secondary{color:#fff;background:0 0;border:1px solid #fff3}.cta-image-wrapper{z-index:2;justify-content:flex-end;width:35%;display:flex;position:relative}.cta-image-wrapper img{object-fit:contain;width:100%;max-width:300px}@media (width<=900px){.cta-container{gap:20px;padding:35px 30px}.cta-content h2{font-size:30px}.cta-content p{font-size:14px}}@media (width<=540px){.cta-content h2{font-size:24px;line-height:1.3}.cta-buttons{flex-direction:column}.cta-image-wrapper{width:70%;margin-top:20px}.cta-section{padding:50px 12px}.cta-container{text-align:center;flex-direction:column-reverse;padding:28px 18px}.cta-image-wrapper{width:65%;margin-top:0;margin-bottom:18px}.cta-image-wrapper img{max-width:180px}.cta-content{width:100%}.cta-content h2{margin-bottom:12px;font-size:22px;line-height:1.3}.cta-content p{margin-bottom:18px;font-size:12px;line-height:1.5}.cta-buttons{flex-direction:column;gap:10px}.cta-btn{width:100%;padding:12px;font-size:13px}}.floating-whatsapp{cursor:pointer;z-index:1000;background-color:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;animation:3s ease-in-out infinite float-wa;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 15px #25d36666}.floating-whatsapp:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}@keyframes float-wa{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (width<=768px){.floating-whatsapp{width:50px;height:50px;bottom:20px;right:20px}.floating-whatsapp svg{width:25px;height:25px}}main{flex:1;display:block}
