.navbar{position:fixed;top:0;left:0;right:0;background-color:#0a0a1b;font-family:Inter,sans-serif;z-index:50}.nav-container{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:80px;padding:0 96px}.nav-logo{text-decoration:none;display:flex;align-items:center}.logo-image{height:1.75rem;width:auto;object-fit:contain;transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-logo:hover .logo-image{transform:scale(1.1)}.nav-links{display:flex;align-items:center;gap:48px}.nav-link{color:#fff;font-size:14px;font-weight:500;text-decoration:none;opacity:.8;transition:all .2s ease;position:relative;padding-bottom:4px}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(to right,#ab28fa,#ab28fab3);box-shadow:0 0 8px #ab28fa80;transition:width .3s ease}.nav-link:hover:after,.nav-link:focus:after{width:100%}.nav-link:hover{opacity:1;color:#ab28fa;text-shadow:0 0 20px rgba(171,40,250,.3)}.nav-links .small-button{margin-left:16px}.login-button{padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .3s ease;width:85px;height:36px;color:#fff;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;background:#ffffff08;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden;border-radius:33px;box-sizing:border-box}.login-button:hover{background:#ffffff0f;border:1px solid rgba(171,40,250,.3);box-shadow:inset 0 0 0 1px #ab28fa40;overflow:hidden}.login-button:before{overflow:hidden;pointer-events:none;box-sizing:border-box;border-radius:inherit}.hamburger-menu{display:none;background:none;border:none;cursor:pointer;padding:8px;color:#fff;z-index:60}.menu-icon{width:32px;height:32px;transition:transform .3s ease;opacity:.9}.hamburger-menu:hover .menu-icon{transform:scale(1.1);opacity:1}@media (max-width: 768px){.nav-container{padding:0 24px}.hamburger-menu{display:flex;align-items:center;justify-content:center;margin-left:auto}.nav-links{position:fixed;top:0;right:-100%;width:300px;height:100vh;background-color:#0a0a1b;flex-direction:column;padding:100px 40px;gap:32px;transition:right .3s ease;border-left:1px solid rgba(255,255,255,.1);box-shadow:-10px 0 30px #0000004d}.nav-links.active{right:0}.nav-link{font-size:16px;opacity:1}.nav-links .small-button{margin:0;width:100%}}@media (max-width: 1024px){.nav-container{padding:0 48px}.nav-links{gap:32px}}.nav-link:has(.small-button){text-decoration:none;border-radius:2.0625rem;background:none;padding-bottom:0}.nav-link:has(.small-button):after{display:none!important}.nav-link:has(.small-button):hover,.nav-link:has(.small-button):focus{box-shadow:none!important;color:inherit;text-shadow:none}.small-button{padding:.75rem 1.5rem;border-radius:2.0625rem;font-size:1rem;font-weight:500;cursor:pointer;border:none;transition:all .3s ease;position:relative;width:auto;height:auto;color:#fff;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#ffffff1a,#ffffff0d);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.small-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:33px;padding:1px;background:linear-gradient(to bottom,#fff3,#ffffff0d);-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}.small-button:hover{background:linear-gradient(to bottom,#ffffff26,#ffffff14)}.start-project-button{padding:12px 32px;border-radius:33px;font-size:16px;font-weight:500;cursor:pointer;border:none;transition:all .3s ease;position:relative;min-width:204px;height:50px;color:#fff;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#8b288766,#4a115566);box-shadow:0 0 30px #8b28874d,inset 0 0 20px #ffffff0d;text-decoration:none}.start-project-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2.063rem;padding:.063rem;background:linear-gradient(to bottom,#fff3,#ffffff0d);-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}.start-project-button:hover{background:linear-gradient(to bottom,#9b319780,#5a156580);box-shadow:0 0 40px #8b288766,inset 0 0 25px #ffffff14;transform:translateY(-2px)}.start-project-button:focus{outline:none;box-shadow:0 0 40px #8b288766,inset 0 0 25px #ffffff14,0 0 0 3px #8b28874d}.start-project-button:active{transform:translateY(0);box-shadow:0 0 30px #8b28874d,inset 0 0 20px #ffffff0d}.start-project-button:disabled{opacity:.6;cursor:not-allowed;transform:none;background:linear-gradient(to bottom,#8b288733,#4a115533);box-shadow:0 0 20px #8b288733,inset 0 0 15px #ffffff08}.start-project-button:disabled:hover{transform:none;background:linear-gradient(to bottom,#8b288733,#4a115533);box-shadow:0 0 20px #8b288733,inset 0 0 15px #ffffff08}@media (max-width: 768px){.start-project-button{min-width:auto;padding:10px 20px;font-size:14px;height:44px}}@media (max-width: 480px){.start-project-button{min-width:auto;padding:8px 12px;font-size:12px;height:40px;white-space:nowrap}}@media (max-width: 30.625rem){.start-project-button{font-size:.875rem!important;padding:.75rem 1.25rem!important;min-width:auto!important;height:2.75rem!important;white-space:nowrap!important;border-radius:1.5rem!important}}@media (max-width: 360px){.start-project-button{font-size:.75rem!important;padding:.625rem 1rem!important;height:2.5rem!important;border-radius:1.25rem!important}}.home-container{min-height:100vh;width:100%;background-color:#0a0a1b;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}.main{width:100%;margin:0;padding:160px 0 40px;min-height:90vh;display:flex;align-items:center;position:relative;z-index:2}.pattern-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.4;pointer-events:none;z-index:1}.content{display:flex;justify-content:space-between;align-items:center;gap:60px;width:100%;max-width:1440px;margin:0 auto;padding:0 96px;position:relative;z-index:2}.left-content{flex:1;max-width:600px;animation:slideInLeft 1s ease-out}.hero-title{font-size:3rem;font-weight:600;line-height:1.2;margin-bottom:1.25rem;color:#fff;text-align:left}.hero-title .word{display:inline-block;opacity:0;transform:translateY(1.875rem) scale(.9);will-change:transform,opacity;white-space:pre;transform-origin:center bottom}.hero-description{font-size:18px;color:#fff;opacity:.8;max-width:460px;margin-bottom:48px;line-height:1.6;animation:fadeInUp 1s ease-out 1.5s both}.buttons{display:flex;align-items:center;gap:20px;margin-bottom:48px;animation:fadeInUp 1s ease-out 2s both}.button{padding:12px 32px;border-radius:33px;font-size:16px;font-weight:500;cursor:pointer;border:none;transition:all .3s ease;position:relative;min-width:120px;height:50px;color:#fff;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);text-decoration:none}.button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2.063rem;padding:.063rem;background:linear-gradient(to bottom,#fff3,#ffffff0d);-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}.button-primary{background:linear-gradient(to bottom,#ffffff1a,#ffffff0d);box-shadow:0 0 30px #ffffff1a,inset 0 0 20px #ffffff0d}.button-primary:hover{background:linear-gradient(to bottom,#ffffff26,#ffffff14);box-shadow:0 0 40px #ffffff26,inset 0 0 25px #ffffff14}.button-secondary{background:linear-gradient(to bottom,#8b288766,#4a115566);box-shadow:0 0 30px #8b28874d,inset 0 0 20px #ffffff0d;text-decoration:none}.button-secondary:hover{background:linear-gradient(to bottom,#9b319780,#5a156580);box-shadow:0 0 40px #8b288766,inset 0 0 25px #ffffff14}.teams-section{margin-top:32px;animation:fadeInUp 1s ease-out 2.5s both}.teams-title{color:#fff;font-size:18px;font-weight:500;margin-bottom:20px;opacity:.8}.teams-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;font-size:14px}.team-item{display:flex;align-items:center;gap:12px;color:#fff;opacity:.7;transition:all .3s ease}.team-item:hover{opacity:1}.team-item:hover .check-icon{transform:scale(1.1)}.check-icon{color:#ab28fa;width:1.25rem;height:1.25rem;transition:transform .3s ease;stroke-width:1.5;filter:drop-shadow(0 0 8px rgba(171,40,250,.5))}.right-content{flex:1;display:flex;justify-content:center;align-items:center;animation:slideInRight 1s ease-out .5s both}.dashboard-container{position:relative;padding:20px;max-width:800px;width:100%}.glow-effect{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(139,92,246,.15),transparent 70%);border-radius:24px;filter:blur(24px)}.dashboard-image{position:relative;width:100%;max-width:100%;border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d}@media (max-width: 1280px){.main{padding:140px 0 40px}.content{padding:0 60px}.hero-title{font-size:44px}}@media (max-width: 56.25rem){.home-container{padding-top:3rem}.main{padding:2rem 0}.content{flex-direction:column;padding:0 1rem;gap:2rem;text-align:center}.left-content{padding:0;max-width:100%;text-align:center!important;display:flex;flex-direction:column;align-items:center}.right-content{max-width:100%;width:100%;margin:0;order:-1;padding:0}.dashboard-container{max-width:32rem;margin:0 auto;padding:0 1rem}.dashboard-image{border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d}.hero-title{font-size:2.25rem;margin-bottom:1rem;text-align:center;line-height:1.3}.hero-description{font-size:1rem;margin:0 auto 2rem;max-width:28rem;text-align:center;line-height:1.6}.buttons{display:flex;flex-direction:row;gap:1rem;justify-content:center;margin-bottom:3rem;padding:0;flex-wrap:wrap}.button{min-width:auto;padding:.875rem 1.5rem;font-size:.9375rem;height:3.25rem}.teams-grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:30rem;margin:0 auto}}@media (max-width: 40rem){.content{padding:0 .75rem}.hero-title{font-size:2rem;line-height:1.25}.hero-description{font-size:.9375rem;max-width:26rem}.buttons{gap:.875rem;flex-direction:column;width:100%;max-width:20rem}.button{width:100%;padding:.875rem 1.5rem;font-size:1rem;height:3.5rem}.dashboard-container{max-width:28rem;padding:0 .5rem}.teams-grid{grid-template-columns:1fr;gap:.75rem;max-width:24rem}}@media (max-width: 30rem){.content{padding:0 .5rem}.hero-title{font-size:1.875rem;line-height:1.2;margin-bottom:.875rem}.hero-description{font-size:.9375rem;line-height:1.5;margin:0 auto 1.5rem;max-width:24rem}.buttons{flex-direction:column;gap:.75rem;padding:0;width:100%;max-width:18rem}.button{width:100%;font-size:1rem;padding:.875rem 1.5rem;height:3.5rem}.dashboard-container{max-width:20rem;padding:0 .25rem}.team-item{font-size:.8125rem}.left-content{padding:0 .5rem}}@media (max-width: 30.625rem){.buttons{flex-direction:row;gap:1rem;padding:0 1.5rem;width:100%;justify-content:center}.button{width:calc(50% - .5rem);font-size:.875rem;padding:.75rem 1.25rem;min-width:auto;height:3rem}}.home-hero-title{font-size:3.5rem;font-weight:600;line-height:1.1;margin-bottom:1.5rem;color:#fff;text-align:left;letter-spacing:-.02em}@media (max-width: 56.25rem){.left-content .home-hero-title,.home-hero-title{font-size:2.5rem!important;font-weight:600;line-height:1.2;margin-bottom:1rem;text-align:center!important;letter-spacing:-.01em;display:block;width:100%}}@media (max-width: 40rem){.left-content .home-hero-title,.home-hero-title{font-size:2.5rem!important;font-weight:600;line-height:1.15;margin-bottom:.875rem;text-align:center!important;letter-spacing:-.01em;display:block;width:100%}}@media (max-width: 30rem){.left-content .home-hero-title,.home-hero-title{font-size:2.5rem!important;font-weight:600;line-height:1.1;margin-bottom:.75rem;text-align:center!important;letter-spacing:-.01em;display:block;width:100%}}.what-we-build{background-color:#0a0a1b;padding:2.5rem 0 7.5rem;color:#fff;position:relative;overflow:hidden}.what-we-build:before{content:"";position:absolute;top:0;left:0;right:0;height:18.75rem;background:linear-gradient(to bottom,#0a0a1b00,#0a0a1b66 60%,#0a0a1bcc 90%,#0a0a1b);z-index:2;pointer-events:none}.container{max-width:75rem;margin:0 auto;padding:0 1.25rem;position:relative;z-index:3}.what-we-build:before,.what-we-build:after{display:none}.section-header{text-align:left;margin-bottom:3.75rem}.section-header h2{font-size:3.5rem;font-weight:600;margin-bottom:1.25rem;color:#fff;text-align:center}.cards-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:72rem;margin:0 auto}@media (min-width: 48rem){.cards-grid{grid-template-columns:repeat(3,1fr)}}.card-container{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:0 1.5rem}.card-wrapper{position:relative;width:100%;max-width:18.75rem;height:25rem;padding:1.5rem;border-radius:2rem;background:transparent;border:.125rem solid rgba(85,81,119,1);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;cursor:pointer}.card-wrapper:hover{transform:translateY(-.375rem);border-color:#ab28fa80;box-shadow:0 0 1.25rem #ab28fa66}.card-inner{position:relative;border-radius:1.5rem;overflow:hidden;border:.125rem solid rgba(85,81,119,1);height:18.75rem;padding:1rem;background:#0d0d1b4d;transition:all .3s ease}.card-content{display:flex;align-items:center;justify-content:center;position:relative;height:100%;width:100%;overflow:hidden;background:transparent;border-radius:.5rem;padding:0}.card-content img{width:120%;height:120%;object-fit:contain;display:block;transition:transform .4s ease;margin:-10%}.card-wrapper:hover .card-content img{transform:scale(1.03)}.card-title{font-size:1.5rem;font-weight:600;color:#fff;text-align:center;margin-top:1.5rem;height:1.875rem;display:flex;align-items:center;justify-content:center;width:100%}.card-wrapper:hover .card-title{color:#ab28fa;text-shadow:0 2px 8px rgba(171,40,250,.5)}@media (max-width: 64rem){.cards-grid{justify-items:center}.card-wrapper{max-width:16.25rem;height:22.5rem;padding:1.25rem}.card-inner{height:16.875rem;padding:.125rem}.card-title{font-size:1.375rem;margin-top:1.25rem}.section-header h2{font-size:2.5rem!important}}@media (max-width: 48rem){.cards-grid{max-width:37.5rem;margin:0 auto;place-items:center}.card-wrapper{max-width:15rem;height:20rem;padding:1rem}.card-inner{height:15rem;padding:.0625rem}.card-title{font-size:1.25rem;margin-top:1rem}.section-header h2{font-size:2.5rem!important}}@media (max-width: 30rem){.cards-grid{max-width:17.5rem;gap:2rem}.card-wrapper{max-width:13.75rem;height:18.75rem;padding:.875rem}.card-inner{height:13.75rem;padding:0}.card-title{font-size:1.125rem;margin-top:.875rem}.section-header h2{font-size:2.5rem!important}}.whats-under-hood{background-color:#0a0a1b;padding:5rem 0;color:#fff;position:relative;overflow:hidden}.whats-under-hood .container{max-width:75rem;margin:0 auto;padding:0 1.25rem;position:relative;z-index:1}.whats-under-hood .section-header{text-align:center;margin-bottom:3.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.whats-under-hood .section-header h2{font-size:3rem;font-weight:600;margin-bottom:1.25rem;color:#fff;text-align:center;display:block;width:100%}.whats-under-hood .section-header p{font-size:1.125rem;line-height:1.6;color:#fffc;margin:0;margin-bottom:2rem;max-width:800px;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-.3125rem);background:#ffffff0d;border-color:#fff3}.icon-wrapper{width:5rem;height:5rem;background:linear-gradient(to bottom,#7c159f,#1a0732);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);border:1px solid rgba(167,127,179,.4);box-shadow:0 .25rem .9375rem -.0625rem #7c159f33,inset 0 0 1.25rem #1a073233;transition:all .3s ease}.icon-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:1.5rem;background:linear-gradient(to bottom,#ffffff1a,#ffffff05);z-index:-1}.feature-icon{color:#fffffff2;filter:drop-shadow(0 0 .3125rem rgba(124,21,159,.5));transition:all .3s ease}.feature-card:hover .icon-wrapper{background:linear-gradient(to bottom,#8a1ab2,#1a0732);border-color:#a77fb399;box-shadow:0 .5rem 1.25rem -.0625rem #7c159f40,inset 0 0 1.5625rem #1a073240;transform:translateY(-.125rem)}.feature-card:hover .feature-icon{color:#fff;filter:drop-shadow(0 0 .5rem rgba(124,21,159,.6))}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.feature-card p{font-size:1rem;line-height:1.5;color:#ffffffb3;margin:0}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 640px){.features-grid{grid-template-columns:1fr}.whats-under-hood .section-header h2{font-size:2.25rem}.whats-under-hood .section-header p{font-size:1rem}.feature-card{padding:1.5rem}}.bottom-pattern{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:50rem;pointer-events:none;opacity:.8;z-index:0}.how-we-deliver{background-color:#0a0a1b;min-height:100vh;color:#fff;position:relative;overflow:visible;padding:80px 0}.how-we-deliver .container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.how-we-deliver .section-header{text-align:center;margin-bottom:80px}.how-we-deliver .section-header h2{font-size:48px;font-weight:500;margin-bottom:16px;color:#fff}.how-we-deliver .section-header p{font-size:18px;line-height:1.6;color:#ffffffb3;max-width:600px;margin:0 auto}.timeline{position:relative;margin-top:40px;margin-left:160px}.timeline-step{height:100vh;scroll-snap-align:start;display:flex;align-items:center;position:relative}.timeline:after{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#7c159fcc;box-shadow:0 0 10px #7c159f66,0 0 20px #7c159f33;z-index:1}.timeline-marker{position:absolute;left:0;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:20px;z-index:2}.day-label{position:absolute;right:calc(100% + 20px);color:#ffffffe6;font-size:50px;font-weight:700;white-space:nowrap;text-transform:uppercase;font-family:Inter,monospace;letter-spacing:-3px;line-height:1.2}.marker-dot{width:20px;height:17px;background:#7c159f;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);position:relative;box-shadow:0 0 10px #7c159f66,0 0 20px #7c159f33}.timeline-content{background:#ffffff03;border:.125rem solid rgba(85,81,119,1);border-radius:24px;padding:40px;position:relative;overflow:visible;z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 30px #0000000d;margin-left:40px;width:calc(100% - 40px);transition:all .3s ease}.timeline-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:.0625rem;background:linear-gradient(180deg,#ab28fa80,#ab28fa26);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.timeline-content:hover{border-color:#ab28fa80;box-shadow:0 0 1.25rem #ab28fa66;background:#ffffff05}.timeline-content:hover:before{background:linear-gradient(180deg,#ab28facc,#ab28fa4d)}.step-number{width:56px;height:56px;background:linear-gradient(to bottom,#7c159f,#1a0732);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:#fffffff2;margin-bottom:24px;font-family:monospace;position:relative;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(167,127,179,.4);box-shadow:0 4px 15px -1px #7c159f33,inset 0 0 20px #1a073233}.step-details h3{font-size:28px;font-weight:700;margin-bottom:8px;color:#fffffff2;text-transform:uppercase;letter-spacing:.5px}.step-details h4{font-size:18px;font-weight:500;margin-bottom:24px;color:#ffffffbf}.step-details p{font-size:16px;line-height:1.6;color:#fff9;margin-bottom:12px}@media (max-width: 768px){.how-we-deliver{padding:40px 0}.timeline{margin-left:30px}.timeline-step{height:auto;min-height:auto;padding:20px 0;margin-bottom:20px}.timeline-content{margin-left:20px;width:calc(100% - 50px);padding:20px;border-radius:16px}.day-label{font-size:16px;right:calc(100% + 10px);writing-mode:vertical-lr;transform:rotate(180deg);text-orientation:mixed;white-space:nowrap;letter-spacing:1px}.timeline-marker{gap:8px}.step-details h3{font-size:20px;margin-bottom:6px}.step-details h4{font-size:14px;margin-bottom:16px}.step-details p{font-size:13px;line-height:1.5;margin-bottom:8px}}@media (max-width: 480px){.timeline{margin-left:20px}.timeline-step{padding:16px 0;margin-bottom:16px}.timeline-content{margin-left:15px;padding:16px;width:calc(100% - 35px)}.day-label{font-size:14px;right:calc(100% + 8px)}.step-details h3{font-size:18px}.step-details h4{font-size:13px;margin-bottom:12px}.step-details p{font-size:12px;line-height:1.4}}.timeline-step:before{display:none}.timeline-step:nth-child(1){transition-delay:.1s}.timeline-step:nth-child(2){transition-delay:.2s}.timeline-step:nth-child(3){transition-delay:.3s}.timeline-step:nth-child(4){transition-delay:.4s}@keyframes lineGlow{0%{box-shadow:0 0 10px #7c159f66,0 0 20px #7c159f33}50%{box-shadow:0 0 15px #7c159f99,0 0 30px #7c159f4d}to{box-shadow:0 0 10px #7c159f66,0 0 20px #7c159f33}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes glowEntry{0%{opacity:0;filter:brightness(.5) blur(.625rem)}to{opacity:1;filter:brightness(1) blur(0)}}@keyframes lightBeam{0%{transform:translateY(-100%);opacity:0}25%{opacity:1}50%{transform:translateY(100%);opacity:0}51%{transform:translateY(0);opacity:.2}to{transform:translateY(0);opacity:.2}}.blur-top-effect{position:absolute;top:-3.125rem;left:50%;transform:translate(-50%);width:100%;max-width:50rem;min-width:6.25rem;height:auto;object-fit:cover;z-index:1;pointer-events:none;opacity:.6;filter:blur(.625rem) brightness(1.1);mix-blend-mode:screen}.our-work{background-color:#0a0a1b;padding:2.5rem 0 7.5rem;color:#fff;position:relative;overflow:hidden}.our-work:before{content:"";position:absolute;top:0;left:0;right:0;height:18.75rem;background:linear-gradient(to bottom,#0a0a1b00,#0a0a1b66 60%,#0a0a1bcc 90%,#0a0a1b);z-index:2;pointer-events:none}.our-work .container{max-width:75rem;margin:0 auto;padding:0 1.25rem;position:relative;z-index:3}.our-work .section-header{text-align:center;margin-bottom:3.75rem}.section-header h2{font-size:3.5rem;font-weight:600;margin-bottom:1.25rem;color:#fff}.section-header p{font-size:1.125rem;line-height:1.6;color:#fffc;margin:0}.project-showcase{position:relative;width:100%;margin-top:2.5rem;padding:0 1.25rem}.project-navigation{display:flex;align-items:center;justify-content:center;gap:1.25rem;position:relative}.project-display{position:relative;width:80%;max-width:56.25rem;height:31.25rem;overflow:hidden;touch-action:pan-x;cursor:grab;margin:0 auto}.project-display.is-dragging{cursor:grabbing}.drag-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;pointer-events:none;transition:transform .2s ease;will-change:transform,opacity}.drag-indicator img{width:2.5rem;height:2.5rem;object-fit:contain;filter:drop-shadow(0 0 .625rem rgba(171,40,250,.5));animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:.8}}.project-card{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;transform:translate(0);transition:transform .8s cubic-bezier(.4,0,.2,1),opacity .8s cubic-bezier(.4,0,.2,1);overflow:hidden;border-radius:1.5rem;will-change:transform,opacity;touch-action:pan-x;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.project-display.is-dragging .project-card{transition:none;cursor:grabbing}.project-display.is-dragging .project-card.active{transition:transform .1s linear}.project-card[data-index=even]:not(.active){transform:translate(100%);opacity:0}.project-card[data-index=odd]:not(.active){transform:translate(-100%);opacity:0}.project-card.active{opacity:1;transform:translate(0);z-index:1}.project-card.active.dragging{transition:none}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutToLeft{0%{transform:translate(0);opacity:1}30%{opacity:0}to{transform:translate(-100%);opacity:0}}@keyframes slideOutToRight{0%{transform:translate(0);opacity:1}30%{opacity:0}to{transform:translate(100%);opacity:0}}.project-content{display:flex;flex-direction:column;height:100%;width:100%;gap:1rem;padding:0;align-items:flex-start}.card-inner{position:relative;border-radius:1.5rem;overflow:hidden;height:100%;width:100%;padding:2rem;background:#0d0d1b4d;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);border:.125rem solid rgba(85,81,119,1);transition:all .4s cubic-bezier(.4,0,.2,1);will-change:transform,border-color,box-shadow}.card-inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.5rem;padding:.0625rem;background:linear-gradient(180deg,#ab28fa80,#ab28fa26);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.card-inner:hover{border-color:#ab28fa80;box-shadow:0 0 1.25rem #ab28fa66}.project-details{flex:0 0 auto;display:flex;flex-direction:column;gap:1rem}.project-title{font-size:1.75rem;font-weight:600;margin:0;color:#fff}.categories-container{display:flex;flex-wrap:wrap;gap:.5rem}.category{display:inline-block;padding:.375rem 1rem;background:#ab28fa26;border-radius:3.125rem;font-size:.875rem;color:#ab28fa;white-space:nowrap}.project-description{font-size:.9375rem;line-height:1.5;color:#fffc;margin:0}.project-image-container{width:100%;height:13.75rem;border-radius:1rem;overflow:hidden;background:#0d0d1b4d;position:relative;cursor:pointer;padding:1.25rem;flex:1;margin-top:1rem;border:.125rem solid rgba(85,81,119,1);transition:all .3s ease}.project-image-container.mobile-app{width:300px;height:600px;max-width:300px;max-height:600px;border-radius:2.5rem;padding:.75rem;margin:0 auto;flex:none}.project-image-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1rem;padding:.0625rem;background:linear-gradient(180deg,#ab28fa80,#ab28fa26);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.project-image-container:hover{border-color:#ab28fa80;box-shadow:0 0 1.25rem #ab28fa66}.project-image-wrapper{width:100%;height:100%;border-radius:.625rem;overflow:hidden;position:relative;background:transparent;margin:0;display:flex;justify-content:center;align-items:center}.project-image{width:100%;height:100%;object-fit:contain;display:block;transition:transform .4s cubic-bezier(.4,0,.2,1);padding:.3125rem;will-change:transform}.project-image-container:hover .project-image{transform:scale(1.05)}.image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0a0a1bb3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.image-overlay span{color:#fff;font-weight:600;font-size:18px;padding:8px 20px;background:linear-gradient(to right,#ab28fa,#7c159f);border-radius:50px;transform:translateY(10px);transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.project-image-container:hover .image-overlay{opacity:1}.project-image-container:hover .image-overlay span{transform:translateY(0)}.nav-arrow{width:3rem;height:3rem;border-radius:50%;background:#0d0d1b99;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2;position:relative;border:.125rem solid rgba(85,81,119,1)}.nav-arrow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;padding:.0625rem;background:linear-gradient(180deg,#ab28fa80,#ab28fa26);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.nav-arrow:hover:before{background:linear-gradient(180deg,#ab28facc,#ab28fa4d)}.nav-arrow:hover:not(:disabled){transform:scale(1.1);border-color:#ab28fa80;box-shadow:0 0 .9375rem #ab28fa66}.nav-arrow:disabled{opacity:.5;cursor:not-allowed}.project-indicators{display:flex;justify-content:center;gap:.625rem;margin-top:1.875rem}.indicator{width:.625rem;height:.625rem;border-radius:50%;background:#55517799;padding:0;cursor:pointer;transition:all .3s ease;position:relative;border:.125rem solid rgba(85,81,119,1)}.indicator:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;padding:.0625rem;background:linear-gradient(180deg,#ab28fa80,#ab28fa26);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.indicator:hover{border-color:#ab28fa80;box-shadow:0 0 .625rem #ab28fa66}.indicator.active{background:#ab28fa4d;transform:scale(1.2);border-color:#ab28facc;box-shadow:0 0 .625rem #ab28fa99}.indicator:disabled{cursor:not-allowed}.view-project{padding:8px 20px;background:linear-gradient(to right,#ab28fa,#7c159f);border:none;border-radius:50px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;align-self:center;margin-top:auto;margin-bottom:5px;display:inline-block}.view-project.mobile-only{display:inline-block}.view-project:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ab28fa4d}.project-card.active:after{display:none}.project-counter{display:flex;justify-content:center;align-items:center;margin-top:.625rem;font-family:Poppins,sans-serif;font-size:1.125rem;color:#fffc}.project-counter .current{font-size:1.5rem;font-weight:600;color:#ab28fa}.project-counter .separator{margin:0 .5rem;opacity:.6}@media (max-width: 64rem){.project-display{width:85%;height:28.125rem}.project-title{font-size:1.5rem}.nav-arrow{width:2.75rem;height:2.75rem}}@media (max-width: 48rem){.our-work{padding:3.75rem 0 6.25rem}.our-work .section-header h2{font-size:2.25rem}.project-display{width:100%;height:26.25rem}.project-title{font-size:1.375rem}.project-description{font-size:.875rem}.category{padding:.25rem .625rem;font-size:.75rem}.nav-arrow{display:none}}@media (max-width: 30rem){.project-display{width:95%;height:23.75rem}.card-inner{padding:1rem}.project-title{font-size:1.25rem}.project-description{font-size:.8125rem}.project-image-container{height:11.25rem;padding:.625rem}}.testimonials{background-color:#0a0a1b;padding:6.25rem 0;color:#fff;position:relative;overflow:hidden}.blur-top-effect{position:absolute;top:-50px;left:50%;transform:translate(-50%);width:100%;max-width:800px;min-width:100px;height:auto;object-fit:cover;z-index:1;pointer-events:none;opacity:.6;filter:blur(10px) brightness(1.1);mix-blend-mode:screen}.testimonials .container{max-width:75rem;margin:0 auto;padding:0 1.25rem;position:relative;z-index:2}.testimonials .section-header{text-align:center;margin-bottom:3.75rem}.testimonials .section-header h2{font-size:3rem;font-weight:600;margin-bottom:1.25rem;color:#fff}.testimonials .section-header p{font-size:1.125rem;line-height:1.6;color:#fffc;max-width:37.5rem;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.875rem;margin-top:2.5rem}.testimonial-card{background:#0a0a1bf2;border-radius:1.25rem;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);transition:all .3s ease}.testimonial-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.25rem;padding:.0625rem;background:linear-gradient(180deg,#ab28fa80,#ab28fa26);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.testimonial-card:hover:before{background:linear-gradient(180deg,#ab28facc,#ab28fa4d)}.testimonial-card:hover{transform:translateY(-.3125rem);box-shadow:0 .625rem 1.875rem #ab28fa1a}.testimonial-author{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.author-image-container{width:4rem;height:4rem;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;border:.125rem solid rgba(171,40,250,.3)}.author-image{width:100%;height:100%;object-fit:cover}.author-info{display:flex;flex-direction:column;align-items:flex-start}.author-info h4{font-size:1.125rem;font-weight:500;margin:0;color:#fff}.author-info span{font-size:.875rem;color:#ffffffb3;margin-top:.25rem}.quote{font-size:1rem;line-height:1.5;color:#ffffffe6;margin:0;text-align:left}@media (max-width: 64rem){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width: 48rem){.testimonials{padding:3.75rem 0}.testimonials .section-header h2{font-size:2.25rem}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:1.5rem}}@media (max-width: 30rem){.testimonial-card{padding:1.25rem}.quote{font-size:.875rem}.author-info h4{font-size:1rem}.author-info span{font-size:.75rem}}.start7day-section{background-color:#0a0a1b;padding:0 0 5rem;margin-top:-2rem;position:relative;overflow:hidden;color:#fff}.whatsapp-blur-top{position:absolute;top:-50px;left:50%;transform:translate(-50%);width:60vw;max-width:900px;min-width:180px;opacity:.7;filter:blur(2px);z-index:1;pointer-events:none}.start7day-container{position:relative;z-index:1;max-width:75rem;margin:0 auto;padding:8rem 1.25rem 0}.start7day-content{background:#0d0d1b4d;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);border:.125rem solid rgba(85,81,119,1);border-radius:1.5rem;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0;position:relative;transition:all .3s ease}.start7day-content:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.5rem;padding:.0625rem;background:linear-gradient(180deg,#ab28fa80,#ab28fa26);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.start7day-content:hover{border-color:#ab28fa80;box-shadow:0 0 1.25rem #ab28fa66;transform:translateY(-.3125rem)}.start7day-content:hover:before{background:linear-gradient(180deg,#ab28facc,#ab28fa4d)}.start7day-image{flex:1;max-width:50%;margin:0;height:100%;position:relative;padding:1.25rem;background:#ffffff05}.start7day-image img{width:100%;height:100%;object-fit:contain;border-radius:1rem;display:block;transition:transform .3s ease;background:#0d0d1b4d;border:.125rem solid rgba(85,81,119,1);padding:1.25rem;position:relative}.start7day-image img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1rem;padding:.0625rem;background:linear-gradient(180deg,#ab28fa80,#ab28fa26);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.start7day-content:hover .start7day-image img{transform:scale(1.03);border-color:#ab28fa80;box-shadow:0 0 1.25rem #ab28fa66}.start7day-text{flex:1;max-width:50%;padding:3rem}.start7day-text h2{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.start7day-text p{font-size:1.25rem;margin-bottom:1rem;color:#ffffffe6}.start7day-text .subtitle{font-size:1rem;color:#ffffffb3;margin-bottom:2rem}.button-container{display:flex;justify-content:center;align-items:center}@media (max-width: 48rem){.start7day-content{flex-direction:column;text-align:left;gap:1rem}.start7day-image,.start7day-text{max-width:100%}.start7day-text{padding:0 2rem 2rem}.start7day-text h2{font-size:2rem}.start7day-text p{font-size:1.125rem}}@media (max-width: 30rem){.start7day-content{gap:.5rem}.start7day-text{padding:0 1.5rem 1.5rem}.start7day-text h2{font-size:1.75rem}.start7day-text p{font-size:1rem}}.contact-page{min-height:100vh;background:#0a0a1b;padding:140px 2rem 2rem;font-family:Inter,sans-serif;position:relative;overflow:hidden}.contact-blur-top{position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;max-width:1400px;min-width:400px;opacity:.8;filter:blur(4px);z-index:1;pointer-events:none}.contact-bottom-pattern{position:absolute;bottom:0;left:0;width:100%;height:auto;opacity:.3;z-index:1;pointer-events:none}.contact-container{width:100%;max-width:1400px;margin:0 auto;position:relative;z-index:2}.contact-content{display:flex;flex-direction:column;align-items:center;gap:3rem}.contact-header{text-align:center;max-width:600px}.contact-title{font-size:3rem;font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.2}.contact-subtitle{font-size:1.125rem;color:#fffc;line-height:1.6;margin:0}.contact-form-wrapper{width:100%;max-width:1200px;display:flex;justify-content:center}.form-outer{width:100%;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:20px;box-shadow:0 0 20px #8b5cf61a}.form-inner{width:100%;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-content{display:flex;align-items:center;gap:3rem}.form-section{flex:1}.form-image{flex:1;display:flex;justify-content:center;align-items:center}.form-image img{width:100%;max-width:400px;height:auto;display:block;transition:transform .3s ease}.form-image:hover img{transform:scale(1.02)}.contact-form{display:flex;flex-direction:column;gap:2rem}.form-row{display:flex;gap:2rem}.form-field{flex:1;display:flex;flex-direction:column;gap:.5rem}.form-field.full-width{width:100%}.form-field label{font-size:.875rem;font-weight:500;color:#fff;opacity:.9}.form-field input,.form-field select,.form-field textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.875rem 1rem;color:#fff;font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;min-width:0}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#8b5cf680;box-shadow:0 0 0 3px #8b5cf61a}.form-field input::placeholder,.form-field textarea::placeholder{color:#ffffff80}.form-field select{cursor:pointer}.form-field select option{background:#0a0a1b;color:#fff}.form-field textarea{resize:vertical;min-height:120px}.form-submit{display:flex;justify-content:center;margin-top:1rem}@media (max-width: 1024px){.form-content{gap:2rem}.form-image img{max-width:350px}}@media (max-width: 768px){.contact-page{padding:120px 1.5rem 2rem}.contact-blur-top{width:90vw}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1rem}.form-content{flex-direction:column;gap:1.5rem}.form-section{order:2;width:100%}.form-image{order:1}.form-image img{max-width:300px}.contact-form-wrapper{margin:0 1.5rem;padding:0 1rem}.form-outer{padding:8px;width:100%;margin:0 .5rem}.form-inner{padding:.75rem;width:100%}.form-row{flex-direction:column;gap:.75rem;width:100%}.contact-form{gap:1rem;width:100%}.form-field{width:100%}.form-field input,.form-field select,.form-field textarea{font-size:16px;padding:.75rem;width:100%;box-sizing:border-box;min-width:0}}@media (max-width: 480px){.contact-page{padding:100px 1rem 2rem}.contact-title{font-size:2rem;margin-bottom:.75rem}.contact-subtitle{font-size:.9rem}.form-image img{max-width:250px}.contact-form-wrapper{margin:0 1rem;padding:0 .75rem}.form-outer{padding:6px;margin:0 .5rem}.form-inner{padding:.5rem}.form-row{gap:.5rem}.contact-form{gap:.75rem}.form-field input,.form-field select,.form-field textarea{padding:.75rem;width:100%;box-sizing:border-box;min-width:0}.form-field textarea{min-height:100px}.contact-content{gap:1.5rem}}@media (max-width: 360px){.contact-page{padding:90px .75rem 2rem}.contact-title{font-size:1.75rem}.form-image img{max-width:200px}.contact-form-wrapper{margin:0 .75rem;padding:0 .5rem}.form-outer{padding:4px;margin:0 .25rem}.form-inner{padding:.375rem}.form-row{gap:.375rem}.contact-form{gap:.5rem}.form-field input,.form-field select,.form-field textarea{padding:.625rem;width:100%;box-sizing:border-box;min-width:0}}.footer{background-color:#0a0a1b;color:#fff;padding:80px 0 40px;font-family:Inter,sans-serif;border-top:1px solid rgba(255,255,255,.1);position:relative}.footer-container{max-width:1440px;margin:0 auto;padding:0 96px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;margin-bottom:60px}.footer-section h4{font-size:18px;font-weight:600;margin-bottom:24px;color:#fff}.footer-logo{margin-bottom:24px}.footer-logo img{height:28px;width:auto;object-fit:contain;opacity:.9;transition:opacity .3s ease}.footer-logo:hover img{opacity:1}.footer-description{font-size:16px;line-height:1.6;opacity:.8;max-width:360px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#fff;text-decoration:none;opacity:.8;transition:all .2s ease}.footer-section ul li a:hover{opacity:1;color:#ab28fa}.footer-bottom{padding-top:40px;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:14px;opacity:.6}@media (max-width: 900px){.footer-container{padding:0 48px}.footer-content{grid-template-columns:1fr;gap:40px}.footer-description{max-width:100%}}@media (max-width: 520px){.footer-container{padding:0 24px}.footer-bottom-pattern{position:absolute;bottom:0;left:0;width:100%;height:80px;overflow:hidden;z-index:1}.footer-pattern-img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.4}}.footer-bottom-pattern{position:absolute;bottom:0;left:0;width:100%;height:100px;overflow:hidden;z-index:1}.footer-pattern-img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.3}.services-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 2rem 2rem;position:relative;z-index:2}.services-blur-top{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:80vw;max-width:1200px;min-width:300px;opacity:.4;filter:blur(8px);z-index:1;pointer-events:none}@media (max-width: 768px){.services-hero{padding:80px 1rem 2rem}.services-blur-top{width:90vw;top:-50px;opacity:.6;filter:blur(6px)}.hero-title{font-size:2.5rem;text-align:center}.hero-description{font-size:1rem;text-align:center}.hero-content{flex-direction:column;gap:1.5rem;text-align:center}.hero-text{order:2;text-align:center}.hero-visual{order:1}.hero-image{max-width:500px;width:100%}.hero-buttons{flex-direction:row;gap:1rem;justify-content:center;align-items:center}}@media (max-width: 480px){.services-hero{padding:60px .5rem 2rem}.services-blur-top{width:95vw;top:-30px;opacity:.7;filter:blur(5px)}.hero-title{font-size:2rem;text-align:center}.hero-description{font-size:.9rem;text-align:center}.hero-image{max-width:450px}.hero-content{gap:1rem;text-align:center}.hero-buttons{flex-direction:row;gap:1rem;justify-content:center;align-items:center}}@media (max-width: 360px){.services-hero{padding:50px .25rem 2rem}.services-blur-top{width:100vw;top:-20px;opacity:.8;filter:blur(4px)}.hero-title{font-size:1.75rem;text-align:center}.hero-image{max-width:400px}.hero-buttons{flex-direction:row;gap:1rem;justify-content:center;align-items:center}}.comprehensive-services{background:linear-gradient(135deg,#0a0a1b,#1a1a2e);min-height:100vh;position:relative;overflow:hidden;padding:2rem 0}.blur-top-effect{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:800px;pointer-events:none;opacity:.7;z-index:0}.services-hero{text-align:center;padding:4rem 2rem;position:relative;z-index:1}.hero-content h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#fff;margin-bottom:1.5rem}.hero-content p{font-size:clamp(1.1rem,2vw,1.25rem);color:#fffc;max-width:800px;margin:0 auto;line-height:1.6}.category-filter{padding:2rem 0;position:relative;z-index:1}.filter-container{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;max-width:800px;margin:0 auto}.filter-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;padding:.75rem 1.5rem;border-radius:2rem;cursor:pointer;transition:all .3s ease;font-weight:500}.filter-btn:hover,.filter-btn.active{background:#ab28fa33;border-color:#ab28fa80;color:#fff;transform:translateY(-2px)}.services-container{padding:2rem;position:relative;z-index:1}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.service-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2rem;position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease;min-height:180px;display:flex;flex-direction:column;justify-content:center}.service-card:hover{background:#ffffff0d;border-color:#ab28fa4d;box-shadow:0 8px 32px #ab28fa26;transform:translateY(-5px)}.service-header{display:flex;align-items:center;gap:1.2rem;text-align:center}.service-icon{background:linear-gradient(135deg,#ab28fa,#7c159f);border-radius:1rem;padding:1rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 15px #ab28fa33}.service-info{flex:1;display:flex;flex-direction:column;gap:.5rem;text-align:left}.service-info h3{color:#fff;font-size:1.3rem;font-weight:700;margin:0;line-height:1.2}.service-description{color:#fffc;font-size:.95rem;line-height:1.4;margin:0;font-weight:400}.service-details{position:absolute;top:0;left:0;right:0;bottom:0;background:#0a0a1bfa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:1.5rem;padding:2.5rem;display:flex;flex-direction:column;justify-content:flex-start;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(171,40,250,.3) transparent}.service-details::-webkit-scrollbar{width:6px}.service-details::-webkit-scrollbar-track{background:transparent}.service-details::-webkit-scrollbar-thumb{background:#ab28fa4d;border-radius:3px}.service-details::-webkit-scrollbar-thumb:hover{background:#ab28fa80}.details-section{margin-bottom:2rem;animation:fadeInUp .3s ease-out}.details-section:last-child{margin-bottom:0}.details-section h4{color:#ab28fa;font-size:1.2rem;font-weight:700;margin-bottom:1.2rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(171,40,250,.2)}.details-section ul,.details-section ol{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.details-section li{color:#fffffff2;font-size:.95rem;line-height:1.5;padding:.75rem 1rem;background:#ffffff08;border-radius:.5rem;border:1px solid rgba(255,255,255,.05);position:relative;display:flex;align-items:center;gap:.75rem;transition:all .2s ease}.details-section li:hover{background:#ffffff0d;border-color:#ab28fa33;transform:translate(5px)}.details-section li:before{content:"✓";color:#ab28fa;font-weight:700;font-size:1rem;flex-shrink:0}.details-section ol li{counter-increment:step-counter}.details-section ol li:before{content:counter(step-counter);color:#ab28fa;font-weight:700;font-size:1rem;flex-shrink:0;background:#ab28fa1a;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.process-section{padding:4rem 2rem;position:relative;z-index:1}.section-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#ffffffb3;max-width:600px;margin:0 auto}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.process-step{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2rem;text-align:left;position:relative;transition:all .3s ease}.process-step:hover{background:#ffffff0d;border-color:#ab28fa4d;transform:translateY(-5px)}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#ab28fa,#7c159f);color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.step-icon{color:#ab28fa;margin-bottom:1rem}.process-step h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.process-step p{color:#ffffffb3;font-size:.95rem;line-height:1.5;margin-bottom:1rem}@media (max-width: 768px){.services-grid{grid-template-columns:1fr;gap:1.2rem}.process-grid{grid-template-columns:1fr}.filter-container{gap:.5rem;padding:0 1rem}.filter-btn{padding:.5rem 1rem;font-size:.85rem}.service-card{padding:1.5rem;min-height:160px}.service-header{flex-direction:column;text-align:center;gap:.8rem;margin-bottom:1rem}.service-icon{align-self:center;padding:.8rem}.service-info h3{font-size:1.3rem;text-align:center}.service-description{text-align:center;font-size:.95rem;line-height:1.4}.service-details{padding:1.5rem}.details-section h4{font-size:1rem;text-align:center;margin-bottom:1rem}.details-section li{font-size:.85rem;padding:.5rem .7rem;gap:.5rem}.details-section li:before{font-size:.9rem}.process-section{padding:3rem 1rem}.section-header h2{font-size:1.8rem}.section-header p{font-size:1rem}}@media (max-width: 480px){.services-hero{padding:2rem 1rem}.services-container{padding:1rem}.process-section{padding:2rem 1rem}.service-card{padding:1.2rem;min-height:140px}.service-info h3{font-size:1.2rem}.service-description{font-size:.9rem}.filter-btn{padding:.4rem .8rem;font-size:.8rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}}.faq-section{width:100%;max-width:1100px;margin:0 auto 4rem;padding:6rem 1rem 0;position:relative;z-index:2}.faq-heading{text-align:center;font-size:3rem;font-weight:600;margin-bottom:3.5rem;color:#fff;letter-spacing:1px;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}.faq-list{display:flex;flex-direction:column;gap:2.2rem;position:relative;z-index:2}.faq-list:before{display:none!important}.faq-item{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;box-shadow:none;overflow:hidden;transition:background .3s,border-color .3s;position:relative;z-index:2}.faq-item.open,.faq-item:focus-within,.faq-item:hover{background:#ffffff0d;border-color:#fff3}.faq-item:not(:last-child){border-bottom:1.5px solid rgba(162,89,255,.1)}.faq-question{width:100%;background:none;border:none;outline:none;font-size:1.5rem;font-weight:600;text-align:left;padding:2rem 2.5rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;color:#fff;letter-spacing:.5px;transition:color .2s}.faq-item.open .faq-question{color:#fff}.faq-arrow{font-size:1.7rem;transition:transform .3s;color:#fff}.faq-item.open .faq-arrow{transform:rotate(180deg);color:#ab28fa}.faq-answer{color:#fffc;font-size:1.125rem;padding:0 2.5rem 2rem;line-height:1.7;background:none;animation:fadeIn .3s;transition:max-height .3s,opacity .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 700px){.faq-heading{font-size:2.2rem}.faq-question{font-size:1.1rem;padding:1.2rem}.faq-answer{font-size:1rem;padding:0 1.2rem 1.2rem}}.faq-blur-top{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:800px;pointer-events:none;opacity:.7;z-index:0}.faq-section{position:relative}.about-container{min-height:100vh;background:#0a0a1b;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}.about-blur-top{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:80vw;max-width:1200px;min-width:300px;opacity:.4;filter:blur(8px);z-index:1;pointer-events:none}.about-bottom-pattern{position:absolute;bottom:0;left:0;width:100%;height:auto;opacity:.3;z-index:1;pointer-events:none}.about-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 2rem 2rem;position:relative;z-index:2}.hero-description{font-size:1.125rem;color:#ffffffb3;line-height:1.6;margin-bottom:3rem;animation:fadeInUp 1s ease-out 2s both}.hero-buttons{display:flex;gap:1rem;align-items:center;animation:fadeInUp 1s ease-out 2.5s both}.secondary-button{padding:16px 32px;border-radius:33px;font-size:16px;font-weight:600;cursor:pointer;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:160px;text-align:center}.secondary-button:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.hero-image{width:100%;max-width:500px;display:flex;justify-content:center;align-items:center}.stats-section{padding:4rem 2rem;position:relative;z-index:2}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-item{text-align:center;padding:2rem;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-item:hover{transform:translateY(-5px);border-color:#8b5cf64d;box-shadow:0 10px 30px #8b5cf633}.stat-number{font-size:3rem;font-weight:700;color:#a75eb4;margin-bottom:.5rem}.stat-label{font-size:1.125rem;color:#fffc;font-weight:500}.team-section{padding:4rem 2rem;position:relative;z-index:2}.team-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#ffffffb3}.team-image{display:flex;justify-content:center;align-items:center;margin-top:2rem}.team-image img{width:100%;max-width:900px;height:auto;border-radius:16px;display:block;background:#0d0d1b4d;padding:1.5rem;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.team-image img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px;padding:.0625rem;background:linear-gradient(180deg,#ab28fa80,#ab28fa26);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.mission-section{padding:4rem 2rem;position:relative;z-index:2}.mission-container{max-width:1200px;margin:0 auto}.mission-content{text-align:center}.mission-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:2rem}.mission-text{font-size:1.25rem;color:#fffc;line-height:1.6;max-width:800px;margin:0 auto 3rem}.mission-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{background:#ffffff0d;border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature:hover{transform:translateY(-5px);border-color:#8b5cf64d;box-shadow:0 10px 30px #8b5cf633}.feature-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.feature h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.feature p{font-size:1rem;color:#ffffffb3;line-height:1.6}.cta-section{padding:4rem 2rem;position:relative;z-index:2}.cta-container{max-width:800px;margin:0 auto;text-align:center}.cta-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.cta-subtitle{font-size:1.25rem;color:#fffc;line-height:1.6;margin-bottom:2rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 1024px){.hero-content{gap:3rem}.hero-image{max-width:400px}.hero-title{font-size:3.5rem}.team-image img{max-width:800px}}@media (max-width: 768px){.about-hero{padding:100px 1rem 2rem}.hero-content{flex-direction:column;gap:2rem;text-align:center}.hero-visual{order:-1}.hero-text{order:1}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.hero-buttons{justify-content:center;flex-wrap:wrap;gap:1rem}.secondary-button{min-width:140px;padding:10px 20px;font-size:14px;height:44px}.hero-image{max-width:350px}.section-title,.team-section .section-title,.about-container .section-title{font-size:.875rem!important;line-height:1.4!important;padding:0 .75rem!important}.section-subtitle{font-size:1.125rem}.stats-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-item{padding:1.5rem}.stat-number{font-size:2.5rem}.team-image img{max-width:600px}}@media (max-width: 480px){.about-hero{padding:80px 1rem 2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-description{font-size:.9rem}.hero-buttons{flex-direction:column;align-items:center}.secondary-button{min-width:120px;padding:8px 16px;font-size:13px;height:40px}.hero-image{max-width:280px}.section-title,.team-section .section-title,.about-container .section-title{font-size:.75rem!important;line-height:1.5!important;padding:0 .5rem!important}.section-subtitle{font-size:1rem}.stats-container{grid-template-columns:1fr;gap:1rem}.stat-item{padding:1rem}.stat-number{font-size:2rem}.stat-label{font-size:1rem}.team-image img{max-width:400px}}@media (max-width: 360px){.section-title,.team-section .section-title,.about-container .section-title{font-size:.625rem!important;line-height:1.6!important;padding:0 .25rem!important}.section-subtitle{font-size:.5rem!important}}.projects-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 2rem 2rem;position:relative;z-index:2}.projects-blur-top{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:80vw;max-width:1200px;min-width:300px;opacity:.4;filter:blur(8px);z-index:1;pointer-events:none}.hero-subtitle{font-size:1.5rem;color:#ffffffe6;margin-bottom:1rem;font-weight:500;animation:fadeInUp 1s ease-out 1.5s both}.hero-description{font-size:1.125rem;color:#ffffffb3;line-height:1.6;margin-bottom:8rem;animation:fadeInUp 1s ease-out 1.5s both}.hero-spacer{height:40px}.hero-buttons{display:flex;gap:1rem;align-items:center;animation:fadeInUp 1s ease-out 2s both;margin-top:3rem}@media (max-width: 768px){.projects-hero{padding:80px 1rem 2rem}.hero-spacer{height:60px}.projects-blur-top{width:90vw;top:-50px;opacity:.6;filter:blur(6px)}.hero-title{font-size:2.5rem;text-align:center}.hero-description{font-size:1rem;text-align:center;margin-bottom:5rem}.hero-content{flex-direction:column;gap:1.5rem;text-align:center}.hero-text{order:2;text-align:center}.hero-visual{order:1}.hero-image{max-width:500px;width:100%}.hero-buttons{flex-direction:row;gap:1rem;justify-content:center;align-items:center;margin-top:3rem}}@media (max-width: 480px){.projects-hero{padding:60px .5rem 2rem}.hero-spacer{height:80px}.projects-blur-top{width:95vw;top:-30px;opacity:.7;filter:blur(5px)}.hero-title{font-size:2rem;text-align:center}.hero-description{font-size:.9rem;text-align:center;margin-bottom:4rem}.hero-image{max-width:450px}.hero-content{gap:1rem;text-align:center}.hero-buttons{flex-direction:row;gap:1rem;justify-content:center;align-items:center;margin-top:3rem}}@media (max-width: 360px){.projects-hero{padding:50px .25rem 2rem}.projects-blur-top{width:100vw;top:-20px;opacity:.8;filter:blur(4px)}.hero-title{font-size:1.75rem;text-align:center}.hero-image{max-width:400px}.hero-buttons{flex-direction:row;gap:1rem;justify-content:center;align-items:center;margin-top:3rem}}.pricing-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 2rem 2rem;position:relative;z-index:2}.pricing-blur-top{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:80vw;max-width:1200px;min-width:300px;opacity:.4;filter:blur(8px);z-index:1;pointer-events:none}.hero-content{max-width:1200px;width:100%;display:flex;align-items:center;gap:4rem}.hero-text{flex:1;max-width:600px;animation:slideInLeft 1s ease-out}.hero-title{font-size:3.5rem;font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.2}.hero-title .line-1{display:block;overflow:hidden;white-space:nowrap;animation:typewriter 2s steps(30) .5s both;padding-bottom:.2rem}.hero-title .line-2{display:block;overflow:hidden;white-space:nowrap;animation:typewriter 1.5s steps(20) 2.5s both;margin-top:-.3rem;padding-bottom:.2rem}.hero-title .highlight{color:#8b5cf6;font-weight:800}.hero-description{font-size:1.125rem;color:#ffffffb3;line-height:1.6;margin-bottom:3rem;animation:fadeInUp 1s ease-out 1.5s both}.hero-buttons{display:flex;gap:1rem;align-items:center;animation:fadeInUp 1s ease-out 2s both}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center;animation:slideInRight 1s ease-out .5s both}.hero-image{width:100%;max-width:600px;display:flex;justify-content:center;align-items:center}.hero-image img{width:100%;height:auto;border-radius:16px;display:block;background:#0d0d1b4d;padding:1.5rem;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-image img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px;padding:.0625rem;background:linear-gradient(180deg,#ab28fa80,#ab28fa26);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes smoothTypewriter{0%{width:0;opacity:0}20%{opacity:1}to{width:100%;opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes smoothSlideIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 1024px){.hero-content{gap:3rem}.hero-image{max-width:400px}.hero-title{font-size:3.5rem}}@media (max-width: 768px){.pricing-hero{padding:80px 1rem 2rem}.pricing-blur-top{width:90vw;top:-50px;opacity:.6;filter:blur(6px)}.hero-title{font-size:2.5rem;text-align:center}.hero-description{font-size:1rem;text-align:center}.hero-content{flex-direction:column;gap:1.5rem;text-align:center}.hero-text{order:2;text-align:center}.hero-visual{order:1}.hero-image{max-width:500px;width:100%}.hero-buttons{flex-direction:row;gap:1rem;justify-content:center;align-items:center}}@media (max-width: 480px){.pricing-hero{padding:60px .5rem 2rem}.pricing-blur-top{width:95vw;top:-30px;opacity:.7;filter:blur(5px)}.hero-title{font-size:2rem;text-align:center}.hero-description{font-size:.9rem;text-align:center}.hero-image{max-width:450px}.hero-content{gap:1rem;text-align:center}.hero-buttons{flex-direction:row;gap:1rem;justify-content:center;align-items:center}}@media (max-width: 360px){.pricing-hero{padding:50px .25rem 2rem}.pricing-blur-top{width:100vw;top:-20px;opacity:.8;filter:blur(4px)}.hero-title{font-size:1.75rem;text-align:center}.hero-image{max-width:400px}.hero-buttons{flex-direction:row;gap:1rem;justify-content:center;align-items:center}}.pricing-plans{width:100%;background:#0a0a1b;padding:80px 0;position:relative;overflow:hidden}.pricing-plans-blur-top{position:absolute;top:0;left:50%;transform:translate(-50%);width:60vw;max-width:900px;min-width:180px;opacity:.7;filter:blur(2px);z-index:1;pointer-events:none}.pricing-plans-bottom-pattern{position:absolute;bottom:0;left:0;width:100%;height:auto;opacity:.3;z-index:1;pointer-events:none}.pricing-plans-header{text-align:center;margin-bottom:64px;position:relative;z-index:2;padding:0 24px;font-family:Inter,sans-serif}.pricing-plans-title{color:#fff;font-size:clamp(2.5rem,6vw,4rem);font-weight:600;margin-bottom:24px;letter-spacing:-1px;line-height:1.2;font-family:Inter,sans-serif}.pricing-plans-subtitle{color:#fff;font-size:clamp(1.1rem,2.8vw,1.4rem);line-height:1.6;max-width:900px;margin:0 auto;opacity:.9;font-family:Inter,sans-serif}.pricing-plans-container{display:flex;justify-content:center;align-items:stretch;gap:32px;max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:2}.pricing-card{flex:1;max-width:380px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px 24px;position:relative;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pricing-card:hover{transform:translateY(-8px);border-color:#8b5cf64d}.pricing-card.popular{background:#8b5cf61a;border-color:#8b5cf64d;transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-8px)}.plan-label{display:inline-block;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:24px}.plan-label.gray{background:#ffffff1a;color:#bdbdbd}.plan-label.purple{background:#8b5cf633;color:#8b5cf6}.plan-description{color:#bdbdbd;font-size:14px;line-height:1.5;margin-bottom:32px;opacity:.8}.plan-features{list-style:none;padding:0;margin:0 0 32px}.feature-item{display:flex;align-items:center;margin-bottom:16px;color:#fff;font-size:14px;line-height:1.4}.check-icon{width:20px;height:20px;margin-right:12px;flex-shrink:0;color:#8b5cf6}.feature-text{flex:1}@media (max-width: 1024px){.pricing-plans-container{gap:24px;padding:0 16px}.pricing-card{padding:24px 20px}.price-amount{font-size:40px}}@media (max-width: 768px){.pricing-plans-container{flex-direction:column;align-items:center;gap:24px}.pricing-card{max-width:100%;width:100%}.pricing-card.popular{transform:none}.pricing-card.popular:hover{transform:translateY(-8px)}.pricing-plans{padding:60px 0}}@media (max-width: 480px){.pricing-plans-container{padding:0 12px}.pricing-card{padding:20px 16px}.price-amount{font-size:36px}.plan-description,.feature-item{font-size:13px}}.webdev1-top-section{display:flex;flex-direction:row;justify-content:center;align-items:center;max-width:1200px;background:none;border-radius:32px;padding:32px 0;gap:48px;perspective:1200px;width:100%;margin:96px auto 64px}.webdev1-image-box{flex:1.2;display:flex;justify-content:center;align-items:center;margin-top:0;order:2}.webdev1-image-card{position:relative;width:600px;height:400px;border-radius:1rem;border:2px solid rgba(85,81,119,1);background:#18182a;display:flex;align-items:center;justify-content:center;padding:0;transition:border-color .3s,box-shadow .3s}.webdev1-image-inner{width:560px;height:360px;border-radius:.7rem;border:2px solid rgba(85,81,119,1);background:#0d0d1b4d;display:flex;align-items:center;justify-content:center;margin:0;transition:border-color .3s,box-shadow .3s}.webdev1-main-img{width:95%;height:90%;object-fit:contain;display:block;border-radius:.7rem;background:#18182a;margin:0}.webdev1-info-box{flex:1;max-width:520px;text-align:left;order:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px}.webdev1-title{font-weight:700;font-size:clamp(2rem,5vw,2.8rem);color:#fff;margin-bottom:8px;line-height:1.1}.webdev1-subheader{color:#bdbdbd;font-weight:700;font-size:clamp(1rem,2.5vw,1.25rem);margin-bottom:8px;font-style:italic}.webdev1-description{color:#e0e0e0;font-size:clamp(.9rem,2.2vw,1.15rem);margin-bottom:14px;line-height:1.4}.webdev1-hero-section{width:100%;background:radial-gradient(ellipse at center,#2d0b4e,#0a0a1b);padding:64px 0 48px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 0 64px}.webdev1-walkthrough-section{width:100%;background:#0a0a1b;padding:64px 0 48px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 0 64px;position:relative}@media (max-width: 900px){.webdev1-top-section{gap:32px;padding:32px 0;margin:80px auto 40px}.webdev1-image-card{width:90vw;max-width:500px;height:300px}.webdev1-image-inner{width:90vw;max-width:460px;height:260px}.webdev1-info-box{padding:0 20px}.webdev1-description{margin-bottom:30px}}@media (max-width: 768px){.webdev1-top-section{flex-direction:column;gap:40px;padding:32px 16px;margin-top:80px;margin-bottom:40px}.webdev1-image-box{order:1;width:100%;margin-bottom:24px}.webdev1-info-box{order:2;width:100%;max-width:100%;text-align:center;align-items:center;margin-bottom:40px;padding:0 16px}.webdev1-image-card{width:92vw;max-width:500px;height:300px}.webdev1-image-inner{width:88vw;max-width:460px;height:260px}.webdev1-description{margin-bottom:40px;font-size:1.1rem;line-height:1.6}.webdev1-hero-section,.webdev1-walkthrough-section{margin-bottom:40px;padding:48px 16px}.webdev1-image-card:not([data-framer-motion]){animation:flipIn .8s ease-out}.webdev1-info-box:not([data-framer-motion]){animation:slideUp .8s ease-out .2s both}.webdev1-hero-section:not([data-framer-motion]){animation:fadeInUp .8s ease-out .4s both}.webdev1-walkthrough-section:not([data-framer-motion]){animation:fadeInUp .8s ease-out .6s both}.webdev1-image-card{transform-style:preserve-3d;perspective:1000px}.webdev1-image-inner{transform-style:preserve-3d;backface-visibility:hidden}}@media (max-width: 600px){.webdev1-top-section{padding:24px 12px;margin-top:60px;margin-bottom:30px}.webdev1-image-card{width:95vw;max-width:400px;height:240px}.webdev1-image-inner{width:91vw;max-width:360px;height:200px}.webdev1-info-box{padding:0 12px;margin-bottom:30px}.webdev1-title{font-size:2rem}.webdev1-subheader{font-size:1rem}.webdev1-description{font-size:.95rem;margin-bottom:30px}.webdev1-hero-section,.webdev1-walkthrough-section{padding:40px 12px}}@keyframes flipIn{0%{transform:rotateY(-90deg);opacity:0}to{transform:rotateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.design-root{min-height:100vh;background:#0a0a1b;display:flex;flex-direction:column}.design-blur-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center;margin-top:0;margin-bottom:0}.design-blur-img{position:absolute;top:0;left:50%;transform:translate(-50%);width:60vw;max-width:900px;min-width:180px;opacity:.7;filter:blur(2px);z-index:0;pointer-events:none}.design-content{flex:1;display:flex;justify-content:center;align-items:center;padding:48px 0;margin-top:48px;position:relative;z-index:1}.design-flex-row{display:flex;flex-direction:row;justify-content:center;align-items:center;max-width:1200px;background:none;border-radius:32px;padding:32px 0;gap:48px;perspective:1200px;width:100%}@media (max-width: 768px){.design-flex-row{border:2px solid red!important}.design-flex-row{flex-direction:column;gap:24px;padding:16px 0}.design-info{order:2;text-align:center!important;max-width:100%;padding:0 24px;align-items:center!important;justify-content:center}.design-image-outer{order:1;flex:1;margin-bottom:24px}.design-image-card{width:95vw!important;max-width:800px!important;height:6vw!important;max-height:30px!important;min-height:20px!important}.design-image-inner{width:90vw!important;max-width:750px!important;height:4vw!important;max-height:20px!important;min-height:15px!important}.design-img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 10%!important;border-radius:.7rem!important}.design-content{padding:32px 0;margin-top:32px}.design-info .design-title,.design-info .design-subheader,.design-info .design-description{text-align:center!important}}.design-info{flex:1;max-width:520px;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.design-title{font-weight:700;font-size:clamp(2rem,5vw,2.8rem);color:#fff;margin-bottom:8px;line-height:1.1}.design-subheader{color:#bdbdbd;font-weight:700;font-size:clamp(1rem,2.5vw,1.25rem);margin-bottom:8px;font-style:italic}.design-description{color:#e0e0e0;font-size:clamp(.9rem,2.2vw,1.15rem);margin-bottom:14px;line-height:1.4}.design-image-outer{flex:1.2;display:flex;justify-content:center;align-items:center;margin-top:0}.design-image-card{position:relative;width:540px;height:360px;border-radius:1rem;border:2px solid rgba(85,81,119,1);background:#18182a;display:flex;align-items:center;justify-content:center;padding:0;transition:border-color .3s,box-shadow .3s;box-shadow:none}.design-image-card-hover{border-color:#ab28fa80;box-shadow:0 0 20px #ab28fa66}.design-image-inner{width:500px;height:320px;border-radius:.7rem;border:2px solid rgba(85,81,119,1);background:#0d0d1b4d;display:flex;align-items:center;justify-content:center;margin:0;transition:border-color .3s,box-shadow .3s;box-shadow:none}.design-image-inner-hover{border-color:#ab28fa80;box-shadow:0 0 20px #ab28fa66}.design-img{width:95%;height:90%;object-fit:contain;display:block;border-radius:.7rem;background:#18182a;margin:0}.design-info button,.design-info a{width:fit-content!important;min-width:120px!important;max-width:200px!important}.mobdev-root{min-height:100vh;background:#0a0a1b;display:flex;flex-direction:column}.mobdev-blur-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center;margin-top:0;margin-bottom:0}.mobdev-blur-img{position:absolute;top:0;left:50%;transform:translate(-50%);width:60vw;max-width:900px;min-width:180px;opacity:.7;filter:blur(2px);z-index:0;pointer-events:none}.mobdev-content{flex:1;display:flex;justify-content:center;align-items:center;padding:48px 0;margin-top:48px;position:relative;z-index:1}.mobdev-flex-row{display:flex;flex-direction:row;justify-content:center;align-items:center;max-width:1200px;background:none;border-radius:32px;padding:32px 0;gap:48px;perspective:1200px;width:100%}.mobdev-info{flex:1;max-width:520px;text-align:left}.mobdev-title{font-weight:700;font-size:2.8rem;color:#fff;margin-bottom:12px;line-height:1.1}.mobdev-subheader{color:#bdbdbd;font-weight:700;font-size:1.25rem;margin-bottom:12px;font-style:italic}.mobdev-description{color:#e0e0e0;font-size:1.15rem;margin-bottom:40px;line-height:1.6}.mobdev-image-outer{flex:1.2;display:flex;justify-content:center;align-items:center;margin-top:0}.mobdev-phone-mockup{position:relative;width:300px;height:600px;border-radius:2.5rem;border:2px solid rgba(85,81,119,1);background:#18182a;display:flex;align-items:center;justify-content:center;padding:0;transition:border-color .3s,box-shadow .3s;box-shadow:none}.mobdev-phone-mockup-hover{border-color:#ab28fa80;box-shadow:0 0 20px #ab28fa66}.mobdev-phone-inner{width:270px;height:540px;border-radius:2rem;border:2px solid rgba(85,81,119,1);background:#0d0d1b4d;display:flex;align-items:center;justify-content:center;margin:0;transition:border-color .3s,box-shadow .3s;box-shadow:none;overflow:hidden}.mobdev-phone-inner-hover{border-color:#ab28fa80;box-shadow:0 0 20px #ab28fa66}.mobdev-phone-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:1.5rem;background:#18182a;margin:0}.mobdev-mockup-section{padding:80px 0;position:relative;z-index:1;background:#0a0a1b}.mobdev-mockup-blur-container{position:absolute;top:0;left:50%;transform:translate(-50%);width:60vw;max-width:900px;min-width:180px;opacity:.7;filter:blur(2px);z-index:0;pointer-events:none}.mobdev-mockup-blur-img{width:100%;height:auto}.mobdev-mockup-content{max-width:1400px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.mobdev-mockup-text{text-align:center;margin-bottom:80px}.mobdev-mockup-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:24px;line-height:1.2}.mobdev-mockup-description{font-size:1.2rem;color:#e0e0e0;line-height:1.6;max-width:800px;margin:0 auto}.mobdev-mockup-images{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.mobdev-mockup-image-container{flex:1;max-width:400px;min-width:200px;display:flex;justify-content:center;align-items:center}.mobdev-mockup-image{width:100%;height:auto;max-width:350px;border-radius:12px;box-shadow:0 20px 40px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.mobdev-mockup-image:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0006}.mobdev-mockup-bottom-pattern{position:absolute;left:0;bottom:0;width:100%;z-index:0;pointer-events:none}.mobdev-bottom-pattern-img{width:100%;height:auto;opacity:.4}@media (max-width: 1200px){.mobdev-mockup-images{gap:30px}.mobdev-mockup-image-container{max-width:350px}.mobdev-mockup-image{max-width:300px}}@media (max-width: 768px){.mobdev-mockup-section{padding:60px 0}.mobdev-mockup-title{font-size:2rem}.mobdev-mockup-description{font-size:1rem}.mobdev-mockup-text{margin-bottom:60px}.mobdev-mockup-images{flex-direction:column;gap:30px}.mobdev-mockup-image-container{max-width:100%;min-width:auto}.mobdev-mockup-image{max-width:280px}}@media (max-width: 480px){.mobdev-mockup-section{padding:40px 0}.mobdev-mockup-title{font-size:1.8rem}.mobdev-mockup-text{margin-bottom:40px}.mobdev-mockup-images{gap:20px}.mobdev-mockup-image{max-width:220px}}.mobdev-image-card{position:relative;width:540px;height:360px;border-radius:1rem;border:2px solid rgba(85,81,119,1);background:#18182a;display:flex;align-items:center;justify-content:center;padding:0;transition:border-color .3s,box-shadow .3s;box-shadow:none}.mobdev-image-card-hover{border-color:#ab28fa80;box-shadow:0 0 20px #ab28fa66}.mobdev-image-inner{width:500px;height:320px;border-radius:.7rem;border:2px solid rgba(85,81,119,1);background:#0d0d1b4d;display:flex;align-items:center;justify-content:center;margin:0;transition:border-color .3s,box-shadow .3s;box-shadow:none}.mobdev-image-inner-hover{border-color:#ab28fa80;box-shadow:0 0 20px #ab28fa66}@media (max-width: 768px){.mobdev-flex-row{flex-direction:column;gap:32px;padding:16px 0}.mobdev-info{text-align:center;max-width:100%}.mobdev-title{font-size:2.2rem}.mobdev-subheader{font-size:1.1rem}.mobdev-description{font-size:1rem}.mobdev-phone-mockup{width:280px;height:560px}.mobdev-phone-inner{width:250px;height:500px}}@media (max-width: 480px){.mobdev-phone-mockup{width:260px;height:520px}.mobdev-phone-inner{width:230px;height:460px}.mobdev-title{font-size:1.8rem}}*{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA6CAYAAAA3HpBNAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAILSURBVHgB7ZjrUcMwEITPNAAluARKEJUQOjAVJFSQdOASUoKhAuhAdBA6WKSxM4SxtHr4kfzQN+PxRLo7na3VSY5IoVAoTAfAg73kVjDJHPHHXq6NTQJjtnItzOAb+FGyNmbQ2lwnkpS2NrImw6AhOlkLj458LK8vcB35ULIU6HWkPQPrQF8tSwCuI5uwIv3z68sE3ZIBdxd2B2I3n77AdaQd9p/EXslUwHVk61Tt8fHVMI2peyS4jhri1xC/fH2B6+gY4d8h44FYQKojRCxx9McZTeIoiQVcR5ZNQiwVeLg4fYEn1Eoi4GUirC9wHWlkVGb008jKRBMKoImzkkzAy0QXckaWY1xirSe2Djlq3OCbYkVPI7MaY+pqBi96yV8r4IvnEBtktqKHftp8aKS8ecxU9JC4mccEZPoKTiP4WT5977sI3JHAivixNx2nIxKc6cu2Pzh86lSfnMTYU+8d9q3HNk9HJDGmL3Vhx448+ToiiXUgUwI+bcmni9ikmL6O+P+X0ChpWQpwffmoPXFsyejQa/BRpmAC7OLzGevItD17bKd9F4LXrzOtw68O+CjJBeFzvO1z1bAmkNSosN5JJFVVfZvbCzF5MjY/jvaQ4O8lNynpE3s3tzdH1+uQtAtf+5kPmQP0wj8NVxOwDW1btVwDjx7tb2dZqGRFhpVWSz+lXx4NFgqFQiGHXxsmpa0c45KZAAAAAElFTkSuQmCC) 16 16,auto!important}a,button,[role=button],input[type=submit],input[type=button],input[type=reset],select,[onclick]{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAA6CAYAAAA3HpBNAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAILSURBVHgB7ZjrUcMwEITPNAAluARKEJUQOjAVJFSQdOASUoKhAuhAdBA6WKSxM4SxtHr4kfzQN+PxRLo7na3VSY5IoVAoTAfAg73kVjDJHPHHXq6NTQJjtnItzOAb+FGyNmbQ2lwnkpS2NrImw6AhOlkLj458LK8vcB35ULIU6HWkPQPrQF8tSwCuI5uwIv3z68sE3ZIBdxd2B2I3n77AdaQd9p/EXslUwHVk61Tt8fHVMI2peyS4jhri1xC/fH2B6+gY4d8h44FYQKojRCxx9McZTeIoiQVcR5ZNQiwVeLg4fYEn1Eoi4GUirC9wHWlkVGb008jKRBMKoImzkkzAy0QXckaWY1xirSe2Djlq3OCbYkVPI7MaY+pqBi96yV8r4IvnEBtktqKHftp8aKS8ecxU9JC4mccEZPoKTiP4WT5977sI3JHAivixNx2nIxKc6cu2Pzh86lSfnMTYU+8d9q3HNk9HJDGmL3Vhx448+ToiiXUgUwI+bcmni9ikmL6O+P+X0ChpWQpwffmoPXFsyejQa/BRpmAC7OLzGevItD17bKd9F4LXrzOtw68O+CjJBeFzvO1z1bAmkNSosN5JJFVVfZvbCzF5MjY/jvaQ4O8lNynpE3s3tzdH1+uQtAtf+5kPmQP0wj8NVxOwDW1btVwDjx7tb2dZqGRFhpVWSz+lXx4NFgqFQiGHXxsmpa0c45KZAAAAAElFTkSuQmCC) 16 16,pointer!important}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a1b;color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
