:root{--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #818cf8;--secondary: #0ea5e9;--accent: #f43f5e;--gradient: linear-gradient(135deg, #6366f1 0%, #0ea5e9 100%);--gradient-alt: linear-gradient(135deg, #f43f5e 0%, #fb923c 100%);--text-dark: #1e293b;--text-light: #64748b;--text-muted: #94a3b8;--bg-light: #f8fafc;--bg-dark: #0f172a;--white: #ffffff;--border: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--shadow-xl: 0 25px 50px -12px rgb(0 0 0 / .25);--radius-sm: .375rem;--radius: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--transition: all .3s ease}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;color:var(--text-dark);background-color:var(--white);overflow-x:hidden}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.gradient-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlight{color:var(--primary);padding-left:5px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;border-radius:var(--radius);cursor:pointer;transition:var(--transition);border:none;text-decoration:none}.btn-primary{background:var(--gradient);color:var(--white);box-shadow:0 4px 14px #6366f166}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f180}.btn-primary:focus-visible,.btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn-secondary{background:var(--white);color:var(--text-dark);border:2px solid var(--border)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:var(--white)}.btn-white{background:var(--white);color:var(--primary)}.btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-outline-white{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-outline-white:hover{background:var(--white);color:var(--primary)}.btn-sm{padding:.625rem 1.25rem;font-size:.875rem}.btn-lg{padding:1rem 2rem;font-size:1.0625rem}.btn-full{width:100%}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:var(--transition)}.navbar.scrolled{box-shadow:var(--shadow)}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1280px;margin:0 auto}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800}.logo-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--gradient);border-radius:var(--radius);color:var(--white);font-size:1.125rem}.logo-icon .logo-img{width:100%;height:100%;object-fit:contain}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{font-weight:500;color:var(--text-light);position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gradient);transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-cta{display:inline-flex;align-items:center;padding:.625rem 1.25rem;background:var(--gradient);color:var(--white);font-weight:600;border-radius:var(--radius);font-size:.875rem}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{width:25px;height:2px;background:var(--text-dark);transition:var(--transition)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:8rem 0 4rem;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:-1}.hero-gradient{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(99,102,241,.15) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(14,165,233,.1) 0%,transparent 50%)}.floating-shapes{position:absolute;inset:0}.shape{position:absolute;border-radius:50%;animation:float 6s ease-in-out infinite}.shape-1{width:300px;height:300px;background:linear-gradient(135deg,#6366f11a,#0ea5e91a);top:10%;right:10%;animation-delay:0s}.shape-2{width:200px;height:200px;background:linear-gradient(135deg,#f43f5e1a,#fb923c1a);bottom:20%;left:5%;animation-delay:2s}.shape-3{width:150px;height:150px;background:linear-gradient(135deg,#6366f114,#0ea5e914);top:40%;left:20%;animation-delay:4s}.shape-4{width:100px;height:100px;background:linear-gradient(135deg,#f43f5e14,#fb923c14);bottom:30%;right:20%;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1280px;margin:0 auto;padding:0 1.5rem}.hero-content{max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#6366f11a,#0ea5e91a);border-radius:50px;font-size:.875rem;font-weight:600;color:var(--primary);margin-bottom:1.5rem}.hero-badge i{color:#fbbf24}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--text-dark)}.hero-description{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:3rem}.stat{text-align:left}.stat-number{font-size:2.5rem;font-weight:800;color:var(--text-dark)}.stat-label{display:block;font-size:.875rem;color:var(--text-light);margin-top:.25rem}.hero-visual,.hero-image-wrapper{position:relative}.hero-mockup{background:var(--bg-dark);border-radius:var(--radius-xl);padding:1rem;box-shadow:var(--shadow-xl);transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);transition:var(--transition)}.hero-mockup:hover{transform:perspective(1000px) rotateY(0) rotateX(0)}.mockup-screen{background:#1a1a2e;border-radius:var(--radius);overflow:hidden}.screen-header{display:flex;gap:6px;padding:.75rem 1rem;background:#16162a}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#ff5f57}.dot.yellow{background:#febc2e}.dot.green{background:#28c840}.screen-content{padding:1.5rem;font-family:Fira Code,monospace;font-size:.875rem}.code-line{margin-bottom:.5rem;color:#e2e8f0}.code-line .purple{color:#c084fc}.code-line .blue{color:#60a5fa}.code-line .green{color:#4ade80}.code-line .yellow{color:#fbbf24}.floating-card{position:absolute;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);font-weight:600;font-size:.875rem;animation:float 4s ease-in-out infinite}.floating-card i{font-size:1.25rem}.card-1{top:10%;right:-20px;color:var(--primary);animation-delay:0s}.card-2{bottom:30%;left:-30px;color:var(--secondary);animation-delay:1s}.card-3{bottom:10%;right:10%;color:var(--accent);animation-delay:2s}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-light);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em}.scroll-indicator{width:24px;height:40px;border:2px solid var(--border);border-radius:12px;position:relative}.scroll-dot{width:4px;height:8px;background:var(--primary);border-radius:4px;position:absolute;top:6px;left:50%;transform:translate(-50%);animation:scrollDown 2s ease-in-out infinite}@keyframes scrollDown{0%,to{top:6px;opacity:1}50%{top:20px;opacity:.3}}.section-header{margin-bottom:3rem}.section-header.center{text-align:center}.section-badge{display:inline-flex;padding:.375rem 1rem;background:linear-gradient(135deg,#6366f11a,#0ea5e91a);border-radius:50px;font-size:.8125rem;font-weight:600;color:var(--primary);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.section-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--text-dark)}.section-description{font-size:1.125rem;color:var(--text-light);max-width:600px}.section-header.center .section-description{margin:0 auto}.services{padding:6rem 0;background:var(--bg-light)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{position:relative;background:var(--white);border-radius:var(--radius-lg);padding:2rem;border:1px solid var(--border);transition:var(--transition)}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:transparent}.service-card.featured{background:var(--gradient);color:var(--white);border:none}.service-card.featured .service-icon{background:#fff3;color:var(--white)}.service-card.featured p,.service-card.featured .service-features li{color:#ffffffe6}.service-card.featured .service-link{color:var(--white)}.featured-badge{position:absolute;top:-12px;right:20px;background:var(--accent);color:var(--white);padding:.375rem .875rem;border-radius:50px;font-size:.75rem;font-weight:600}.service-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f11a,#0ea5e91a);border-radius:var(--radius);margin-bottom:1.5rem;font-size:1.5rem;color:var(--primary)}.service-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.service-card p{color:var(--text-light);font-size:.9375rem;margin-bottom:1.25rem}.service-features{margin-bottom:1.5rem}.service-features li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-light);margin-bottom:.5rem}.service-features li i{color:var(--primary);font-size:.75rem}.service-card.featured .service-features li i{color:var(--white)}.service-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--primary);font-size:.9375rem}.service-link i{transition:var(--transition)}.service-link:hover i{transform:translate(4px)}.why-us{padding:6rem 0}.why-us-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.features-list{margin-top:2rem}.feature-item{display:flex;gap:1rem;margin-bottom:1.5rem}.feature-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f11a,#0ea5e91a);border-radius:var(--radius);color:var(--primary);font-size:1.25rem;flex-shrink:0}.feature-content h4{font-size:1.0625rem;font-weight:700;margin-bottom:.25rem}.feature-content p{font-size:.9375rem;color:var(--text-light)}.visual-card{background:var(--white);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-xl);border:1px solid var(--border)}.visual-content{text-align:center;margin-bottom:2rem}.progress-ring{position:relative;width:150px;height:150px;margin:0 auto 1rem}.progress-ring svg{transform:rotate(-90deg)}.progress-bg{fill:none;stroke:var(--border);stroke-width:8}.progress-fill{fill:none;stroke:var(--primary);stroke-width:8;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:calc(283 - (283 * var(--progress, 0)) / 100);transition:stroke-dashoffset 1s ease}.progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2rem;font-weight:800;color:var(--text-dark)}.visual-content h4{font-size:1.125rem;color:var(--text-light)}.visual-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.mini-stat{text-align:center;padding:1rem;background:var(--bg-light);border-radius:var(--radius)}.mini-stat i{color:var(--primary);font-size:1.25rem;margin-bottom:.5rem}.mini-stat span{display:block;font-size:.8125rem;font-weight:600;color:var(--text-dark)}.process{padding:6rem 0;background:var(--bg-light)}.process-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.process-step{position:relative;text-align:center}.process-step:after{content:"";position:absolute;top:40px;right:-50%;width:100%;height:2px;background:linear-gradient(90deg,var(--primary),var(--secondary));z-index:0}.process-step:last-child:after{display:none}.step-number{font-size:3rem;font-weight:800;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.step-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:var(--white);border-radius:50%;margin:0 auto 1.5rem;font-size:1.75rem;color:var(--primary);box-shadow:var(--shadow-lg);position:relative;z-index:1}.step-content h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.step-content p{font-size:.9375rem;color:var(--text-light)}.testimonials{padding:6rem 0}.testimonials-slider{max-width:800px;margin:0 auto}.testimonial-card{display:none;background:var(--white);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--border);text-align:center}.testimonial-card.active{display:block;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes portfolioFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.quote-icon{font-size:2.5rem;color:var(--primary);opacity:.3;margin-bottom:1rem}.testimonial-content p{font-size:1.25rem;color:var(--text-dark);line-height:1.7;font-style:italic;margin-bottom:2rem}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.author-avatar{width:60px;height:60px}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--gradient);border-radius:50%;color:var(--white);font-weight:700;font-size:1.125rem}.author-info{text-align:left}.author-info h4{font-size:1rem;font-weight:700}.author-info span{font-size:.875rem;color:var(--text-light)}.testimonial-rating{margin-left:auto}.testimonial-rating i{color:#fbbf24}.testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.testimonial-dots .dot{width:10px;height:10px;border-radius:50%;background:var(--border);cursor:pointer;transition:var(--transition)}.testimonial-dots .dot.active{background:var(--primary);width:30px;border-radius:5px}.cta{position:relative;padding:5rem 0;background:var(--gradient);overflow:hidden}.cta-bg{position:absolute;inset:0}.cta-pattern{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cta-content{position:relative;text-align:center;color:var(--white)}.cta-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-content p{font-size:1.125rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;justify-content:center;gap:1rem}.footer{background:var(--bg-dark);color:var(--white)}.footer-top{padding:4rem 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:3rem}.footer-brand .logo{margin-bottom:1rem}.footer-brand .logo-text{color:var(--white)}.footer-brand p{color:var(--text-muted);font-size:.9375rem;margin-bottom:1.5rem}.social-links{display:flex;gap:.75rem}.social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:var(--radius);color:var(--white);transition:var(--transition)}.social-links a:hover{background:var(--primary);transform:translateY(-2px)}.social-links.large a{width:48px;height:48px;font-size:1.125rem}.footer-links h4,.footer-contact h4{font-size:1rem;font-weight:700;margin-bottom:1.5rem}.footer-links ul li{margin-bottom:.75rem}.footer-links ul li a{color:var(--text-muted);font-size:.9375rem}.footer-links ul li a:hover{color:var(--white)}.footer-contact ul li{display:flex;gap:.75rem;margin-bottom:1rem;color:var(--text-muted);font-size:.9375rem}.footer-contact ul li i{color:var(--primary);width:20px}.footer-bottom{padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom .container{display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:var(--text-muted);font-size:.875rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:var(--text-muted);font-size:.875rem}.footer-bottom-links a:hover{color:var(--white)}.page-header{position:relative;padding:10rem 0 4rem;background:var(--bg-dark);overflow:hidden}.page-header-bg{position:absolute;inset:0}.header-pattern{position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(99,102,241,.2) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(14,165,233,.15) 0%,transparent 50%)}.page-header-content{position:relative;text-align:center;color:var(--white);animation:pageHeaderFadeIn .8s ease forwards}@keyframes pageHeaderFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-badge{display:inline-flex;padding:.375rem 1rem;background:#ffffff1a;border-radius:50px;font-size:.8125rem;font-weight:600;color:var(--white);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.page-header-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.page-header-content p{font-size:1.25rem;opacity:.8;margin-bottom:1.5rem}.breadcrumb{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.9375rem}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--white)}.breadcrumb i{font-size:.75rem;color:var(--text-muted)}.breadcrumb span{color:var(--white)}.service-detail{padding:5rem 0}.service-detail.alt-bg{background:var(--bg-light)}.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.service-detail-grid.reverse{direction:rtl}.service-detail-grid.reverse>*{direction:ltr}.service-detail-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:var(--gradient);border-radius:var(--radius-lg);margin-bottom:1.5rem;font-size:1.75rem;color:var(--white)}.service-detail-icon.shopify-icon{background:#96bf48}.service-detail-icon.whatsapp-icon{background:#25d366}.service-detail-content h2{font-size:2.25rem;font-weight:800;margin-bottom:1rem}.service-detail-content .lead{font-size:1.125rem;color:var(--text-light);margin-bottom:1rem;line-height:1.7}.service-detail-content p{color:var(--text-light);margin-bottom:1.5rem}.service-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin:2rem 0}.feature-box{padding:1.25rem;background:var(--white);border-radius:var(--radius);border:1px solid var(--border);transition:var(--transition)}.service-detail.alt-bg .feature-box{background:var(--white)}.feature-box:hover{border-color:var(--primary);box-shadow:var(--shadow)}.feature-box i{font-size:1.5rem;color:var(--primary);margin-bottom:.75rem}.feature-box h4{font-size:1rem;font-weight:700;margin-bottom:.375rem}.feature-box p{font-size:.875rem;color:var(--text-light);margin-bottom:0}.tech-stack{margin-top:2rem}.tech-stack h4{font-size:.875rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tags span{padding:.375rem .875rem;background:linear-gradient(135deg,#6366f11a,#0ea5e91a);border-radius:50px;font-size:.8125rem;font-weight:500;color:var(--primary)}.visual-showcase{position:relative;padding:2rem}.showcase-card{background:var(--bg-dark);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl)}.card-header{display:flex;gap:6px;padding:.75rem 1rem;background:#0000004d}.showcase-content{padding:1.5rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.product-item{background:#ffffff0d;border-radius:var(--radius);overflow:hidden}.product-image{height:80px;background:linear-gradient(135deg,#6366f14d,#0ea5e94d)}.product-info{padding:.75rem}.product-name{height:10px;background:#fff3;border-radius:5px;margin-bottom:.5rem}.product-price{height:8px;width:50%;background:#ffffff1a;border-radius:4px}.floating-element{position:absolute;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);animation:float 4s ease-in-out infinite}.cart-icon{top:20px;right:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--primary)}.cart-icon .badge{position:absolute;top:-5px;right:-5px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:var(--white);border-radius:50%;font-size:.75rem;font-weight:600}.phone-mockup{display:flex;justify-content:center}.phone-frame{width:250px;background:var(--bg-dark);border-radius:2.5rem;padding:.75rem;box-shadow:var(--shadow-xl)}.phone-notch{width:100px;height:25px;background:var(--bg-dark);border-radius:0 0 1rem 1rem;margin:-.75rem auto .75rem}.phone-screen{background:#1a1a2e;border-radius:2rem;overflow:hidden;padding:1rem}.app-header{height:40px;background:linear-gradient(135deg,#6366f180,#0ea5e980);border-radius:var(--radius);margin-bottom:1rem}.app-card{height:60px;background:#ffffff0d;border-radius:var(--radius);margin-bottom:.75rem}.app-list .list-item{height:30px;background:#ffffff08;border-radius:var(--radius-sm);margin-bottom:.5rem}.app-nav{display:flex;justify-content:space-around;padding:.75rem;background:#ffffff0d;border-radius:var(--radius);margin-top:1rem}.app-nav span{width:30px;height:30px;background:#ffffff1a;border-radius:50%}.browser-mockup{background:var(--bg-dark);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl)}.browser-header{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#0000004d}.browser-url{flex:1;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0d;border-radius:var(--radius);font-size:.8125rem;color:var(--text-muted)}.browser-url i{color:#4ade80}.browser-content{padding:1rem}.web-hero{height:100px;background:linear-gradient(135deg,#6366f14d,#0ea5e94d);border-radius:var(--radius);margin-bottom:1rem}.web-features{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.web-feature{height:60px;background:#ffffff0d;border-radius:var(--radius)}.shopify-visual{text-align:center}.shopify-logo-display{width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:#96bf48;border-radius:50%;margin:0 auto 2rem;font-size:3rem;color:var(--white);box-shadow:0 20px 40px #96bf484d}.shopify-features{display:flex;justify-content:center;gap:1rem}.shopify-feature-card{padding:1rem 1.5rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center}.shopify-feature-card i{font-size:1.5rem;color:#96bf48;margin-bottom:.5rem}.shopify-feature-card span{display:block;font-size:.8125rem;font-weight:600;color:var(--text-dark)}.chat-mockup{background:var(--white);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);max-width:300px;margin:0 auto}.chat-header{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#075e54;color:var(--white)}.chat-avatar{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%}.chat-info .chat-name{font-weight:600;font-size:.9375rem}.chat-info .chat-status{font-size:.75rem;opacity:.8;display:block}.chat-messages{padding:1rem;background:#e5ddd5;min-height:200px}.message{max-width:80%;padding:.5rem .75rem;border-radius:var(--radius);margin-bottom:.5rem;font-size:.875rem}.message.received{background:var(--white);border-bottom-left-radius:0}.message.sent{background:#dcf8c6;margin-left:auto;border-bottom-right-radius:0}.message .time{display:block;font-size:.6875rem;color:var(--text-muted);text-align:right;margin-top:.25rem}.seo-dashboard{background:var(--white);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-xl)}.seo-metric{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-light);border-radius:var(--radius);margin-bottom:1rem}.metric-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--gradient);border-radius:var(--radius);color:var(--white);font-size:1.25rem}.metric-value{font-size:1.5rem;font-weight:800;color:var(--text-dark);display:block}.metric-label{font-size:.8125rem;color:var(--text-light)}.seo-chart{padding:1rem;background:var(--bg-light);border-radius:var(--radius)}.chart-bars{display:flex;align-items:flex-end;justify-content:space-around;height:100px;gap:.5rem}.chart-bars .bar{flex:1;background:var(--gradient);border-radius:var(--radius-sm) var(--radius-sm) 0 0}.pricing{padding:6rem 0;background:var(--bg-light)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.pricing-card{position:relative;background:var(--white);border-radius:var(--radius-xl);padding:2.5rem;border:1px solid var(--border);transition:var(--transition)}.pricing-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.pricing-card.featured{background:var(--bg-dark);color:var(--white);border:none;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-8px)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gradient);color:var(--white);padding:.375rem 1rem;border-radius:50px;font-size:.75rem;font-weight:600}.pricing-header{text-align:center;margin-bottom:1.5rem}.pricing-header h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.pricing-header p{font-size:.9375rem;color:var(--text-light)}.pricing-card.featured .pricing-header p{color:var(--text-muted)}.pricing-price{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.pricing-card.featured .pricing-price{border-color:#ffffff1a}.pricing-price .currency{font-size:1.5rem;font-weight:600;vertical-align:top}.pricing-price .amount{font-size:3rem;font-weight:800}.pricing-price .period{font-size:.9375rem;color:var(--text-light)}.pricing-card.featured .pricing-price .period{color:var(--text-muted)}.pricing-features{margin-bottom:2rem}.pricing-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.875rem;font-size:.9375rem}.pricing-features li i{color:var(--primary);font-size:.875rem}.pricing-card.featured .pricing-features li i{color:#4ade80}.pricing-card .btn{width:100%}.contact-section{padding:5rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem}.contact-info h2{font-size:2rem;font-weight:800;margin-bottom:1rem}.contact-info>p{color:var(--text-light);margin-bottom:2rem}.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.contact-card{display:flex;gap:1rem;padding:1.25rem;background:var(--bg-light);border-radius:var(--radius)}.contact-card-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:var(--gradient);border-radius:var(--radius);color:var(--white);font-size:1rem;flex-shrink:0}.contact-card-content h4{font-size:.9375rem;font-weight:700;margin-bottom:.25rem}.contact-card-content p{font-size:.8125rem;color:var(--text-light);line-height:1.5}.contact-social h4{font-size:1rem;font-weight:700;margin-bottom:1rem}.contact-form-wrapper{position:relative}.contact-form-card{background:var(--white);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-xl);border:1px solid var(--border)}.contact-form-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.contact-form-card>p{color:var(--text-light);margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9375rem;font-family:inherit;transition:var(--transition);background:var(--white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.form-group textarea{resize:vertical;min-height:120px}.form-group.checkbox{display:flex;align-items:center;gap:.75rem}.form-group.checkbox input{width:auto}.form-group.checkbox label{margin-bottom:0;font-weight:400;color:var(--text-light)}.form-success{display:none;text-align:center;padding:2rem}.form-success.show{display:block}.form-success.show+.contact-form{display:none}.success-icon{font-size:4rem;color:#4ade80;margin-bottom:1rem}.form-success h3{font-size:1.5rem;margin-bottom:.5rem}.form-success p{color:var(--text-light)}.map-section{background:var(--bg-light)}.map-container{height:400px}.map-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f11a,#0ea5e91a);text-align:center;padding:2rem}.map-placeholder i{font-size:4rem;color:var(--primary);margin-bottom:1rem}.map-placeholder h3{font-size:1.5rem;margin-bottom:.5rem}.map-placeholder p{color:var(--text-light);margin-bottom:1.5rem}.faq-section{padding:5rem 0}.faq-grid{max-width:800px;margin:0 auto}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;overflow:hidden}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;cursor:pointer;transition:var(--transition)}.faq-question:hover{background:var(--bg-light)}.faq-question h4{font-size:1rem;font-weight:600}.faq-question i{color:var(--primary);transition:var(--transition)}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{padding:0 1.5rem 1.25rem;color:var(--text-light);font-size:.9375rem}.about-story{padding:5rem 0}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-story-content h2{font-size:2.25rem;font-weight:800;margin-bottom:1rem}.about-story-content .lead{font-size:1.125rem;color:var(--text-dark);font-weight:500;margin-bottom:1rem}.about-story-content p{color:var(--text-light);margin-bottom:1rem}.story-highlights{display:flex;gap:2rem;margin-top:2rem}.highlight-item{display:flex;gap:1rem}.highlight-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f11a,#0ea5e91a);border-radius:var(--radius);color:var(--primary);font-size:1.25rem;flex-shrink:0}.highlight-content h4{font-size:1rem;font-weight:700;margin-bottom:.25rem}.highlight-content p{font-size:.875rem;color:var(--text-light);margin:0}.about-image-grid{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.about-image-card{border-radius:var(--radius-lg);overflow:hidden}.about-image-card .image-placeholder{height:200px;display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--white)}.about-image-card.card-1 .image-placeholder{background:var(--gradient)}.about-image-card.card-2 .image-placeholder{background:linear-gradient(135deg,#f43f5e,#fb923c)}.about-image-card.card-3{grid-column:span 2}.about-image-card.card-3 .image-placeholder{height:150px;background:linear-gradient(135deg,#0ea5e9,#6366f1)}.experience-badge{position:absolute;bottom:-20px;right:20px;background:var(--white);padding:1.25rem 1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);text-align:center}.experience-badge .number{display:block;font-size:2rem;font-weight:800;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.experience-badge .text{font-size:.8125rem;font-weight:600;color:var(--text-light)}.mission-vision{padding:5rem 0;background:var(--bg-light)}.mission-vision-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.mv-card{background:var(--white);border-radius:var(--radius-xl);padding:2.5rem;border:1px solid var(--border)}.mv-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--gradient);border-radius:var(--radius);margin-bottom:1.5rem;font-size:1.5rem;color:var(--white)}.mv-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.mv-card p{color:var(--text-light);line-height:1.7}.core-values{padding:5rem 0}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.value-card{text-align:center;padding:2rem;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);transition:var(--transition)}.value-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:transparent}.value-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f11a,#0ea5e91a);border-radius:50%;margin:0 auto 1.5rem;font-size:1.75rem;color:var(--primary)}.value-card h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.value-card p{font-size:.9375rem;color:var(--text-light)}.about-stats{padding:5rem 0;background:var(--gradient)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{text-align:center;color:var(--white)}.stat-card .stat-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%;margin:0 auto 1rem;font-size:1.5rem}.stat-card .stat-number{font-size:3rem;font-weight:800;display:block}.stat-card .stat-label{font-size:.9375rem;opacity:.9}.team{padding:5rem 0;background:var(--bg-light)}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.team-card{background:var(--white);border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--border);transition:var(--transition)}.team-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.team-image{position:relative;height:250px}.team-image .image-placeholder{height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f11a,#0ea5e91a);font-size:4rem;color:var(--primary)}.team-social{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);display:flex;gap:.5rem;opacity:0;transition:var(--transition)}.team-card:hover .team-social{opacity:1;bottom:10px}.team-social a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--white);border-radius:50%;color:var(--primary);box-shadow:var(--shadow)}.team-social a:hover{background:var(--primary);color:var(--white)}.team-info{padding:1.5rem;text-align:center}.team-info h3{font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.team-info .role{display:block;font-size:.875rem;color:var(--primary);font-weight:600;margin-bottom:.5rem}.team-info p{font-size:.875rem;color:var(--text-light)}.tech-showcase{padding:5rem 0}.tech-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.tech-logo{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 2rem;background:var(--bg-light);border-radius:var(--radius);transition:var(--transition)}.tech-logo:hover{background:var(--white);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.tech-logo i{font-size:2.5rem;color:var(--primary)}.tech-logo span{font-size:.875rem;font-weight:600;color:var(--text-dark)}.portfolio-section{padding:5rem 0}.portfolio-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem}.filter-btn{padding:.625rem 1.25rem;background:var(--bg-light);border:none;border-radius:50px;font-size:.9375rem;font-weight:500;color:var(--text-light);cursor:pointer;transition:var(--transition)}.filter-btn:hover,.filter-btn.active{background:var(--gradient);color:var(--white)}.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.portfolio-item{border-radius:var(--radius-xl);overflow:hidden;background:var(--white);border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease,opacity .4s ease}.portfolio-item:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.portfolio-image{position:relative;height:280px;overflow:hidden}.portfolio-image .image-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;color:var(--white)}.image-placeholder.ecommerce-bg{background:var(--gradient)}.image-placeholder.ecommerce-bg-2{background:linear-gradient(135deg,#8b5cf6,#d946ef)}.image-placeholder.mobile-bg{background:linear-gradient(135deg,#0ea5e9,#06b6d4)}.image-placeholder.mobile-bg-2{background:linear-gradient(135deg,#f43f5e,#fb923c)}.image-placeholder.web-bg{background:linear-gradient(135deg,#10b981,#059669)}.image-placeholder.web-bg-2{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.image-placeholder.shopify-bg{background:linear-gradient(135deg,#96bf48,#5e8e3e)}.image-placeholder.shopify-bg-2{background:linear-gradient(135deg,#84cc16,#22c55e)}.portfolio-overlay{position:absolute;inset:0;background:#0f172ae6;display:flex;align-items:center;justify-content:center;opacity:0;transition:var(--transition)}.portfolio-item:hover .portfolio-overlay{opacity:1}.overlay-content{text-align:center;color:var(--white);padding:2rem;transform:translateY(20px);transition:var(--transition)}.portfolio-item:hover .overlay-content{transform:translateY(0)}.project-category{display:inline-block;padding:.375rem 1rem;background:#ffffff1a;border-radius:50px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.overlay-content h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.overlay-content p{font-size:.9375rem;opacity:.8;margin-bottom:1.5rem}.portfolio-info{display:flex;justify-content:space-between;align-items:center;padding:1.25rem}.project-tags{display:flex;gap:.5rem}.project-tags span{padding:.25rem .625rem;background:var(--bg-light);border-radius:50px;font-size:.75rem;font-weight:500;color:var(--text-light)}.project-stats .stat{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--primary)}.project-stats .stat i{color:#4ade80}.portfolio-cta{text-align:center;margin-top:3rem;padding-top:3rem;border-top:1px solid var(--border)}.portfolio-cta p{font-size:1.125rem;color:var(--text-light);margin-bottom:1rem}.case-study{padding:5rem 0;background:var(--bg-light)}.case-study-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.case-study-content h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--primary)}.case-study-content>p{color:var(--text-light);margin-bottom:1.5rem}.results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.result-item{text-align:center;padding:1.25rem;background:var(--white);border-radius:var(--radius);border:1px solid var(--border)}.result-number{display:block;font-size:2rem;font-weight:800;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.result-label{font-size:.8125rem;color:var(--text-light)}.case-study-mockup{position:relative}.mockup-browser{background:var(--bg-dark);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl)}.browser-dots{display:flex;gap:6px;padding:.75rem 1rem}.mockup-content{padding:1rem;background:#1a1a2e}.mock-hero{height:100px;background:var(--gradient);border-radius:var(--radius);margin-bottom:1rem}.mock-products{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.mock-product{height:80px;background:#ffffff0d;border-radius:var(--radius)}.testimonial-badge{position:absolute;bottom:-30px;right:-20px;display:flex;gap:1rem;padding:1.25rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);max-width:300px}.badge-avatar{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--gradient);border-radius:50%;color:var(--white);font-weight:700;flex-shrink:0}.badge-content p{font-size:.875rem;font-style:italic;color:var(--text-dark);margin-bottom:.5rem}.badge-content span{font-size:.8125rem;font-weight:600;color:var(--primary)}.clients-section{padding:5rem 0}.clients-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.client-logo{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 2rem;background:var(--bg-light);border-radius:var(--radius);transition:var(--transition)}.client-logo:hover{background:var(--white);box-shadow:var(--shadow-lg)}.client-logo i{font-size:2rem;color:var(--text-muted)}.client-logo span{font-size:.875rem;font-weight:600;color:var(--text-light)}.legal-content{padding:4rem 0 5rem}.legal-body{max-width:800px;margin:0 auto;background:var(--white);border-radius:var(--radius-xl);padding:2.5rem 3rem;border:1px solid var(--border);box-shadow:var(--shadow)}.legal-updated{font-size:.9375rem;color:var(--text-light);margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.legal-body h2{font-size:1.375rem;font-weight:700;color:var(--text-dark);margin-top:2rem;margin-bottom:.75rem}.legal-body h2:first-of-type{margin-top:0}.legal-body p{font-size:.9375rem;color:var(--text-light);line-height:1.7;margin-bottom:1rem}.legal-list{margin:.75rem 0 1.5rem 1.5rem;padding:0;list-style:none}.legal-list li{font-size:.9375rem;color:var(--text-light);line-height:1.7;margin-bottom:.5rem;padding-left:0;position:relative}.legal-list li:before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;color:var(--primary);margin-right:.5rem;font-size:.75rem}.legal-list.contact-details{list-style:none;margin-left:0}.legal-list.contact-details li:before{content:none}.legal-body a{color:var(--primary);font-weight:500}.legal-body a:hover{text-decoration:underline}.erp-hero{position:relative;padding:8rem 0 5rem;overflow:hidden}.erp-hero-bg{position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 20% 30%,rgba(99,102,241,.2) 0%,transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(14,165,233,.15) 0%,transparent 50%)}.erp-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.erp-hero-content .section-badge{margin-bottom:1rem}.erp-hero-content h1{font-size:3rem;font-weight:800;line-height:1.15;margin-bottom:1.5rem;color:var(--text-dark)}.erp-hero-content .lead{font-size:1.25rem;color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.erp-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.erp-visual{position:relative}.erp-visual-card{background:var(--bg-dark);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-xl);border:1px solid rgba(255,255,255,.08)}.erp-dashboard-mock{background:#1a1a2e;border-radius:var(--radius);overflow:hidden}.erp-dashboard-mock .mock-header{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0000004d}.erp-dashboard-mock .mock-nav{display:flex;gap:.5rem}.erp-dashboard-mock .mock-nav span{width:8px;height:8px;border-radius:50%;background:var(--text-muted)}.erp-dashboard-mock .mock-body{display:grid;grid-template-columns:200px 1fr;gap:0;min-height:280px}.erp-sidebar{background:#0003;padding:1rem}.erp-sidebar .sidebar-item{height:24px;background:#ffffff14;border-radius:var(--radius-sm);margin-bottom:.5rem}.erp-main-area{padding:1rem}.erp-main-area .stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1rem}.erp-main-area .stat-box{height:60px;background:linear-gradient(135deg,#6366f14d,#0ea5e933);border-radius:var(--radius)}.erp-main-area .table-area{height:120px;background:#ffffff08;border-radius:var(--radius)}.erp-features-section{padding:5rem 0;background:var(--bg-light)}.erp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.erp-feature-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;border:1px solid var(--border);transition:var(--transition);text-align:center}.erp-feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl);border-color:transparent}.erp-feature-card .erp-feature-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:var(--gradient);border-radius:var(--radius-lg);margin:0 auto 1.5rem;font-size:1.75rem;color:var(--white)}.erp-feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.erp-feature-card p{font-size:.9375rem;color:var(--text-light);line-height:1.6}.erp-benefits-section{padding:5rem 0}.erp-benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.erp-benefits-list{list-style:none;padding:0;margin:0}.erp-benefits-list li{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.erp-benefits-list li .benefit-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f11a,#0ea5e91a);border-radius:var(--radius);color:var(--primary);font-size:1.25rem;flex-shrink:0}.erp-benefits-list li h4{font-size:1.0625rem;font-weight:700;margin-bottom:.25rem}.erp-benefits-list li p{font-size:.9375rem;color:var(--text-light);margin:0;line-height:1.6}.erp-cta-section{padding:5rem 0;background:var(--gradient);position:relative;overflow:hidden}.erp-cta-section .cta-pattern{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.erp-cta-inner{position:relative;text-align:center;color:var(--white)}.erp-cta-inner h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.erp-cta-inner p{font-size:1.125rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.erp-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media(max-width:1024px){.erp-hero-grid,.erp-benefits-grid{grid-template-columns:1fr}.erp-hero-content h1{font-size:2.5rem}.erp-features-grid{grid-template-columns:repeat(2,1fr)}.erp-dashboard-mock .mock-body{grid-template-columns:1fr}.erp-main-area .stats-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.legal-body{padding:1.5rem 1.25rem}.erp-features-grid{grid-template-columns:1fr}.erp-hero-content h1,.erp-cta-inner h2{font-size:2rem}.erp-cta-buttons{flex-direction:column;align-items:center}}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-content{max-width:100%}.hero-buttons,.hero-stats{justify-content:center}.hero-visual{display:none}.services-grid{grid-template-columns:repeat(2,1fr)}.why-us-grid,.service-detail-grid,.contact-grid,.about-story-grid,.case-study-grid{grid-template-columns:1fr}.service-detail-grid.reverse{direction:ltr}.process-timeline{grid-template-columns:repeat(2,1fr)}.process-step:after{display:none}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.pricing-card.featured{transform:none}.footer-grid,.values-grid,.stats-grid,.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav-menu{position:fixed;top:0;right:-100%;width:80%;max-width:400px;height:100vh;background:var(--white);flex-direction:column;justify-content:center;gap:2rem;box-shadow:var(--shadow-xl);transition:var(--transition);z-index:1000}.nav-menu.active{right:0}.nav-cta{display:none}.hamburger{display:flex;z-index:1001}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}.hero-stats{flex-wrap:wrap;gap:1.5rem}.process-timeline,.form-row,.contact-cards{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}.footer-bottom .container{flex-direction:column;gap:1rem}.mission-vision-grid,.values-grid,.stats-grid,.team-grid,.portfolio-grid,.results-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.service-features-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-buttons{flex-direction:column}.btn{width:100%;justify-content:center}.story-highlights{flex-direction:column;gap:1rem}.testimonial-author{flex-direction:column;text-align:center}.testimonial-rating{margin-left:0}.tech-logos{gap:1rem}.tech-logo{padding:1rem}.page-header-content h1{font-size:2rem}}
