:root{--ink:#071b16;--ink2:#0d2a22;--green:#29d582;--lime:#caff4d;--pale:#e9fff3;--white:#fff;--muted:#63766f;--line:#d8e6df;--shell:min(1180px,calc(100% - 40px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7fbf9;color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}.shell{width:var(--shell);margin:auto}.nav-wrap{position:sticky;top:0;z-index:20;background:rgba(7,27,22,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:#fff}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--green);color:var(--ink);font:700 27px/1 'Space Grotesk';transform:skew(-7deg)}.brand>span:last-child{display:flex;flex-direction:column;line-height:.95;letter-spacing:.03em}.brand strong{font:700 19px 'Space Grotesk'}.brand small{font-size:10px;letter-spacing:.42em;margin-top:4px}.nav-links{display:flex;align-items:center;gap:28px;color:#d8ebe4;font-weight:600;font-size:14px}.nav-links>a:hover{color:#fff}.nav-cta{background:var(--green);color:var(--ink)!important;padding:11px 17px;border-radius:10px}.menu-button{display:none;background:none;color:#fff;border:1px solid #49665d;border-radius:8px;padding:8px 12px;font:inherit}.hero{position:relative;overflow:hidden;background:var(--ink);color:#fff;padding:82px 0 76px;min-height:710px;display:flex;align-items:center}.hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,var(--green),transparent)}.hero-glow{position:absolute;width:620px;height:620px;border-radius:50%;background:var(--green);filter:blur(170px);opacity:.13;right:-130px;top:-100px}.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.eyebrow{margin:0 0 20px;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800;color:#a6c4b8}.eyebrow span{display:inline-block;width:27px;height:2px;background:var(--green);vertical-align:middle;margin-right:10px}.hero h1,.section-heading h2,.how h2,.about h2,.cta-box h2{font:700 clamp(3.5rem,7vw,6.4rem)/.94 'Space Grotesk';letter-spacing:-.055em;margin:0}.hero h1 em{color:var(--green);font-style:normal}.lead{font-size:19px;color:#c4d9d1;max-width:620px;margin:28px 0 34px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:12px;font-weight:800;transition:.2s transform,.2s background}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--green);color:var(--ink)}.button.primary span{font-size:22px;margin-left:18px}.button.secondary{border:1px solid #47645a;color:#fff}.trust-row{display:flex;gap:34px;margin-top:48px;padding-top:26px;border-top:1px solid #25433a}.trust-row div{display:flex;flex-direction:column}.trust-row strong{font:700 21px 'Space Grotesk';color:#fff}.trust-row span{font-size:12px;color:#8eaaa0}.hero-card{position:relative;min-height:470px;border:1px solid #315148;border-radius:28px;background:linear-gradient(145deg,#123c30,#09211a);overflow:hidden;padding:24px;box-shadow:0 28px 70px #020b08}.hero-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:32px 32px}.road-line{position:absolute;width:160%;height:120px;background:#061812;bottom:45px;left:-100px;transform:rotate(-7deg);border-top:1px solid #2d5447}.road-line:after{content:"";position:absolute;top:55px;left:0;width:100%;border-top:4px dashed rgba(202,255,77,.45)}.car-graphic{position:absolute;inset:80px 0 auto;z-index:2}.car-graphic svg{display:block;width:100%;height:auto}.city{fill:#1d5141}.availability{position:relative;z-index:3;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:rgba(5,22,17,.7);border:1px solid #315148;border-radius:100px;font-size:12px;font-weight:700}.availability span{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 12px var(--lime)}.card-caption{position:absolute;z-index:3;bottom:24px;left:24px;right:24px;display:flex;justify-content:space-between;align-items:end}.card-caption small{color:#8da79d;letter-spacing:.13em}.card-caption strong{font:700 19px 'Space Grotesk'}.benefits{padding:110px 0}.section-heading{display:grid;grid-template-columns:.7fr 1fr .8fr;gap:55px;align-items:end;margin-bottom:52px}.section-heading .eyebrow{align-self:start}.section-heading h2,.how h2,.about h2{font-size:clamp(2.7rem,5vw,4.7rem)}.section-heading>p:last-child{color:var(--muted);margin:0}.eyebrow.dark{color:#507067}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit-grid article{min-height:310px;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;display:flex;flex-direction:column}.benefit-grid article.featured{background:var(--green);border-color:var(--green);transform:translateY(-12px)}.number{font:700 13px 'Space Grotesk';color:#719087}.benefit-grid h3{font:700 27px/1.1 'Space Grotesk';margin:auto 0 15px}.benefit-grid p{color:var(--muted);margin:0}.featured p{color:#143e31}.how{background:var(--ink);color:#fff;padding:110px 0}.how-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.how-copy>p:last-child{color:#91aaa0;margin-top:28px;max-width:430px}.steps{list-style:none;padding:0;margin:0}.steps li{display:grid;grid-template-columns:64px 1fr;gap:20px;padding:30px 0;border-top:1px solid #29473e}.steps li:last-child{border-bottom:1px solid #29473e}.steps li>span{display:grid;place-items:center;width:48px;height:48px;background:var(--green);color:var(--ink);border-radius:50%;font:700 17px 'Space Grotesk'}.steps h3{font:700 24px 'Space Grotesk';margin:0 0 5px}.steps p{color:#97afa6;margin:0}.about{padding:115px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.about-lead{font:700 28px/1.25 'Space Grotesk';margin-top:5px}.about-grid>div:last-child>p:not(.about-lead){color:var(--muted)}.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.pill-row span{border:1px solid #b9cfc6;border-radius:100px;padding:8px 14px;font-size:13px;font-weight:700}.cta-section{padding:0 0 95px}.cta-box{background:var(--green);border-radius:26px;padding:55px 60px;display:grid;grid-template-columns:1.4fr .6fr;gap:50px;align-items:end;box-shadow:0 25px 50px rgba(20,93,66,.16)}.cta-box .eyebrow{color:#185039}.cta-box .eyebrow span{background:#0a3428}.cta-box h2{font-size:clamp(2.5rem,4vw,4.3rem)}.cta-actions{text-align:right}.button.light{background:var(--ink);color:#fff}.cta-actions p{font-size:13px;margin:15px 0 0}.cta-actions p a{text-decoration:underline;font-weight:800}footer{background:#04120e;color:#a4bab2;padding:70px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:45px}.footer-grid>div{display:flex;flex-direction:column}.footer-grid>div strong{color:#fff;margin-bottom:12px}.footer-grid a:hover{color:#fff}.copyright{border-top:1px solid #243b33;margin-top:55px;padding-top:24px;display:flex;justify-content:space-between;font-size:12px;color:#6e8b81}
@media(max-width:900px){.nav-links{display:none;position:absolute;top:82px;left:0;right:0;background:#071b16;padding:22px;flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.menu-button{display:block}.hero{padding:60px 0}.hero-grid,.about-grid,.how-grid{grid-template-columns:1fr}.hero-grid{gap:46px}.hero-card{min-height:400px}.section-heading{grid-template-columns:1fr;gap:16px}.benefit-grid{grid-template-columns:1fr}.benefit-grid article.featured{transform:none}.how-grid{gap:50px}.cta-box{grid-template-columns:1fr}.cta-actions{text-align:left}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){:root{--shell:calc(100% - 28px)}.nav{height:70px}.nav-links{top:70px}.hero{min-height:auto;padding:50px 0 65px}.hero h1{font-size:3.45rem}.lead{font-size:17px}.hero-actions{display:grid}.trust-row{gap:15px;justify-content:space-between}.trust-row strong{font-size:17px}.trust-row span{font-size:10px}.hero-card{min-height:330px;border-radius:20px}.car-graphic{top:72px}.card-caption strong{font-size:14px}.benefits,.how,.about{padding:80px 0}.benefit-grid article{min-height:250px}.cta-box{padding:38px 24px}.footer-grid{grid-template-columns:1fr}.copyright{flex-direction:column;gap:6px}.about-grid{gap:35px}.steps li{grid-template-columns:52px 1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* Official Khula Rides brand mark */
.brand{display:flex;align-items:center;background:#fff;border-radius:10px;padding:6px 10px;overflow:hidden}
.brand img{display:block;width:168px;height:45px;object-fit:contain}
.footer-brand{width:max-content}
.footer-brand img{width:210px;height:57px}
@media(max-width:600px){.brand img{width:142px;height:38px}.brand{padding:5px 8px}.footer-brand img{width:190px;height:51px}}

/* Driver photography */
.hero-photo{position:relative;height:500px;margin:0;border-radius:28px;overflow:hidden;border:1px solid #315148;box-shadow:0 28px 70px #020b08;background:#102d24}
.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(3,16,12,.9))}
.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:70% center;display:block}
.hero-photo figcaption{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;display:flex;align-items:end;justify-content:space-between;gap:18px}
.hero-photo figcaption strong{font:700 19px 'Space Grotesk'}
.availability i{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 12px var(--lime)}
.people-section{padding:0 0 110px;background:#f7fbf9}
.photo-story-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:20px}
.story-photo{height:430px;margin:0;position:relative;overflow:hidden;border-radius:22px;background:#dbe8e2}
.story-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(3,16,12,.86))}
.story-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.story-photo:hover img{transform:scale(1.025)}
.story-photo figcaption{position:absolute;z-index:2;left:28px;right:28px;bottom:25px;color:#fff;display:flex;flex-direction:column}
.story-photo figcaption span{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;color:#bcebd5}
.story-photo figcaption strong{font:700 25px 'Space Grotesk'}
@media(max-width:900px){.hero-photo{height:430px}.photo-story-grid{grid-template-columns:1fr}.story-photo{height:420px}}
@media(max-width:600px){.hero-photo{height:330px;border-radius:20px}.hero-photo figcaption{left:18px;right:18px}.hero-photo figcaption strong{font-size:14px}.photo-story-grid{gap:14px}.story-photo{height:330px}.people-section{padding-bottom:80px}.story-photo figcaption{left:20px;right:20px;bottom:20px}}

/* Familiar mobility-app typography: Bolt uses Inter; Uber uses its proprietary Uber Move. */
body{font-family:Inter,Arial,sans-serif}
.hero h1,.section-heading h2,.how h2,.about h2,.cta-box h2,.benefit-grid h3,.steps h3,.about-lead,.hero-photo figcaption strong,.story-photo figcaption strong,.trust-row strong{font-family:Inter,Arial,sans-serif}
.hero h1,.section-heading h2,.how h2,.about h2,.cta-box h2{font-weight:800;letter-spacing:-.06em}
