:root{--primary-color:#156bd3;--primary-dark:#1048a3;--primary-light:#1976d2;--accent-color:#28a745;--accent-orange:#fd7e14;--text-primary:#2d3748;--text-secondary:#4a5568;--text-light:#718096;--bg-primary:#fff;--bg-secondary:#f7fafc;--bg-gradient:linear-gradient(145deg,#156bd3,#1048a3 50%,#0d3d73);--border-light:#e2e8f0;--shadow-light:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-medium:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-large:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--border-radius:12px;--border-radius-lg:20px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box}body{line-height:1.6;margin:0;padding:0;scroll-behavior:smooth}.dispatcher-landing-page,body{font-family:var(--font-family);color:var(--text-primary)}.dispatcher-landing-page{overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-slide-in-left{animation:slideInLeft .8s ease-out forwards}.animate-slide-in-right{animation:slideInRight .8s ease-out forwards}.animate-scale-in{animation:scaleIn .6s ease-out forwards}.container{max-width:1200px;padding:0 20px}h1,h2,h3,h4,h5,h6{line-height:1.2;margin:0 0 1rem;font-weight:600;color:var(--text-primary)}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem}h2,h3{font-weight:600}h3{font-size:1.5rem}p{margin:0 0 1rem;line-height:1.6}.cta-group{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap;margin:30px 0}.cta-group-left{justify-content:flex-start}.cta-group-right{justify-content:flex-end}.cta-note{font-size:.9rem;color:var(--text-light);margin:10px 0 0;font-style:italic}.hero-section{background-image:url(/_next/static/media/header-bg.eff25a10.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;padding:100px 0;text-align:center;position:relative;overflow:hidden;color:#fff}.hero-section:before{top:0;background:rgba(0,0,0,.4)}.hero-section:after,.hero-section:before{content:"";position:absolute;left:0;right:0;bottom:0}.hero-section:after{height:100px;background:linear-gradient(0deg,hsla(0,0%,100%,.1),transparent);pointer-events:none}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2;opacity:0;animation:fadeInUp 1s ease-out .2s forwards}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:24px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1);animation:slideInLeft 1s ease-out .4s both}.hero-subtitle{font-size:1.3rem;color:hsla(0,0%,100%,.9);margin-bottom:40px;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto;text-shadow:0 1px 2px rgba(0,0,0,.1);animation:slideInRight 1s ease-out .6s both}.hero-cta{margin-top:40px;animation:fadeInUp 1s ease-out .8s both}.intro-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0;position:relative}.intro-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 10% 20%,rgba(102,126,234,.05) 0,transparent 50%),radial-gradient(circle at 90% 80%,rgba(40,167,69,.05) 0,transparent 50%);pointer-events:none}.intro-content{max-width:900px;margin:0 auto}.intro-text{font-size:1.1rem;color:var(--text-secondary);margin-bottom:30px;line-height:1.6}.intro-benefits h3{font-size:1.3rem;color:var(--text-primary);margin-bottom:20px}.benefits-list{list-style:none;padding:0;margin:0}.benefits-list li{position:relative;padding:8px 0 8px 25px;margin-bottom:8px;color:var(--text-secondary);line-height:1.5}.benefits-list li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.2rem}.modern-list{max-width:800px;margin:0 auto}.modern-list li{display:flex;align-items:center;gap:16px;padding:16px 24px;margin-bottom:12px;background:hsla(0,0%,100%,.7);border-radius:var(--border-radius);box-shadow:var(--shadow-light);transition:var(--transition);border:1px solid transparent}.modern-list li:hover{transform:translateX(8px);border-color:rgba(102,126,234,.2);background:hsla(0,0%,100%,.9)}.modern-list li:before{display:none}.modern-list .benefit-icon{font-size:1.5rem;animation:pulse 2s ease-in-out infinite;flex-shrink:0}.modern-list li:first-child{animation:slideInLeft .8s ease-out .1s both}.modern-list li:nth-child(2){animation:slideInLeft .8s ease-out .2s both}.modern-list li:nth-child(3){animation:slideInLeft .8s ease-out .3s both}.modern-list li:nth-child(4){animation:slideInLeft .8s ease-out .4s both}.modern-list li:nth-child(5){animation:slideInLeft .8s ease-out .5s both}.modern-list li:nth-child(6){animation:slideInLeft .8s ease-out .6s both}.modern-list li:nth-child(7){animation:slideInLeft .8s ease-out .7s both}.problems-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:100px 0;position:relative;overflow:hidden}.problems-section:before{background:radial-gradient(circle at 80% 20%,rgba(239,68,68,.04) 0,transparent 60%),radial-gradient(circle at 20% 80%,rgba(59,130,246,.04) 0,transparent 60%),radial-gradient(circle at 50% 50%,rgba(16,185,129,.02) 0,transparent 70%)}.problems-section:after,.problems-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.problems-section:after{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23667eea' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f97316' fill-opacity='0.02' fill-rule='evenodd'%3E%3Cpath d='M20 20c0 11.046-8.954 20-20 20v20h40V20H20z'/%3E%3C/g%3E%3C/svg%3E");background-size:60px 60px,40px 40px;background-position:0 0,20px 20px;animation:backgroundFloat 20s ease-in-out infinite;opacity:.6}@keyframes backgroundFloat{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(5px) rotate(-1deg)}}.problems-header{text-align:center;margin-bottom:60px;position:relative;z-index:2}.problems-header .section-description{font-size:1.2rem;color:var(--text-secondary);max-width:800px;margin:20px auto 0;line-height:1.7}.problems-content{position:relative;z-index:2}.problems-grid{margin-bottom:60px}.problems-grid-title{font-size:1.8rem;font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:40px;position:relative}.problems-grid-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#ef4444,#f97316);border-radius:2px;animation:titleUnderline 2s ease-in-out infinite}.problems-grid-title:before{content:"⚡";position:absolute;left:-40px;top:50%;transform:translateY(-50%);font-size:1.5rem;opacity:.6;animation:titleIcon 3s ease-in-out infinite}@keyframes titleUnderline{0%,to{width:60px;opacity:1}50%{width:80px;opacity:.8}}@keyframes titleIcon{0%,to{transform:translateY(-50%) rotate(0deg) scale(1)}50%{transform:translateY(-50%) rotate(10deg) scale(1.1)}}.problem-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;max-width:1200px;margin:0 auto}.problem-card{background:var(--bg-primary);border-radius:var(--border-radius-lg);padding:32px 24px;box-shadow:var(--shadow-light);border:1px solid var(--border-light);transition:var(--transition);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.9)}.problem-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ef4444,#f97316);transform:scaleX(0);transition:transform .3s ease}.problem-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(239,68,68,.03),transparent);transform:rotate(45deg) translateX(-100%);transition:transform .6s ease}.problem-card:hover:before{transform:scaleX(1)}.problem-card:hover:after{transform:rotate(45deg) translateX(100%)}.problem-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:var(--shadow-large),0 0 30px rgba(239,68,68,.1);border-color:rgba(239,68,68,.2);background:hsla(0,0%,100%,.95)}.problem-card:first-child{animation:fadeInUp .8s ease-out .1s both}.problem-card:nth-child(2){animation:fadeInUp .8s ease-out .2s both}.problem-card:nth-child(3){animation:fadeInUp .8s ease-out .3s both}.problem-card:nth-child(4){animation:fadeInUp .8s ease-out .4s both}.problem-card:nth-child(5){animation:fadeInUp .8s ease-out .5s both}.problem-icon{font-size:3.5rem;margin-bottom:20px;display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(249,115,22,.1));position:relative;animation:iconFloat 4s ease-in-out infinite;transition:var(--transition)}.problem-icon:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;background:linear-gradient(45deg,#ef4444,#f97316,#ef4444);opacity:0;animation:iconGlow 3s ease-in-out infinite;z-index:-1}.problem-card:hover .problem-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,rgba(239,68,68,.2),rgba(249,115,22,.2))}.problem-card:hover .problem-icon:before{opacity:.3}.problem-card:first-child .problem-icon{animation-delay:0s}.problem-card:nth-child(2) .problem-icon{animation-delay:.8s}.problem-card:nth-child(3) .problem-icon{animation-delay:1.6s}.problem-card:nth-child(4) .problem-icon{animation-delay:2.4s}.problem-card:nth-child(5) .problem-icon{animation-delay:3.2s}@keyframes iconFloat{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-8px) rotate(2deg)}50%{transform:translateY(-4px) rotate(-1deg)}75%{transform:translateY(-10px) rotate(1deg)}}@keyframes iconGlow{0%,to{opacity:0;transform:scale(1)}50%{opacity:.2;transform:scale(1.1)}}.problem-content h4{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-bottom:12px;line-height:1.3}.problem-content p{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:16px}.highlight-stat{color:#ef4444;font-weight:700;background:rgba(239,68,68,.1);padding:4px 8px;border-radius:8px;position:relative;display:inline-block;animation:statPulse 2s ease-in-out infinite;border:1px solid rgba(239,68,68,.2)}.highlight-stat:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border-radius:8px;background:linear-gradient(45deg,#ef4444,#f97316);opacity:0;z-index:-1;transition:opacity .3s ease}.problem-card:hover .highlight-stat:before{opacity:.1}@keyframes statPulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(239,68,68,.3)}50%{transform:scale(1.05);box-shadow:0 0 0 4px rgba(239,68,68,.1)}}.problem-impact{display:flex;align-items:center;gap:8px;margin-top:12px}.impact-label{font-size:.85rem;font-weight:600;color:#f97316;text-transform:uppercase;letter-spacing:.5px}.impact-value{font-size:.9rem;color:var(--text-light);font-style:italic}.solution-section{margin-top:80px}.solution-highlight-enhanced{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:var(--border-radius-lg);padding:40px;box-shadow:var(--shadow-medium);border:1px solid rgba(59,130,246,.1);position:relative;overflow:hidden;animation:scaleIn .8s ease-out .6s both;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.solution-highlight-enhanced:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));animation:gradientShift 3s ease-in-out infinite}.solution-highlight-enhanced:after{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(59,130,246,.1) 0,transparent 70%);animation:orbFloat 8s ease-in-out infinite;pointer-events:none}@keyframes gradientShift{0%,to{background:linear-gradient(90deg,var(--primary-color),var(--accent-color))}50%{background:linear-gradient(90deg,var(--accent-color),var(--primary-color))}}@keyframes orbFloat{0%,to{transform:translate(0) scale(1);opacity:.3}33%{transform:translate(-20px,-10px) scale(1.1);opacity:.5}66%{transform:translate(10px,-20px) scale(.9);opacity:.4}}.solution-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.solution-icon{font-size:2.5rem;animation:pulse 2s ease-in-out infinite}.solution-header h3{font-size:1.8rem;font-weight:700;color:var(--text-primary);margin:0;flex:1 1}.solution-badge{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgba(0,123,255,.2)}.solution-main-text{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;margin-bottom:32px}.solution-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px;margin-bottom:32px}.solution-feature{display:flex;align-items:center;gap:12px;padding:12px 16px;background:rgba(59,130,246,.05);border-radius:var(--border-radius);transition:var(--transition)}.solution-feature:hover{background:rgba(59,130,246,.1);transform:translateX(4px)}.feature-check{font-size:1.1rem;color:var(--accent-color)}.solution-feature span:last-child{font-size:.95rem;color:var(--text-primary);font-weight:500}.mckinsey-stat{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:var(--border-radius);padding:24px;margin:32px 0;display:flex;align-items:center;gap:16px}.stat-icon{font-size:2rem}.stat-content p{margin:0 0 8px;font-size:1rem;color:var(--text-primary)}.stat-numbers{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.stat-number{font-size:1.4rem;color:#d97706}.stat-separator{color:#92400e;font-weight:600}.solution-cta{display:flex;gap:16px;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin-top:32px}.section-title{font-size:2rem;font-weight:600;margin-bottom:15px;color:var(--text-primary);text-align:center}.section-subtitle{font-size:1.3rem;font-weight:500;margin-bottom:30px;color:var(--text-secondary);text-align:center}.problems-list{max-width:800px;margin:0 auto 40px}.problems-list ul{list-style:none;padding:0;margin:0}.problems-list li{position:relative;padding:12px 0 12px 25px;margin-bottom:12px;color:var(--text-secondary);line-height:1.6}.problems-list li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.2rem}.solution-highlight{background-color:var(--bg-secondary);padding:30px;border-radius:8px;max-width:900px;margin:0 auto}.solution-highlight h3{font-size:1.4rem;color:var(--text-primary);margin-bottom:15px}.solution-highlight p{color:var(--text-secondary);line-height:1.6;margin-bottom:15px}.features-section{background:linear-gradient(135deg,var(--bg-secondary) 0,#e6fffa 100%);padding:80px 0;position:relative}.features-section .section-title{margin-bottom:50px;animation:fadeInUp .8s ease-out both}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.feature-item{background:var(--bg-primary);padding:40px 32px;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-light);text-align:center;position:relative;transition:var(--transition);transform:translateY(0);border:1px solid transparent;overflow:hidden}.feature-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--bg-gradient);transform:scaleX(0);transition:transform .3s ease}.feature-item:hover:before{transform:scaleX(1)}.feature-item:hover{transform:translateY(-8px);box-shadow:var(--shadow-large);border-color:rgba(102,126,234,.1)}.feature-item:first-child{animation:fadeInUp .8s ease-out .1s both}.feature-item:nth-child(2){animation:fadeInUp .8s ease-out .2s both}.feature-item:nth-child(3){animation:fadeInUp .8s ease-out .3s both}.feature-item:nth-child(4){animation:fadeInUp .8s ease-out .4s both}.feature-item:nth-child(5){animation:fadeInUp .8s ease-out .5s both}.feature-icon{font-size:3rem;margin-bottom:20px;animation:float 3s ease-in-out infinite;display:inline-block}.feature-item:first-child .feature-icon{animation-delay:0s}.feature-item:nth-child(2) .feature-icon{animation-delay:.5s}.feature-item:nth-child(3) .feature-icon{animation-delay:1s}.feature-item:nth-child(4) .feature-icon{animation-delay:1.5s}.feature-item:nth-child(5) .feature-icon{animation-delay:2s}.feature-item h3{font-size:1.4rem;color:var(--text-primary);margin-bottom:16px;font-weight:700}.feature-item p{color:var(--text-secondary);margin-bottom:20px;line-height:1.6}.feature-impact{font-size:.95rem;color:var(--primary-color);font-weight:600;padding:8px 16px;background:rgba(0,123,255,.1);border-radius:20px;display:inline-block}.benefits-section{background:linear-gradient(135deg,#fef7ff,#f3e8ff);padding:80px 0;position:relative}.benefits-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 40%,rgba(139,92,246,.05) 0,transparent 50%),radial-gradient(circle at 70% 60%,rgba(236,72,153,.05) 0,transparent 50%);pointer-events:none}.benefits-section .section-title{margin-bottom:50px;animation:fadeInUp .8s ease-out both}.benefits-list{max-width:1000px;margin:0 auto}.benefit-item{margin-bottom:32px;padding:32px;border-radius:var(--border-radius-lg);background:linear-gradient(135deg,var(--bg-primary) 0,var(--bg-secondary) 100%);box-shadow:var(--shadow-light);border:1px solid var(--border-light);transition:var(--transition);position:relative;overflow:hidden}.benefit-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--bg-gradient);transform:scaleY(0);transition:transform .3s ease}.benefit-item:hover:before{transform:scaleY(1)}.benefit-item:hover{transform:translateX(8px);box-shadow:var(--shadow-medium)}.benefit-item:first-child{animation:slideInLeft .8s ease-out .1s both}.benefit-item:nth-child(2){animation:slideInLeft .8s ease-out .2s both}.benefit-item:nth-child(3){animation:slideInLeft .8s ease-out .3s both}.benefit-item:nth-child(4){animation:slideInLeft .8s ease-out .4s both}.benefit-item:nth-child(5){animation:slideInLeft .8s ease-out .5s both}.benefit-item h3{font-size:1.4rem;color:var(--text-primary);margin-bottom:12px;font-weight:700}.benefit-item p{color:var(--text-secondary);line-height:1.7}.why-choose-section{background-color:var(--bg-secondary);padding:60px 0}.why-choose-list{list-style:none;padding:0;margin:0 auto;max-width:900px}.why-choose-list li{position:relative;padding:12px 0 12px 25px;margin-bottom:15px;color:var(--text-secondary);line-height:1.6}.why-choose-list li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.2rem}.stats-highlight{background:var(--bg-primary);padding:40px;border-radius:var(--border-radius-lg);margin:50px auto 0;max-width:900px;text-align:center;box-shadow:var(--shadow-medium);border:1px solid var(--border-light);position:relative;overflow:hidden}.stats-highlight:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--bg-gradient)}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:32px;gap:32px}.stat-item{text-align:center;padding:20px;border-radius:var(--border-radius);background:linear-gradient(135deg,var(--bg-secondary) 0,rgba(102,126,234,.05) 100%);transition:var(--transition)}.stat-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-light)}.stat-item:first-child{animation:scaleIn .8s ease-out .1s both}.stat-item:nth-child(2){animation:scaleIn .8s ease-out .2s both}.stat-item:nth-child(3){animation:scaleIn .8s ease-out .3s both}.stat-number{display:block;font-size:2.5rem;font-weight:800;background:var(--bg-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:8px}.stat-label{font-size:1rem;color:var(--text-secondary);font-weight:500}.final-cta-section{background-image:url(/_next/static/media/bottom-bg.809826c1.webp);background-position:50%;background-size:cover;background-repeat:no-repeat;padding:80px 0;text-align:center;position:relative;overflow:hidden;color:#fff}.final-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4)}.cta-content{max-width:800px;margin:0 auto;position:relative;z-index:2}.cta-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:20px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1);line-height:1.2}.cta-description{font-size:1.1rem;color:hsla(0,0%,100%,.9);margin-bottom:20px;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.1)}.cta-subtext{color:hsla(0,0%,100%,.85);margin-bottom:15px;font-weight:500}.cta-demo-text,.cta-subtext{font-size:1rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.cta-demo-text{color:hsla(0,0%,100%,.9);margin-bottom:30px;line-height:1.6}.cta-buttons{margin-top:40px;position:relative;z-index:3}.final-cta-section .cta-primary,.final-cta-section .cta-small-secondary{position:relative;z-index:3;margin:0 8px}.final-cta-section .cta-note{color:hsla(0,0%,100%,.8);margin-top:20px;position:relative;z-index:3}.middle-image-section{width:100%;height:100%;object-fit:cover;object-position:center center;position:relative;top:0;left:0;padding:0 3rem;background:linear-gradient(135deg,var(--bg-secondary) 0,#e6fffa 100%);overflow:hidden;border:none;outline:none;box-shadow:none}.cta-secondary{background:#e1242a;color:#fff;position:relative;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:800;border-radius:32px;transition:background-position .4s ease-in-out;min-width:200px;height:46px;padding:14px 24px}.cta-secondary:hover{background:linear-gradient(90deg,#eb3941,#f15e64,#e14e53,#e2373f);box-shadow:0 5px 15px rgba(242,97,103,.4)}@media (max-width:1024px){.hero-content{padding:5rem 0 0}}@media (max-width:768px){.container{padding:0 15px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:1.7rem}.features-grid{grid-template-columns:1fr}.stats-row{flex-direction:column;align-items:center}.stat-item{margin-bottom:20px}.problems-header .section-description{font-size:1.1rem}.problems-grid-title{font-size:1.5rem}.problem-cards{grid-template-columns:1fr;gap:20px}.problem-card{padding:24px 20px}.problem-icon{font-size:2.5rem}.problem-content h4{font-size:1.2rem}.solution-highlight-enhanced{padding:24px 20px}.solution-header{flex-direction:column;align-items:flex-start;gap:12px}.solution-header h3{font-size:1.5rem}.solution-features{grid-template-columns:1fr}.mckinsey-stat{flex-direction:column;text-align:center;gap:12px}.solution-cta,.stat-numbers{justify-content:center}}@media (max-width:480px){.benefits-section,.features-section,.final-cta-section,.hero-section,.intro-section,.problems-section,.why-choose-section{padding:40px 0}.hero-title{font-size:1.8rem}.section-title{font-size:1.5rem}.feature-item,.solution-highlight,.stats-highlight{padding:20px}}.text{letter-spacing:.5px;line-height:1.56}.text--xxs{font-size:11px}.text--xs{font-size:12px}.text--s{font-size:14px}.text--m{font-size:16px}.text--l{font-size:18px}.text--xl{font-size:20px}.text--xxl{font-size:22px}.text--xxxl{font-size:30px;line-height:38px}.text--thin{font-weight:300}.text--normal{font-weight:400}.text--semi-bold{font-weight:500}.text--bold{font-weight:700}.text--black{color:#101c22}.text--gray-darker{color:#212121}.text--gray-dark{color:#495865}.text--gray{color:#888}.text--gray-light{color:#e5e9ee}.text--white{color:#fff}.text--primary{color:#e1242a}.text--secondary{color:#156bd3}@media(min-width:992px){.text--xxl{font-size:35px;line-height:1.2}.text--xxxl{font-size:45px;line-height:1.2}}.section-title__dual--remaining-words,.section-title__dual-reverse--first-word{color:#e1242a}.section-title__secondary{padding-bottom:15px;position:relative}.section-title__secondary:after{content:"";position:absolute;bottom:0;left:0;height:3px;background:#e1242a}.section-title__secondary--full{display:inline-block}.section-title__secondary--full:after{width:100%}.section-title__secondary--center{text-align:center}.section-title__secondary--center:after{left:50%;transform:translateX(-50%);width:120px}.section-title__secondary--left:after{width:120px}.container{margin:0 auto;padding-left:15px;padding-right:15px}.container--fluid{padding-left:30px;padding-right:30px}@media(min-width:768px){.container:not(.container--fluid){width:750px}}@media(min-width:992px){.container--fluid{padding-left:100px;padding-right:100px}.container:not(.container--fluid){width:970px}}@media(min-width:1200px){.container:not(.container--fluid){width:1170px}}.slider{display:flex;align-items:center;position:relative}.slider__arrow{background:none;border:none;position:relative;height:50px;width:30px;cursor:pointer;overflow:hidden}.slider__arrow:before{content:"";position:absolute;top:8px;height:30px;width:30px;border-color:#495865 #495865 transparent transparent;border-style:solid;border-width:2px}.slider__arrow--prev:before{transform:rotate(-135deg);left:15px}.slider__arrow--next:before{transform:rotate(45deg);left:-15px}.slider__arrow--disabled{cursor:default;pointer-events:none;opacity:.3}.slider__list-wrapper{flex:1 1;overflow:hidden}.slider__list{position:relative;display:flex;flex-wrap:nowrap;transition:left .8s ease-in-out}.slider__list>li{flex:0 0 100%;padding:0 15px}@media(min-width:768px){.slider__list>li{flex:0 0 50%}}@media(min-width:992px){.slider__list>li{flex:0 0 33.33333%}}.related-resource-item{display:block;background:#fff;border:1px solid #e5e9ee;box-shadow:0 0 5px #e5e9ee;text-decoration:none}.related-resource-item__image-container{height:105px;position:relative}.related-resource-item__image{object-fit:cover}.related-resource-item__description-container{height:140px;padding:20px 25px 20px 20px}.related-resource-item__description{height:92px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.related-resource-item__footer{border-top:1px solid #e5e9ee;padding:10px 25px 10px 20px}@media(min-width:992px){.related-resource-item__image-container{height:150px}}.spinner{margin:0 auto;border-radius:50%;border-width:2px;border-style:solid;animation:loading .7s linear infinite}.spinner--default{border-color:#101c22 #101c22 #101c22 transparent}.spinner--primary{border-color:#e1242a #e1242a #e1242a transparent}.spinner--secondary{border-color:#156bd3 #156bd3 #156bd3 transparent}.spinner--small{width:16px;height:16px}.spinner--medium{width:28px;height:28px}.spinner--large{width:40px;height:40px}.related-resources{background:#f5f7fa;padding-top:50px;padding-bottom:50px}.related-resources__header{text-align:center;padding-bottom:50px}.related-resources__description{padding-top:8px}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button{position:relative;background:none;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:800;border-radius:32px;transition:background-position .4s ease-in-out;min-width:200px}.button--small{height:40px;padding:12px 20px}.button--medium{height:46px;padding:14px 24px}.button--large{height:56px;padding:14px 62px}.button--loading{pointer-events:none}.button--loading:after{content:"";position:absolute;top:9px;left:45%;width:28px;height:28px;border-radius:50%;border:2px solid transparent;animation:loading .7s linear infinite}.button--primary{background:#e1242a;color:#fff;background-size:300% 100%}.button--primary:active,.button--primary:focus,.button--primary:hover{background-position:100%;background-image:linear-gradient(90deg,#eb3941,#f15e64,#e14e53,#e2373f);box-shadow:0 5px 15px rgba(242,97,103,.4)}.button--primary-loading{color:#e1242a}.button--primary-loading:after{border-color:#fff #fff #fff transparent}.button--primary-outline{background:#fff;color:#e1242a;border:1px solid #e1242a}.button--primary-outline:active,.button--primary-outline:hover{color:#fff;background:#e1242a}.button--primary-outline-loading{color:#fff}.button--primary-outline-loading:after{border-color:#e1242a #e1242a #e1242a transparent}.button--primary-outline-loading:focus{background:#fff}.button--secondary{background:#156bd3;color:#fff;border:none;background-size:300% 100%}.button--secondary:active,.button--secondary:focus,.button--secondary:hover{background-position:100%;background-image:linear-gradient(90deg,#25aae1,#4481eb,#04befe,#3f86ed);box-shadow:0 4px 15px 0 rgba(65,132,234,.75)}.button--secondary-loading{color:#156bd3}.button--secondary-loading:after{border-color:#fff #fff #fff transparent}.button--secondary-outline{background:#fff;color:#156bd3;border:1px solid #156bd3}.button--secondary-outline:active,.button--secondary-outline:focus,.button--secondary-outline:hover{color:#fff;background:#156bd3}.button--secondary-outline-loading{color:#fff}.button--secondary-outline-loading:after{border-color:#156bd3 #156bd3 #156bd3 transparent}.button--default{background:#495865;color:#fff;border:1px solid #495865;background-size:300% 100%}.button--default:active,.button--default:focus,.button--default:hover{background-position:100%;background-image:linear-gradient(90deg,#888,#495865);box-shadow:0 4px 15px 0 #888}.button--default-loading{color:#fff}.button--default-loading:after{border-color:#495865 #495865 #495865 transparent}.button--default-outline{background:#fff;color:#495865;border:1px solid #495865}.button--default-outline:active,.button--default-outline:focus,.button--default-outline:hover{background:#495865;color:#fff}.button--default-outline-loading{color:#fff}.button--default-outline-loading:after{border-color:#495865 #495865 #495865 transparent}.button--disabled{pointer-events:none;opacity:.5}.button--block{width:100%}.button--flexible{min-width:unset}.button--with-icon{height:auto;padding:4px 16px}@keyframes infiniteslide{0%{transform:translateZ(0)}to{transform:translate3d(-3150px,0,0)}}.loginext-empower-brands{background:#efefef;text-align:center;padding:20px 0;overflow:hidden;height:225px}.loginext-empower-brands__section-title{text-align:center;padding-block:40px}.loginext-empower-brands__brand-list{display:flex;align-items:center;gap:50px;animation:infiniteslide 34.6673s linear 0s infinite normal none running}.loginext-empower-brands__brand-list-item{height:65px;display:inline-flex}.loginext-empower-brands__brand-image{height:100%;width:unset;aspect-ratio:3/2;object-fit:contain}