*{margin:0;padding:0;box-sizing:border-box}body{font-family:Helvetica,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;color:#1f2937;line-height:1.6}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;position:relative;overflow:hidden;background:#fff;padding-left:7rem;margin-top:-60px}.hero-content{display:flex;flex-direction:column;align-items:flex-start;z-index:2}.hero-title{font-size:5rem;font-weight:800;color:#111827;text-align:left}.hero-actions{display:flex;align-items:center;gap:1.5rem;margin-top:1rem}.hero-button{padding:.75rem 1.5rem;background:linear-gradient(75deg,#eeeeee8b,#3838386b);color:#fff;border-radius:.5rem;text-decoration:none;font-weight:500;font-size:1.25rem;transition:background .3s}.hero-button:hover{background:linear-gradient(45deg,#3838386b,#eeeeee8b);color:#2d2d2d;border:2px solid #000}.hero-text-h{font-size:1.1rem;color:#0b0d0fff}.hero-video{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1}.hero-video video{width:100%;height:100%;object-fit:cover}.hero-title-p{width:70%;font-size:1.3rem}svg#wave-clip-defs{position:absolute;width:0;height:20}.hero-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(0deg,rgba(255,255,255,1),rgba(255,255,255,0));z-index:2}.tile{position:absolute;width:20px;height:20px;background:transparent;border-top:.2px solid #6b728000;border-radius:10px;transform:rotate(45deg);z-index:0}.social-icons{position:fixed;top:50%;right:1rem;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:1000}.social-icon img{width:32px;height:32px;transition:transform .3s}.social-icon:hover img{transform:scale(1.2)}@media (max-width:768px){.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#fff;padding:2rem 1rem;margin-top:-60px}.hero-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;max-width:100%;z-index:2}.hero-title{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:.5rem}.hero-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:.75rem}.hero-button{padding:.5rem 1rem;background:linear-gradient(75deg,#eeeeee8b,#3838386b);color:#fff;border-radius:.5rem;text-decoration:none;font-weight:500;font-size:1rem;transition:background .3s,color .3s,border .3s}.hero-button:hover{background:linear-gradient(45deg,#3838386b,#eeeeee8b);color:#2d2d2d;border:2px solid #000}.hero-text-h{font-size:.9rem;color:#0b0d0f;font-weight:600}.hero-video{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1}.hero-video video{width:100%;height:100%;object-fit:cover}.hero-title-p{width:90%;font-size:1rem;color:#111827;margin-bottom:1rem}.hero-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:20%;background:linear-gradient(0deg,rgba(255,255,255,1),rgba(255,255,255,0));z-index:2}.tile{display:none}.social-icons{position:fixed;bottom:1rem;right:1rem;gap:.75rem;z-index:1000}.social-icon img{width:28px;height:28px;transition:transform .3s}.social-icon:hover img{transform:scale(1.2)}}@media (min-width:768px){.hero-title{font-size:8rem}}.clients-section{padding:4rem 1rem;min-height:50vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.clients-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);grid-gap:2rem;gap:2rem;max-width:1280px;width:100%;justify-items:center;padding:2rem;border-radius:10px}.client-logo{width:160px;height:150px;object-fit:contain}.services-section{padding:4rem 1rem;background-color:#fff}.services-container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.services-tabs{flex:1 1}.service-tab{margin-bottom:3rem;background:linear-gradient(45deg,#e5e7eb,#ffffff);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);border-radius:2rem;box-shadow:0 4px 15px rgba(0,0,0,.2);padding:30px;color:#1f2937}.service-tab h3{font-size:2.5rem;font-weight:600;color:#111827}.service-desc{margin-top:1rem;font-size:1.2rem;color:#4b5563}.service-button{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:linear-gradient(45deg,#130869af,#60a5fa50);color:#fff;border-radius:.5rem;text-decoration:none;font-weight:500;font-size:1rem;transition:background .3s}.service-button:hover{background:linear-gradient(45deg,#180a8495,#60a5fa79)}.services-dots{flex:1 1;position:-webkit-sticky;position:sticky;top:100px;height:400px;overflow:hidden;display:flex;justify-content:center;align-items:center;transform:translateX(20%);cursor:pointer}.dot{position:absolute;width:5px;height:5px;background-color:#3b82f6;border-radius:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.7)}@media (min-width:768px){.services-container{flex-direction:row}.services-tabs{max-width:600px}.services-dots{height:600px}}.about-section{padding:4rem 1rem;background-color:#fff}.about-content{max-width:1280px;margin:0 auto 2rem;display:flex;justify-content:space-around}.about-content p{font-size:1.1rem;color:#4b5563;width:50%;text-align:left;margin:.75rem 0}.about-cards{max-width:1280px;margin:5% auto 0;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.about-card{position:relative;width:350px;height:350px;background:linear-gradient(45deg,#e5e7eb,#ffffff);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:2rem;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden}.about-card:after{content:"";position:absolute;inset:0;opacity:0;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:opacity .3s ease;z-index:-1}.about-card-0:after{background:radial-gradient(circle at 60% 20%,#d9f99d 0,transparent 60%),radial-gradient(circle at 20% 30%,#3bf3f6 0,transparent 60%),radial-gradient(circle at 50% 80%,#ff020f 0,transparent 60%),radial-gradient(circle at 20% 50%,#bef264 0,transparent 60%);filter:blur(40px)}.about-card-1:after{background:radial-gradient(circle at 60% 20%,#8b5cf6 0,transparent 60%),radial-gradient(circle at 20% 30%,#3bcaf6 0,transparent 60%),radial-gradient(circle at 50% 80%,#d902ff 0,transparent 60%),radial-gradient(circle at 20% 50%,#a78bfa 0,transparent 60%)}.about-card-2:after{background:radial-gradient(circle at 60% 20%,#ffa13d 0,transparent 60%),radial-gradient(circle at 20% 30%,#3b82f6 0,transparent 60%),radial-gradient(circle at 50% 80%,#f4e00c 0,transparent 60%),radial-gradient(circle at 20% 50%,#71d250 0,transparent 60%)}.about-card:hover:after{opacity:1}.about-card-inner{position:absolute;top:2rem;right:1rem;width:50px;height:50px;background:transparent;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);border-radius:.5rem;background-size:contain;background-repeat:no-repeat;background-position:50%}.about-card-content{position:absolute;bottom:0;left:0;width:100%;padding:1rem 1.5rem;text-align:left}.about-card-desc{font-size:1.1rem;color:#2b2b2b;margin-bottom:.5rem}.about-card-title{font-size:1.5rem;font-weight:500;color:#555555}@media (max-width:768px){.about-section{padding:2rem 1rem}.why-content{text-align:center;margin-bottom:2rem}.about-content h2,.why-content h2{font-size:1.75rem!important;margin-bottom:1rem;padding:0 1rem}.why-content p{font-size:1rem!important;width:100%!important;padding:0 1rem;line-height:1.6}.about-cards{flex-direction:column!important;align-items:center!important;gap:1.5rem!important;margin-top:2rem!important}.about-card{width:280px!important;height:280px!important;border-radius:1.5rem!important}.about-card-inner{top:1.5rem!important;right:1rem!important;width:40px!important;height:40px!important;border-radius:.4rem!important}.about-card-content{padding:1rem!important}.about-card-desc{font-size:.95rem!important;line-height:1.4}.about-card-title{font-size:1.25rem!important}.about-card:after{transition:opacity .2s ease!important}.about-card:active:after{opacity:1!important}.about-content{display:flex;flex-direction:column;justify-content:center!important;margin-bottom:1.5rem!important}.about-content p{font-size:1rem!important;width:100%!important;text-align:left!important;padding:0 1rem!important;line-height:1.6!important}}.tech-stack-section{text-align:center}.partners-section-h,.tech-stack-section{padding:4rem 1rem;background-color:#fff}.partners-container-h{max-width:1280px;margin:0 auto;display:flex;gap:2rem}.partners-text-h{flex:1 1;text-align:left}.partners-text-h p{font-size:1.2rem;color:#4b5563;margin-top:1rem}.partners-grid-h{flex:1 1;max-height:50vh;overflow:hidden;position:relative}.partners-grid-content-h{display:grid;flex-direction:column;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);grid-gap:20px;gap:20px;animation:scroll-vertical 10s linear infinite}.partner-logo-h{width:100px;height:100px;object-fit:contain}@keyframes scroll-vertical{0%{transform:translateY(0)}to{transform:translateY(-33.333%)}}.partners-grid-h:after,.partners-grid-h:before{content:"";position:absolute;left:0;right:0;height:20%;pointer-events:none;z-index:2}.partners-grid-h:before{top:0;background:linear-gradient(180deg,rgba(255,255,255,1) 0,rgba(255,255,255,0))}.partners-grid-h:after{bottom:0;background:linear-gradient(0deg,rgba(255,255,255,1) 0,rgba(255,255,255,0))}@media (max-width:768px){.partners-container-h{flex-direction:column}.partners-grid-h{max-height:30vh}.partner-logo-h{width:80px;height:80px}}.why-section{padding:4rem 1rem;background-color:#fff;position:relative;min-height:80vh;overflow:hidden}.why-content{max-width:1280px;margin:0 auto 2rem;display:flex;justify-content:space-around;position:relative;z-index:1}.why-content p{font-size:1.1rem;color:#4b5563;width:50%;text-align:left;margin:.75rem 0}.kpis{display:flex;justify-content:center;gap:4rem;max-width:1280px;margin:8rem auto;position:relative;z-index:1}.kpi-item{text-align:center}.counter{font-size:8rem;font-weight:800;color:#14428b96}.kpi-desc{font-size:1.5rem;color:#4b5563}.why-images{position:absolute;bottom:-60px;left:0;width:90%;height:80%;perspective:1000px;z-index:0}.why-image{position:absolute;width:50.33%;height:100%;object-fit:cover;object-position:top;border-radius:.5rem;transform:rotateX(45deg) rotateY(-15deg);box-shadow:0 4px 6px rgba(0,0,0,.1)}.why-image:nth-child(2){left:13.33%}.why-image:nth-child(3){left:26.66%}.why-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(255,255,255,1),transparent);z-index:0}@media (max-width:768px){.why-section{padding:2rem 1rem!important;min-height:70vh!important}.why-content{display:flex;flex-direction:column;justify-content:center!important;margin-bottom:1.5rem!important}.why-content p{font-size:1rem!important;width:100%!important;text-align:left!important;padding:0 1rem!important;line-height:1.6!important}.kpis{gap:2rem!important;margin:3rem auto!important;flex-direction:column!important;align-items:center!important}.kpi-item{width:100%;max-width:200px}.counter{font-size:4rem!important;line-height:1!important}.kpi-desc{font-size:1.1rem!important;margin-top:.5rem!important}.why-images{display:none!important}.why-section:after{height:50%!important}}.footer{padding:4rem 1rem;background-color:#fff;text-align:center;position:relative;overflow:hidden}.footer-container{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.footer-list{flex:1 1;text-align:left}.footer-list h3{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem}.footer-list ul{list-style:none}.footer-list li{margin-bottom:.5rem}.footer-list a{color:#4b5563;text-decoration:none;font-size:1.1rem}.footer-list a:hover{color:#091b38}.contact-sphere{width:300px;height:300px;position:relative;flex:1 1}.contact-sphere .dot{position:absolute;left:50%;top:50%;border-radius:50%;transform:translate(-50%,-50%)}.footer-menu{flex:1 1;text-align:right}.newsletter-form{display:flex;gap:1rem;margin-bottom:1.5rem}.newsletter-form input{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;width:200px}.newsletter-button{padding:.75rem 1.5rem;background:linear-gradient(45deg,#3b82f6,#60a5fa);color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer}.newsletter-button:hover{background:linear-gradient(45deg,#2563eb,#3b82f6)}.contact-buttons{display:flex;justify-content:flex-end;gap:1.5rem}.contact-button,.get-started-button{padding:.45rem 1.5rem;color:#313131;border-radius:9999px;text-decoration:none;font-weight:500;font-size:1.25rem;transition:background .3s}.contact-button:hover,.get-started-button:hover{background:linear-gradient(45deg,#4343433f,#5a626e1f)}.contact-particle{position:absolute;width:8px;height:8px;background:rgba(59,130,246,.2);border-radius:50%;z-index:0}.copyright{font-size:1rem;color:#4b5563;margin-top:2rem}.section-title{font-size:3rem;font-weight:600;color:#111827;margin-bottom:1.5rem;text-align:left}@media (min-width:768px){.section-title{font-size:3.5rem}}