.navbar{background:#1e293bf2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000004d;position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.navbar-scrolled{background:#1e293bfa;box-shadow:0 12px 40px #0006;border-bottom-color:#ffffff26}.navbar-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;position:relative;gap:2rem}.navbar-left{display:flex;align-items:center;gap:3rem;flex:1}.navbar-right{display:none;align-items:center;gap:1rem}.navbar-logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s ease;position:relative}.navbar-logo:hover{transform:scale(1.05)}.navbar-logo-icon{width:45px;height:45px;border-radius:8px;-o-object-fit:cover;object-fit:cover;transition:all .3s ease;box-shadow:0 4px 12px #0003}.navbar-logo:hover .navbar-logo-icon{transform:scale(1.05);box-shadow:0 6px 16px #0000004d}.navbar-logo-text{font-size:1.4rem;font-weight:700;color:#fff;letter-spacing:.5px;text-shadow:0 2px 8px rgba(0,0,0,.3);position:relative}.navbar-logo-accent{position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transition:width .3s ease}.navbar-logo:hover .navbar-logo-accent{width:100%}.navbar-menu{display:none;list-style:none;margin:0;padding:0;gap:1.75rem;align-items:center}.navbar-menu-item{position:relative;cursor:pointer;transition:all .3s ease;padding:.5rem 0}.navbar-menu-item span{color:#e2e8f0;font-weight:500;font-size:1rem;transition:all .3s ease;position:relative;z-index:1}.navbar-menu-item:hover span{color:#fff;text-shadow:0 2px 8px rgba(59,130,246,.5)}.navbar-menu-item.active span{font-weight:700;color:#9c6905}.navbar-menu-item.active .navbar-menu-underline{transform:scaleX(1);opacity:1;left:0;width:100%;background-color:#543906}.navbar-menu-underline{position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#bb6701,#dc9934);transition:all .3s ease;transform:translate(-50%);border-radius:1px}.navbar-menu-item:hover .navbar-menu-underline{width:100%}.navbar-contact-button{background:transparent;color:#e2e8f0;font-weight:500;padding:.65rem 1.25rem;border-radius:25px;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-size:.95rem}.navbar-contact-button:hover{background:#ffffff1a;border-color:#dc993480;color:#dc9934;transform:translateY(-2px)}.navbar-cta-button{background:linear-gradient(135deg,#bb6701,#dc9934);color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:25px;border:none;cursor:pointer;box-shadow:0 8px 25px #dc99344d;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;position:relative;overflow:hidden;font-size:.95rem}.navbar-cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 35px #dc993466}.navbar-button-glow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.navbar-cta-button:hover .navbar-button-glow{left:100%}.navbar-mobile-button{display:block;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.5rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-mobile-button:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.navbar-mobile-icon{color:#e2e8f0;display:flex;align-items:center;justify-content:center}.navbar-mobile-menu{position:fixed;top:100%;left:0;right:0;background:linear-gradient(135deg,#1e293b,#334155);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .4s ease;z-index:999}.navbar-mobile-menu-open{transform:translateY(0);opacity:1;visibility:visible}.navbar-mobile-content{padding:2rem;max-width:400px;margin:0 auto}.navbar-mobile-item{display:flex;align-items:center;gap:.75rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease}.navbar-mobile-item:last-of-type{border-bottom:none;margin-bottom:1.5rem}.navbar-mobile-item span{color:#e2e8f0;font-weight:500;font-size:1.1rem;transition:all .3s ease}.navbar-mobile-item:hover span{color:#fff;text-shadow:0 2px 8px rgba(59,130,246,.5);transform:translate(8px)}.navbar-mobile-cta{width:100%;background:linear-gradient(135deg,#bb6701,#dc9934);color:#fff;font-weight:600;padding:1rem 1.5rem;border-radius:15px;border:none;cursor:pointer;box-shadow:0 8px 25px #dc99344d;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.navbar-mobile-cta:hover{transform:translateY(-2px);box-shadow:0 12px 35px #dc993466}.navbar-mobile-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:998;opacity:0;animation:fadeIn .3s ease forwards}@keyframes fadeIn{to{opacity:1}}@media (min-width: 1024px){.navbar-menu,.navbar-right{display:flex}.navbar-mobile-button{display:none}}@media (min-width: 768px) and (max-width: 1023px){.navbar-left{gap:2rem}.navbar-menu{display:flex;gap:1.25rem}.navbar-menu-item span{font-size:.9rem}.navbar-right{display:flex}.navbar-mobile-button{display:none}.navbar-contact-button,.navbar-cta-button{font-size:.85rem;padding:.6rem 1rem}}@media (max-width: 767px){.navbar-container{padding:1rem 1.5rem}.navbar-logo-text{font-size:1.3rem}}.navbar-logo-text:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);background-size:200% 100%;animation:shimmer 3s infinite;opacity:0;transition:opacity .3s ease}.navbar-logo:hover .navbar-logo-text:after{opacity:1}.hero{position:relative;background:linear-gradient(135deg,#1e293b,#334155);min-height:100vh;overflow:hidden;display:flex;align-items:center;padding-top:80px}.hero-background{position:absolute;inset:0;z-index:0}.hero-gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:float 6s ease-in-out infinite}.hero-gradient-orb-1{top:10%;left:10%;width:300px;height:300px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);animation-delay:0s}.hero-gradient-orb-2{top:60%;right:10%;width:400px;height:400px;background:linear-gradient(135deg,#10b981,#06b6d4);animation-delay:2s}.hero-gradient-orb-3{bottom:20%;left:50%;width:250px;height:250px;background:linear-gradient(135deg,#f59e0b,#ef4444);animation-delay:4s}.hero-particles{position:absolute;inset:0;z-index:1}.hero-particle{position:absolute;background:#ffffff1a;border-radius:50%;animation:floatParticle 8s linear infinite}.hero-particle-1{top:20%;left:15%;width:4px;height:4px;animation-delay:0s}.hero-particle-2{top:40%;right:20%;width:6px;height:6px;animation-delay:2s}.hero-particle-3{bottom:30%;left:25%;width:3px;height:3px;animation-delay:4s}.hero-particle-4{top:70%;right:30%;width:5px;height:5px;animation-delay:6s}.hero-particle-5{bottom:50%;left:60%;width:4px;height:4px;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.4}50%{transform:translateY(-20px) rotate(180deg);opacity:.8}}.hero-container{position:relative;max-width:1200px;margin:0 auto;padding:2rem;text-align:center;z-index:10}.hero-badge{display:inline-flex;align-items:center;gap:.75rem;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:.75rem 1.5rem;margin-bottom:2rem;box-shadow:0 8px 32px #0000004d;transition:all .3s ease;position:relative;overflow:hidden}.hero-badge:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0006;border-color:#fff3}.hero-badge-icon{color:#fbbf24;display:flex;align-items:center;animation:sparkle 2s ease-in-out infinite}.hero-badge span{font-size:.9rem;font-weight:500;color:#e2e8f0;white-space:nowrap}.hero-badge-pulse{position:absolute;inset:0;border-radius:50px;border:1px solid rgba(251,191,36,.3);animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:1}to{transform:scale(1.2);opacity:0}}.hero-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 4px 8px rgba(0,0,0,.3)}.hero-title-gradient{background:linear-gradient(135deg,#bb6701,#dc9934);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative;display:inline-block}.hero-title-underline{position:absolute;bottom:-8px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#bb6701,#dc9934);border-radius:2px;animation:expand 2s ease-in-out infinite}@keyframes expand{0%,to{transform:scaleX(1)}50%{transform:scaleX(1.1)}}.hero-subtitle{font-size:1.5rem;color:#cbd5e1;margin-bottom:1rem;font-weight:500;line-height:1.4}.hero-description{font-size:1.1rem;color:#94a3b8;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:4rem}.hero-button-primary{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#bb6701,#dc9934);color:#fff;font-weight:600;font-size:1.1rem;padding:1.25rem 2.5rem;border-radius:50px;border:none;cursor:pointer;box-shadow:0 8px 32px #3b82f64d;transition:all .4s ease;position:relative;overflow:hidden}.hero-button-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #3b82f666}.hero-button-primary:hover svg{transform:translate(4px)}.hero-button-glow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.hero-button-primary:hover .hero-button-glow{left:100%}.hero-button-secondary{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#e2e8f0;font-weight:600;font-size:1.1rem;padding:1.25rem 2.5rem;border-radius:50px;border:1px solid rgba(255,255,255,.1);cursor:pointer;box-shadow:0 8px 32px #0003;transition:all .4s ease}.hero-button-secondary:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.hero-button-secondary:hover svg{transform:rotate(15deg)}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-stat{text-align:center;padding:1.5rem;background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;transition:all .3s ease}.hero-stat:hover{transform:translateY(-5px);background:#ffffff0d;border-color:#ffffff26;box-shadow:0 10px 30px #0003}.hero-stat-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#bb6701,#dc9934);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:.5rem}.hero-stat-label{font-size:.9rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto 4rem}.hero-feature{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:0 8px 32px #0003;transition:all .4s ease;text-align:center}.hero-feature:hover{transform:translateY(-10px);background:#ffffff14;border-color:#fff3;box-shadow:0 20px 40px #0000004d}.hero-feature-icon{width:4rem;height:4rem;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #0003;transition:all .4s ease;position:relative;overflow:hidden}.hero-feature:hover .hero-feature-icon{transform:scale(1.1);box-shadow:0 15px 35px #0000004d}.hero-feature-icon-blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.hero-feature-icon-purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.hero-feature-icon-indigo{background:linear-gradient(135deg,#06b6d4,#0891b2)}.hero-feature-icon svg{color:#fff;z-index:1;position:relative}.hero-feature-icon-glow{position:absolute;inset:0;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.hero-feature:hover .hero-feature-icon-glow{opacity:1}.hero-feature h3{font-size:1.3rem;font-weight:700;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-feature p{font-size:1rem;color:#cbd5e1;line-height:1.6;margin:0}.hero-scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;margin-top:2rem}.hero-scroll-indicator:hover{transform:translateY(-2px)}.hero-scroll-text{font-size:.9rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:1px}.hero-scroll-arrow{padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#cbd5e1;animation:bounce 2s infinite;transition:all .3s ease}.hero-scroll-indicator:hover .hero-scroll-arrow{background:#ffffff1a;border-color:#fff3;transform:rotate(90deg)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(90deg)}40%{transform:translateY(-8px) rotate(90deg)}60%{transform:translateY(-4px) rotate(90deg)}}@media (min-width: 640px){.hero-buttons{flex-direction:row}.hero-title{font-size:4rem}.hero-subtitle{font-size:1.75rem}.hero-description{font-size:1.2rem}}@media (min-width: 1024px){.hero-container{padding:4rem 2rem}.hero-title{font-size:5rem}.hero-subtitle{font-size:2rem}}@media (max-width: 768px){.hero{padding-top:60px}.hero-container{padding:2rem 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.hero-features{grid-template-columns:1fr;gap:1.5rem}.hero-stats{grid-template-columns:repeat(3,1fr);gap:1rem}.hero-stat{padding:1rem}.hero-stat-number{font-size:2rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-stats{grid-template-columns:1fr}.hero-button-primary,.hero-button-secondary{padding:1rem 2rem;font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f172a;color:#e2e8f0;overflow-x:hidden}.getstarted-section{position:relative;background:linear-gradient(135deg,#1e293b,#334155);overflow:hidden;padding:8rem 0;min-height:100vh;display:flex;align-items:center}.getstarted-background{position:absolute;inset:0;z-index:0}.getstarted-blob{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4;animation:float 8s ease-in-out infinite}.getstarted-blob-1{top:10%;left:5%;width:400px;height:400px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);animation-delay:0s}.getstarted-blob-2{bottom:20%;right:10%;width:350px;height:350px;background:linear-gradient(135deg,#10b981,#06b6d4);animation-delay:3s}.getstarted-blob-3{top:50%;left:70%;width:300px;height:300px;background:linear-gradient(135deg,#f59e0b,#ef4444);animation-delay:6s}.getstarted-particles{position:absolute;inset:0;z-index:1}.getstarted-particle{position:absolute;background:#ffffff1a;border-radius:50%;animation:floatParticle 12s linear infinite}.getstarted-particle-1{top:15%;left:20%;width:4px;height:4px;animation-delay:0s}.getstarted-particle-2{top:60%;right:25%;width:6px;height:6px;animation-delay:4s}.getstarted-particle-3{bottom:40%;left:80%;width:3px;height:3px;animation-delay:8s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.4}50%{transform:translateY(-30px) rotate(180deg);opacity:.8}}@keyframes floatParticle{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) rotate(360deg);opacity:0}}.getstarted-container{position:relative;max-width:1200px;margin:0 auto;padding:2rem;text-align:center;z-index:10}.getstarted-badge{display:inline-flex;align-items:center;gap:.75rem;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:.75rem 1.5rem;margin-bottom:2rem;box-shadow:0 8px 32px #0000004d;transition:all .3s ease;position:relative;overflow:hidden}.getstarted-badge:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0006;border-color:#fff3}.getstarted-badge svg{color:#22c55e;animation:sparkle 2s ease-in-out infinite}.getstarted-badge span{font-size:.9rem;font-weight:500;color:#e2e8f0}@keyframes sparkle{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(5deg) scale(1.1)}75%{transform:rotate(-5deg) scale(1.1)}}.getstarted-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 4px 8px rgba(0,0,0,.3)}.getstarted-title-gradient{background:linear-gradient(135deg,#bb6701,#dc9934);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative;display:inline-block}.getstarted-subtitle{font-size:1.2rem;color:#cbd5e1;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.getstarted-steps{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto 5rem}.getstarted-step{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem 2rem;box-shadow:0 8px 32px #0000004d;transition:all .4s ease;text-align:center;position:relative;overflow:visible}.getstarted-step:hover{transform:translateY(-8px);background:#ffffff14;border-color:#fff3;box-shadow:0 20px 50px #0006}.getstarted-step-number{position:absolute;top:-1.5rem;left:50%;transform:translate(-50%);width:3rem;height:3rem;background:linear-gradient(135deg,#bb6701,#dc9934);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;box-shadow:0 8px 25px #3b82f666;transition:all .3s ease;z-index:1}.getstarted-step:hover .getstarted-step-number{transform:translate(-50%) scale(1.1);box-shadow:0 12px 35px #3b82f699;z-index:1}.getstarted-step-icon{width:5rem;height:5rem;background:linear-gradient(135deg,#bb6701,#dc9934);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:1rem auto 2rem;box-shadow:0 8px 25px #3b82f64d;transition:all .4s ease;position:relative;overflow:hidden;z-index:2}.getstarted-step:hover .getstarted-step-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 15px 35px #3b82f680}.getstarted-step-icon svg{color:#fff;z-index:1;position:relative}.getstarted-step-icon-glow{position:absolute;inset:0;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.getstarted-step:hover .getstarted-step-icon-glow{opacity:1}.getstarted-step h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.getstarted-step p{color:#cbd5e1;line-height:1.6;margin:0;font-size:1rem}.getstarted-progress{position:absolute;bottom:-2.5rem;left:50%;width:2px;height:2.5rem;background:linear-gradient(180deg,#bb6701,#dc9934);transform:translate(-50%);opacity:.5;display:block}.getstarted-progress:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #dc9934}.getstarted-step:last-child .getstarted-progress{display:none}.getstarted-cta{background:#ffffff0d;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.1);border-radius:30px;padding:4rem 3rem;max-width:800px;margin:0 auto;box-shadow:0 25px 50px #0000004d;position:relative;overflow:hidden}.getstarted-cta:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.getstarted-cta h3{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:0 4px 8px rgba(0,0,0,.3)}.getstarted-cta p{color:#cbd5e1;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.getstarted-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:3rem}.getstarted-button-primary{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#bb6701,#dc9934);color:#fff;font-weight:600;font-size:1.1rem;padding:1.25rem 2.5rem;border-radius:50px;border:none;cursor:pointer;box-shadow:0 8px 32px #3b82f64d;transition:all .4s ease;position:relative;overflow:hidden}.getstarted-button-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #3b82f666}.getstarted-button-primary:hover svg{transform:translate(4px)}.getstarted-button-glow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.getstarted-button-primary:hover .getstarted-button-glow{left:100%}.getstarted-button-secondary{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#e2e8f0;font-weight:600;font-size:1.1rem;padding:1.25rem 2.5rem;border-radius:50px;border:1px solid rgba(255,255,255,.1);cursor:pointer;box-shadow:0 8px 32px #0003;transition:all .4s ease}.getstarted-button-secondary:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.getstarted-button-secondary:hover svg{transform:rotate(15deg)}.getstarted-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.getstarted-feature{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#cbd5e1;padding:.75rem;background:#ffffff08;border-radius:12px;transition:all .3s ease}.getstarted-feature:hover{background:#ffffff14;transform:translateY(-2px)}.getstarted-feature svg{color:#22c55e;flex-shrink:0}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;align-items:center;justify-content:center}.modal.show{display:flex}.modal-content{background:#ffffff1a;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:3rem;text-align:center;max-width:500px;margin:2rem}.modal-content h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.modal-content p{color:#cbd5e1;margin-bottom:2rem}.modal-close{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:.75rem 2rem;border-radius:25px;cursor:pointer;font-weight:600}@media (min-width: 640px){.getstarted-buttons{flex-direction:row}.getstarted-features{grid-template-columns:repeat(4,1fr)}}@media (min-width: 768px){.getstarted-steps{grid-template-columns:repeat(3,1fr)}.getstarted-progress{position:absolute;top:50%;right:-1.5rem;bottom:auto;left:auto;width:2.5rem;height:2px;background:linear-gradient(90deg,#bb6701,#dc9934);transform:translateY(-50%);opacity:.5;display:block}.getstarted-progress:after{position:absolute;inset:50% -8px auto auto;transform:translateY(-50%);border-left:8px solid #dc9934;border-right:none;border-top:6px solid transparent;border-bottom:6px solid transparent}.getstarted-step:last-child .getstarted-progress{display:none}}@media (min-width: 1024px){.getstarted-title{font-size:4rem}}@media (max-width: 768px){.getstarted-section{padding:4rem 0}.getstarted-container{padding:2rem 1rem}.getstarted-title{font-size:2.5rem}.getstarted-cta{padding:2rem 1.5rem}.getstarted-step{margin-bottom:1rem}.getstarted-progress{display:block}}.products-section{background:linear-gradient(135deg,#1e293b,#334155);padding:100px 0;min-height:100vh;position:relative;overflow:hidden}.products-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(120,119,198,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.1) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(120,219,255,.1) 0%,transparent 50%);pointer-events:none}.products-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.products-header{text-align:center;margin-bottom:80px}.products-title{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#bb6701,#dc9934);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px;text-shadow:0 4px 8px rgba(0,0,0,.3)}.products-subtitle{font-size:1.25rem;color:#cbd5e1;max-width:600px;margin:0 auto;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-bottom:80px}.product-card{background:#ffffff0d;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .4s ease;box-shadow:0 8px 32px #0000004d;cursor:pointer;position:relative}.product-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 25px 50px #00000080;border-color:#fff3}.product-image-container{position:relative;height:250px;overflow:hidden}.product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image{transform:scale(1.1)}.product-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .4s ease}.product-card:hover .product-overlay{opacity:1}.product-icon{font-size:4rem;text-shadow:0 4px 8px rgba(0,0,0,.5);animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.product-content{padding:30px}.product-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.product-subtitle{font-size:1rem;color:#a3a3a3;margin-bottom:15px;font-weight:500}.product-short-description{font-size:.95rem;color:#e2e8f0;line-height:1.6;margin-bottom:20px}.product-tech-preview{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px}.tech-tag{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);color:#cbd5e1;padding:5px 12px;border-radius:15px;font-size:.8rem;font-weight:500;border:1px solid rgba(255,255,255,.1)}.tech-more{color:#10b981;font-size:.8rem;font-weight:600;padding:5px 12px}.view-details-btn{background:linear-gradient(135deg,#bb6701,#dc9934);color:#fff;border:none;padding:12px 24px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d;display:flex;align-items:center;gap:10px;font-size:.95rem}.view-details-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.btn-arrow{font-size:1.2rem;transition:transform .3s ease}.view-details-btn:hover .btn-arrow{transform:translate(5px)}.modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}.modal-content{background:linear-gradient(135deg,#1e293b,#334155);border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px #00000080;position:relative;animation:slideUp .4s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:20px;right:20px;background:#ffffff1a;border:none;color:#fff;font-size:2rem;width:50px;height:50px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-close:hover{background:#fff3;transform:rotate(90deg)}.modal-header{display:flex;gap:30px;padding:40px;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.modal-image-container{position:relative;width:200px;height:150px;border-radius:15px;overflow:hidden;flex-shrink:0}.modal-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.modal-overlay-gradient{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.9}.modal-icon{font-size:3rem;text-shadow:0 4px 8px rgba(0,0,0,.5)}.modal-title-section{flex:1}.modal-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.modal-subtitle{font-size:1.2rem;color:#cbd5e1;margin:0}.modal-body{padding:40px}.modal-description{margin-bottom:40px}.modal-description h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:15px}.modal-description p{font-size:1.1rem;color:#e2e8f0;line-height:1.7}.modal-features{margin-bottom:40px}.modal-features h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:20px}.modal-features-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px}.modal-feature-item{display:flex;align-items:flex-start;gap:12px;font-size:1rem;color:#cbd5e1;line-height:1.6;padding:10px;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.feature-bullet{color:#10b981;font-weight:700;font-size:1.1rem;margin-top:2px;flex-shrink:0}.modal-technologies{margin-bottom:40px}.modal-technologies h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:20px}.modal-tech-tags{display:flex;flex-wrap:wrap;gap:12px}.modal-tech-tag{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);color:#e2e8f0;padding:10px 20px;border-radius:25px;border:1px solid rgba(255,255,255,.2);font-weight:600;font-size:.95rem;transition:all .3s ease}.modal-tech-tag:hover{background:linear-gradient(135deg,#fff3,#ffffff1a);transform:translateY(-2px)}.modal-actions{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.modal-btn-primary{background:linear-gradient(135deg,#bb6701,#dc9934);color:#fff;border:none;padding:15px 30px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b9814d}.modal-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.modal-btn-secondary{background:linear-gradient(135deg,#bb6701,#dc9934);color:#fff;border:none;padding:15px 30px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d}.modal-btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.modal-btn-tertiary{background:transparent;color:#e2e8f0;border:2px solid rgba(255,255,255,.2);padding:13px 30px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-btn-tertiary:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.tech-stack{text-align:center;margin-bottom:80px;padding:40px;background:#ffffff08;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.tech-title{font-size:2rem;font-weight:700;color:#f1f5f9;margin-bottom:30px}.tech-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}.tech-badge{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);color:#e2e8f0;padding:10px 20px;border-radius:25px;border:1px solid rgba(255,255,255,.2);font-weight:600;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tech-badge:hover{background:linear-gradient(135deg,#fff3,#ffffff1a);transform:translateY(-2px);box-shadow:0 5px 15px #0003}.products-cta{text-align:center;padding:60px 40px;background:linear-gradient(135deg,#ffffff0d,#ffffff05);border-radius:20px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px}.cta-description{font-size:1.2rem;color:#cbd5e1;max-width:600px;margin:0 auto 40px;line-height:1.6}.cta-button{background:linear-gradient(135deg,#bb6701,#dc9934);color:#fff;border:none;padding:18px 40px;border-radius:15px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #10b9814d}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #10b98166}@media (max-width: 768px){.products-grid{grid-template-columns:1fr;gap:30px}.product-card{margin:0 10px}.products-title{font-size:2.5rem}.cta-title{font-size:2rem}.modal-header{flex-direction:column;text-align:center;gap:20px;padding:30px}.modal-image-container{width:150px;height:120px}.modal-title{font-size:2rem}.modal-body{padding:30px}.modal-features-list{grid-template-columns:1fr}.modal-actions{flex-direction:column;align-items:center}.modal-actions button{width:100%;max-width:250px}.tech-badges{justify-content:center}.products-container{padding:0 15px}}@media (max-width: 480px){.products-section{padding:60px 0}.products-title{font-size:2rem}.cta-title{font-size:1.8rem}.product-content{padding:20px}.modal-content{margin:10px;max-height:95vh}.modal-header,.modal-body{padding:20px}.modal-title{font-size:1.8rem}.modal-close{top:15px;right:15px;width:40px;height:40px;font-size:1.5rem}.product-image-container{height:200px}.product-icon{font-size:3rem}}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff80}.contact-section{position:relative;background:linear-gradient(135deg,#1e293b,#334155,#475569);overflow:hidden;padding:6rem 0}.contact-background{position:absolute;inset:0}.contact-blob-1{position:absolute;top:-5rem;left:-5rem;width:20rem;height:20rem;background:#3b82f64d;border-radius:50%;filter:blur(80px);animation:float 6s ease-in-out infinite}.contact-blob-2{position:absolute;bottom:-5rem;right:-5rem;width:24rem;height:24rem;background:#9333ea4d;border-radius:50%;filter:blur(80px);animation:float 8s ease-in-out infinite reverse}.contact-patterns{position:absolute;inset:0;opacity:.1}.contact-pattern-1{position:absolute;top:4rem;right:4rem;width:6rem;height:6rem;border:2px solid #60a5fa;border-radius:50%}.contact-pattern-2{position:absolute;bottom:4rem;left:4rem;width:4rem;height:4rem;background:linear-gradient(45deg,#bb6701,#dc9934);transform:rotate(45deg)}.contact-container{position:relative;max-width:1280px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}.contact-content{text-align:center}.contact-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:9999px;padding:.5rem 1rem;margin-bottom:1.5rem}.contact-badge svg{width:1rem;height:1rem;color:#60a5fa}html{scroll-behavior:smooth}.contact-badge span{font-size:.875rem;font-weight:500;color:#e2e8f0}.contact-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.1}.contact-title-gradient{background:linear-gradient(to right,#bb6701,#dc9934);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.contact-subtitle{font-size:1.25rem;color:#cbd5e1;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto;line-height:1.6}.contact-form{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:2.5rem;box-shadow:0 25px 50px -12px #00000040;max-width:28rem;margin:0 auto}.contact-form-group{margin-bottom:1.5rem}.contact-form-row{display:grid;grid-template-columns:1fr;gap:1rem}.contact-form-label{display:block;font-size:.875rem;font-weight:600;color:#e2e8f0;margin-bottom:.5rem}.contact-form-input,.contact-form-textarea{width:100%;padding:.875rem 1rem;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:.75rem;color:#fff;font-size:1rem;transition:all .3s ease}.contact-form-input::-moz-placeholder,.contact-form-textarea::-moz-placeholder{color:#94a3b8}.contact-form-input::placeholder,.contact-form-textarea::placeholder{color:#94a3b8}.contact-form-input:focus,.contact-form-textarea:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}.contact-form-textarea{resize:vertical;min-height:6rem}.contact-form-button{width:100%;background:linear-gradient(to right,#bb6701,#dc9934);color:#fff;font-weight:600;padding:1rem 2rem;border-radius:.75rem;border:none;cursor:pointer;box-shadow:0 10px 25px -5px #0000004d;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.contact-form-button:hover{background:linear-gradient(to right,#2563eb,#7c3aed);transform:translateY(-2px);box-shadow:0 20px 40px -5px #0000004d}.contact-form-button svg{transition:transform .3s ease}.contact-form-button:hover svg{transform:translate(.25rem)}.contact-info{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:3rem}.contact-info-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;transition:all .3s ease}.contact-info-item:hover{background:#ffffff1a;transform:translateY(-2px)}.contact-info-icon{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-icon svg{width:1.25rem;height:1.25rem;color:#fff}.contact-info-content{flex:1;min-width:0}.contact-info-content h4{font-size:.875rem;font-weight:600;color:#94a3b8;margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.5px}.contact-info-content p{font-size:.95rem;color:#e2e8f0;margin:0;word-break:break-word;line-height:1.4}@media (min-width: 640px){.contact-form-row{grid-template-columns:1fr 1fr}.contact-info{grid-template-columns:1fr;gap:1.25rem}.contact-info-content p{font-size:1rem}}@media (min-width: 1024px){.contact-container{grid-template-columns:1fr 1fr;gap:4rem;text-align:left}.contact-content{text-align:left}.contact-badge{margin-left:0}.contact-subtitle{margin-left:0;margin-right:0}.contact-form{margin:0}.contact-info{grid-template-columns:1fr}}.snackbar{position:fixed;top:80px;left:50%;transform:translate(-50%);padding:14px 20px;border-radius:8px;font-weight:500;z-index:1000;box-shadow:0 4px 12px #0000001a;animation:fadeInOut 4s ease-in-out;color:#fff;max-width:90%;width:auto}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.contact-form-button:disabled{opacity:.7;cursor:not-allowed}.input-error{border-color:#ef4444!important}.error-message{display:block;color:#fca5a5;font-size:.75rem;margin-top:.375rem;font-weight:500}.service-detail-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem;overflow-y:auto;animation:fadeIn .3s ease}.service-detail-modal{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:20px;max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080;animation:slideUp .4s ease}.service-detail-header{padding:3rem 2rem;position:relative;border-radius:20px 20px 0 0;color:#fff}.service-detail-close{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease}.service-detail-close:hover{background:#fff3;transform:rotate(90deg)}.service-detail-header-content{display:flex;align-items:center;gap:2rem}.service-detail-icon{width:80px;height:80px;background:#ffffff26;border-radius:20px;padding:1rem}.service-detail-header h2{font-size:2.5rem;margin:0;font-weight:700}.service-detail-header p{font-size:1.2rem;opacity:.9;margin:.5rem 0 0}.service-detail-content{padding:3rem 2rem}.service-detail-section{margin-bottom:3rem}.service-detail-section h3{font-size:1.8rem;color:#fff;margin-bottom:1.5rem;font-weight:700}.service-detail-section p{color:#cbd5e1;line-height:1.8;font-size:1.05rem}.process-steps{display:flex;flex-direction:column;gap:1.5rem}.process-step{display:flex;gap:1.5rem;padding:1.5rem;background:#ffffff0d;border-radius:15px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.process-step:hover{background:#ffffff14;transform:translate(10px)}.process-step-number{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;color:#fff;flex-shrink:0}.process-step-content h4{color:#fff;margin:0 0 .5rem;font-size:1.2rem}.process-step-content p{color:#cbd5e1;margin:0;font-size:.95rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.feature-card{display:flex;gap:1rem;padding:1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.feature-card:hover{background:#ffffff14;border-color:#3b82f680}.feature-icon{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.feature-card h4{color:#fff;margin:0 0 .5rem;font-size:1.1rem}.feature-card p{color:#cbd5e1;margin:0;font-size:.9rem}.tech-stack-grid{display:flex;flex-wrap:wrap;gap:1rem}.tech-badge{padding:.75rem 1.5rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:25px;color:#60a5fa;font-weight:600;font-size:.95rem;transition:all .3s ease}.tech-badge:hover{background:#3b82f633;border-color:#3b82f680;transform:translateY(-2px)}.pricing-subtitle{text-align:center;color:#94a3b8;font-size:1.1rem;margin-bottom:2rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.pricing-card{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;position:relative;transition:all .3s ease}.pricing-card.recommended{background:#3b82f61a;border-color:#3b82f680;transform:scale(1.05)}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.recommended-badge{position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.pricing-card h4{font-size:1.5rem;color:#fff;margin:0 0 1rem}.pricing-price{margin-bottom:1rem}.pricing-price .price{font-size:2.5rem;font-weight:700;color:#fff}.pricing-price .period{color:#94a3b8;font-size:1rem}.pricing-description{color:#cbd5e1;font-size:.95rem;margin-bottom:1.5rem}.pricing-features{list-style:none;padding:0;margin:0 0 2rem}.pricing-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:#cbd5e1;font-size:.95rem}.pricing-features svg{color:#3b82f6;flex-shrink:0}.pricing-button{width:100%;padding:1rem;border-radius:12px;border:none;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.pricing-button.primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.pricing-button.secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.pricing-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.why-us-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.why-us-item{text-align:center;padding:2rem 1rem}.why-us-item svg{color:#3b82f6;margin-bottom:1rem}.why-us-item h4{color:#fff;margin:1rem 0 .5rem;font-size:1.2rem}.why-us-item p{color:#cbd5e1;font-size:.95rem}.service-detail-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border-radius:20px;margin-top:2rem}.service-detail-cta h3{font-size:2rem;margin-bottom:1rem}.service-detail-cta p{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem}.cta-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:1.25rem 3rem;border-radius:30px;border:none;font-size:1.1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #3b82f666}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.service-detail-modal{margin:1rem;max-height:95vh}.service-detail-header{padding:2rem 1.5rem}.service-detail-header h2{font-size:1.8rem}.service-detail-header-content{flex-direction:column;text-align:center}.service-detail-content{padding:2rem 1.5rem}.pricing-grid{grid-template-columns:1fr}.pricing-card.recommended{transform:scale(1)}.features-grid{grid-template-columns:1fr}}.service-detail-modal::-webkit-scrollbar{width:8px}.service-detail-modal::-webkit-scrollbar-track{background:#ffffff0d}.service-detail-modal::-webkit-scrollbar-thumb{background:#3b82f680;border-radius:4px}.service-detail-modal::-webkit-scrollbar-thumb:hover{background:#3b82f6b3}.services-section{position:relative;padding:120px 0;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;overflow:hidden}.services-background{position:absolute;inset:0;pointer-events:none}.services-blob-1{position:absolute;top:10%;left:5%;width:300px;height:300px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;filter:blur(100px);opacity:.15;animation:float 6s ease-in-out infinite}.services-blob-2{position:absolute;top:60%;right:5%;width:250px;height:250px;background:linear-gradient(135deg,#ec4899,#f97316);border-radius:50%;filter:blur(100px);opacity:.15;animation:float 8s ease-in-out infinite reverse}.services-blob-3{position:absolute;bottom:10%;left:50%;transform:translate(-50%);width:400px;height:400px;background:linear-gradient(135deg,#06b6d4,#10b981);border-radius:50%;filter:blur(120px);opacity:.1;animation:float 10s ease-in-out infinite}.services-patterns{position:absolute;inset:0;pointer-events:none}.services-pattern-1{position:absolute;top:20%;right:10%;width:100px;height:100px;background:linear-gradient(45deg,transparent 30%,rgba(59,130,246,.1) 30%,rgba(59,130,246,.1) 70%,transparent 70%);transform:rotate(45deg);animation:rotate 20s linear infinite}.services-pattern-2{position:absolute;bottom:30%;left:15%;width:80px;height:80px;border:2px solid rgba(139,92,246,.2);border-radius:20px;transform:rotate(45deg);animation:rotate 15s linear infinite reverse}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.services-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.services-hero{text-align:center;margin-bottom:80px}.services-badge{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:14px;font-weight:500;color:#e2e8f0;margin-bottom:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.services-title{font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1.1;margin-bottom:24px}.services-title-gradient{background:linear-gradient(135deg,#bb6701,#dc9934);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-subtitle{font-size:1.25rem;color:#94a3b8;max-width:600px;margin:0 auto 48px;line-height:1.6}.services-icons{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.services-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.services-icon:hover{transform:scale(1.1)}.service-gradient-blue{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.service-gradient-green{background:linear-gradient(135deg,#10b981,#059669)}.service-gradient-purple{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.service-gradient-orange{background:linear-gradient(135deg,#f97316,#ef4444)}.service-gradient-indigo{background:linear-gradient(135deg,#6366f1,#3b82f6)}.services-grid{margin-bottom:100px}.services-grid-title{text-align:center;margin-bottom:60px}.services-grid-title h2{font-size:2.5rem;font-weight:700;margin-bottom:16px}.services-grid-title p{font-size:1.125rem;color:#94a3b8;max-width:600px;margin:0 auto}.services-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.service-card{position:relative;background:#ffffff26;border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:32px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:all .3s ease;overflow:hidden;box-shadow:0 6px 32px #3b82f61a,0 1.5px 4px #0000001a}.service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.1),transparent);opacity:0;transition:opacity .3s ease}.service-card:hover{transform:translateY(-12px) scale(1.03);border-color:#3b82f659;box-shadow:0 32px 64px -12px #3b82f62e,0 8px 24px -8px #0000002e;background:#ffffff38}.service-card:hover:before{opacity:1}.service-card-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.05),transparent);opacity:0;transition:opacity .3s ease}.service-card:hover .service-card-overlay{opacity:1}.service-card-content{position:relative;z-index:1}.service-card-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:24px}.service-card-title{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:#fff}.service-card-description{color:#1c1e22;line-height:1.6;margin-bottom:24px}.service-card-features{margin-bottom:32px}.service-card-feature{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#b8c8dc}.service-card-feature svg{color:#10b981;flex-shrink:0}.service-card-button{width:100%;padding:16px 24px;border:none;border-radius:12px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.service-card-button:hover{transform:scale(1.02);box-shadow:0 10px 25px -5px #0000004d}.services-process{margin-bottom:100px;background:#ffffff0d;border-radius:24px;padding:60px 40px;border:1px solid rgba(255,255,255,.1)}.services-process-title{text-align:center;margin-bottom:60px}.services-process-title h2{font-size:2.5rem;font-weight:700;margin-bottom:16px}.services-process-title p{color:#94a3b8;font-size:1.125rem}.services-process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.services-process-step{text-align:center;position:relative}.services-process-step-header{position:relative;margin-bottom:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.services-process-step-icon{width:80px;height:80px;background:linear-gradient(135deg,#bb6701,#dc9934);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto}.services-process-step-arrow{color:#bb6701;margin:0}.services-process-step:last-child .services-process-step-arrow{display:none}.services-arrow-desktop{display:none}.services-arrow-mobile{display:block}.services-process-step h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#fff}.services-process-step p{color:#94a3b8;line-height:1.6}.services-stats{margin-bottom:100px;text-align:center}.services-stats-content h2{font-size:2.5rem;font-weight:700;margin-bottom:16px}.services-stats-content p{color:#94a3b8;font-size:1.125rem;margin-bottom:60px}.services-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}.services-stats-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:40px 20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.services-stats-item:hover{transform:translateY(-4px);border-color:#fff3;box-shadow:0 10px 30px -5px #0000004d}.services-stats-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#bb6701,#dc9934);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.services-stats-label{color:#94a3b8;font-weight:500}.services-cta{text-align:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:60px 40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.services-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:16px}.services-cta p{color:#94a3b8;font-size:1.125rem;margin-bottom:40px}.services-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.services-cta-button-primary{padding:16px 32px;background:linear-gradient(135deg,#bb6701,#dc9934);border:none;border-radius:12px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.services-cta-button-primary:hover{transform:scale(1.05);box-shadow:0 15px 35px -5px #3b82f666}.services-cta-button-secondary{padding:16px 32px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.services-cta-button-secondary:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.service-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.service-modal-backdrop{position:absolute;inset:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.service-modal-content{position:relative;background:linear-gradient(135deg,#1e293b,#334155);border:1px solid rgba(255,255,255,.1);border-radius:24px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.service-modal-header{padding:40px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;position:relative}.service-modal-header-content{display:flex;align-items:center;gap:20px}.service-modal-header h2{font-size:1.875rem;font-weight:700;color:#fff;margin:0}.service-modal-header p{color:#94a3b8;margin:4px 0 0}.service-modal-close{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;padding:8px;cursor:pointer;transition:all .3s ease}.service-modal-close:hover{background:#fff3;border-color:#ffffff4d}.service-modal-body{padding:40px}.service-modal-section{margin-bottom:40px}.service-modal-section h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:20px}.service-modal-section p{color:#94a3b8;line-height:1.6}.service-modal-features{display:grid;gap:20px}.service-modal-feature{display:flex;gap:16px;align-items:flex-start}.service-modal-feature svg{color:#10b981;flex-shrink:0;margin-top:2px}.service-modal-feature h4{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 8px}.service-modal-feature p{margin:0}.service-modal-technologies{display:flex;flex-wrap:wrap;gap:12px}.service-modal-tech{padding:8px 16px;border-radius:8px;color:#fff;font-size:.875rem;font-weight:500}.service-modal-process{display:grid;gap:24px}.service-modal-process-step{display:flex;gap:20px;align-items:flex-start}.service-modal-process-number{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;flex-shrink:0}.service-modal-process-step h4{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 8px}.service-modal-process-step p{margin:0}@media (min-width: 1440px){.services-container{max-width:1400px}.services-cards{grid-template-columns:repeat(3,1fr)}.services-process-steps{grid-template-columns:repeat(4,1fr)}.services-process-step-header{flex-direction:row;gap:0}.services-process-step-arrow{margin:0 20px}.services-arrow-desktop{display:block}.services-arrow-mobile{display:none}}@media (max-width: 1439px){.services-section{padding:100px 0}.services-hero{margin-bottom:60px}.services-grid,.services-process,.services-stats{margin-bottom:80px}}@media (max-width: 1023px){.services-section{padding:80px 0}.services-container{padding:0 30px}.services-title{font-size:clamp(2.5rem,6vw,4rem)}.services-subtitle{font-size:1.125rem}.services-icons{gap:8px}.services-icon{width:40px;height:40px;border-radius:12px}.services-hero{margin-bottom:40px}.services-grid,.services-process,.services-stats{margin-bottom:50px}.services-grid-title h2,.services-process-title h2,.services-stats-content h2,.services-cta h2{font-size:1.75rem}.services-grid-title p,.services-process-title p,.services-stats-content p,.services-cta p{font-size:1rem}.service-card{padding:16px;border-radius:12px}.service-card-icon{width:48px;height:48px;border-radius:12px;margin-bottom:16px}.service-card-title{font-size:1.125rem;margin-bottom:10px}.service-card-description{font-size:.85rem;margin-bottom:16px}.service-card-features{margin-bottom:20px}.service-card-feature{font-size:.85rem;margin-bottom:8px;gap:10px}.service-card-button{padding:12px 16px;font-size:.85rem;border-radius:8px}.services-process{padding:24px 16px;border-radius:12px}.services-process-title{margin-bottom:32px}.services-process-steps{gap:20px}.services-process-step-icon{width:56px;height:56px;margin-bottom:16px}.services-process-step h3{font-size:1rem;margin-bottom:8px}.services-process-step p{font-size:.85rem}.services-stats-content{margin-bottom:32px}.services-stats-item{padding:24px 16px;border-radius:12px}.services-stats-number{font-size:1.75rem;margin-bottom:6px}.services-stats-label{font-size:.9rem}.services-cta{padding:24px 16px;border-radius:12px}.services-cta-buttons{gap:12px}.services-cta-button-primary,.services-cta-button-secondary{padding:12px 20px;font-size:.85rem;border-radius:8px}.services-blob-1{width:200px;height:200px;top:5%;left:-10%}.services-blob-2{width:180px;height:180px;top:70%;right:-10%}.services-blob-3{width:250px;height:250px;bottom:5%}.services-pattern-1{width:60px;height:60px;top:15%;right:5%}.services-pattern-2{width:50px;height:50px;bottom:25%;left:5%}}@media (max-width: 360px){.services-container{padding:0 12px}.services-title{font-size:clamp(1.5rem,12vw,2rem)}.services-subtitle{font-size:.8rem}.services-badge{padding:6px 12px;font-size:11px}.services-icon{width:36px;height:36px}.service-card{padding:12px}.service-card-icon{width:40px;height:40px;margin-bottom:12px}.service-card-title{font-size:1rem}.service-card-description{font-size:.8rem;margin-bottom:12px}.service-card-features{margin-bottom:16px}.service-card-feature{font-size:.8rem;gap:8px}.service-card-button{padding:10px 14px;font-size:.8rem}.services-process{padding:20px 12px}.services-process-step-icon{width:48px;height:48px}.services-stats-item{padding:20px 12px}.services-stats-number{font-size:1.5rem}.services-cta{padding:20px 12px}.services-grid-title h2,.services-process-title h2,.services-stats-content h2,.services-cta h2{font-size:1.5rem}.service-modal-header,.service-modal-body{padding:16px}.service-modal-header h2{font-size:1.25rem}.service-modal-section h3{font-size:1.125rem}}@media (max-height: 500px) and (orientation: landscape){.services-section{padding:40px 0}.services-hero{margin-bottom:30px}.services-grid,.services-process,.services-stats{margin-bottom:40px}.service-modal-content{max-height:95vh}}@media (min-resolution: 192dpi){.service-card-icon,.services-icon,.services-process-step-icon{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion: reduce){.services-blob-1,.services-blob-2,.services-blob-3,.services-pattern-1,.services-pattern-2{animation:none}.service-card,.service-card-button,.services-icon,.services-stats-item,.services-cta-button-primary,.services-cta-button-secondary{transition:none}.service-modal-content{animation:none}}@media print{.services-section{background:#fff;color:#000;padding:20px 0}.services-background,.services-patterns,.service-modal{display:none}.service-card{background:#fff;border:1px solid #ccc;-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:20px}.service-card-button,.services-cta{display:none}.services-icon{width:56px;height:56px}.services-cards{grid-template-columns:repeat(2,1fr);gap:24px}.service-card{padding:24px}.services-process{padding:40px 30px}.services-process-steps{grid-template-columns:repeat(2,1fr);gap:32px}.services-process-step-header{flex-direction:row;gap:0}.services-process-step-arrow{margin:0 20px}.services-arrow-desktop{display:block}.services-arrow-mobile{display:none}.services-process-step:nth-child(2n) .services-process-step-arrow{display:none}.services-stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.services-stats-number{font-size:2.5rem}.services-cta{padding:40px 30px}.services-cta h2,.services-grid-title h2,.services-process-title h2,.services-stats-content h2{font-size:2rem}.service-modal-content{margin:20px;max-height:85vh}.service-modal-header,.service-modal-body{padding:30px}.service-modal-header-content{flex-direction:column;align-items:flex-start;gap:12px}.service-modal-features{gap:16px}}@media (max-width: 767px){.services-section{padding:60px 0}.services-container{padding:0 20px}.services-badge{padding:10px 20px;font-size:13px}.services-title{font-size:clamp(2rem,8vw,3rem);margin-bottom:20px}.services-subtitle{font-size:1rem;margin-bottom:32px}.services-icons{gap:12px}.services-icon{width:48px;height:48px}.services-hero{margin-bottom:50px}.services-grid,.services-process,.services-stats{margin-bottom:60px}.services-grid-title{margin-bottom:40px}.services-cards{grid-template-columns:1fr;gap:20px}.service-card{padding:20px;border-radius:16px}.service-card-icon{width:56px;height:56px;margin-bottom:20px}.service-card-title{font-size:1.25rem;margin-bottom:12px}.service-card-description{font-size:.9rem;margin-bottom:20px}.service-card-features{margin-bottom:24px}.service-card-feature{font-size:.9rem;margin-bottom:10px}.service-card-button{padding:14px 20px;font-size:.9rem}.services-process{padding:30px 20px;border-radius:16px}.services-process-title{margin-bottom:40px}.services-process-steps{grid-template-columns:1fr;gap:40px}.services-process-step-header{flex-direction:column;gap:16px}.services-process-step-arrow{margin:0}.services-process-step-icon{width:64px;height:64px}.services-process-step h3{font-size:1.125rem}.services-process-step p{font-size:.9rem}.services-stats-content{margin-bottom:40px}.services-stats-grid{grid-template-columns:1fr;gap:20px}.services-stats-item{padding:30px 20px}.services-stats-number{font-size:2rem}.services-cta{padding:30px 20px;border-radius:16px}.services-cta-buttons{flex-direction:column;align-items:center;gap:16px}.services-cta-button-primary,.services-cta-button-secondary{width:100%;max-width:300px;padding:14px 24px;font-size:.9rem}.service-modal{padding:10px}.service-modal-content{margin:0;border-radius:16px;max-height:95vh}.service-modal-header{padding:20px;flex-direction:column;align-items:flex-start}.service-modal-close{position:absolute;top:20px;right:20px}.service-modal-header-content{gap:16px;margin-bottom:10px}.service-modal-header h2{font-size:1.5rem}.service-modal-body{padding:20px}.service-modal-section{margin-bottom:30px}.service-modal-section h3{font-size:1.25rem;margin-bottom:16px}.service-modal-features{gap:16px}.service-modal-feature{gap:12px}.service-modal-feature h4{font-size:1rem}.service-modal-feature p{font-size:.9rem}.service-modal-technologies{gap:8px}.service-modal-tech{padding:6px 12px;font-size:.8rem}.service-modal-process{gap:20px}.service-modal-process-step{gap:16px}.service-modal-process-number{width:32px;height:32px;font-size:.875rem}.service-modal-process-step h4{font-size:1rem}.service-modal-process-step p{font-size:.9rem}}@media (max-width: 480px){.services-section{padding:40px 0}.services-container{padding:0 16px}.services-badge{padding:8px 16px;font-size:12px;gap:6px}.services-title{font-size:clamp(1.75rem,10vw,2.5rem)}.services-subtitle{font-size:.9rem}.services-icon{width:56px;height:56px}}.quote-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.quote-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.quote-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e7eb}.quote-header h2{font-size:24px;font-weight:700;color:#111827;margin:0}.quote-header p{color:#6b7280;margin:4px 0 0;font-size:14px}.quote-close{background:none;border:none;padding:8px;border-radius:8px;cursor:pointer;color:#6b7280;transition:all .2s}.quote-close:hover{background:#f3f4f6;color:#374151}.quote-progress{padding:0 24px 16px}.quote-progress-text{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.quote-progress-text .step{font-size:14px;font-weight:600;color:#374151}.quote-progress-text .label{font-size:14px;color:#6b7280}.quote-progress-bar{width:100%;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.quote-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:3px;transition:width .3s ease}.quote-content{padding:24px}.quote-step{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.quote-step-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.quote-step-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px}.quote-step-icon.contact{background:#dbeafe;color:#3b82f6}.quote-step-icon.service{background:#d1fae5;color:#10b981}.quote-step-icon.success{background:#dcfce7;color:#16a34a}.quote-step-info h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 4px}.quote-step-info p{font-size:14px;color:#6b7280;margin:0}.quote-form-grid{display:grid;gap:16px}.quote-form-group{display:flex;flex-direction:column}.quote-form-group label{font-size:14px;font-weight:600;color:#374151;margin-bottom:6px}.quote-form-group input,.quote-form-group select,.quote-form-group textarea{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s;background:#fff}.quote-form-group input:focus,.quote-form-group select:focus,.quote-form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.quote-form-group input.error,.quote-form-group select.error,.quote-form-group textarea.error{border-color:#ef4444}.quote-form-group textarea{resize:vertical;min-height:100px}.error-message{color:#ef4444;font-size:12px;margin-top:4px}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;margin-top:8px}.service-card{border:2px solid #e5e7eb;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s;background:#fff}.service-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.service-card.selected{border-color:#3b82f6;background:#eff6ff}.service-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.service-card-icon{font-size:24px}.service-card-title{font-size:16px;font-weight:600;color:#111827;margin:0}.service-card-services{display:flex;flex-wrap:wrap;gap:6px}.service-tag{background:#f3f4f6;color:#6b7280;padding:4px 8px;border-radius:6px;font-size:12px}.service-card.selected .service-tag{background:#dbeafe;color:#1d4ed8}.quote-grid-2{grid-template-columns:1fr 1fr}@media (max-width: 640px){.quote-grid-2,.service-grid{grid-template-columns:1fr}}.quote-navigation{display:flex;justify-content:space-between;align-items:center;padding:24px;border-top:1px solid #e5e7eb;margin-top:24px}.quote-button{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;gap:8px}.quote-button.primary{background:#3b82f6;color:#fff}.quote-button.primary:hover:not(:disabled){background:#2563eb}.quote-button.secondary{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.quote-button.secondary:hover:not(:disabled){background:#e5e7eb}.quote-button:disabled{opacity:.5;cursor:not-allowed}.quote-spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.quote-success{text-align:center}.quote-success-icon{width:64px;height:64px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#16a34a}.quote-success h3{font-size:24px;font-weight:700;color:#111827;margin:0 0 8px}.quote-success>p{color:#6b7280;margin-bottom:24px;font-size:16px}.quote-success-details{background:#f9fafb;border-radius:12px;padding:20px;margin:24px 0}.quote-success-item{display:flex;align-items:center;justify-content:center;gap:8px;color:#374151;font-size:14px;margin-bottom:8px}.quote-success-item:last-child{margin-bottom:0}.quote-contact-info{border-top:1px solid #e5e7eb;padding-top:20px;margin-top:20px}.quote-contact-info h4{font-size:16px;font-weight:600;color:#111827;margin:0 0 12px}.quote-contact-item{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}.quote-contact-item a{color:#3b82f6;text-decoration:none;font-size:14px}.quote-contact-item a:hover{text-decoration:underline}.quote-error-banner{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;display:flex;align-items:center;gap:8px;margin:16px 24px 0;font-size:14px}@media (max-width: 640px){.quote-overlay{padding:10px}.quote-modal{max-height:95vh}.quote-header,.quote-content,.quote-navigation{padding:16px}.quote-progress{padding:0 16px 12px}}.snackbar{position:fixed;top:70px;left:50%;transform:translate(-50%);padding:14px 20px;border-radius:8px;font-weight:500;z-index:9999;color:#fff;max-width:90%;background-color:#333;animation:fadeInOut 4s ease-in-out}.snackbar.success{background-color:#28a745}.snackbar.error{background-color:#dc3545}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,20px)}}@media (max-width: 600px){.snackbar{left:50%;transform:translate(-50%);right:auto;width:calc(100% - 40px);max-width:300px}}.footer{background:linear-gradient(135deg,#0f172a,#1e293b,#334155);color:#e2e8f0;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.5),transparent)}.footer:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(139,92,246,.1) 0%,transparent 50%);pointer-events:none}.footer-container{max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem;position:relative;z-index:1}.footer-main{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}.footer-company{max-width:400px}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;cursor:pointer;transition:all .3s ease}.footer-logo:hover{transform:scale(1.02)}.footer-logo-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#bb6701,#dc9934);border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 8px 25px #3b82f64d;transition:all .3s ease;position:relative;overflow:hidden}.footer-logo-icon:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.footer-logo:hover .footer-logo-icon:before{left:100%}.footer-logo-text{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 4px rgba(0,0,0,.3)}.footer-description{color:#94a3b8;line-height:1.6;margin-bottom:2rem;font-size:1rem}.footer-social{display:flex;gap:1rem;margin-bottom:2rem}.footer-social-link{width:2.5rem;height:2.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#e2e8f0;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.footer-social-link:before{content:"";position:absolute;inset:0;background:var(--social-color, linear-gradient(135deg, #3b82f6, #8b5cf6));opacity:0;transition:opacity .3s ease}.footer-social-link:hover:before{opacity:1}.footer-social-link:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d;border-color:#fff6}.footer-social-link svg{position:relative;z-index:1;width:1.25rem;height:1.25rem}.footer-newsletter{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.footer-newsletter:hover{background:#ffffff14;border-color:#fff3}.footer-newsletter-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}.footer-newsletter-description{color:#94a3b8;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.footer-newsletter-form{display:flex;gap:.75rem;flex-direction:column}.footer-newsletter-input{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:.75rem 1rem;color:#fff;font-size:.9rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-newsletter-input::-moz-placeholder{color:#94a3b8}.footer-newsletter-input::placeholder{color:#94a3b8}.footer-newsletter-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#ffffff26}.footer-newsletter-button{background:linear-gradient(135deg,#bb6701,#dc9934);color:#fff;border:none;border-radius:10px;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d;position:relative;overflow:hidden}.footer-newsletter-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.footer-newsletter-button:hover{transform:translateY(-1px);box-shadow:0 6px 20px #3b82f666}.footer-newsletter-button:hover:before{left:100%}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.footer-link-section{opacity:0;animation:fadeInUp .6s ease forwards}.footer-link-section:nth-child(1){animation-delay:.1s}.footer-link-section:nth-child(2){animation-delay:.2s}.footer-link-section:nth-child(3){animation-delay:.3s}.footer-link-section:nth-child(4){animation-delay:.4s}.footer-link-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1rem;position:relative}.footer-link-title:after{content:"";position:absolute;bottom:-4px;left:0;width:2rem;height:2px;background:linear-gradient(90deg,#bb6701,#dc9934);border-radius:1px}.footer-link-list{list-style:none;padding:0;margin:0}.footer-link-item{margin-bottom:.75rem}.footer-link{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:all .3s ease;display:inline-block;position:relative}.footer-link:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:linear-gradient(90deg,#bb6701,#dc9934);transition:width .3s ease}.footer-link:hover{color:#fff;text-shadow:0 2px 8px rgba(59,130,246,.5);transform:translate(4px)}.footer-link:hover:before{width:100%}.footer-contact{margin-bottom:2rem}.footer-contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#94a3b8;font-size:.9rem;transition:all .3s ease}.footer-contact-item:hover{color:#fff;transform:translate(4px)}.footer-contact-item svg{color:#3b82f6;flex-shrink:0}.footer-contact-item a{color:inherit;text-decoration:none;transition:all .3s ease}.footer-contact-item a:hover{color:#3b82f6;text-shadow:0 2px 8px rgba(59,130,246,.5)}.footer-awards{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-awards-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer-awards-list{display:flex;flex-wrap:wrap;gap:1rem}.footer-award{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.5rem 1rem;font-size:.8rem;color:#94a3b8;transition:all .3s ease}.footer-award:hover{background:#ffffff1a;color:#fff;transform:translateY(-1px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;margin-top:3rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{color:#64748b;font-size:.9rem}.footer-bottom-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-bottom-link{color:#94a3b8;text-decoration:none;font-size:.9rem;transition:all .3s ease}.footer-bottom-link:hover{color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (min-width: 768px){.footer-main{grid-template-columns:2fr 1fr;gap:4rem}.footer-newsletter-form{flex-direction:row}.footer-newsletter-input{flex:1}}@media (min-width: 1024px){.footer-main{grid-template-columns:1.5fr 1fr}.footer-links{grid-template-columns:repeat(4,1fr)}}@media (max-width: 767px){.footer-container{padding:3rem 1.5rem 2rem}.footer-main{gap:2rem}.footer-social{justify-content:center}.footer-bottom{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}.footer-links{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 480px){.footer-links{grid-template-columns:1fr}.footer-awards-list{flex-direction:column}}.whatsapp-button{position:fixed;bottom:30px;right:30px;z-index:1000;opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.whatsapp-button.visible{opacity:1;transform:scale(1)}.whatsapp-btn{position:relative;width:60px;height:60px;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #25d36666;transition:all .3s ease}.whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.whatsapp-btn:active{transform:scale(.95)}.whatsapp-pulse{position:absolute;width:100%;height:100%;border-radius:50%;background:#25d36666;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:0}to{transform:scale(1);opacity:0}}.whatsapp-tooltip{position:absolute;bottom:70px;right:0;background:#fff;padding:16px 20px;border-radius:12px;box-shadow:0 8px 24px #00000026;min-width:220px;animation:slideUp .3s ease}.whatsapp-tooltip:after{content:"";position:absolute;bottom:-8px;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white}.tooltip-close{position:absolute;top:8px;right:8px;background:none;border:none;cursor:pointer;color:#666;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.tooltip-close:hover{background:#f0f0f0;color:#333}.whatsapp-tooltip p{margin:0;font-size:14px;color:#333;font-weight:600}.whatsapp-tooltip .tooltip-text{margin-top:4px;font-size:13px;color:#666;font-weight:400}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.whatsapp-button{bottom:20px;right:20px}.whatsapp-btn{width:56px;height:56px}.whatsapp-tooltip{min-width:200px;bottom:66px}}@media (prefers-reduced-motion: reduce){.whatsapp-button,.whatsapp-btn,.whatsapp-tooltip{transition:none;animation:none}.whatsapp-pulse{animation:none}}.skip-link{position:absolute;top:-40px;left:0;background:#000;color:#fff;padding:8px;text-decoration:none;z-index:100}.skip-link:focus{top:0}*:focus-visible{outline:3px solid #3b82f6;outline-offset:2px}*:focus:not(:focus-visible){outline:none}@media (prefers-contrast: high){*{border-color:currentColor!important}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}button,a,input,select,textarea{min-height:44px;min-width:44px}:root{--text-high-contrast: #000;--bg-high-contrast: #fff}.modal-open{overflow:hidden}[role=button]:not(button){cursor:pointer}[role=button]:not(button):hover{opacity:.9}.navbar-menu-item button{background:none;border:none;cursor:pointer;width:100%;text-align:left;padding:0;font:inherit;color:inherit}.navbar-logo{background:none;border:none;cursor:pointer;padding:0;font:inherit;display:flex;align-items:center;gap:.75rem}.navbar-mobile-item{background:none;border:none;cursor:pointer;width:100%;text-align:left;padding:1rem;font:inherit;color:inherit;display:block}.hero-scroll-indicator{background:none;border:none;cursor:pointer;padding:0;font:inherit;color:inherit}*{box-sizing:border-box}body{margin:0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;background-color:#fff}.app{min-height:100vh}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}
