.fmdo-page{--fmdo-bg-light:#fff;--fmdo-bg-secondary:#f0f9ff;--fmdo-bg-card:#fff;--fmdo-blue-primary:#0ea5e9;--fmdo-blue-dark:#0284c7;--fmdo-blue-light:#38bdf8;--fmdo-indigo:#6366f1;--fmdo-indigo-dark:#4f46e5;--fmdo-indigo-light:#818cf8;--fmdo-gradient:linear-gradient(135deg,#0ea5e9,#3b82f6 50%,#6366f1);--fmdo-gradient-light:linear-gradient(180deg,#fff,#f0f9ff);--fmdo-text-primary:#1e293b;--fmdo-text-secondary:#64748b;--fmdo-text-muted:#94a3b8;--fmdo-border:rgba(14,165,233,.25);--fmdo-red:#e1242a;--fmdo-red-dark:#c72229;--fmdo-shadow:rgba(14,165,233,.12);--fmdo-shadow-lg:rgba(14,165,233,.2)}.fmdo-page h1,.fmdo-page h2,.fmdo-page h3,.fmdo-page h4,.fmdo-page h5,.fmdo-page h6{line-height:normal!important}.fmdo-container{max-width:1200px;margin:0 auto;padding:0 24px}.fmdo-hero-section{position:relative;min-height:100vh;height:auto;display:flex;align-items:center;background-image:url(/landing-page/final-mile-delivery-optimization/header-bg.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;overflow:visible;padding:20px 0}.fmdo-hero-section:before{background:linear-gradient(135deg,rgba(14,165,233,.82),rgba(99,102,241,.72))}.fmdo-hero-section:after,.fmdo-hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.fmdo-hero-section:after{background:radial-gradient(ellipse at center,rgba(0,0,0,.15) 0,rgba(0,0,0,.35) 100%);pointer-events:none}.fmdo-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0}.fmdo-gradient-blob{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3;animation:fmdoBlobFloat 20s ease-in-out infinite}.fmdo-gradient-blob.blob-1{width:500px;height:500px;background:var(--fmdo-blue-primary);top:-150px;right:-100px;opacity:.2}.fmdo-gradient-blob.blob-2{width:400px;height:400px;background:var(--fmdo-indigo);bottom:-100px;left:-50px;animation-delay:-10s;opacity:.15}@keyframes fmdoBlobFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.fmdo-hero-particles{position:absolute;width:100%;height:100%}.fmdo-particle{position:absolute;font-size:2rem;opacity:.1;animation:fmdoParticleFloat 15s ease-in-out infinite}.fmdo-particle.particle-1{top:20%;left:10%;animation-delay:0s}.fmdo-particle.particle-2{top:60%;right:15%;animation-delay:-5s}.fmdo-particle.particle-3{bottom:30%;left:20%;animation-delay:-10s}.fmdo-particle.particle-4{top:40%;right:30%;animation-delay:-7s}@keyframes fmdoParticleFloat{0%,to{transform:translateY(0) rotate(0deg);opacity:.1}50%{transform:translateY(-30px) rotate(180deg);opacity:.2}}.fmdo-hero-section .fmdo-container{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;height:100%;min-height:100%}.fmdo-hero-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 20px;min-height:calc(100vh - 40px)}.fmdo-hero-content{animation:fmdoFadeInUp .8s ease-out;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;position:relative;z-index:3}@keyframes fmdoFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fmdo-hero-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:normal;color:#fff;margin-bottom:10px;animation:fmdoFadeInUp .8s ease-out .2s both;text-shadow:0 4px 30px rgba(0,0,0,.5),0 2px 10px rgba(0,0,0,.3);position:relative;z-index:3}.fmdo-hero-subtitle-wrapper{margin-bottom:16px;animation:fmdoFadeInUp .8s ease-out .3s both;width:100%}.fmdo-hero-subtitle{font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:700;color:#fff;margin:0;padding:14px 20px;line-height:1.5;text-shadow:0 2px 10px rgba(0,0,0,.4),0 1px 5px rgba(0,0,0,.3);background:linear-gradient(135deg,rgba(14,165,233,.25),rgba(99,102,241,.2));backdrop-filter:blur(12px);border-radius:14px;border:2px solid hsla(0,0%,100%,.3);box-shadow:0 8px 24px rgba(0,0,0,.25),0 4px 12px rgba(14,165,233,.2),inset 0 1px 0 hsla(0,0%,100%,.2);display:inline-block;width:100%;position:relative;z-index:3;transition:all .3s ease}.fmdo-hero-subtitle:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(14,165,233,.1),rgba(99,102,241,.1));border-radius:14px;opacity:0;transition:opacity .3s ease;z-index:-1}.fmdo-hero-subtitle:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.3),0 6px 16px rgba(14,165,233,.3),inset 0 1px 0 hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.4)}.fmdo-hero-subtitle:hover:before{opacity:1}.fmdo-hero-description{font-size:clamp(.85rem,1.8vw,.95rem);line-height:1.6;color:hsla(0,0%,100%,.98);margin-bottom:16px;text-shadow:0 2px 15px rgba(0,0,0,.35),0 1px 5px rgba(0,0,0,.2)}.fmdo-hero-description,.fmdo-hero-read-more{animation:fmdoFadeInUp .8s ease-out .4s both;position:relative;z-index:3}.fmdo-hero-read-more{margin-bottom:20px}.fmdo-hero-read-more .fmdo-hero-description{margin-bottom:10px}.fmdo-hero-read-more-btn{display:inline-block;margin-bottom:16px;padding:0;background:none;border:none;font-size:clamp(.85rem,1.8vw,.95rem);font-weight:600;color:hsla(0,0%,100%,.95);text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .2s ease,opacity .2s ease;text-shadow:0 2px 12px rgba(0,0,0,.3);position:relative;z-index:10}.fmdo-hero-read-more-btn:hover{color:#fff;opacity:.9}.fmdo-hero-expandable{overflow:hidden;max-height:0;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,margin-top .3s ease;margin-top:0}.fmdo-hero-expandable[data-expanded=true]{max-height:500px;opacity:1;margin-top:12px}.fmdo-hero-expandable .fmdo-hero-description{margin-bottom:12px}.fmdo-hero-expandable .fmdo-hero-features{margin-top:8px}.fmdo-hero-section.fmdo-hero-expanded{min-height:auto;height:auto;align-items:flex-start;padding-top:40px;padding-bottom:40px}.fmdo-hero-section.fmdo-hero-expanded .fmdo-hero-content-wrapper{align-items:flex-start;padding-top:20px}.fmdo-hero-features{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;animation:fmdoFadeInUp .8s ease-out .5s both}.fmdo-feature-item{display:flex;align-items:flex-start;gap:10px;font-size:clamp(.8rem,1.5vw,.9rem);color:hsla(0,0%,100%,.98);line-height:1.4;text-shadow:0 2px 12px rgba(0,0,0,.3),0 1px 4px rgba(0,0,0,.2);position:relative;z-index:3}.fmdo-check-icon{width:18px;height:18px;background:var(--fmdo-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.65rem;font-weight:700;flex-shrink:0;margin-top:2px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.fmdo-hero-buttons-wrapper{animation:fmdoFadeInUp .8s ease-out .7s both}.fmdo-hero-buttons,.fmdo-hero-buttons-wrapper{width:100%;display:flex;justify-content:flex-start}.fmdo-hero-buttons{gap:16px;flex-wrap:wrap}.fmdo-hero-visual{position:relative;z-index:3;animation:fmdoFadeInRight .8s ease-out .3s both;display:flex;justify-content:center;align-items:center}@keyframes fmdoFadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.fmdo-dashboard-preview{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border-radius:16px;padding:16px;box-shadow:0 20px 60px rgba(0,0,0,.3),0 8px 24px rgba(14,165,233,.2);border:1px solid hsla(0,0%,100%,.3);width:100%;max-width:500px;max-height:calc(100vh - 80px);overflow:hidden;animation:fmdoDashboardFloat 6s ease-in-out infinite}@keyframes fmdoDashboardFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(.5deg)}}.fmdo-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid rgba(14,165,233,.1)}.fmdo-dashboard-title{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:var(--fmdo-text-primary)}.fmdo-dashboard-icon{font-size:1.2rem}.fmdo-live-indicator{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:#10b981}.fmdo-indicator-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:fmdoPulseDot 2s ease-in-out infinite}@keyframes fmdoPulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.fmdo-dashboard-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:12px}.fmdo-metric-card{background:linear-gradient(135deg,rgba(14,165,233,.1),rgba(99,102,241,.1));border:1px solid rgba(14,165,233,.2);border-radius:10px;padding:12px;text-align:center;transition:all .3s ease}.fmdo-metric-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(14,165,233,.2)}.fmdo-metric-value{font-size:1.4rem;font-weight:700;background:var(--fmdo-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:normal;margin-bottom:2px}.fmdo-metric-label{font-size:.65rem;color:var(--fmdo-text-secondary);font-weight:500}.fmdo-dashboard-visualization{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:10px;padding:12px;margin-bottom:12px;height:140px;position:relative;overflow:hidden}.fmdo-route-map,.fmdo-route-visual{width:100%;height:100%;position:relative}.fmdo-route-line{position:absolute;height:2px;background:var(--fmdo-gradient);opacity:.6;animation:fmdoRoutePulse 3s ease-in-out infinite}.fmdo-route-line.route-1{top:30%;left:10%;width:40%;transform:rotate(25deg);animation-delay:0s}.fmdo-route-line.route-2{top:60%;left:20%;width:50%;transform:rotate(-15deg);animation-delay:1s}.fmdo-route-line.route-3{top:45%;left:50%;width:35%;transform:rotate(45deg);animation-delay:2s}@keyframes fmdoRoutePulse{0%,to{opacity:.3}50%{opacity:.8}}.fmdo-location-pin{position:absolute;font-size:1.2rem;animation:fmdoPinPulse 2s ease-in-out infinite}.fmdo-location-pin.pin-1{top:25%;left:8%;animation-delay:0s}.fmdo-location-pin.pin-2{top:55%;left:18%;animation-delay:.5s}.fmdo-location-pin.pin-3{top:40%;left:48%;animation-delay:1s}@keyframes fmdoPinPulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.fmdo-truck-icon{position:absolute;font-size:1.5rem;bottom:20%;left:15%;animation:fmdoTruckMove 8s ease-in-out infinite}@keyframes fmdoTruckMove{0%,to{transform:translateX(0) translateY(0)}25%{transform:translateX(20px) translateY(-10px)}50%{transform:translateX(40px) translateY(0)}75%{transform:translateX(20px) translateY(10px)}}.fmdo-dashboard-status{display:flex;flex-direction:column;gap:6px}.fmdo-status-item{display:flex;align-items:center;gap:8px;font-size:.75rem;color:var(--fmdo-text-secondary)}.fmdo-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.fmdo-status-dot.active{background:#3b82f6;animation:fmdoPulseDot 2s ease-in-out infinite}.fmdo-status-dot.warning{background:#f59e0b;animation:fmdoPulseDot 2s ease-in-out infinite;animation-delay:.5s}.fmdo-status-dot.success{background:#10b981;animation:fmdoPulseDot 2s ease-in-out infinite;animation-delay:1s}.fmdo-page .fmdo-cta-primary,.fmdo-page .fmdo-cta-primary:hover{background:var(--fmdo-red)!important;color:#fff!important;border:none!important;padding:12px 28px!important;border-radius:50px!important;font-weight:600!important;font-size:1rem!important;box-shadow:0 4px 15px rgba(225,36,42,.4),0 2px 8px rgba(225,36,42,.2)!important;transition:all .3s ease!important;position:relative;z-index:3}.fmdo-page .fmdo-cta-primary:hover{background:var(--fmdo-red-dark)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px rgba(225,36,42,.5),0 4px 12px rgba(225,36,42,.3)!important}.fmdo-page .fmdo-cta-secondary,.fmdo-page .fmdo-cta-secondary:hover{background:var(--fmdo-red)!important;color:#fff!important;border:2px solid var(--fmdo-red)!important;padding:10px 26px!important;border-radius:50px!important;font-weight:600!important;font-size:1rem!important;box-shadow:0 4px 15px rgba(225,36,42,.3)!important;transition:all .3s ease!important;position:relative;z-index:3}.fmdo-page .fmdo-cta-secondary:hover{background:var(--fmdo-red-dark)!important;border-color:var(--fmdo-red-dark)!important;transform:translateY(-2px)!important;box-shadow:0 8px 24px rgba(225,36,42,.4)!important}.fmdo-challenges-section{padding:60px 0;background:var(--fmdo-bg-light);position:relative}.fmdo-challenges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:48px}.fmdo-challenge-card{background:var(--fmdo-bg-card);border-radius:16px;padding:32px;box-shadow:0 4px 20px var(--fmdo-shadow),0 2px 8px rgba(0,0,0,.05);transition:all .4s ease;animation:fmdoCardFloat 6s ease-in-out infinite;animation-play-state:paused;border:1px solid rgba(14,165,233,.1)}.fmdo-challenge-card:first-child{animation-delay:1s}.fmdo-challenge-card:nth-child(2){animation-delay:1.5s}.fmdo-challenge-card:nth-child(3){animation-delay:3s}.fmdo-challenge-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px var(--fmdo-shadow-lg),0 6px 16px rgba(0,0,0,.1);animation-play-state:paused}@keyframes fmdoCardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.fmdo-challenge-icon{font-size:3rem;margin-bottom:16px;display:block}.fmdo-challenge-title{font-size:1.5rem;font-weight:700;color:var(--fmdo-text-primary);margin-bottom:12px;line-height:normal}.fmdo-challenge-desc{font-size:1rem;line-height:1.6;color:var(--fmdo-text-secondary);margin-bottom:12px}.fmdo-challenge-result{font-size:.95rem;line-height:1.6;color:var(--fmdo-text-primary);padding-top:12px;border-top:1px solid rgba(14,165,233,.1)}.fmdo-workflow-section{padding:60px 0;background:linear-gradient(180deg,var(--fmdo-bg-light) 0,var(--fmdo-bg-secondary) 100%);position:relative}.fmdo-workflow-intro{font-size:1.125rem;line-height:1.7;color:var(--fmdo-text-secondary);margin-bottom:40px;text-align:center}.fmdo-workflow-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:32px}.fmdo-workflow-step{background:var(--fmdo-bg-card);border-radius:16px;padding:28px;box-shadow:0 4px 20px var(--fmdo-shadow),0 2px 8px rgba(0,0,0,.05);transition:all .4s ease;animation:fmdoCardFloat 6s ease-in-out infinite;animation-play-state:paused;border-left:4px solid var(--fmdo-blue-primary)}.fmdo-workflow-step:first-child{animation-delay:1s}.fmdo-workflow-step:nth-child(2){animation-delay:.8s}.fmdo-workflow-step:nth-child(3){animation-delay:1.6s}.fmdo-workflow-step:nth-child(4){animation-delay:2.4s}.fmdo-workflow-step:nth-child(5){animation-delay:3.2s}.fmdo-workflow-step:hover{transform:translateY(-8px) translateX(4px);box-shadow:0 12px 40px var(--fmdo-shadow-lg),0 6px 16px rgba(0,0,0,.1);animation-play-state:paused}.fmdo-step-number{font-size:2rem;background:var(--fmdo-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fmdo-step-number,.fmdo-step-title{font-weight:700;margin-bottom:12px;line-height:normal}.fmdo-step-title{font-size:1.25rem;color:var(--fmdo-text-primary)}.fmdo-step-desc{font-size:.95rem;line-height:1.6;color:var(--fmdo-text-secondary)}.fmdo-workflow-value{background:linear-gradient(135deg,rgba(14,165,233,.1),rgba(99,102,241,.1));border-left:4px solid var(--fmdo-blue-primary);border-radius:12px;padding:24px;margin-top:32px;animation:fmdoCardFloat 6s ease-in-out infinite;animation-delay:4s}.fmdo-value-text{font-size:1.125rem;line-height:1.7;color:var(--fmdo-text-primary);margin:0}.fmdo-kpis-section{padding:60px 0;background:var(--fmdo-bg-light);position:relative}.fmdo-kpis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;margin-top:48px}.fmdo-kpi-card{background:var(--fmdo-bg-card);border-radius:16px;padding:32px;text-align:center;box-shadow:0 4px 20px var(--fmdo-shadow),0 2px 8px rgba(0,0,0,.05);transition:all .4s ease;animation:fmdoCardFloat 6s ease-in-out infinite;animation-play-state:paused;border-top:4px solid var(--fmdo-indigo)}.fmdo-kpi-card:first-child,.fmdo-kpi-card:nth-child(2){animation-delay:1s}.fmdo-kpi-card:nth-child(3){animation-delay:2s}.fmdo-kpi-card:nth-child(4){animation-delay:3s}.fmdo-kpi-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px var(--fmdo-shadow-lg),0 6px 16px rgba(0,0,0,.1);animation-play-state:paused}.fmdo-kpi-number{font-size:3rem;background:var(--fmdo-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}.fmdo-kpi-number,.fmdo-kpi-title{font-weight:700;line-height:normal}.fmdo-kpi-title{font-size:1.25rem;color:var(--fmdo-text-primary);margin-bottom:8px}.fmdo-kpi-desc{font-size:.95rem;line-height:1.6;color:var(--fmdo-text-secondary)}.fmdo-comparison-section{padding:60px 0;background:linear-gradient(180deg,var(--fmdo-bg-secondary) 0,var(--fmdo-bg-light) 100%);position:relative}.fmdo-comparison-table-wrapper{display:flex;justify-content:center;align-items:center;margin-top:48px;width:100%}.fmdo-comparison-table{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;max-width:1200px;width:100%;margin:0 auto;background:var(--fmdo-bg-card);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px var(--fmdo-shadow-lg),0 4px 16px rgba(0,0,0,.1);border:1px solid rgba(14,165,233,.1);transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s ease;will-change:transform;transform:translateY(0)}.fmdo-table-header{display:contents}.fmdo-table-header .fmdo-table-cell{background:var(--fmdo-gradient);color:#fff;font-weight:700;padding:20px;font-size:1rem}.fmdo-table-row{display:contents}.fmdo-table-cell{padding:20px;border-bottom:1px solid rgba(14,165,233,.1);border-right:1px solid rgba(14,165,233,.1);font-size:.95rem;line-height:1.6;color:var(--fmdo-text-primary);word-wrap:break-word;overflow-wrap:break-word;text-align:center}.fmdo-table-row:last-child .fmdo-table-cell{border-bottom:none}.fmdo-table-cell:last-child{border-right:none}.fmdo-table-feature{text-align:center;font-weight:600;background:rgba(14,165,233,.05)}.fmdo-table-loginext{background:rgba(99,102,241,.05);font-weight:600}.fmdo-comparison-table:hover{transform:translateY(-4px);box-shadow:0 12px 48px var(--fmdo-shadow-lg),0 6px 20px rgba(0,0,0,.15)}.fmdo-casestudy-section{padding:60px 0;background:var(--fmdo-bg-light);position:relative}.fmdo-casestudy-intro{font-size:1.125rem;line-height:1.7;color:var(--fmdo-text-secondary);margin-bottom:40px;text-align:center;max-width:900px;margin-left:auto;margin-right:auto}.fmdo-casestudy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:32px;margin-top:48px}.fmdo-casestudy-item{background:var(--fmdo-bg-card);border-radius:16px;padding:32px;box-shadow:0 4px 20px var(--fmdo-shadow),0 2px 8px rgba(0,0,0,.05);animation:fmdoCardFloat 6s ease-in-out infinite;border-top:4px solid var(--fmdo-blue-primary)}.fmdo-casestudy-item:first-child{animation-delay:0s}.fmdo-casestudy-item:nth-child(2){animation-delay:2s}.fmdo-casestudy-subtitle{font-size:1.5rem;font-weight:700;color:var(--fmdo-text-primary);margin-bottom:16px;line-height:normal}.fmdo-casestudy-fix,.fmdo-casestudy-problem,.fmdo-casestudy-win{font-size:.95rem;line-height:1.6;color:var(--fmdo-text-secondary);margin-bottom:12px}.fmdo-decision-section{padding:60px 0;background:linear-gradient(180deg,var(--fmdo-bg-light) 0,var(--fmdo-bg-secondary) 100%);position:relative}.fmdo-decision-content{font-size:1.125rem;line-height:1.7;color:var(--fmdo-text-secondary);max-width:900px;margin:0 auto;text-align:center}.fmdo-integration-section{padding:60px 0;background:var(--fmdo-bg-light);position:relative}.fmdo-integration-intro{font-size:1.125rem;line-height:1.7;color:var(--fmdo-text-secondary);margin-bottom:40px;text-align:center}.fmdo-integration-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-top:48px}.fmdo-integration-card{background:var(--fmdo-bg-card);border-radius:16px;padding:32px;text-align:center;box-shadow:0 4px 20px var(--fmdo-shadow),0 2px 8px rgba(0,0,0,.05);transition:all .4s ease;animation:fmdoCardFloat 6s ease-in-out infinite;animation-play-state:paused;border:2px solid rgba(14,165,233,.1)}.fmdo-integration-card:first-child,.fmdo-integration-card:nth-child(2){animation-delay:1s}.fmdo-integration-card:nth-child(3){animation-delay:2s}.fmdo-integration-card:nth-child(4){animation-delay:3s}.fmdo-integration-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px var(--fmdo-shadow-lg),0 6px 16px rgba(0,0,0,.1);border-color:var(--fmdo-blue-primary);animation-play-state:paused}.fmdo-integration-icon{font-size:3rem;margin-bottom:16px;display:block}.fmdo-integration-title{font-size:1.125rem;font-weight:700;color:var(--fmdo-text-primary);margin-bottom:8px;line-height:normal}.fmdo-integration-desc{font-size:.9rem;line-height:1.6;color:var(--fmdo-text-secondary)}.fmdo-final-cta-section{position:relative;padding:100px 0;background:linear-gradient(135deg,rgba(14,165,233,.95),rgba(99,102,241,.9));overflow:hidden}.fmdo-final-cta-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/landing-page/final-mile-delivery-optimization/bottom.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:.15;z-index:0}.fmdo-final-cta-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.fmdo-final-cta-title{font-size:clamp(2rem,5vw,2.75rem);font-weight:700;color:#fff;margin-bottom:24px;line-height:normal;text-shadow:0 4px 20px rgba(0,0,0,.3)}.fmdo-final-cta-description{font-size:1.125rem;line-height:1.7;color:hsla(0,0%,100%,.95);margin-bottom:40px}.fmdo-final-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.fmdo-faq-section{padding:60px 0;background:linear-gradient(180deg,var(--fmdo-bg-secondary) 0,var(--fmdo-bg-light) 100%);position:relative}.fmdo-faq-list{max-width:900px;margin:48px auto 0;display:flex;flex-direction:column;gap:0}.fmdo-faq-item{padding:0;border-bottom:1px solid rgba(14,165,233,.15);transition:all .3s ease}.fmdo-faq-item:last-child{border-bottom:none}.fmdo-faq-question-button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 0;background:none;border:none;text-align:left;cursor:pointer;transition:all .3s ease;position:relative}.fmdo-faq-question-button:hover{padding-left:8px}.fmdo-faq-question-button:hover .fmdo-faq-question{color:var(--fmdo-blue-primary)}.fmdo-faq-question-button:hover .fmdo-faq-icon{background:rgba(14,165,233,.15);transform:scale(1.05)}.fmdo-faq-item-open .fmdo-faq-question-button:hover .fmdo-faq-icon{transform:scale(1.15)}.fmdo-faq-question{font-size:1.2rem;font-weight:600;line-height:normal;color:var(--fmdo-text-primary);margin:0;flex:1;transition:color .3s ease}.fmdo-faq-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(14,165,233,.1);border-radius:50%;color:var(--fmdo-blue-primary);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.fmdo-faq-icon svg{width:20px;height:20px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.fmdo-faq-icon-horizontal,.fmdo-faq-icon-vertical{opacity:1;transform:rotate(0deg);transition:opacity .3s ease,transform .3s cubic-bezier(.4,0,.2,1)}.fmdo-faq-item-open .fmdo-faq-icon{background:var(--fmdo-gradient);color:#fff;transform:scale(1.1);box-shadow:0 4px 12px rgba(14,165,233,.3)}.fmdo-faq-item-open .fmdo-faq-icon-vertical{opacity:0;transform:rotate(90deg)}.fmdo-faq-item-open .fmdo-faq-icon-horizontal{opacity:1;transform:rotate(0deg)}.fmdo-faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1),opacity .3s ease;opacity:0}.fmdo-faq-item-open .fmdo-faq-answer-wrapper{max-height:500px;opacity:1;padding-bottom:24px}.fmdo-faq-answer{font-size:1rem;color:var(--fmdo-text-secondary);line-height:1.6;margin:0;padding-top:8px;transition:color .3s ease}.fmdo-faq-item-open .fmdo-faq-answer{color:var(--fmdo-text-primary)}.fmdo-section-header{text-align:center;margin-bottom:48px}.fmdo-section-tag{display:inline-block;font-size:.875rem;font-weight:600;color:var(--fmdo-blue-primary);background:rgba(14,165,233,.1);padding:6px 16px;border-radius:50px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.fmdo-section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--fmdo-text-primary);line-height:normal;margin:0}.fmdo-section-cta{display:flex;justify-content:center;margin-top:48px}.fmdo-inline-link{color:var(--fmdo-blue-primary);text-decoration:none;border-bottom:2px solid rgba(14,165,233,.3);transition:all .3s ease;font-weight:600}.fmdo-inline-link:hover{color:var(--fmdo-indigo);border-bottom-color:var(--fmdo-indigo)}@media (max-width:992px){.fmdo-hero-content-wrapper{grid-template-columns:1fr;gap:32px;padding:0 16px;align-items:flex-start}.fmdo-hero-content{order:-1;padding-top:20px}.fmdo-dashboard-preview{max-width:100%}.fmdo-casestudy-grid,.fmdo-challenges-grid,.fmdo-comparison-table,.fmdo-integration-grid,.fmdo-kpis-grid,.fmdo-workflow-steps{grid-template-columns:1fr}.fmdo-table-header{display:none}.fmdo-table-row{display:grid;grid-template-columns:1fr;margin-bottom:16px;background:var(--fmdo-bg-card);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05)}.fmdo-table-cell{padding:16px;border:none;border-bottom:1px solid rgba(14,165,233,.1)}.fmdo-table-cell:first-child{background:var(--fmdo-gradient);color:#fff;font-weight:700;border-bottom:none}.fmdo-final-cta-buttons{flex-direction:column;align-items:center}.fmdo-final-cta-buttons .fmdo-cta-primary,.fmdo-final-cta-buttons .fmdo-cta-secondary{width:100%;max-width:300px}}@media (max-width:768px){.fmdo-hero-section{padding:80px 0 16px}.fmdo-hero-section,.fmdo-hero-section .fmdo-container{align-items:flex-start}.fmdo-hero-content-wrapper{min-height:auto;align-items:flex-start;padding-top:0}.fmdo-dashboard-preview{padding:12px}.fmdo-dashboard-metrics{grid-template-columns:1fr}.fmdo-section-header{margin-bottom:32px}.fmdo-casestudy-section,.fmdo-challenges-section,.fmdo-comparison-section,.fmdo-decision-section,.fmdo-faq-section,.fmdo-integration-section,.fmdo-kpis-section,.fmdo-workflow-section{padding:60px 0}}@media (max-width:480px){.fmdo-container{padding:0 16px}.fmdo-hero-title{font-size:1.5rem}.fmdo-hero-subtitle{font-size:1rem;padding:12px 16px}.fmdo-hero-description{font-size:.85rem}.fmdo-hero-buttons{flex-direction:column}.fmdo-hero-buttons .fmdo-cta-primary,.fmdo-hero-buttons .fmdo-cta-secondary{width:100%}}.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;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{-o-object-fit:cover;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:12px 0 20px;overflow:hidden;height:225px}.loginext-empower-brands__section-title{text-align:center;padding:8px 0 14px}.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;-o-object-fit:contain;object-fit:contain}