*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f7f4;color:#111;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.landing{min-height:100vh;overflow:hidden}.landingNav{max-width:1180px;height:78px;margin:auto;padding:0 28px;display:flex;justify-content:space-between}.landingNav,.logo{align-items:center}.logo{display:inline-flex;gap:10px;font-size:21px;font-weight:800;letter-spacing:-.5px}.logoMark{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#111;color:#fff;font-weight:900}.largeButton,.navButton,.primaryButton{display:inline-flex;align-items:center;gap:24px;background:#111;color:#fff;border-radius:999px;font-weight:700}.navButton{padding:12px 21px;font-size:14px}.hero{max-width:1180px;margin:auto;padding:80px 28px 105px;display:grid;grid-template-columns:1fr .9fr;grid-gap:70px;gap:70px;align-items:center}.eyebrow{margin:0 0 20px;color:#777;font-size:12px;font-weight:800;letter-spacing:2px}.hero h1{max-width:700px;margin:0;font-size:clamp(58px,7vw,94px);line-height:.92;letter-spacing:-5px}.heroText{max-width:520px;margin:30px 0;color:#666;font-size:19px;line-height:1.55}.heroActions{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.primaryButton{padding:17px 23px}.largeButton span,.primaryButton span{font-size:20px}.secondaryButton{padding:16px 20px;font-weight:700}.heroTrust{margin-top:32px;display:flex;gap:18px;flex-wrap:wrap;color:#666;font-size:13px}.heroTrust span{color:#111;font-weight:800}.heroVisual{min-height:480px;border-radius:30px;overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.12)}.mapSurface{height:480px;position:relative;overflow:hidden;background:linear-gradient(30deg,transparent 48%,hsla(0,0%,100%,.8) 49%,hsla(0,0%,100%,.8) 51%,transparent 52%),linear-gradient(120deg,transparent 48%,hsla(0,0%,100%,.75) 49%,hsla(0,0%,100%,.75) 51%,transparent 52%),#d8d8d1;background-size:90px 90px}.mapRoad{position:absolute;height:8px;border-radius:20px;background:#111;transform-origin:left center}.roadA{width:270px;left:15%;top:64%;transform:rotate(-25deg)}.roadB{width:190px;left:50%;top:40%;transform:rotate(55deg)}.roadC{width:120px;left:48%;top:40%;transform:rotate(-70deg)}.mapPin{position:absolute;width:25px;height:25px;border:5px solid #fff;border-radius:50%;background:#111;box-shadow:0 5px 15px rgba(0,0,0,.2)}.pickup{left:15%;top:68%}.destination{right:17%;top:22%}.driverMarker{position:absolute;left:50%;top:48%;width:58px;height:58px;display:grid;place-items:center;transform:translate(-50%,-50%);border-radius:50%;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.18);font-size:27px}.rideStatus{position:absolute;right:24px;bottom:24px;left:24px;padding:16px;display:flex;align-items:center;gap:12px;border-radius:17px;background:hsla(0,0%,100%,.95);box-shadow:0 10px 30px rgba(0,0,0,.1)}.statusIndicator{width:12px;height:12px;border-radius:50%;background:#111}.rideStatus small,.rideStatus strong{display:block}.rideStatus small{margin-top:4px;color:#777}.featureSection{max-width:1180px;margin:auto;padding:75px 28px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;border-top:1px solid #ddd}.feature{padding:20px}.featureIcon{width:48px;height:48px;margin-bottom:20px;display:grid;place-items:center;border-radius:14px;background:#111;color:#fff;font-weight:800}.feature h2{margin:0 0 10px;font-size:21px}.feature p{margin:0;color:#707070;line-height:1.6}.howSection{max-width:1180px;margin:auto;padding:100px 28px 120px}.howSection>h2{max-width:760px;margin:0 0 65px;font-size:clamp(42px,5vw,64px);line-height:1;letter-spacing:-3px}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:50px;gap:50px;margin-bottom:60px}.step>span{color:#777;font-size:13px;font-weight:800}.step h3{margin:15px 0 10px;font-size:21px}.step p{max-width:290px;margin:0;color:#707070;line-height:1.6}.largeButton{padding:17px 23px}.finalCta{max-width:1180px;margin:0 auto 100px;padding:80px 40px;text-align:center;border-radius:30px;background:#e8e8e2}.finalCta h2{margin:0;font-size:clamp(42px,5vw,65px);letter-spacing:-3px}.finalCta p:not(.eyebrow){max-width:520px;margin:20px auto 30px;color:#666;line-height:1.6}.footer{max-width:1180px;margin:auto;padding:35px 28px 50px;border-top:1px solid #ddd;display:flex;align-items:center;justify-content:space-between}.footer p{margin:0;color:#777;font-size:14px}@media (max-width:800px){.hero{grid-template-columns:1fr;gap:45px;padding-top:45px}.hero h1{letter-spacing:-3px}.heroVisual,.mapSurface{min-height:360px;height:360px}.featureSection,.steps{grid-template-columns:1fr;gap:15px}.feature{padding:20px 0}.finalCta{margin:0 20px 70px;padding:60px 25px}.footer{display:block}.footer p{margin-top:18px}}