.business-slider-container{position:fixed;inset:0;display:flex;align-items:flex-end;justify-content:flex-end;pointer-events:none;z-index:50}.inquiry-tab-container{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:50;pointer-events:auto}.inquiry-button{background-color:#1A5276;color:white;padding:.1rem;border-radius:2rem 0 0 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:-2px 0 8px rgba(0,0,0,.1);transition:background-color .3s ease;height:150px;width:60px;gap:.75rem;border:none;cursor:pointer}.inquiry-button span{transform:rotate(90deg);white-space:nowrap;font-weight:500;font-size:1rem;letter-spacing:.02em}.inquiry-button:hover{background-color:#154360}.inquiry-icon{width:1.5rem;height:1.5rem;border-radius:50%;border:1px solid #e5e7eb}.inquiry-icon-text{color:#1A5276;font-size:.75rem;font-weight:700}.inquiry-icons{display:flex;flex-direction:column;align-items:center;margin-top:.5rem}.inquiry-icon{width:1.75rem;height:1.75rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.inquiry-icon,.slide-form-container{display:flex;align-items:center;justify-content:center}.slide-form-container{position:fixed;top:25%;right:0;max-width:24rem;background-color:white;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border-left:1px solid #f3f4f6;border-radius:1rem 0 0 1rem;flex-direction:column;z-index:50;pointer-events:auto}.close-button{position:absolute;top:1rem;right:1rem;color:#9ca3af;transition:color .3s ease}.close-button:hover{color:#FF8C00}.close-button:focus{outline:none}.form-content{width:100%;padding:1rem 2rem}.form-title{font-size:1.5rem;font-weight:600;color:#1A5276;margin-bottom:1rem;text-align:center}.form-container{display:flex;flex-direction:column;gap:.75rem}.form-field{width:100%;padding:.75rem 1rem;background-color:#ffffff;border:1px solid #e5e7eb;border-radius:.5rem;transition:all .3s ease;color:#1e293b;font-size:.9375rem}.form-field:focus{border-color:#60a5fa;box-shadow:0 0 0 4px rgba(96,165,250,.1);outline:none}.form-field::-moz-placeholder{color:#9ca3af}.form-field::placeholder{color:#9ca3af}.submit-button{position:relative;width:100%;background-color:white;color:#1A5276;border:2px solid #1a5276;padding:.5rem;font-size:1.125rem;font-weight:500;transition:all .5s ease-in-out;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);overflow:hidden;margin-top:.75rem}.submit-button:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.button-left-animation{position:absolute;left:0;top:0;width:50%;height:100%;background-color:#1A5276;transform:translateX(-100%);transition:transform .5s ease-in-out}.submit-button:hover .button-left-animation{transform:translateX(0)}.button-right-animation{position:absolute;right:0;top:0;width:50%;height:100%;background-color:#1A5276;transform:translateX(100%);transition:transform .5s ease-in-out}.submit-button:hover .button-right-animation{transform:translateX(0)}.button-content{position:relative;z-index:10;display:flex;align-items:center;justify-content:center}.button-icon{width:1.25rem;height:1.25rem;margin-right:.5rem;transition:color .5s ease}.submit-button:hover .button-icon{color:white}.button-text{transition:color .5s ease}.submit-button:hover .button-text{color:white}.mobile-field-wrapper{display:flex;align-items:stretch;gap:.5rem}.form-field--mobile{flex:1}.technology-stack-section{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.technology-stack-container{max-width:1400px;margin:0 auto;padding:0 1rem;box-sizing:border-box}@media (min-width:640px){.technology-stack-container{padding:0 1.5rem}}@media (min-width:768px){.technology-stack-container{padding:0 2rem}}@media (min-width:1024px){.technology-stack-container{padding:0 2.5rem}}@media (min-width:1280px){.technology-stack-container{padding:0 3rem}}.technology-stack-header{text-align:center;margin-bottom:4rem;transition:all 1s}.technology-stack-header.fade-in-up{animation:fadeInUp 1s ease-out}.technology-stack-title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b;line-height:1.2}@media (min-width:768px){.technology-stack-title{font-size:3rem}}.technology-stack-subtitle{font-size:1.25rem;color:#64748b;max-width:48rem;margin:0 auto;line-height:1.6}.technology-stack-grid{display:grid;gap:2rem}@media (min-width:768px){.technology-stack-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.technology-stack-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}}@media (min-width:1024px){.technology-stack-grid:not(:has(>:nth-child(3))){grid-template-columns:repeat(2,minmax(0,1fr))}.technology-stack-grid:not(:has(>:nth-child(4))):has(>:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}.technology-stack-grid:has(>:nth-child(6)):not(:has(>:nth-child(7))){grid-template-columns:repeat(3,minmax(0,1fr))}}.technology-stack-card{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .3s;text-align:center}.technology-stack-card:hover{transform:translateY(-.5rem);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.technology-stack-card.fade-in-up{animation:fadeInUp .7s ease-out}.technology-stack-icon-container{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s}.technology-stack-card:hover .technology-stack-icon-container{transform:scale(1.1)}@media (min-width:1024px){.technology-stack-icon-container{width:5rem;height:5rem}}.technology-stack-icon{width:2rem;height:2rem}@media (min-width:1024px){.technology-stack-icon{width:2.5rem;height:2.5rem}}.technology-stack-name{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.technology-stack-description{font-size:.875rem;color:#64748b;line-height:1.6}.technology-stack-icon-bg-blue{background:#E3F2FD}.technology-stack-icon-bg-green{background:#E8F5E8}.technology-stack-icon-bg-purple{background:#E3F2FD}.technology-stack-icon-bg-orange{background:#FFF3E0}.technology-stack-icon-color-blue{color:#61DAFB}.technology-stack-icon-color-green{color:#339933}.technology-stack-icon-color-purple{color:#336791}.technology-stack-icon-color-orange{color:#FF9900}.stats-showcase-section{padding:5rem 0;background:linear-gradient(to bottom right,#1A5276,#2E86AB);width:100%;position:relative;overflow:hidden}.stats-showcase-container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem;position:relative;z-index:10;box-sizing:border-box}@media (min-width:640px){.stats-showcase-container{padding:0 1.5rem}}@media (min-width:768px){.stats-showcase-container{padding:0 2rem}}@media (min-width:1024px){.stats-showcase-container{padding:0 2.5rem}}@media (min-width:1280px){.stats-showcase-container{padding:0 3rem}}.stats-showcase-header{text-align:center;margin-bottom:4rem;transition:all 1s}.stats-showcase-header.fade-in-up{animation:fadeInUp 1s ease-out}.stats-showcase-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:white;line-height:1.2}@media (min-width:768px){.stats-showcase-title{font-size:2.25rem}}@media (min-width:1024px){.stats-showcase-title{font-size:3rem}}.stats-showcase-subtitle{font-size:1.125rem;color:#bfdbfe;max-width:48rem;margin:0 auto;line-height:1.6}@media (min-width:768px){.stats-showcase-subtitle{font-size:1.25rem}}.stats-showcase-slider-container{position:relative;margin:0 auto;max-width:100%}.stats-showcase-controls{gap:1rem;margin-bottom:2rem}.stats-showcase-controls,.stats-showcase-nav-btn{display:flex;justify-content:center;align-items:center}.stats-showcase-nav-btn{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);border-radius:50%;width:3rem;height:3rem;color:white;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(4px)}.stats-showcase-nav-btn:hover:not(:disabled){background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:scale(1.1)}.stats-showcase-nav-btn:disabled{opacity:.5;cursor:not-allowed}.stats-showcase-auto-play-btn{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);border-radius:.5rem;padding:.5rem 1rem;color:white;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(4px);font-size:1.25rem}.stats-showcase-auto-play-btn:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5)}.stats-showcase-slider{overflow:hidden;position:relative;margin:0 auto}.stats-showcase-slider-track{display:flex;transition:transform .5s ease-in-out;height:100%}.stats-showcase-slide{flex-shrink:0;padding:0 .75rem;box-sizing:border-box}.stats-showcase-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.stats-showcase-dot{width:.75rem;height:.75rem;border-radius:50%;background:rgba(255,255,255,.3);border:none;cursor:pointer;transition:all .3s ease}.stats-showcase-dot:hover{background:rgba(255,255,255,.5)}.stats-showcase-dot.active{background:white;transform:scale(1.2)}.stats-showcase-grid{display:grid;gap:1.5rem}@media (min-width:768px){.stats-showcase-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.stats-showcase-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}@media (min-width:1024px){.stats-showcase-grid:not(:has(>:nth-child(3))){grid-template-columns:repeat(2,minmax(0,1fr))}.stats-showcase-grid:not(:has(>:nth-child(4))):has(>:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}.stats-showcase-grid:has(>:nth-child(6)):not(:has(>:nth-child(7))){grid-template-columns:repeat(3,minmax(0,1fr))}.stats-showcase-grid:has(>:nth-child(8)):not(:has(>:nth-child(9))){grid-template-columns:repeat(4,minmax(0,1fr))}}.stats-showcase-card{background:rgba(255,255,255,.1);backdrop-filter:blur(4px);border-radius:1rem;border:1px solid rgba(255,255,255,.2);padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;transition:all .5s;height:100%}.stats-showcase-card:hover{transform:scale(1.05);background:rgba(255,255,255,.2)}@media (min-width:1024px){.stats-showcase-card{padding:2rem;gap:1.5rem}}.stats-showcase-card.fade-in-up{animation:fadeInUp .7s ease-out}.stats-showcase-icon-container{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;transition:all .3s;flex-shrink:0}.stats-showcase-card:hover .stats-showcase-icon-container{transform:scale(1.1)}@media (min-width:1024px){.stats-showcase-icon-container{width:5rem;height:5rem}}.stats-showcase-icon{width:2rem;height:2rem}@media (min-width:1024px){.stats-showcase-icon{width:2.5rem;height:2.5rem}}.stats-showcase-content{flex:1}.stats-showcase-value{font-size:1.875rem;font-weight:700;margin-bottom:.5rem;color:white;line-height:1}@media (min-width:1024px){.stats-showcase-value{font-size:2.25rem}}.stats-showcase-label{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:white;line-height:1.2}@media (min-width:1024px){.stats-showcase-label{font-size:1.25rem}}.stats-showcase-description{color:#bfdbfe;font-size:.875rem;line-height:1.6}@media (min-width:1024px){.stats-showcase-description{font-size:1rem}}@media (max-width:767px){.stats-showcase-slide{padding:0 .5rem}.stats-showcase-controls{gap:.5rem}.stats-showcase-nav-btn{width:2.5rem;height:2.5rem}.stats-showcase-auto-play-btn{padding:.375rem .75rem;font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.stats-showcase-icon-bg-green{background:#E8F8F2}.stats-showcase-icon-bg-blue{background:#EAF1F8}.stats-showcase-icon-bg-orange{background:#FFF4E5}.stats-showcase-icon-bg-purple{background:#F3EAF8}.stats-showcase-icon-bg-red{background:#FEE2E2}.stats-showcase-icon-bg-yellow{background:#FEF3C7}.stats-showcase-icon-bg-teal{background:#CCFBF1}.stats-showcase-icon-bg-indigo{background:#E0E7FF}.stats-showcase-icon-color-green{color:#27AE60}.stats-showcase-icon-color-blue{color:#1A5276}.stats-showcase-icon-color-orange{color:#FF8C00}.stats-showcase-icon-color-purple{color:#8E44AD}.stats-showcase-icon-color-red{color:#E74C3C}.stats-showcase-icon-color-yellow{color:#F39C12}.stats-showcase-icon-color-teal{color:#0D9488}.stats-showcase-icon-color-indigo{color:#6366F1}