.header{position:sticky;top:0;z-index:40;background-color:#eaeaea;box-shadow:0 1px 50px #00000026}.header-inner{max-width:1380px;height:76px;margin:0 40px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:100}.menu-toggle .bar{width:100%;height:3px;background-color:#593a7a;border-radius:10px;transition:all .3s ease}.menu-toggle.open .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.menu-toggle.open .bar:nth-child(2){opacity:0}.menu-toggle.open .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-only-btn{display:none}.desktop-only-btn{display:block}.logo{display:flex;align-items:center;gap:12px}.logo-icon{width:72px;height:72px;object-fit:contain}.logo-text{font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:22px;line-height:1;color:#593a7a}.nav-links{display:flex;align-items:center;height:100%;gap:50px;font-family:Roboto Flex,system-ui,sans-serif;font-weight:700;font-size:20px}.nav-link{text-decoration:none;color:#04142c;position:relative;z-index:10}.nav-link.active{background-image:linear-gradient(180deg,#c579f8,#23083c);-webkit-background-clip:text;background-clip:text;color:transparent}.nav-link-with-arrow{display:inline-flex;align-items:center;gap:4px}.nav-chevron{width:20px;height:8px;object-fit:contain}.nav-dropdown{position:relative;height:100%;display:flex;align-items:center}.nav-dropdown-menu{position:absolute;top:90%;left:50%;transform:translate(-50%);min-width:220px;padding:10px 0;background-color:#fff;border-radius:10px;box-shadow:0 8px 30px #00000026;z-index:50}.nav-dropdown-menu:before{content:"";position:absolute;top:-20px;left:0;right:0;height:20px;z-index:-1}.nav-dropdown-item{display:block;padding:8px 18px;font-family:Roboto Flex,system-ui,sans-serif;font-size:20px;color:#04142c;text-decoration:none;white-space:nowrap;text-align:center}.nav-dropdown-item:hover{background-color:#f2f2f2}.nav-dropdown-item.active{background-image:linear-gradient(180deg,#c579f8,#23083c);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800}.btn-primary.btn-header{height:48px;padding:10px 26px;border-radius:22px;border:none;cursor:pointer;font-family:Roboto Flex,system-ui,sans-serif;font-size:20px;color:#fff;background-image:linear-gradient(90deg,#c579f8,#23083c)}@media(max-width:1024px){.header-inner{margin:0;padding:0 20px}.menu-toggle{display:flex}.logo-icon{width:60px;height:60px}.logo-text{font-size:18px}.nav-links{position:fixed;inset:76px 0 0;background-color:#eaeaea;flex-direction:column;padding:40px 20px;gap:20px;transform:translate(100%);transition:transform .3s ease-in-out;z-index:90;height:calc(100vh - 76px);overflow-y:auto}.nav-links.mobile-open{transform:translate(0)}.nav-link{font-size:20px;width:100%;text-align:center}.nav-dropdown{width:100%;flex-direction:column;height:auto}.nav-link-with-arrow{justify-content:center;width:100%}.nav-dropdown-menu{position:static;transform:none;box-shadow:none;background-color:#ffffff80;width:100%;margin-top:10px;border-radius:15px}.nav-chevron.rotate{transform:rotate(180deg)}.desktop-only-btn{display:none}.mobile-only-btn{display:block;width:100%;margin-top:20px}.mobile-only-btn .btn-header{width:100%;height:50px;font-size:20px}}.footer{background:#fff;padding:30px 0 0;color:var(--text-dark);position:relative;box-shadow:0 -4px 40px #00000005;overflow:hidden}.footer-watermark{position:absolute;right:-5%;bottom:-20%;width:50%;max-width:600px;opacity:.03;pointer-events:none;z-index:0;transform:rotate(-10deg)}.container{position:relative;z-index:1}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,var(--purple-light) 0%,var(--purple-deep) 100%)}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:15px}.footer-brand-link{display:flex;align-items:center;gap:8px;margin-bottom:4px;text-decoration:none}.footer-logo{width:64px;height:64px;object-fit:contain}.footer-brand-name{font-family:Inter,sans-serif;font-weight:800;font-size:28px;color:var(--purple-brand);letter-spacing:.5px;text-decoration:none;margin-left:8px}.footer-brand-link:hover .footer-brand-name,.footer-brand-link:focus .footer-brand-name{text-decoration:none}.footer-tagline{font-family:Roboto Flex,sans-serif;font-size:20px;font-weight:500;color:var(--text-dark);line-height:1.6;max-width:400px}.footer-col-title{font-family:Roboto Flex,sans-serif;font-weight:800;font-size:26px;color:var(--purple-deep);margin-bottom:24px;position:relative;display:inline-block}.footer-col-title:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:4px;background:var(--purple-light);border-radius:2px}.footer-col a{display:flex;align-items:center;font-family:Roboto Flex,sans-serif;font-size:20px;font-weight:500;color:var(--text-dark);text-decoration:none;line-height:2.2;transition:all .3s ease;position:relative}.footer-col a:before{content:"→";color:var(--purple-brand);font-weight:700;font-size:22px;opacity:0;width:0;transform:translate(-10px);transition:all .3s ease;margin-right:0}.footer-col a:hover:before{opacity:1;width:25px;transform:translate(0);margin-right:8px}.footer-col a:hover{color:var(--purple-brand);transform:translate(5px)}.footer-social{display:flex;flex-direction:column}.social-icons{display:flex;gap:12px;flex-wrap:wrap}.social-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(90deg,var(--purple-light) 0%,var(--purple-deep) 100%);border-radius:50%;transition:all .3s ease;box-shadow:0 4px 15px #c579f84d}.social-icon:hover{transform:translateY(-5px) scale(1.1);box-shadow:0 8px 25px #c579f880}.social-icon img{width:30px;height:30px;object-fit:contain;filter:brightness(0) invert(1)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid rgba(0,0,0,.1);flex-wrap:wrap;gap:16px}.footer-bottom span,.footer-bottom a{font-family:Roboto Flex,sans-serif;font-size:18px;color:var(--text-muted);text-decoration:none;transition:color .3s ease}.footer-bottom a:hover{color:var(--purple-light)}@media(min-width:769px)and (max-width:1050px){.footer-main{grid-template-columns:1.5fr .8fr 1fr 1fr;gap:20px;padding:0 30px}.footer-logo{width:50px;height:50px}.footer-brand-name{font-size:22px}.footer-tagline{font-size:16px;max-width:250px}.footer-col-title{font-size:20px;margin-bottom:16px}.footer-col a{font-size:16px;line-height:1.8}.social-icon{width:40px;height:40px}.social-icon img{width:24px;height:24px}.social-icons{flex-wrap:nowrap;gap:8px}}@media(max-width:768px){.footer{padding:30px 15px 10px}.footer-main{grid-template-columns:1fr;gap:32px;text-align:center}.footer-brand-link{justify-content:center}.footer-tagline{margin:0 auto;font-size:18px}.footer-col-title{font-size:22px;margin-bottom:20px}.footer-col-title:after{left:50%;transform:translate(-50%)}.footer-col a{justify-content:center;font-size:18px}.social-icons{justify-content:center}.footer-bottom{flex-direction:column;text-align:center;gap:12px;padding-top:20px}.footer-bottom span,.footer-bottom a{font-size:16px}}.hero{background-color:#f2f2f2;padding:64px 0 72px}.hero-inner{max-width:1380px;margin:0 50px;padding:0 10px;display:flex;justify-content:space-between;align-items:center;gap:44px;box-sizing:border-box}.hero-content{max-width:700px}.hero-title{font-family:Roboto Flex,system-ui,sans-serif;font-weight:700;font-size:70px;line-height:1.08;margin:0 0 24px}.hero-title span{display:table;background-image:linear-gradient(90deg,#ce84ff,#8d43dc 45%,#23083c);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-description{font-family:Roboto Flex,system-ui,sans-serif;font-size:24px;line-height:28px;color:#000;margin:0 0 28px}.hero-buttons{display:flex;gap:16px;margin-bottom:32px}.btn-primary.hero-btn-primary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;height:46px;padding:10px 25px;border-radius:22px;border:none;cursor:pointer;font-family:Roboto Flex,system-ui,sans-serif;font-size:23px;color:#fff;background-image:linear-gradient(90deg,#c579f8,#23083c)}.hero-email-support{font-family:Roboto Flex,system-ui,sans-serif;font-size:18px;color:#444;margin-top:-16px;margin-bottom:32px}.hero-email-support a{color:#8d43dc;text-decoration:none;font-weight:600;transition:color .3s ease}.hero-email-support a:hover{color:#ce84ff;text-decoration:underline}.btn-secondary.hero-btn-secondary{height:46px;padding:10px 25px;border-radius:22px;border:1px solid #7d46a4;background-color:#fff;color:#7d46a4;font-family:Roboto Flex,system-ui,sans-serif;font-size:23px;box-shadow:4px 4px 10px #0000001a;cursor:pointer}.hero-stats{display:flex;gap:40px}.stat{display:flex;align-items:center;gap:10px}.stat-value{font-family:Roboto Flex,system-ui,sans-serif;font-weight:700;font-size:52px;color:#04142c}.stat-label-wrap{display:flex;flex-direction:column}.stat-label{font-family:Roboto Flex,system-ui,sans-serif;font-size:22px;line-height:24px;color:#04142cb3}.hero-image{flex:0 0 460px;display:flex;justify-content:center}.hero-images-container{position:relative;width:600px;height:600px}.hero-circle-outline{width:100%;height:100%;object-fit:contain}.hero-circle-wrapper{position:absolute;left:50%;top:50%;width:570px;height:570px;transform:translate(-50%,-50%);border-radius:50%;overflow:hidden}.hero-circle-img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.hero{padding:40px 0 20px}.hero-inner{margin:0 32px;gap:40px;align-items:flex-start}.hero-content{max-width:60%}.hero-title{font-size:54px;margin-bottom:20px}.hero-description{font-size:20px;margin-bottom:24px}.btn-primary.hero-btn-primary,.btn-secondary.hero-btn-secondary{font-size:18px;height:auto;padding:12px 24px}.hero-image{flex:0 0 380px;margin-top:0}.hero-images-container{width:400px;height:400px}.hero-circle-wrapper{width:380px;height:380px}.hero-stats{gap:32px}.stat-value{font-size:40px}.stat-label{font-size:18px}}@media(max-width:900px){.hero-inner{margin:0 24px;gap:24px;align-items:flex-start}.hero-title{font-size:46px}.hero-description{font-size:18px}.btn-primary.hero-btn-primary,.btn-secondary.hero-btn-secondary{font-size:16px;padding:10px 20px}.hero-image{flex:0 0 340px;margin-top:5px}.hero-images-container{width:340px;height:340px}.hero-circle-wrapper{width:320px;height:320px}.hero-stats{gap:24px}.stat-value{font-size:32px}.stat-label{font-size:16px}}@media(max-width:768px){.hero{padding:30px 0 40px}.hero-inner{margin:0 15px;flex-direction:column;align-items:center;text-align:center;gap:0}.hero-content{display:contents}.hero-title{order:1;font-size:32px;line-height:1.1;margin-bottom:0}.hero-title span{display:block;margin:0 auto}.hero-image{order:2;align-self:center;flex:0 0 auto;margin-top:-5px;margin-bottom:12px}.hero-description{order:3;font-size:16px;line-height:1.4;margin-top:5px;margin-bottom:12px;width:100%}.hero-buttons{order:4;justify-content:center;margin-bottom:24px;width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.btn-primary.hero-btn-primary,.btn-secondary.hero-btn-secondary{width:100%;max-width:300px;font-size:18px;height:48px;padding:0 20px}.hero-stats{order:5;flex-direction:row;justify-content:center;gap:30px;width:100%;align-items:center}.stat-value{font-size:36px}.stat-label{font-size:16px}.hero-images-container{width:280px;height:280px}.hero-circle-wrapper{width:260px;height:260px}}.what-we-do{padding:40px 0}.what-we-do-title{font-family:Roboto Flex,sans-serif;font-weight:900;font-size:55px;color:var(--purple-dark);margin-bottom:20px;background:linear-gradient(180deg,var(--purple-light) 0%,var(--purple-deep) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.what-we-do-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.what-we-do-card{background:var(--grey-card);border-radius:30px;padding:28px;display:flex;flex-direction:column;min-height:200px}.what-we-do-card .card-title{font-family:Roboto Flex,sans-serif;font-weight:700;font-size:44px;color:var(--purple-dark);line-height:1.2;margin-bottom:10px;min-height:120px;text-align:center}.what-we-do-card .card-description{font-family:Roboto Flex,sans-serif;font-size:22px;color:var(--purple-dark);line-height:1.4;text-align:justify;letter-spacing:-.2px;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media(max-width:1024px){.what-we-do-title{font-size:42px;text-align:center}.what-we-do-cards{grid-template-columns:repeat(3,1fr);gap:15px;padding:0 10px}.what-we-do-card{padding:20px;min-height:auto}.what-we-do-card .card-title{font-size:24px;min-height:auto}.what-we-do-card .card-description{font-size:16px}}@media(max-width:768px){.what-we-do{padding:30px 0}.what-we-do-title{font-size:45px;text-align:center;margin-bottom:30px}.what-we-do-cards{grid-template-columns:1fr;gap:24px;padding:0 10px}.what-we-do-card{padding:24px;min-height:auto}.what-we-do-card .card-title{font-size:28px;margin-bottom:15px}.what-we-do-card .card-description{font-size:18px;text-align:center}}.why-clients{padding:40px 0}.why-clients-inner{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#b56dec,#23083c);border-radius:999px;padding:40px 80px;min-height:450px;position:relative;overflow:hidden}.why-clients-icon{width:500px;height:500px;min-width:500px;object-fit:contain;flex-shrink:0;margin-bottom:-20px;margin-left:40px}.why-clients-content{flex:1}.why-clients-title{font-family:Inter,sans-serif;font-weight:800;font-size:clamp(32px,4vw,42px);color:#fff;margin-bottom:24px;line-height:1.2;text-align:left}.why-clients-list{font-family:Roboto Flex,sans-serif;font-size:clamp(16px,1.8vw,22px);color:#ffffffe6;line-height:1.6;list-style:disc;padding-left:20px;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.why-clients-list li{margin-bottom:16px}@media(max-width:1024px){.why-clients{padding:40px 24px}.why-clients-inner{flex-direction:column;padding:40px 30px;border-radius:40px;min-height:auto;text-align:center;align-items:center}.why-clients-icon{width:280px;height:280px;min-width:280px;margin-left:0;margin-bottom:20px}.why-clients-title{text-align:center;width:100%}.why-clients-list{align-items:flex-start;display:inline-flex;margin:0 auto;text-align:left;font-size:22px}}@media(max-width:768px){.why-clients{padding:30px 15px}.why-clients-inner{padding:40px 20px}.why-clients-title{font-size:28px;text-align:center}.why-clients-list{font-size:16px}}.services-preview{padding:40px 0}.services-preview-title{font-family:Inter,sans-serif;font-weight:800;font-size:55px;text-align:center;background:linear-gradient(180deg,var(--purple-light) 0%,var(--purple-deep) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:48px}.services-preview-cards{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:48px}.services-preview-card{background:var(--grey-card);border-radius:30px;padding:48px;min-height:237px}.services-preview-card .card-title{font-family:Roboto Flex,sans-serif;font-weight:700;font-size:60px;color:var(--purple-dark);text-align:center;margin-bottom:24px}.services-preview-card .card-description{font-family:Roboto Flex,sans-serif;font-size:28px;color:var(--purple-dark);text-align:center;line-height:1.3}.services-preview-cta{display:flex;justify-content:center}@media(max-width:1024px){.services-preview-title{font-size:42px}.services-preview-card{padding:30px 20px;min-height:auto}.services-preview-card .card-title{font-size:40px}.services-preview-card .card-description{font-size:22px}.services-preview-cta .btn-primary{padding:16px 40px;font-size:24px;border-radius:30px}}@media(max-width:768px){.services-preview-cards{grid-template-columns:1fr;gap:24px;padding:0 15px}.services-preview-card{padding:30px 20px;min-height:auto}.services-preview{padding:30px 0}.services-preview-title{font-size:40px;margin-bottom:30px}.services-preview-card .card-title{font-size:28px;margin-bottom:12px}.services-preview-card .card-description{font-size:16px;line-height:1.4}.services-preview-cta .btn-primary{width:100%;max-width:320px;padding:16px;font-size:20px}}.how-it-works{padding:40px 0}.how-it-works-title{font-family:Inter,sans-serif;font-weight:800;font-size:clamp(40px,4vw,55px);text-align:center;background:linear-gradient(180deg,var(--purple-light) 0%,var(--purple-deep) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:40px}.how-it-works-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.how-it-works-card{background:#dadfe2;border-radius:20px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:240px}.how-it-works-card .card-title{font-family:Inter,sans-serif;font-weight:800;font-size:50px;color:#04142c;text-align:center;margin-bottom:16px}.how-it-works-card .card-description{font-family:Roboto Flex,sans-serif;font-size:20px;color:#04142c;text-align:center;line-height:1.4;font-weight:500}@media(max-width:1024px){.how-it-works-cards{grid-template-columns:repeat(4,1fr);gap:12px;padding:0 10px}.how-it-works-card{padding:20px 10px;min-height:auto}.how-it-works-card .card-title{font-size:32px;margin-bottom:10px}.how-it-works-card .card-description{font-size:15px;line-height:1.3}}@media(max-width:768px){.how-it-works{padding:30px 0}.how-it-works-title{font-size:40px;margin-bottom:30px}.how-it-works-cards{grid-template-columns:1fr;gap:20px;padding:0 15px}.how-it-works-card{min-height:auto;padding:24px 20px}.how-it-works-card .card-title{font-size:36px;margin-bottom:12px}.how-it-works-card .card-description{font-size:18px}}.who-we-work-with{background:var(--dark-section);padding:40px 0}.who-we-work-with-title{font-family:Inter,sans-serif;font-weight:800;font-size:55px;color:#fff;text-align:center;margin-bottom:40px}.who-we-work-with-description{font-family:Nexa Text,Roboto Flex,sans-serif;font-size:24px;color:#fff;text-align:center;line-height:1.6;max-width:837px;margin:0 auto}@media(max-width:768px){.who-we-work-with{padding:30px 15px}.who-we-work-with-title{font-size:32px;margin-bottom:20px}.who-we-work-with-description{font-size:18px;line-height:1.5}.who-we-work-with-description br{display:none}}.testimonials{background:var(--dark-section);padding:40px 0}.testimonials-avatars{display:flex;justify-content:center;align-items:center;margin-top:48px}.testimonial-avatar{width:148px;height:148px;border-radius:50%;object-fit:cover;margin-left:-24px;border:none}.testimonial-avatar:first-child{margin-left:0}.testimonials-title{font-family:Inter,sans-serif;font-weight:800;font-size:60px;color:#fff;text-align:center;margin-bottom:48px}.testimonials-quote{font-family:Roboto Flex,sans-serif;font-size:24px;color:#dadfe2;text-align:center;max-width:829px;margin:0 auto 48px;line-height:1.5;font-style:normal}@media(max-width:768px){.testimonials{padding:30px 15px}.testimonials-title{font-size:32px;margin-bottom:30px}.testimonial-avatar{width:80px;height:80px;margin-left:-15px}.testimonials-quote{font-size:18px;margin-bottom:30px}}.ready-to-build{padding:40px 0}.ready-to-build-title{font-family:Inter,sans-serif;font-weight:800;font-size:55px;color:var(--purple-dark);text-align:center;background:linear-gradient(180deg,var(--purple-light) 0%,var(--purple-deep) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:32px}.ready-to-build-description{font-family:Nexa Text,Roboto Flex,sans-serif;font-size:24px;color:#000;text-align:center;max-width:900px;margin:0 auto 48px;line-height:1.5}.ready-to-build-cta{display:flex;justify-content:center}@media(min-width:769px)and (max-width:1024px){.ready-to-build-cta .btn-primary{padding:18px 48px;font-size:26px;border-radius:35px}}@media(max-width:768px){.ready-to-build{padding:30px 15px}.ready-to-build-title{font-size:32px;margin-bottom:20px}.ready-to-build-description{font-size:18px;margin-bottom:30px}.ready-to-build-cta .btn-primary{width:100%;max-width:320px;height:50px;font-size:20px}}.services-page{background:#f2f2f2;min-height:100vh}.services-hero{padding:clamp(40px,6vw,80px) 24px 48px;text-align:center}.services-hero-title{font-family:Roboto Flex,sans-serif;font-weight:700;font-size:clamp(32px,4.5vw,72px);line-height:1.2;background:linear-gradient(180deg,#c579f8,#23083c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:cover;background-position:center;max-width:1400px;margin:0 auto 24px}.services-hero-sub{font-family:Roboto Flex,sans-serif;font-size:clamp(18px,2vw,30px);color:#000;line-height:1.5;max-width:1050px;margin:0 auto}.services-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:1400px;margin:0 auto;padding:0 24px 64px}.services-card{background:#593a7a;border-radius:77px;padding:48px 40px;color:#fff}.services-card-title{font-family:Roboto Flex,sans-serif;font-weight:650;font-size:clamp(24px,2.5vw,45px);margin-bottom:24px;text-align:center;line-height:1.2}.services-card-list{font-family:Roboto Flex,sans-serif;font-weight:500;font-size:clamp(16px,1.5vw,35px);line-height:1.5;padding-left:24px;list-style:disc}.services-card-list li{margin-bottom:8px}.services-card-list li:last-child{margin-bottom:0}.services-cta{background:#10021e;padding:clamp(48px,6vw,80px) 24px}.services-cta-inner{max-width:1200px;margin:0 auto;text-align:center}.services-cta-title{font-family:Inter,sans-serif;font-weight:800;font-size:clamp(36px,4vw,55px);color:#fff;margin-bottom:16px;line-height:1.1}.services-cta-sub{font-family:Nexa Text,Inter,sans-serif;font-size:clamp(15px,2.5vw,25px);color:#fff;line-height:1.2;margin-bottom:32px}.services-cta-btn{display:inline-block;background:#fff;padding:16px 32px;border-radius:20px;text-decoration:none;border:2px solid #fff}.services-cta-btn-text{font-family:Roboto Flex,sans-serif;font-weight:700;font-size:clamp(18px,2vw,30px);background:linear-gradient(180deg,#c579f8,#23083c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:1024px){.services-card{padding:40px 30px;border-radius:50px}}@media(max-width:768px){.services-cards{grid-template-columns:1fr;padding:0 15px 40px}.services-card{border-radius:40px;padding:30px 20px}}@media(max-width:768px){.services-hero{padding:40px 15px}.services-hero-title{font-size:32px}.services-hero-sub{font-size:18px}.services-card-title{font-size:24px}.services-card-list{font-size:16px}.services-cta{padding:40px 15px}.services-cta-title{font-size:28px}.services-cta-sub{font-size:16px}.services-cta-btn{width:100%;max-width:320px;padding:14px;text-align:center}.services-cta-btn-text{font-size:18px}}.about-page{background:#f2f2f2;min-height:100vh}.about-hero{padding:clamp(40px,6vw,80px) 24px 48px;text-align:center}.about-hero-title{font-family:Inter,sans-serif;font-weight:900;font-size:clamp(35px,5.5vw,50px);line-height:1.1;background:linear-gradient(180deg,#c579f8,#23083c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;max-width:1820px;margin:0 auto 15px;letter-spacing:-.02em}.about-hero-sub{font-family:Roboto Flex,sans-serif;font-size:clamp(18px,2.2vw,25px);color:#020913;line-height:1.3;max-width:1050px;margin:0 auto;font-weight:400}.about-story-mission{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:1100px;margin:0 auto;padding:20px 24px 40px}.about-card{background:#dadfe2;border-radius:40px;padding:40px 32px;text-align:center;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.about-card-title{font-family:Inter,sans-serif;font-weight:800;font-size:clamp(32px,4vw,55px);background:linear-gradient(180deg,#c579f8,#23083c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;line-height:1.1}.about-card-text{font-family:Roboto Flex,sans-serif;font-size:clamp(16px,1.8vw,20px);color:#020913;line-height:1.4;font-weight:400;max-width:1820px;text-align:justify}.about-values{background:linear-gradient(180deg,#c579f8,#23083c);padding:clamp(48px,6vw,80px) 24px}.about-values-inner{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;max-width:1200px;margin:0 auto;color:#fff}.about-values-title{font-family:Roboto Flex,sans-serif;font-weight:700;font-size:clamp(24px,2.5vw,55px);margin-bottom:24px;line-height:1.2}.about-values-list{font-family:Roboto Flex,sans-serif;font-size:clamp(16px,1.5vw,35px);line-height:1.6;padding-left:24px;list-style:disc}.about-values-list li{margin-bottom:12px}.about-collab{padding:clamp(48px,6vw,80px) 24px;text-align:center}.about-collab-title{font-family:Inter,sans-serif;font-weight:900;font-size:clamp(36px,6vw,90px);line-height:1.1;background:linear-gradient(180deg,#c579f8,#23083c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:64px;filter:drop-shadow(0px 4px 6px rgba(0,0,0,.15))}.about-collab-btn{display:inline-block;background:linear-gradient(90deg,#c579f8,#23083c);color:#fff;font-family:Roboto Flex,sans-serif;font-weight:700;font-size:clamp(16px,1.8vw,20px);padding:14px 28px;border-radius:12px;text-decoration:none}@media(max-width:1024px){.about-hero-title{font-size:38px}.about-story-mission{gap:24px;padding-bottom:24px}.about-card{padding:32px 24px}.about-card-title{font-size:36px}.about-values-inner{gap:32px}}@media(max-width:768px){.about-story-mission,.about-values-inner{grid-template-columns:1fr}}@media(max-width:768px){.about-hero{padding:40px 15px}.about-hero-title{font-size:32px}.about-hero-sub{font-size:18px}.about-card{padding:30px 20px;border-radius:20px}.about-card-title{font-size:32px}.about-card-text{font-size:16px;text-align:center}.about-values{padding:40px 15px}.about-values-title{font-size:28px;text-align:center}.about-values-list{font-size:18px}.about-collab{padding:40px 15px}.about-collab-title{font-size:32px;margin-bottom:40px}.about-collab-btn{width:100%;max-width:320px;font-size:18px;padding:16px}}.contact-page{background:#f2f2f2;min-height:100vh}.contact-hero{padding:clamp(40px,6vw,80px) 24px 48px;text-align:center}.contact-hero-title{font-family:Inter,sans-serif;font-weight:800;font-size:clamp(35px,5vw,75px);line-height:1.2;background:linear-gradient(180deg,#c579f8,#23083c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;max-width:1400px;margin:0 auto 16px}.contact-hero-sub{font-family:Roboto Flex,sans-serif;font-size:clamp(16px,1.8vw,22px);color:#333;line-height:1.5;max-width:1300px;margin:0 auto}.contact-form-section{padding:0 24px 64px}.contact-form-card{max-width:1200px;margin:0 auto;background:#fff;border-radius:36px;box-shadow:0 4px 40px #0000000f;display:flex;padding:12px}.contact-form-left{background:linear-gradient(180deg,#8a46cd,#23083c);padding:50px;color:#fff;flex:1;border-radius:28px;position:relative;overflow:hidden;display:flex;flex-direction:column}.contact-form-left:before{content:"";position:absolute;bottom:-70px;right:-70px;width:320px;height:320px;background:#543778;border-radius:50%;pointer-events:none}.contact-form-left:after{content:"";position:absolute;bottom:150px;right:100px;width:140px;height:140px;background:#5a1c84;border-radius:50%;pointer-events:none}.contact-form-left-title{font-family:Poppins,sans-serif;font-weight:600;font-size:28px;margin-bottom:8px;position:relative;z-index:2}.contact-form-left-sub{font-family:Poppins,sans-serif;font-size:16px;color:#dcdcdc;margin-bottom:80px;position:relative;z-index:2}.contact-form-info{display:flex;flex-direction:column;gap:36px;flex-grow:1;position:relative;z-index:2}.contact-info-row{display:flex;align-items:center;gap:20px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400}.contact-info-icon{width:24px;font-size:18px;text-align:center}.contact-socials{display:flex;gap:16px;margin-top:auto;position:relative;z-index:2}.contact-social-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#1a082e;transition:all .2s ease;font-size:14px}.contact-social-icon:hover{outline:2px solid #fff;outline-offset:3px;background-color:#000}.contact-form-right{flex:1.6;padding:40px 32px;display:flex;flex-direction:column}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px}.contact-form-field{margin-bottom:24px}.contact-form-field label{display:block;font-family:Poppins,sans-serif;font-weight:700;font-size:16px;color:#020913;margin-bottom:8px}.contact-form-field input,.contact-form-field textarea{width:100%;font-family:Poppins,sans-serif;font-size:15px;padding:10px 0;border:none;border-bottom:1px solid #dcdcdc;background:transparent;outline:none;font-weight:500;transition:border-bottom .2s ease,border-color .2s ease}.contact-form-field input:focus,.contact-form-field input:hover,.contact-form-field textarea:focus,.contact-form-field textarea:hover{border-bottom:2px solid #000}.contact-form-field textarea{resize:vertical;min-height:80px}.contact-form-subject{margin-top:16px;margin-bottom:32px}.contact-form-radio-group{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:20px;margin-top:12px}.contact-form-radio{display:inline-flex;flex-direction:row;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-weight:500;font-size:14px;color:#020913;cursor:pointer;white-space:nowrap;display:inline-flex!important;margin-bottom:0}.contact-form-radio input[type=radio]{appearance:none;-webkit-appearance:none;width:20px;height:20px;min-width:20px;border-radius:50%;background-color:#e2e2e2;border:none;margin:0;padding:0;cursor:pointer;position:relative;outline:none;vertical-align:middle;flex-shrink:0}.contact-form-radio input[type=radio]:checked{background-color:#000}.contact-form-radio input[type=radio]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.contact-form-status-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:12px;margin-top:auto}.status-msg{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;margin:0}.status-success{color:#28a745}.status-error{color:#dc3545}.contact-form-submit{background:linear-gradient(90deg,#c579f8,#23083c);color:#fff;font-family:Poppins,sans-serif;font-weight:500;font-size:20px;padding:14px 40px;border:none;border-radius:14px;cursor:pointer;box-shadow:0 4px 14px #0003;transition:all .3s ease}.contact-form-submit:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.contact-form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.contact-project-enquiry{text-align:center;padding:clamp(10px,6vw,80px) 24px}.contact-project-title{font-family:Roboto Flex,sans-serif;font-weight:700;font-size:clamp(32px,4.5vw,72px);background:linear-gradient(180deg,#c579f8,#23083c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px}.contact-project-sub{font-family:Roboto Flex,sans-serif;font-size:clamp(18px,2vw,55px);color:#000;line-height:1.4}.field-error{color:#dc3545;font-family:Poppins,sans-serif;font-size:13px;margin-top:4px;display:block}.contact-form-field.has-error input,.contact-form-field.has-error textarea{border-bottom-color:#dc3545}@media(max-width:1024px){.contact-form-left{padding:30px}.contact-form-right{padding:30px 20px}.contact-form-left-sub{margin-bottom:40px}.contact-form-info{gap:24px}.contact-form-row{gap:20px}}@media(max-width:768px){.contact-form-card{flex-direction:column;padding:10px;border-radius:20px}.contact-form-left{padding:30px 20px}.contact-socials{display:flex;justify-content:flex-end;margin-top:40px}.contact-social-icon:hover{background-color:#d3c1e9!important;outline:none!important}.contact-form-right{padding:40px 15px}.contact-form-row{grid-template-columns:1fr;gap:20px;margin-bottom:20px}.contact-form-submit{width:100%;margin-top:10px}.contact-form-status-wrap{align-items:center}}@media(max-width:768px){.contact-hero{padding:40px 15px}.contact-hero-title{font-size:32px}.contact-hero-sub{font-size:16px;text-align:center;max-width:100%}.contact-hero-sub br{display:none}.contact-form-radio-group{flex-direction:column;align-items:flex-start;gap:12px}.contact-project-title{font-size:28px}.contact-project-sub{font-size:18px}}.service-web-page{background:#f2f2f2;min-height:100vh}.service-web-hero{padding:60px 0 90px}.service-web-hero-inner{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:40px;box-sizing:border-box}.service-web-hero-content{flex:1;max-width:900px}.service-web-hero-title{font-weight:800;font-size:75px;line-height:1.1;margin:0 0 24px;background:linear-gradient(90deg,#c579f8,#23083c 80%);-webkit-background-clip:text;background-clip:text;color:transparent;white-space:nowrap}.service-web-hero-sub{font-size:26px;line-height:1.4;color:#1a1a1a;max-width:800px;margin:0 0 40px;opacity:.95}.service-web-cta:hover{transform:translateY(-6px) scale(1.05);box-shadow:0 18px 36px #c579f866}.service-web-cta:after{content:"";position:absolute;top:-50%;left:-100%;width:30%;height:200%;background:#ffffff40;transform:rotate(30deg);transition:all .9s cubic-bezier(.25,1,.5,1)}.service-web-cta:hover:after{left:160%}.service-web-hero-img{flex:0 0 540px;display:flex;justify-content:center}.service-web-hero-img-inner{width:100%;max-width:540px;height:auto;object-fit:contain}.service-web-mid{text-align:center;padding:0 48px 40px;max-width:1440px;margin:0 auto}.service-web-mid-title{font-weight:800;font-size:48px;margin:0 0 24px;background:linear-gradient(180deg,#c579f8,#23083c);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.2}.service-web-mid-sub{max-width:960px;margin:0 auto 12px;font-size:28px;line-height:1.5;color:#1a1a1a}.service-web-cards{display:flex;justify-content:center;gap:24px;max-width:1440px;margin:0 auto 60px;padding:0 48px;box-sizing:border-box}.service-web-card{flex:1;max-width:320px;min-height:320px;border-radius:32px;background:linear-gradient(181deg,#c579f8 8.87%,#23083c 99.7%);color:#fff;display:flex;flex-direction:column;align-items:center;padding:40px 24px 32px;box-sizing:border-box}.service-web-card-iconWrap{width:130px;height:130px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.service-web-card-icon{max-width:100%;max-height:100%;object-fit:contain}.service-web-card-title{font-weight:700;font-size:25px;margin:0 0 12px;text-align:center}.service-web-card-desc{font-size:20px;line-height:1.5;margin:0;text-align:center;opacity:.95}.service-web-loop{padding:40px 156px;text-align:center}.service-web-loop-title{font-family:Inter,system-ui,sans-serif;font-weight:800;font-size:48px;margin:0 0 72px;background:linear-gradient(181deg,#c579f8 8.87%,#23083c 99.7%);-webkit-background-clip:text;background-clip:text;color:transparent}.service-web-loop-row{display:flex;align-items:flex-start;justify-content:space-between;max-width:1100px;margin:0 auto}.service-web-loop-item{display:flex;flex-direction:column;align-items:center;flex:0 0 260px}.service-web-loop-circle{width:220px;height:220px;border-radius:50%;background-image:url(/assets/app-loop-ellipse.png);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative;z-index:2}.service-web-loop-circle:before{content:"";position:absolute;inset:0;border-radius:50%;padding:4px;background:linear-gradient(180deg,#c579f8,#23083c);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.service-web-loop-icon{max-width:60%;max-height:60%;object-fit:contain}.service-web-loop-item-title{font-size:30px;font-weight:800;margin:0 0 12px;background:linear-gradient(180deg,#993ccf,#23083c);-webkit-background-clip:text;background-clip:text;color:transparent}.service-web-loop-item-text{font-size:18px;line-height:1.5;color:#1a1a1a;text-align:center;margin:0;padding:0 12px}.service-web-loop-line{flex:1;height:4px;background:linear-gradient(90deg,#c579f8,#23083c);margin-top:110px;margin-left:-20px;margin-right:-20px;border:none;z-index:1}@media(max-width:1100px)and (min-width:769px){.service-web-hero-inner{flex-direction:row;align-items:center;text-align:left;gap:30px;padding:0 40px}.service-web-hero-content{flex:1;max-width:none}.service-web-hero-title{font-size:40px;white-space:normal;line-height:1.2;margin-bottom:24px}.service-web-hero-sub{font-size:18px;line-height:1.4;margin-bottom:30px;max-width:580px}.service-web-hero-sub br{display:none}.service-web-hero-img{flex:0 0 350px;align-self:center;transform:none;transition:none}}@media(max-width:1100px){.service-web-cards{flex-wrap:wrap;justify-content:center}.service-web-loop-row{flex-direction:column;align-items:center;gap:40px}.service-web-loop-line{display:none}}@media(max-width:768px){.service-web-hero{padding:40px 0 30px}.service-web-hero-inner{padding:0 15px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.service-web-hero-content{display:contents}.service-web-hero-title{order:1;font-size:36px;margin-bottom:20px;line-height:1.1;text-align:center}.service-web-hero-img{order:2;flex:0 0 auto;width:100%;max-width:320px;margin-bottom:24px}.service-web-hero-sub{order:3;font-size:18px;margin-bottom:30px;line-height:1.5;text-align:center;max-width:100%}.service-web-hero-sub br{display:none}.service-web-cta{order:4;width:100%;max-width:320px;padding:14px;font-size:18px;margin-bottom:40px}.service-web-mid{padding:0 15px 10px;text-align:center}.service-web-mid-title{font-size:32px;line-height:1.2;margin-top:0;margin-bottom:30px;padding:0 10px}.service-web-mid-title br{display:none}.service-web-mid-sub{font-size:18px;line-height:1.6;margin-bottom:10px}.service-web-cards{padding:0 5px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.service-web-card{max-width:100%;min-height:auto;padding:24px 10px;border-radius:20px;justify-content:flex-start}.service-web-card-iconWrap{width:80px;height:80px;margin-bottom:12px}.service-web-card-title{font-size:18px;margin-bottom:8px;line-height:1.2}.service-web-card-desc{font-size:12px;line-height:1.3}.service-web-card,.service-web-card *{transition:none!important}.service-web-loop{padding:20px 15px}.service-web-loop-title{font-size:32px;margin-bottom:40px}.service-web-loop-circle{width:150px;height:150px}.service-web-loop-item-title{font-size:30px}.service-web-loop-item-text{font-size:18px}}.service-app-page{background-color:#f2f2f2;font-family:Roboto Flex,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#020913}.service-app-hero{padding:60px 0 90px}.service-app-hero-inner{max-width:1400px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:40px;box-sizing:border-box}.service-app-hero-content{flex:1;max-width:1200px}.service-app-hero-title{font-weight:800;font-size:75px;line-height:1.1;margin:0 0 24px;background:linear-gradient(90deg,#c579f8,#23083c 80%);-webkit-background-clip:text;background-clip:text;color:transparent;white-space:nowrap}.service-app-hero-sub{font-size:26px;line-height:1.4;color:#1a1a1a;max-width:800px;margin:0 0 40px;opacity:.95}.service-app-cta{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;border-radius:12px;text-decoration:none;font-family:inherit;font-weight:700;font-size:22px;color:#fff;background:linear-gradient(180deg,#c579f8,#3e126a);box-shadow:0 4px 20px #0003;transition:all .5s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden}.service-app-cta:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 30px #c579f866}.service-web-cta{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;border-radius:12px;text-decoration:none;font-family:inherit;font-weight:700;font-size:22px;color:#fff;background:linear-gradient(180deg,#c579f8,#3e126a);box-shadow:0 4px 20px #0003;transition:all .5s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden}.service-web-cta:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 30px #c579f866}.service-web-cta:after{content:"";position:absolute;top:-50%;left:-60%;width:25%;height:200%;background:#ffffff40;transform:rotate(30deg);transition:all .7s ease}.service-web-cta:hover:after{left:140%}.sm-hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;border-radius:12px;text-decoration:none;font-family:inherit;font-weight:700;font-size:22px;color:#fff;background:linear-gradient(180deg,#c579f8,#3e126a);box-shadow:0 4px 20px #0003;transition:all .5s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden}.sm-hero-cta:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 30px #c579f866}.sm-hero-cta:after{content:"";position:absolute;top:-50%;left:-60%;width:25%;height:200%;background:#ffffff40;transform:rotate(30deg);transition:all .7s ease}.sm-hero-cta:hover:after{left:140%}.service-app-cta:after{content:"";position:absolute;top:-50%;left:-60%;width:25%;height:200%;background:#ffffff40;transform:rotate(30deg);transition:all .7s ease}.service-app-cta:hover:after{left:140%}.service-app-hero-img{flex:0 0 420px;display:flex;justify-content:center}.service-app-hero-img-inner{width:100%;max-width:546px;height:auto;object-fit:contain}.service-app-mid{text-align:center;padding:0 18px;max-width:1440px;margin:0 auto}.service-app-mid-title{font-weight:800;font-size:68px;margin:0 0 24px;background:linear-gradient(180deg,#c579f8,#23083c);-webkit-background-clip:text;background-clip:text;color:transparent}.service-app-mid-sub{max-width:1400px;margin:0 auto 12px;font-size:28px;line-height:1;color:#1a1a1a}.service-app-cards{display:flex;justify-content:center;gap:24px;max-width:1440px;margin:0 auto 40px;padding:0 48px;box-sizing:border-box}.service-app-card{flex:1;max-width:320px;min-height:320px;border-radius:32px;background:linear-gradient(181deg,#c579f8 8.87%,#23083c 99.7%);color:#fff;display:flex;flex-direction:column;align-items:center;padding:40px 24px 32px;box-sizing:border-box}.service-app-card-iconWrap{width:130px;height:130px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.service-app-card-icon{max-width:100%;max-height:100%;object-fit:contain}.service-app-card-title{font-weight:700;font-size:25px;margin:0 0 12px;text-align:center}.service-app-card-desc{font-size:20px;line-height:1.5;margin:0;text-align:center;opacity:.95}.service-app-loop{padding:20px 156px 40px;text-align:center}.service-app-loop-title{font-family:Inter,system-ui,sans-serif;font-weight:800;font-size:48px;margin:0 0 72px;background:linear-gradient(180deg,#c579f8,#23083c);-webkit-background-clip:text;background-clip:text;color:transparent}.service-app-loop-row{display:flex;align-items:flex-start;justify-content:space-between;max-width:1100px;margin:0 auto}.service-app-loop-item{display:flex;flex-direction:column;align-items:center;flex:0 0 260px}.service-app-loop-circle{width:220px;height:220px;border-radius:50%;background-image:url(/assets/app-loop-ellipse.png);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative;z-index:2}.service-app-loop-line{flex:1;height:4px;background:linear-gradient(90deg,#c579f8,#23083c);margin-top:110px;margin-left:-20px;margin-right:-20px;border:none;z-index:1}.service-app-loop-circle:before{content:"";position:absolute;inset:0;border-radius:50%;padding:4px;background:linear-gradient(180deg,#c579f8,#23083c);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.service-app-loop-icon{max-width:60%;max-height:60%;object-fit:contain}.service-app-loop-item-title{font-size:30px;font-weight:800;margin:0 0 12px;background:linear-gradient(180deg,#993ccf,#23083c);-webkit-background-clip:text;background-clip:text;color:transparent}.service-app-loop-item-text{font-size:20px;line-height:1.5;color:#1a1a1a;text-align:center;margin:0;padding:0 12px}@media(max-width:1100px){.service-app-hero-inner{flex-direction:column;align-items:center;text-align:center}.service-app-hero-title{font-size:56px;white-space:normal}.service-app-hero-img{align-self:center}.service-app-cards{flex-wrap:wrap;justify-content:center}.service-app-loop-row{flex-direction:column;align-items:center;gap:40px}.service-app-loop-line{display:none}}@media(max-width:768px){.service-app-hero{padding:40px 0 30px}.service-app-hero-inner{padding:0 15px;display:flex;flex-direction:column;align-items:center;gap:0}.service-app-hero-content{display:contents}.service-app-hero-title{order:1;font-size:34px;margin-bottom:20px;line-height:1.15;text-align:center}.service-app-hero-title br{display:none}.service-app-hero-img{order:2;flex:0 0 auto;width:100%;max-width:260px;margin-bottom:24px}.service-app-hero-sub{order:3;font-size:18px;margin-bottom:30px;line-height:1.5;text-align:center;max-width:100%}.service-app-hero-sub br{display:none}.service-app-cta{order:4;width:100%;max-width:320px;padding:14px;font-size:18px;margin-bottom:40px}.service-app-mid-title{font-size:32px}.service-app-mid-sub{font-size:18px}.service-app-cards{padding:0 5px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.service-app-card{max-width:100%;min-height:auto;padding:24px 10px;border-radius:20px;justify-content:flex-start}.service-app-card-iconWrap{width:80px;height:80px;margin-bottom:12px}.service-app-card-title{font-size:18px;margin-bottom:8px;line-height:1.2}.service-app-card-desc{font-size:12px;line-height:1.3}.service-app-card,.service-app-card *{transition:none!important}.service-app-loop{padding:20px 15px}.service-app-loop-title{font-size:32px;margin-bottom:40px}.service-app-loop-circle{width:150px;height:150px}.service-app-loop-item-title{font-size:30px}.service-app-loop-item-text{font-size:18px}}.sm-page{background-color:#f2f2f2;min-height:100vh;font-family:Roboto Flex,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#020913}.sm-hero{position:relative;height:875px;overflow:hidden}.sm-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;-webkit-user-select:none;user-select:none;pointer-events:none}.sm-hero-overlay{position:absolute;inset:0;max-width:1602px;margin:0 auto;padding-top:320px;text-align:center;box-sizing:border-box}.sm-hero-title{font-weight:700;font-size:63px;line-height:1.1;margin:0 0 32px;background:var(--Highlight, linear-gradient(0deg, #23083C 0%, #C579F8 100%));-webkit-background-clip:text;background-clip:text;color:transparent;white-space:nowrap}.sm-hero-title span{display:inline-block}.sm-hero-title span:first-child{margin-right:260px}.sm-hero-subtitle{font-family:Roboto Flex,system-ui,sans-serif;font-size:28px;line-height:1.6;color:#fff;max-width:1200px;margin:240px auto 32px;opacity:.96}.sm-hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:16px 36px;border-radius:12px;border:none;cursor:pointer;font-weight:700;font-size:30px;font-family:Roboto Flex,system-ui,sans-serif;background:#fff;color:#593a7a;box-shadow:0 4px 15px #00000026;transition:all .5s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden}.sm-hero-cta:hover{transform:translateY(-6px) scale(1.05);box-shadow:0 15px 30px #0003}.sm-hero-cta:after{content:"";position:absolute;top:-50%;left:-100%;width:30%;height:200%;background:#ffffff4d;transform:rotate(30deg);transition:all .9s cubic-bezier(.25,1,.5,1)}.sm-hero-cta:hover:after{left:160%}.sm-metrics{padding:100px 48px 40px;text-align:center;max-width:1440px;margin:0 auto}.sm-metrics-title{font-weight:800;font-size:58px;margin:0 0 24px;background:linear-gradient(180deg,#c579f8,#23083c);-webkit-background-clip:text;background-clip:text;color:transparent}.sm-metrics-text{max-width:1260px;margin:0 auto 64px;font-size:28px;line-height:1.5;color:#1a1a1a}.sm-cards{display:flex;justify-content:center;gap:24px;flex-wrap:nowrap}.sm-card{flex:1;max-width:320px;min-height:320px;border-radius:32px;background:var(--Highlight, linear-gradient(0deg, #23083C 0%, #C579F8 100%));color:#fff;display:flex;flex-direction:column;align-items:center;padding:40px 24px 32px;box-sizing:border-box}.sm-card-iconWrap{width:130px;height:130px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.sm-card-icon{max-width:100%;max-height:100%;object-fit:contain}.sm-card-title{font-size:25px;font-weight:700;margin:0 0 12px;text-align:center}.sm-card-text{font-size:20px;line-height:1.5;margin:0;text-align:center;opacity:.95}.sm-loop{padding:40px 156px;text-align:center}.sm-loop-title{font-family:Inter,system-ui,sans-serif;font-weight:800;font-size:48px;margin:0 0 72px;background:linear-gradient(180deg,#c579f8,#23083c);-webkit-background-clip:text;background-clip:text;color:transparent}.sm-loop-row{display:flex;align-items:flex-start;justify-content:space-between;max-width:1100px;margin:0 auto}.sm-loop-item{display:flex;flex-direction:column;align-items:center;flex:0 0 260px}.sm-loop-circle{width:220px;height:220px;border-radius:50%;background-image:url(/assets/marketsuccess-bg-circle.png);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative;z-index:2}.sm-loop-circle:before{content:"";position:absolute;inset:0;border-radius:50%;padding:4px;background:linear-gradient(180deg,#c579f8,#23083c);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.sm-loop-icon{max-width:60%;max-height:60%;object-fit:contain}.sm-loop-item-title{font-size:30px;font-weight:800;margin:0 0 12px;background:linear-gradient(180deg,#993ccf,#23083c);-webkit-background-clip:text;background-clip:text;color:transparent}.sm-loop-item-text{font-size:18px;line-height:1.5;color:#1a1a1a;text-align:center;margin:0;padding:0 12px}.sm-loop-line{flex:1;height:4px;background:linear-gradient(90deg,#c579f8,#23083c);margin-top:110px;margin-left:-20px;margin-right:-20px;border:none;z-index:1}@media(max-width:1100px){.sm-metrics,.sm-loop{padding-inline:24px}.sm-cards{flex-direction:column;align-items:center}.sm-loop-row{flex-direction:column;align-items:center;gap:48px}.sm-loop-line{display:none}}@media(max-width:768px){.sm-hero{height:480px;min-height:unset;display:block;padding:0;overflow:hidden}.sm-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.sm-hero-overlay{position:absolute;inset:0;padding-top:180px;max-width:100%;padding-left:16px;padding-right:16px;text-align:center;background:none;box-sizing:border-box}.sm-hero-title{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;font-size:22px;margin-bottom:120px;line-height:1.15}.sm-hero-title span:first-child{margin-right:0;display:inline-block;margin-bottom:0}.sm-hero-subtitle{font-size:15px;margin:30px auto 20px;line-height:1.4;color:#fff;max-width:100%}.sm-hero-cta{width:100%;max-width:280px;font-size:16px;padding:12px}.sm-metrics{padding:60px 15px 40px}.sm-metrics-title{font-size:32px}.sm-metrics-text{font-size:18px;margin-bottom:40px}.sm-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0}.sm-card{max-width:100%;min-height:220px;padding:20px 10px;border-radius:20px;justify-content:flex-start}.sm-card-iconWrap{width:80px;height:80px;margin-bottom:12px}.sm-card-title{font-size:18px;margin-bottom:8px;line-height:1.2}.sm-card-text{font-size:12px;line-height:1.3}.sm-card,.sm-card *{transition:none!important}.sm-loop{padding:20px 15px}.sm-loop-title{font-size:32px;margin-bottom:40px}.sm-loop-circle{width:150px;height:150px}.sm-loop-item-title{font-size:30px}.sm-loop-item-text{font-size:18px}}:root{--purple-dark: #04142c;--purple-deep: #23083c;--purple-light: #c579f8;--purple-border: #7d46a4;--purple-brand: #593a7a;--grey-card: #dadfe2;--grey-card-alt: #d9d9d9;--grey-bg: #f2f2f2;--grey-header: #eaeaea;--dark-section: #10021e;--text-dark: #020913;--text-muted: #9a9a9a;--shadow: 0px 1px 50px rgba(0, 0, 0, .15);--btn-shadow: 4px 4px 10px rgba(0, 0, 0, .1)}.app{background-color:var(--grey-bg);font-family:Roboto Flex,Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--purple-dark)}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 28px}.btn-primary{background:linear-gradient(90deg,var(--purple-light) 0%,var(--purple-deep) 100%);color:#fff;border:none;padding:clamp(8px,1vw,10px) clamp(16px,2vw,24px);font-size:clamp(16px,1.8vw,22px);font-family:Roboto Flex,sans-serif;border-radius:20px;cursor:pointer;white-space:nowrap;transition:all .5s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden}.btn-primary:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 12px 24px #c579f859;filter:brightness(1.1)}.btn-primary:after{content:"";position:absolute;top:-50%;left:-100%;width:30%;height:200%;background:#fff3;transform:rotate(30deg);transition:all .8s ease}.btn-primary:hover:after{left:150%}.btn-secondary{background:transparent;color:var(--purple-border);border:2px solid var(--purple-border);padding:clamp(8px,1vw,10px) clamp(16px,2vw,24px);font-size:clamp(16px,1.8vw,22px);font-family:Roboto Flex,sans-serif;border-radius:20px;cursor:pointer;box-shadow:var(--btn-shadow);transition:all .5s cubic-bezier(.25,1,.5,1)}.btn-secondary:hover{background:var(--purple-border);color:#fff;transform:translateY(-2px);box-shadow:0 8px 16px #7d46a433}.service-app-card,.service-web-card,.sm-card,.feature-card,.testimonial-card,.reason-card,.what-card,.what-we-do-card,.how-card,.service-preview-card{transition:all .5s cubic-bezier(.25,1,.5,1);cursor:pointer;will-change:transform,box-shadow}.service-app-card:hover,.service-web-card:hover,.sm-card:hover,.feature-card:hover,.testimonial-card:hover,.reason-card:hover,.what-card:hover,.what-we-do-card:hover,.how-card:hover,.service-preview-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #23083c33;filter:brightness(1.04)}.service-app-cta,.service-web-cta,.sm-hero-cta{transition:all .5s cubic-bezier(.25,1,.5,1)!important;position:relative!important;overflow:hidden!important}.service-app-cta:hover,.service-web-cta:hover,.sm-hero-cta:hover{transform:translateY(-6px) scale(1.05)!important;box-shadow:0 18px 36px #c579f866!important}.service-app-cta:after,.service-web-cta:after,.sm-hero-cta:after{content:""!important;position:absolute!important;top:-50%!important;left:-100%!important;width:30%!important;height:200%!important;background:#ffffff40!important;transform:rotate(30deg)!important;transition:all .9s cubic-bezier(.25,1,.5,1)!important}.service-app-cta:hover:after,.service-web-cta:hover:after,.sm-hero-cta:hover:after{left:160%!important}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes energy-flow{0%{background-position:0% 50%}to{background-position:200% 50%}}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-soft{0%{box-shadow:0 0 #c579f866}70%{box-shadow:0 0 0 20px #c579f800}to{box-shadow:0 0 #c579f800}}@media(min-width:769px)and (max-width:1024px){.container{padding:0 24px}}@media(max-width:1024px){*:not(.header):not(.header *):not(.scroll-to-top):not(.scroll-to-top *){transition:none!important;animation:none!important}*:not(.header):not(.header *):not(.scroll-to-top):not(.scroll-to-top *):not([class*=hero-circle]):not(.whatsapp-btn):not(.whatsapp-btn *):hover{transform:none!important;box-shadow:inherit!important;filter:none!important}}@media(max-width:768px){.container{padding:0 16px}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Roboto Flex,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
