.lease-steps-wrapper{text-align:center;max-width:1200px;margin:auto;padding:80px 20px}.lease-steps-wrapper h2{font-size:38px;margin-bottom:10px;color:#172e4d}.lease-steps-intro{opacity:0.8;margin-bottom:45px;color:#172e4d}.lease-steps-scroll{display:flex;gap:25px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:20px}.lease-step{min-width:280px;background:#172e4d;padding:40px;border-radius:14px;box-shadow:0 12px 30px rgba(0,0,0,0.12);scroll-snap-align:start;text-align:left;transition:transform 0.25s ease,box-shadow 0.25s ease}.lease-step:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,0.18)}.step-number{font-size:34px;font-weight:700;color:#fff;opacity:0.7;margin-bottom:12px;letter-spacing:1px}.lease-step h3{color:#fff;margin-bottom:10px;font-size:20px}.lease-step p{color:#fff;opacity:0.9;line-height:1.6}.lease-dots{display:flex;justify-content:center;gap:10px;margin-top:20px}.dot{width:8px;height:8px;border-radius:50%;background:#ccc}.dot.active{background:#172e4d}@media (min-width:981px){.lease-steps-scroll{overflow:visible;justify-content:center}.lease-step{flex:1;min-width:auto}.lease-dots{display:none}}html{scroll-behavior:smooth}