
/* Version 141: bilingual Multi-Location Growth Operations solution */
.mlo-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#101b2a 0%,#173551 55%,#0f263c 100%)}
.mlo-hero:after{content:"";position:absolute;inset:auto -10% -45% 42%;height:26rem;border-radius:50%;background:radial-gradient(circle,rgba(51,165,220,.22),rgba(51,165,220,0) 68%);pointer-events:none}
.mlo-hero-grid{align-items:center;gap:clamp(2rem,5vw,5rem)}
.mlo-hero .hero-copy{position:relative;z-index:1}
.mlo-hero-panel{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;padding:1.25rem;border:1px solid rgba(255,255,255,.22);border-radius:1.2rem;background:rgba(10,25,40,.72);box-shadow:0 1.5rem 3.5rem rgba(0,0,0,.22);backdrop-filter:blur(8px)}
.mlo-hero-panel span{display:flex;align-items:center;justify-content:center;min-height:5rem;padding:.85rem;text-align:center;border-radius:.8rem;background:rgba(255,255,255,.08);color:#eaf6ff;font-weight:700;line-height:1.25}
.mlo-hero-panel strong{grid-column:1/-1;padding:1rem;text-align:center;border-radius:.8rem;background:#e7f5fd;color:#173551;font-size:1.05rem}
.mlo-heading{max-width:58rem}
.mlo-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;list-style:none;padding:0;margin:2.5rem 0 0;counter-reset:none}
.mlo-process li{position:relative;display:flex;flex-direction:column;min-height:12.5rem;padding:1.2rem 1.1rem;border:1px solid #c9ddea;border-radius:1rem;background:#fff;box-shadow:0 .7rem 1.7rem rgba(25,61,86,.07)}
.mlo-process li:not(:nth-child(4n)):after{content:"→";position:absolute;right:-.83rem;top:50%;transform:translateY(-50%);z-index:2;display:grid;place-items:center;width:1.5rem;height:1.5rem;border-radius:50%;background:#168dc4;color:#fff;font-weight:800}
.mlo-process span{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;margin-bottom:.8rem;border-radius:50%;background:#dff2fc;color:#0d6792;font-weight:800;font-size:.83rem}
.mlo-process strong{color:#152d43;font-size:1.02rem;line-height:1.3}
.mlo-process small{display:block;margin-top:.55rem;color:#506777;font-size:.9rem;line-height:1.5}
.mlo-card-grid{display:grid;gap:1rem}
.mlo-use-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:2rem}
.mlo-card-grid article,.mlo-capability-grid article,.mlo-offer-grid article{padding:1.25rem;border:1px solid #c9ddea;border-radius:1rem;background:#fff;box-shadow:0 .7rem 1.7rem rgba(25,61,86,.055)}
.mlo-card-grid h3,.mlo-capability-grid h3,.mlo-offer-grid h3{margin-top:0;color:#173551}
.mlo-card-grid p{margin-bottom:0}
.mlo-capability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-top:2rem}
.mlo-capability-grid article{border-top:4px solid #168dc4}
.mlo-control-panel{padding:1.5rem;border:1px solid #bed7e5;border-radius:1rem;background:#fff}
.mlo-control-panel h3{margin-top:0;color:#173551}
.mlo-offer-header{display:flex;justify-content:space-between;gap:2rem;align-items:flex-end;margin-bottom:2rem}
.mlo-offer-header>div{max-width:56rem}
.mlo-duration{flex:0 0 auto;display:block;min-width:10.5rem;padding:1rem;text-align:center;border-radius:1rem;background:#173551;color:#fff;line-height:1.35}
.mlo-duration strong{font-size:1.2rem;color:#fff}
.mlo-offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}
.mlo-paid-note{margin-top:1rem;padding:1rem;border-left:4px solid #168dc4;background:#eef8fd;color:#24475c}
.mlo-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem}
.mlo-link-grid a{display:flex;flex-direction:column;gap:.35rem;padding:1.25rem;border:1px solid #bfd8e7;border-radius:1rem;background:#fff;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.mlo-link-grid a:hover,.mlo-link-grid a:focus-visible{transform:translateY(-2px);border-color:#168dc4;box-shadow:0 .7rem 1.7rem rgba(25,61,86,.1)}
.mlo-link-grid strong{color:#0d6792}
.mlo-link-grid span{color:#506777;line-height:1.5}
@media (max-width:1000px){.mlo-process{grid-template-columns:repeat(2,minmax(0,1fr))}.mlo-process li:not(:nth-child(4n)):after{display:none}.mlo-use-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.mlo-hero-panel{grid-template-columns:1fr}.mlo-hero-panel strong{grid-column:auto}.mlo-process,.mlo-use-grid,.mlo-capability-grid,.mlo-offer-grid,.mlo-link-grid{grid-template-columns:1fr}.mlo-process li{min-height:0}.mlo-offer-header{align-items:stretch;flex-direction:column}.mlo-duration{width:100%}.mlo-hero .hero-actions{align-items:stretch}.mlo-hero .hero-actions .btn{width:100%;white-space:normal;text-align:center}}
@media (prefers-reduced-motion:reduce){.mlo-link-grid a{transition:none}}
