@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--black:#050b13;--ink:#09131f;--ink-2:#102236;--sky:#74d9ff;--sky-2:#b8efff;--blue:#229dcc;--mist:#eefaff;--white:#fff;--muted:#647487;--line:#dbeaf1;--shadow:0 24px 80px rgba(4,16,28,.16);--ease:cubic-bezier(.23,1,.32,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--black)}body{margin:0;min-width:320px;color:var(--ink);font-family:Manrope,system-ui,sans-serif;background:linear-gradient(180deg,#07101b 0 45rem,#eef9fd 45rem 100%);overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0}.shell{max-width:1220px;margin:auto;padding:0 24px}.topbar{position:sticky;top:0;z-index:20;background:rgba(5,11,19,.8);border-bottom:1px solid rgba(116,217,255,.15);backdrop-filter:blur(18px)}.topbar-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;color:#fff;min-width:230px}.brand img{width:48px;height:48px;filter:drop-shadow(0 8px 15px rgba(116,217,255,.25))}.brand strong{display:block;font:700 1.02rem 'Space Grotesk',sans-serif;letter-spacing:-.03em}.brand small{display:block;color:#8eaabd;font-size:.63rem;letter-spacing:.13em;text-transform:uppercase;margin-top:2px}.nav{display:flex;align-items:center;gap:22px;color:#b5c9d7;font-size:.82rem;font-weight:700}.nav a{transition:color .2s,transform .2s}.nav a:hover{color:var(--sky);transform:translateY(-2px)}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;padding:13px 18px;font-weight:800;transition:transform .18s var(--ease),box-shadow .18s var(--ease),background .18s}.nav-cta{color:#06101a;background:var(--sky);box-shadow:0 6px 0 #18769b,0 12px 26px rgba(116,217,255,.24)}.nav-cta:hover,.btn:hover{transform:translateY(-3px)}.nav-cta:active,.btn:active{transform:scale(.97)}.hero{position:relative;isolation:isolate;min-height:670px;color:#fff;overflow:hidden;background:radial-gradient(circle at 82% 18%,rgba(116,217,255,.24),transparent 22%),radial-gradient(circle at 8% 75%,rgba(31,143,193,.17),transparent 25%),linear-gradient(120deg,#050b13,#0b1b2b 54%,#071522)}.hero:before{content:"";position:absolute;inset:0;z-index:-1;opacity:.35;background-image:linear-gradient(rgba(116,217,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(116,217,255,.09) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(90deg,#000,transparent 85%)}.hero:after{content:"";position:absolute;right:-10%;top:12%;width:580px;height:580px;border:1px solid rgba(116,217,255,.2);border-radius:50%;box-shadow:0 0 0 20px rgba(116,217,255,.025),0 0 0 42px rgba(116,217,255,.018),0 0 0 90px rgba(116,217,255,.012);z-index:-1;animation:orbit 12s ease-in-out infinite alternate}@keyframes orbit{to{transform:translateY(-16px) rotate(10deg)}}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:70px;min-height:594px;padding:70px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--sky);font-weight:800;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.eyebrow i{display:block;width:8px;height:8px;border-radius:50%;background:var(--sky);box-shadow:0 0 0 6px rgba(116,217,255,.12),0 0 20px var(--sky);animation:pulse 1.8s infinite}@keyframes pulse{50%{opacity:.55;transform:scale(.8)}}h1,h2,h3{font-family:'Space Grotesk',sans-serif;letter-spacing:-.055em;margin:0}.hero h1{font-size:clamp(3.2rem,7vw,7.2rem);line-height:.86;margin:20px 0 22px;max-width:690px}.hero h1 em{font-style:normal;color:var(--sky);text-shadow:0 0 28px rgba(116,217,255,.18)}.hero-copy{max-width:580px;color:#acc0ce;line-height:1.8;font-size:1rem}.hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.hero-points span{border:1px solid rgba(116,217,255,.22);background:rgba(255,255,255,.05);padding:9px 12px;border-radius:99px;color:#d9f7ff;font-size:.74rem;font-weight:800}.booking-card{position:relative;padding:25px;border:1px solid rgba(255,255,255,.2);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(219,244,252,.9));color:var(--ink);box-shadow:18px 20px 0 rgba(116,217,255,.12),0 30px 80px rgba(0,0,0,.38);transform:perspective(1100px) rotateY(-5deg) rotateX(2deg);transition:transform .4s var(--ease),box-shadow .4s}.booking-card:hover{transform:perspective(1100px) rotateY(0) rotateX(0) translateY(-5px);box-shadow:22px 25px 0 rgba(116,217,255,.15),0 40px 90px rgba(0,0,0,.42)}.booking-card:before{content:'SMART FARE ENGINE';position:absolute;right:22px;top:-15px;padding:7px 11px;border-radius:99px;background:var(--sky);font-size:.59rem;font-weight:900;letter-spacing:.13em;box-shadow:0 7px 18px rgba(34,157,204,.25)}.card-title{display:flex;align-items:center;gap:11px;margin-bottom:18px}.orb{width:42px;height:42px;border-radius:50%;background:radial-gradient(circle at 32% 25%,#fff 0 7%,var(--sky) 8% 38%,#1b91bd 39% 65%,#071522 66%);box-shadow:inset -6px -7px 0 rgba(0,0,0,.14),0 8px 20px rgba(34,157,204,.22)}.card-title strong{font:700 1.1rem 'Space Grotesk';display:block}.card-title small{display:block;color:var(--muted);font-size:.7rem;margin-top:3px}.tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:5px;border-radius:15px;background:#d9edf3;margin-bottom:18px}.tabs button{padding:10px 4px;border-radius:10px;background:transparent;color:#567084;font-weight:800;font-size:.72rem}.tabs button.active{background:var(--black);color:#fff;box-shadow:0 5px 12px rgba(0,0,0,.15)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:.68rem;color:#5e7180;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.field input,.field select,.field textarea{width:100%;border:1px solid #cce0e8;border-radius:11px;background:#fff;color:var(--ink);padding:12px 13px;outline:0;transition:border .2s,box-shadow .2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(116,217,255,.2)}.btn-primary{width:100%;margin-top:15px;background:var(--black);color:#fff;box-shadow:0 6px 0 #2b7692,0 14px 20px rgba(4,16,28,.2)}.form-note{margin:12px 0 0;color:#6b7e8c;font-size:.68rem;line-height:1.55}.section{padding:95px 0;position:relative}.section-light{background:linear-gradient(180deg,#f2fbfe,#e8f6fb);color:var(--ink)}.section-dark{background:linear-gradient(135deg,#07111e,#0d273a);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:34px}.section-kicker{color:#1d91ba;font-size:.7rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}.section-dark .section-kicker{color:var(--sky)}.section h2{font-size:clamp(2rem,4vw,3.5rem)}.section-head p{max-width:480px;color:var(--muted);line-height:1.7;margin:0}.section-dark .section-head p{color:#a9c2d2}.fleet-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.vehicle-card,.route-card,.blog-card,.group-card{position:relative;overflow:hidden;border:1px solid rgba(49,117,147,.16);border-radius:22px;background:rgba(255,255,255,.82);box-shadow:12px 14px 0 rgba(116,217,255,.1),0 20px 42px rgba(5,21,35,.1);transition:transform .3s var(--ease),box-shadow .3s}.vehicle-card:hover,.route-card:hover,.blog-card:hover,.group-card:hover{transform:translateY(-8px) rotateX(1deg);box-shadow:15px 19px 0 rgba(116,217,255,.15),0 28px 55px rgba(5,21,35,.16)}.vehicle-card img,.group-card img{display:block;width:100%;height:160px;object-fit:cover;background:#cdeef8}.vehicle-card .body,.group-card .body,.route-card .body,.blog-card .body{padding:18px}.vehicle-card h3,.group-card h3,.route-card h3,.blog-card h3{font-size:1.07rem;letter-spacing:-.035em}.meta{color:var(--muted);font-size:.75rem;line-height:1.6;margin:7px 0 14px}.rate{display:flex;justify-content:space-between;align-items:center;color:#117ea8;font-weight:900}.rate small{color:var(--muted);font-weight:700}.group-wrap{border-radius:30px;padding:28px;background:linear-gradient(145deg,#071522,#0e344b);box-shadow:0 26px 70px rgba(5,14,23,.22)}.group-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.group-card{background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.06));border-color:rgba(116,217,255,.2);color:#fff;box-shadow:9px 11px 0 rgba(116,217,255,.08),0 18px 35px rgba(0,0,0,.2)}.group-card .meta{color:#b6d3e1}.group-card .rate{color:var(--sky)}.route-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.route-card{background:rgba(255,255,255,.88)}.route-card .route-line{font:700 1rem 'Space Grotesk';line-height:1.25}.route-card .km{font-size:.7rem;color:#7792a0;margin-top:8px}.route-card .route-cta{display:inline-flex;align-items:center;gap:6px;color:#1687b1;font-weight:900;font-size:.72rem}.route-card:hover .route-cta{gap:10px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card img{display:block;width:100%;height:190px;object-fit:cover}.blog-card .body{padding:20px}.blog-card .tag{color:#198bb5;font-size:.67rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.blog-card p{color:var(--muted);line-height:1.65;font-size:.8rem}.blog-card a{color:#137fa5;font-weight:900;font-size:.76rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{padding:24px;border:1px solid rgba(116,217,255,.16);border-radius:20px;background:rgba(255,255,255,.06)}.step-num{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:var(--sky);color:var(--black);font-weight:900;margin-bottom:16px}.step h3{font-size:1.1rem;margin-bottom:8px}.step p{color:#b4cbd8;line-height:1.7;font-size:.83rem;margin:0}.cta-band{padding:80px 0;background:var(--sky);color:var(--black);position:relative;overflow:hidden}.cta-band:after{content:"";position:absolute;right:-100px;top:-160px;width:440px;height:440px;border:1px solid rgba(0,0,0,.15);border-radius:50%;box-shadow:0 0 0 22px rgba(0,0,0,.04),0 0 0 50px rgba(0,0,0,.03)}.cta-content{display:flex;align-items:center;justify-content:space-between;gap:25px;position:relative;z-index:1}.cta-content h2{font-size:clamp(2rem,4vw,3.6rem);max-width:700px}.btn-dark{background:var(--black);color:#fff;box-shadow:0 7px 0 rgba(0,0,0,.3)}.footer{background:#050b13;color:#a8c0cf;padding:52px 0 30px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}.footer h3{color:#fff;font-size:1rem;margin-bottom:15px}.footer p,.footer a{font-size:.8rem;line-height:1.8}.footer a:hover{color:var(--sky)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:18px;font-size:.7rem;color:#718696;display:flex;justify-content:space-between;gap:15px}.float-actions{position:fixed;right:20px;bottom:20px;z-index:30;display:flex;flex-direction:column;gap:10px}.float-actions a{display:flex;align-items:center;gap:9px;border-radius:99px;padding:12px 15px;color:#fff;font-size:.73rem;font-weight:900;box-shadow:0 10px 28px rgba(0,0,0,.22);transition:transform .2s}.float-actions a:hover{transform:translateX(-4px)}.call{background:#167ca3}.whatsapp{background:#18ad68}.page-hero{padding:90px 0 80px;background:radial-gradient(circle at 85% 22%,rgba(116,217,255,.25),transparent 22%),linear-gradient(135deg,#050b13,#0c2639);color:#fff}.page-hero h1{font-size:clamp(2.5rem,6vw,5.6rem);margin:18px 0}.page-hero p{max-width:700px;color:#b7cedb;line-height:1.8}.results-wrap{padding:75px 0;background:#effaff;min-height:500px}.result-route{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px;border-radius:23px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);margin-bottom:25px}.result-route strong{font:700 clamp(1.3rem,3vw,2rem) 'Space Grotesk'}.result-route span{color:#1787ad;font-weight:900}.result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.result-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:12px 14px 0 rgba(116,217,255,.1),0 20px 40px rgba(5,21,35,.1)}.result-card img{width:100%;height:175px;object-fit:cover}.result-card .body{padding:18px}.result-card h3{font-size:1.1rem}.result-price{font:700 1.7rem 'Space Grotesk';color:#117ea8;margin:12px 0}.result-note{font-size:.7rem;color:var(--muted);line-height:1.55}.result-card .btn{width:100%;margin-top:14px;padding:11px}.alert{padding:16px 18px;border-radius:16px;background:#fff6d9;color:#765500;font-size:.82rem;line-height:1.6}.empty{padding:35px;border-radius:20px;background:#fff;color:var(--muted);text-align:center;border:1px solid var(--line)}.article{max-width:900px}.article img{width:100%;max-height:420px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow);margin:28px 0}.article-content{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;line-height:1.9;color:#405668;box-shadow:var(--shadow)}.article-content h2{color:var(--ink);margin:25px 0 10px;font-size:1.5rem}.route-seo{margin-top:25px;padding:22px;border-radius:20px;background:#fff;border:1px solid var(--line);color:#506575;line-height:1.8}.route-seo strong{color:var(--ink)}.hidden{display:none!important}@media(max-width:1000px){.hero-grid{grid-template-columns:1fr;gap:44px}.hero{min-height:auto}.booking-card{max-width:680px;margin:auto;transform:none}.fleet-grid,.result-grid{grid-template-columns:repeat(2,1fr)}.route-grid{grid-template-columns:repeat(3,1fr)}.group-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.shell{padding:0 15px}.topbar-inner{height:68px}.brand{min-width:0}.brand strong{font-size:.85rem}.brand small{font-size:.53rem}.nav{gap:12px;font-size:.67rem}.nav a:nth-child(-n+2){display:none}.nav-cta{padding:10px 11px;font-size:.67rem}.hero-grid{padding:62px 0 66px}.hero h1{font-size:clamp(3rem,16vw,5rem)}.hero-copy{font-size:.86rem}.booking-card{padding:17px;border-radius:21px}.tabs button{font-size:.62rem}.section{padding:68px 0}.section-head{display:block}.section-head p{margin-top:12px;font-size:.82rem}.fleet-grid,.group-grid,.result-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.route-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.vehicle-card img,.group-card img{height:115px}.vehicle-card .body,.group-card .body,.route-card .body{padding:12px}.vehicle-card h3,.group-card h3,.route-card h3{font-size:.83rem}.meta{font-size:.63rem;margin:6px 0 9px}.rate{font-size:.75rem;display:block}.rate small{display:block;margin-top:2px}.route-card .route-line{font-size:.78rem}.route-card .km{font-size:.6rem}.route-card .route-cta{font-size:.62rem;margin-top:8px}.blog-grid,.steps,.footer-grid{grid-template-columns:1fr}.blog-card img{height:180px}.cta-content{display:block}.cta-content .btn{margin-top:22px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:7px}.float-actions{right:10px;bottom:10px}.float-actions a{padding:11px 13px;font-size:.65rem}.page-hero{padding:62px 0}.result-route{display:block}.result-route span{display:block;margin-top:8px}.result-card img{height:125px}.result-card .body{padding:12px}.result-price{font-size:1.3rem}.result-card .btn{font-size:.7rem}.article-content{padding:20px;font-size:.88rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Requested hero vehicle montage and group specification pages */
.hero-vehicle-strip{display:flex;align-items:end;gap:12px;margin-top:30px;max-width:560px}.hero-vehicle{position:relative;flex:1;min-width:0;overflow:hidden;border:1px solid rgba(116,217,255,.3);border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(116,217,255,.04));box-shadow:8px 10px 0 rgba(116,217,255,.08),0 16px 32px rgba(0,0,0,.2);transform:perspective(700px) rotateY(-5deg);transition:transform .3s var(--ease)}.hero-vehicle:nth-child(2){transform:perspective(700px) translateY(-13px)}.hero-vehicle:nth-child(3){transform:perspective(700px) rotateY(5deg)}.hero-vehicle:hover{transform:translateY(-7px) rotateY(0)}.hero-vehicle img{display:block;width:100%;height:120px;object-fit:cover;opacity:.92}.hero-vehicle span{display:block;padding:8px 9px;color:#d8f7ff;font-size:.62rem;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:stretch}.group-detail-photo{min-height:390px;overflow:hidden;border-radius:28px;border:1px solid var(--line);background:#dff6fd;box-shadow:18px 20px 0 rgba(116,217,255,.11),var(--shadow)}.group-detail-photo img{width:100%;height:100%;min-height:390px;object-fit:cover}.group-detail-copy{padding:30px;border-radius:28px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.group-detail-copy h2{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:10px}.group-detail-copy p{color:#5c7180;line-height:1.8}.group-detail-rate{font:700 2rem 'Space Grotesk';color:#1484ad;margin:15px 0}.group-detail-rate small{font:600 .8rem Manrope;color:#6b7d89}.group-detail-copy ul{list-style:none;padding:0;margin:20px 0;color:#385364;line-height:2}.group-detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.whatsapp-btn{background:#19ad69;color:#fff;box-shadow:0 6px 0 #087a46}.group-page .route-seo{margin-top:30px}@media(max-width:700px){.hero-grid{padding:43px 0 46px;gap:31px}.hero h1{margin:14px 0 16px}.hero-points{margin-top:18px}.hero-vehicle-strip{margin-top:20px;gap:8px}.hero-vehicle img{height:82px}.hero-vehicle span{padding:7px;font-size:.54rem}.hero-vehicle:nth-child(2){transform:translateY(-8px)}.group-detail-grid{grid-template-columns:1fr;gap:18px}.group-detail-photo,.group-detail-photo img{min-height:235px;height:235px}.group-detail-copy{padding:21px}.group-detail-copy h2{font-size:2rem}.group-detail-copy ul{font-size:.8rem;line-height:1.85}}

/* Hero background revision: vehicle collage behind the copy and booking card */
.hero{background-image:linear-gradient(90deg,rgba(5,11,19,.98) 0%,rgba(5,11,19,.9) 36%,rgba(5,11,19,.55) 67%,rgba(5,11,19,.78) 100%),radial-gradient(circle at 78% 22%,rgba(116,217,255,.22),transparent 24%),url('/assets/ertiga.jpg'),url('/assets/dzire.jpg'),url('/assets/urbania.jpg'),linear-gradient(120deg,#050b13,#0b1b2b 54%,#071522);background-repeat:no-repeat;background-position:center,right 8% top 12%,right 8% top 12%,right 39% bottom 9%,right 67% bottom 2%,center;background-size:cover,cover,31% auto,25% auto,29% auto,cover;background-blend-mode:normal,normal,screen,screen,screen,normal}.hero-vehicle-strip{display:none}
@media(max-width:700px){.hero{background-image:linear-gradient(90deg,rgba(5,11,19,.96),rgba(5,11,19,.72)),url('/assets/ertiga.jpg'),url('/assets/dzire.jpg'),url('/assets/urbania.jpg'),linear-gradient(120deg,#050b13,#0b1b2b);background-position:center,right 0 top 4%,right 28% bottom 4%,right 62% bottom 0%,center;background-size:cover,58% auto,46% auto,52% auto,cover;background-blend-mode:normal,screen,screen,screen,normal}.hero-grid{padding:24px 0 28px;gap:18px}.hero h1{font-size:clamp(2.5rem,14vw,4.5rem);line-height:.88;margin:10px 0 12px}.hero-copy{font-size:.78rem;line-height:1.5}.hero-points{gap:6px;margin-top:12px}.hero-points span{padding:7px 9px;font-size:.61rem}.booking-card{padding:12px;border-radius:18px}.card-title{margin-bottom:12px}.orb{width:34px;height:34px}.card-title strong{font-size:.96rem}.card-title small{font-size:.61rem}.tabs{margin-bottom:11px;padding:4px}.tabs button{padding:8px 2px;font-size:.57rem}.form-grid{gap:8px}.field{gap:4px}.field label{font-size:.59rem}.field input,.field select,.field textarea{padding:9px 10px;border-radius:9px}.btn-primary{margin-top:10px;padding:10px}.form-note{margin-top:8px;font-size:.59rem}}

/* Uploaded complete poster background and local package result presentation */
.hero{background-image:linear-gradient(90deg,rgba(5,11,19,.58),rgba(5,11,19,.18) 58%,rgba(5,11,19,.5)),url('/assets/hero-poster.jpeg');background-position:center top;background-size:cover;background-repeat:no-repeat}.vehicle-card{display:block}.vehicle-card .rate small{color:#1687b1}.local-result-intro{display:flex;align-items:end;justify-content:space-between;gap:16px;padding:22px 24px;margin-bottom:14px;border-radius:20px;background:linear-gradient(135deg,#071522,#12334a);color:#fff;box-shadow:12px 14px 0 rgba(116,217,255,.1),0 20px 45px rgba(5,21,35,.12)}.local-result-intro strong{font:700 1.45rem 'Space Grotesk'}.local-result-intro span{color:#b9d3df;font-size:.76rem}.local-package-switch{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px}.local-package-pill{display:inline-flex;align-items:center;justify-content:center;padding:11px 15px;border:1px solid #c9e2eb;border-radius:99px;background:#fff;color:#315769;font-size:.75rem;font-weight:900;box-shadow:0 5px 14px rgba(5,21,35,.06);transition:transform .18s var(--ease),background .18s,color .18s}.local-package-pill:hover{transform:translateY(-2px)}.local-package-pill.active{background:var(--sky);color:#071522;border-color:var(--sky);box-shadow:0 6px 0 #2b9cc4}.vehicle-card:focus-visible,.local-package-pill:focus-visible{outline:3px solid #1687b1;outline-offset:3px}@media(max-width:700px){.hero{background-image:linear-gradient(180deg,rgba(5,11,19,.36),rgba(5,11,19,.73)),url('/assets/hero-poster.jpeg');background-position:center top;background-size:cover}.local-result-intro{display:block;padding:18px}.local-result-intro strong{display:block;font-size:1.2rem}.local-result-intro span{display:block;margin-top:6px;font-size:.68rem}.local-package-switch{gap:7px;margin-bottom:17px}.local-package-pill{padding:9px 10px;font-size:.62rem}}

.btn-outline{width:100%;margin-top:9px;padding:10px 12px;border:1px solid #b7dbe7;background:#edfaff;color:#126e8d;font-size:.72rem}.btn-outline:hover{background:#d6f4ff}@media(max-width:700px){.btn-outline{font-size:.63rem;padding:9px 8px}}

/* Final correction: use only the clean vehicle row from the uploaded poster; live text/form render once. */
.hero{background-image:linear-gradient(90deg,rgba(5,11,19,.96) 0%,rgba(5,11,19,.74) 48%,rgba(5,11,19,.45) 100%),url('/assets/hero-clean-bg.jpg'),linear-gradient(120deg,#050b13,#0b1b2b 54%,#071522);background-position:center,center bottom,center;background-size:cover,100% auto,cover;background-repeat:no-repeat}.hero:before{opacity:.18}@media(max-width:700px){.hero{background-image:linear-gradient(180deg,rgba(5,11,19,.92) 0%,rgba(5,11,19,.66) 64%,rgba(5,11,19,.9) 100%),url('/assets/hero-clean-bg.jpg'),linear-gradient(120deg,#050b13,#0b1b2b);background-position:center,center bottom,center;background-size:cover,100% auto,cover;background-repeat:no-repeat}.hero-grid{padding:28px 0 34px;gap:20px}}

/* New supplied hero artwork: Gujarat / Maharashtra highway scene */
.hero{background-image:linear-gradient(90deg,rgba(5,11,19,.82) 0%,rgba(5,11,19,.48) 48%,rgba(5,11,19,.62) 100%),url('/assets/hero-background.jpeg');background-position:center;background-size:cover;background-repeat:no-repeat}.hero:before{opacity:.1}.footer-credit{color:#8da8b7}.footer-credit strong{color:var(--sky);font-weight:900}.footer-credit a{color:var(--sky);font-weight:900}@media(max-width:700px){.hero{background-image:linear-gradient(180deg,rgba(5,11,19,.76) 0%,rgba(5,11,19,.42) 44%,rgba(5,11,19,.78) 100%),url('/assets/hero-background.jpeg');background-position:center;background-size:cover}.footer-credit{margin-top:7px}}

/* Mobile hero composition: copy, clearly visible cars, then live booking form */
.mobile-road-art{display:none}@media(max-width:700px){.hero{background-image:linear-gradient(180deg,#071522 0%,#081521 72%,#0a1d2b 100%);background-position:center;background-size:cover}.mobile-road-art{display:block;width:100%;height:190px;margin:0 0 18px;border-radius:18px;background-image:linear-gradient(180deg,rgba(5,11,19,.04),rgba(5,11,19,.12)),url('/assets/hero-background.jpeg');background-position:center;background-size:cover;background-repeat:no-repeat;box-shadow:0 12px 28px rgba(0,0,0,.28);border:1px solid rgba(116,217,255,.2)}}

/* Preserve the supplied 1600x900 hero artwork in full on mobile */
@media(max-width:700px){.mobile-road-art{height:auto;aspect-ratio:16/9;background-size:100% 100%;background-position:center;background-repeat:no-repeat}}

/* Integrated screenshot-style mobile hero: one complete scene, no detached image strip */
@media(max-width:700px){.hero{background-image:linear-gradient(180deg,#071522 0%,#071522 100%);background-color:#071522}.hero-grid{padding:0 0 34px;gap:20px}.hero-grid>div:first-child{min-height:430px;margin:0 -15px;padding:28px 15px 20px;border-radius:0 0 24px 24px;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;background-image:linear-gradient(180deg,rgba(5,11,19,.7) 0%,rgba(5,11,19,.32) 43%,rgba(5,11,19,.72) 100%),url('/assets/hero-background.jpeg');background-position:center center;background-size:cover;background-repeat:no-repeat;box-shadow:inset 0 -30px 40px rgba(5,11,19,.2)}.hero-grid>div:first-child .hero-points{margin-top:auto}.hero-grid>div:first-child .hero-copy{max-width:355px}.hero-grid>div:first-child .hero h1{max-width:355px}.mobile-road-art{display:none}.booking-card{margin:0 0 0;position:relative;z-index:2}}

/* Final mobile hero composition: complete road scene behind live copy and booking card */
@media(max-width:700px){.hero{background-image:linear-gradient(180deg,rgba(5,11,19,.76) 0%,rgba(5,11,19,.42) 42%,rgba(5,11,19,.9) 78%,#071522 100%),url('/assets/hero-background.jpeg');background-position:center 110px;background-size:100% auto;background-repeat:no-repeat;background-color:#071522}.mobile-road-art{display:none}.hero-grid{position:relative;padding:28px 0 34px;gap:20px}.hero-grid>div:first-child{position:relative;z-index:1;min-height:370px;display:flex;flex-direction:column;justify-content:flex-start}.hero h1{max-width:355px}.hero-copy{max-width:350px}.hero-points{margin-top:auto}.booking-card{position:relative;z-index:2}}

/* Keep the entire road scene visible across the phone width */
@media(max-width:700px){.hero-grid>div:first-child{background-size:100% auto;background-position:center bottom;background-repeat:no-repeat;background-color:#071522}}


/* Oneway Taxi Cab yellow-black 3D visual system */
:root{--black:#080808;--ink:#17130a;--ink-2:#262015;--yellow:#ffc400;--yellow-2:#ffe36b;--gold:#e4a900;--blue:#d49300;--sky:#ffc400;--sky-2:#fff0a3;--mist:#fffbea;--line:#eadca8;--shadow:0 24px 80px rgba(35,25,0,.22)}
body{background:linear-gradient(180deg,#080808 0 45rem,#fffbea 45rem 100%)}
.topbar{background:rgba(8,8,8,.88);border-bottom-color:rgba(255,196,0,.25)}
.brand img{filter:drop-shadow(0 8px 15px rgba(255,196,0,.35))}
.nav a:hover,.footer a:hover{color:var(--yellow)}
.nav-cta{color:#080808;background:var(--yellow);box-shadow:0 6px 0 #a97900,0 12px 26px rgba(255,196,0,.3)}
.hero{background:radial-gradient(circle at 82% 18%,rgba(255,196,0,.23),transparent 22%),radial-gradient(circle at 8% 75%,rgba(190,130,0,.18),transparent 25%),linear-gradient(120deg,#080808,#211a08 54%,#0d0d0d)}
.hero:before{background-image:linear-gradient(rgba(255,196,0,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,196,0,.09) 1px,transparent 1px)}
.hero:after{border-color:rgba(255,196,0,.22);box-shadow:0 0 0 20px rgba(255,196,0,.025),0 0 0 42px rgba(255,196,0,.018),0 0 0 90px rgba(255,196,0,.012)}
.eyebrow,.section-dark .section-kicker{color:var(--yellow)}
.eyebrow i{background:var(--yellow);box-shadow:0 0 0 6px rgba(255,196,0,.14),0 0 20px var(--yellow)}
.hero h1 em{color:var(--yellow);text-shadow:0 0 28px rgba(255,196,0,.24)}
.hero-points span{border-color:rgba(255,196,0,.28);color:#fff3b0}
.booking-card{box-shadow:18px 20px 0 rgba(255,196,0,.15),0 30px 80px rgba(0,0,0,.45)}
.booking-card:before{background:var(--yellow);box-shadow:0 7px 18px rgba(228,169,0,.3)}
.tabs button.active,.btn-primary{background:var(--black)}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(255,196,0,.2)}
.section-light{background:linear-gradient(180deg,#fffdf2,#fff8d9)}
.section-dark{background:linear-gradient(135deg,#090909,#28200a)}
.vehicle-card,.route-card,.blog-card,.group-card{box-shadow:12px 14px 0 rgba(255,196,0,.13),0 20px 42px rgba(35,25,0,.12)}
.vehicle-card:hover,.route-card:hover,.blog-card:hover,.group-card:hover{box-shadow:15px 19px 0 rgba(255,196,0,.2),0 28px 55px rgba(35,25,0,.18)}
.rate,.route-card .route-cta,.blog-card a{color:#a97800}
.group-wrap{background:linear-gradient(145deg,#090909,#3a2c08)}
.group-card .rate{color:var(--yellow)}
.cta-band{background:var(--yellow)}
.footer{background:#080808}
.call{background:#9b7100}.whatsapp{background:#168b54}
.route-origin-box{margin:0 0 26px;padding:22px;border:1px solid rgba(184,139,0,.25);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,248,211,.72));box-shadow:10px 12px 0 rgba(255,196,0,.09),0 18px 40px rgba(55,37,0,.08);animation:boxRise .7s var(--ease) both}
.route-origin-box:nth-child(2){animation-delay:.08s}.route-origin-box:nth-child(3){animation-delay:.16s}.route-origin-box:nth-child(4){animation-delay:.24s}
.route-origin-heading{display:flex;align-items:center;gap:12px;margin:0 0 15px}.route-origin-heading small{display:block;color:#9b7b19;font-size:.65rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.route-origin-heading h3{font-size:1.45rem}.route-origin-pin{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--black);color:var(--yellow);box-shadow:4px 5px 0 var(--yellow);transform:rotate(-7deg)}.route-origin-count{margin-left:auto;color:#977600;font-size:.7rem;font-weight:900}.route-origin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.route-origin-box .route-card{background:rgba(255,255,255,.76)}
@keyframes boxRise{from{opacity:0;transform:translateY(18px) rotateX(-3deg)}to{opacity:1;transform:none}}
@media(max-width:1000px){.route-origin-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.route-origin-box{padding:14px;border-radius:20px}.route-origin-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.route-origin-heading h3{font-size:1.15rem}.route-origin-pin{width:34px;height:34px}.route-origin-count{font-size:.6rem}}


/* Oneway Taxi Cab visual refresh v2 */
.route-grid{display:block!important;max-width:1180px;margin:0 auto}
.route-origin-box{width:100%;margin:0 0 34px;padding:26px;border-radius:30px;background:linear-gradient(135deg,#fffef7 0%,#fff6c9 100%);border:1px solid rgba(193,145,0,.25);box-shadow:0 18px 0 rgba(255,196,0,.1),0 25px 60px rgba(42,30,0,.11);transform:none!important}
.route-origin-heading{padding:0 2px 18px;border-bottom:1px solid rgba(184,139,0,.2);margin-bottom:20px}
.route-origin-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;gap:18px!important}
.route-origin-box .route-card{min-height:174px;border-radius:20px;background:rgba(255,255,255,.94);box-shadow:7px 8px 0 rgba(255,196,0,.16),0 12px 24px rgba(45,30,0,.08);transform:perspective(900px) rotateX(0deg);transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s}
.route-origin-box .route-card:hover{transform:perspective(900px) rotateX(4deg) translateY(-7px);border-color:rgba(210,157,0,.52);box-shadow:10px 14px 0 rgba(255,196,0,.24),0 22px 34px rgba(45,30,0,.14)}
.route-origin-box .route-card .body{padding:19px;display:flex;flex-direction:column;min-height:174px}
.route-origin-box .route-line{font-size:1.05rem;line-height:1.3;min-height:44px}
.route-origin-box .km{margin-top:11px;color:#8b762c}
.route-origin-box .route-cta{margin-top:auto;padding-top:16px;font-size:.76rem}
/* Fresh hero: stronger black canvas, yellow spotlight and glass depth */
.hero{min-height:710px;background:radial-gradient(circle at 82% 20%,rgba(255,196,0,.34),transparent 19%),radial-gradient(circle at 12% 75%,rgba(255,196,0,.11),transparent 26%),linear-gradient(125deg,#070707 0%,#171305 54%,#070707 100%)}
.hero:after{width:680px;height:680px;right:-12%;top:6%;border-width:2px;animation:orbit 16s ease-in-out infinite alternate}
.hero-grid{gap:82px;padding:84px 0}
.hero h1{font-size:clamp(3.5rem,7.7vw,7.7rem);text-shadow:0 22px 55px rgba(0,0,0,.3)}
.hero-copy{color:#d2c99e}
.booking-card{border-color:rgba(255,196,0,.45);background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,247,200,.95));box-shadow:22px 24px 0 rgba(255,196,0,.19),0 35px 90px rgba(0,0,0,.48)}
.booking-card:after{content:"";position:absolute;inset:8px;border:1px solid rgba(255,196,0,.18);border-radius:22px;pointer-events:none}
.section{padding:110px 0}
.section-head h2{font-size:clamp(2.25rem,4.6vw,4rem)}
.vehicle-card,.group-card,.blog-card{border-radius:26px}
.vehicle-card img,.group-card img{filter:saturate(.9);transition:transform .55s var(--ease),filter .3s}
.vehicle-card:hover img,.group-card:hover img{transform:scale(1.08);filter:saturate(1.2)}
.cta-band{background:linear-gradient(110deg,#ffc400,#ffe57a 55%,#e4a900)}
@media(max-width:1000px){.hero-grid{gap:54px}.route-origin-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:700px){.hero-grid{padding:64px 0}.route-origin-box{padding:16px;margin-bottom:22px}.route-origin-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}.route-origin-box .route-card{min-height:155px}.route-origin-box .route-card .body{min-height:155px;padding:13px}.route-origin-box .route-line{font-size:.82rem;min-height:38px}.route-origin-box .km{font-size:.62rem}.route-origin-box .route-cta{font-size:.63rem;padding-top:10px}}
@media(prefers-reduced-motion:reduce){.route-origin-box .route-card,.vehicle-card img,.group-card img{transition:none}}
/* end refresh */


/* Reference-inspired city route cards */
.route-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:start}
.route-origin-box{margin:0!important;padding:18px;border-radius:24px;background:linear-gradient(145deg,#fffef7,#fff8dc);box-shadow:0 10px 0 rgba(255,196,0,.12),0 18px 38px rgba(45,30,0,.1);border:1px solid rgba(194,150,22,.28)}
.route-origin-heading{display:flex;align-items:center;gap:10px;padding:0 0 15px;margin:0 0 14px;border-bottom:1px solid rgba(185,140,0,.24)}
.route-origin-heading small{font-size:.62rem;letter-spacing:.12em;color:#967522;font-weight:900}.route-origin-heading h3{font-size:1.18rem;margin-top:2px}.route-origin-pin{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#10283c;color:#ffc400;box-shadow:3px 4px 0 #e6b400;transform:none;font-size:1.2rem}.route-origin-badge{margin-left:auto;background:#112638;color:#fff;padding:7px 10px;border-radius:99px;font-size:.58rem;font-weight:900}
.route-origin-list{max-height:290px;overflow-y:auto;padding:0 3px 2px 0;scrollbar-width:thin;scrollbar-color:#e0ac18 #f7edc3}.route-origin-box.is-expanded .route-origin-list{max-height:650px}.route-mini-card{display:flex;align-items:center;gap:8px;min-height:44px;padding:8px 8px;margin:0 0 8px;border:1px solid #ebdfb7;border-radius:12px;background:rgba(255,255,255,.9);box-shadow:0 2px 0 rgba(210,165,37,.12);transition:transform .2s,box-shadow .2s,border-color .2s}.route-mini-card:hover{transform:translateX(4px);border-color:#dfb432;box-shadow:0 5px 12px rgba(110,80,0,.12)}.route-mini-dot{width:7px;height:7px;border-radius:50%;background:#d6a51b;flex:none}.route-mini-card strong{font-size:.7rem;line-height:1.2;flex:1;color:#182738}.route-mini-card strong span{color:#d3a211;padding:0 3px}.route-mini-book{padding:6px 8px;border-radius:99px;background:#fff1bf;color:#5a4610;border:1px solid #e5c86b;font-size:.6rem;font-weight:900}.route-origin-footer{width:100%;margin-top:12px;padding:12px 14px;border-radius:12px;background:#102d47;color:#fff;border:0;font-weight:900;font-size:.76rem;box-shadow:0 4px 0 #091c2d;transition:transform .2s,background .2s}.route-origin-footer:hover{transform:translateY(-2px);background:#173d5e}.route-origin-footer span{color:#ffc400;margin-left:5px}.route-origin-box.is-expanded .route-origin-footer{background:#7e6000}
@media(max-width:1050px){.route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.route-grid{grid-template-columns:1fr;gap:14px}.route-origin-box{padding:14px}.route-origin-list{max-height:255px}.route-mini-card strong{font-size:.67rem}}


/* New generated fleet photography and full-vehicle framing */
.hero{background-image:linear-gradient(90deg,rgba(7,7,7,.92) 0%,rgba(7,7,7,.64) 45%,rgba(7,7,7,.2) 100%),url('/assets/hero-new.jpg');background-position:center;background-size:cover;background-repeat:no-repeat}
.hero-board{display:inline-flex;flex-direction:column;gap:3px;margin-top:22px;padding:14px 16px;border:1px solid rgba(255,196,0,.6);border-left:5px solid var(--yellow);border-radius:14px;background:rgba(8,8,8,.68);box-shadow:8px 9px 0 rgba(255,196,0,.18),0 16px 28px rgba(0,0,0,.25);backdrop-filter:blur(7px)}.hero-board strong{font:800 1.18rem 'Space Grotesk';letter-spacing:.04em;color:#fff}.hero-board small{font-size:.58rem;letter-spacing:.16em;color:var(--yellow);font-weight:900}.hero-models{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.hero-models span{padding:5px 8px;border-radius:99px;background:var(--yellow);color:#171000;font-size:.58rem;font-weight:900}
.vehicle-card img,.group-card img{height:190px;object-fit:contain;background:linear-gradient(145deg,#0c0c0c,#312504);padding:5px}.result-card img{height:205px;object-fit:contain;background:linear-gradient(145deg,#0c0c0c,#312504);padding:5px}
@media(max-width:700px){.hero{background-image:linear-gradient(180deg,rgba(7,7,7,.72) 0%,rgba(7,7,7,.42) 44%,rgba(7,7,7,.9) 100%),url('/assets/hero-new.jpg');background-position:center;background-size:cover}.hero-board{margin-top:16px;max-width:100%;padding:11px 12px}.hero-board strong{font-size:1rem}.hero-models{gap:4px}.hero-models span{font-size:.53rem;padding:4px 6px}.vehicle-card img,.group-card img{height:135px}.result-card img{height:150px}}


/* Final photo-complete correction: no hero or vehicle cropping */
.hero{background-image:linear-gradient(90deg,rgba(7,7,7,.9) 0%,rgba(7,7,7,.6) 46%,rgba(7,7,7,.16) 100%),url('/assets/hero-new.jpg')!important;background-position:center bottom!important;background-size:100% auto!important;background-repeat:no-repeat!important;background-color:#080808!important}
.vehicle-card img,.group-card img,.result-card img{object-fit:contain!important;object-position:center!important;width:100%;background:linear-gradient(145deg,#090909,#342706)!important}
.vehicle-card img,.group-card img{height:190px!important}.result-card img{height:205px!important}
@media(max-width:700px){
  .hero{background-image:linear-gradient(180deg,rgba(7,7,7,.7) 0%,rgba(7,7,7,.34) 42%,rgba(7,7,7,.88) 100%),url('/assets/hero-new.jpg')!important;background-position:center bottom!important;background-size:100% auto!important;background-repeat:no-repeat!important;background-color:#080808!important}
  .hero-grid>div:first-child{background-image:linear-gradient(180deg,rgba(7,7,7,.64) 0%,rgba(7,7,7,.2) 40%,rgba(7,7,7,.76) 100%),url('/assets/hero-new.jpg')!important;background-position:center bottom!important;background-size:100% auto!important;background-repeat:no-repeat!important;background-color:#080808!important}
  .hero-board{margin-bottom:115px!important;position:relative;z-index:2}
  .vehicle-card img,.group-card img{height:150px!important;padding:3px!important}.result-card img{height:165px!important;padding:3px!important}
}


/* Reference hero rebuild: light premium travel look */
.reference-hero{color:#121820!important;min-height:0;background-image:linear-gradient(180deg,rgba(248,252,255,.88) 0%,rgba(248,252,255,.22) 43%,rgba(8,18,28,.32) 100%),url('/assets/hero-reference-wide.jpg')!important;background-position:center top!important;background-size:cover!important;padding:0!important;overflow:visible}.reference-hero:before,.reference-hero:after{display:none}.reference-hero-inner{min-height:720px;padding:56px 0 28px;display:flex;align-items:flex-start}.reference-copy{max-width:650px}.reference-eyebrow{display:inline-flex;align-items:center;padding:10px 17px;border-radius:99px;background:#ffc400;color:#161200;font-size:.72rem;font-weight:900;letter-spacing:.1em;box-shadow:0 5px 0 rgba(162,116,0,.18)}.reference-copy h1{font-size:clamp(3.6rem,7vw,6.7rem);line-height:.88;margin:28px 0 22px;color:#10151b;letter-spacing:-.065em}.reference-copy h1 em{color:#f4b900;font-style:normal}.reference-copy p{max-width:540px;margin:0;color:#2a343c;font-size:1rem;line-height:1.7}.reference-board{display:inline-flex;flex-direction:column;margin-top:26px;padding:15px 18px;border-radius:16px;background:rgba(8,12,16,.9);color:#fff;box-shadow:8px 10px 0 rgba(255,196,0,.55)}.reference-board strong{font:800 1.28rem 'Space Grotesk';letter-spacing:.05em}.reference-board small{color:#ffc400;font-size:.6rem;letter-spacing:.13em;font-weight:900;margin-top:3px}.reference-models{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.reference-models span{padding:6px 9px;border-radius:99px;background:#ffc400;color:#171000;font-size:.62rem;font-weight:900}.reference-features{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:20px 0;background:#fff;color:#131a20}.reference-features>div{display:flex;align-items:center;justify-content:center;gap:10px;border-right:1px solid #e7e9e9}.reference-features>div:last-child{border:0}.reference-features b{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#ffc400;font-size:1rem;color:#131313}.reference-features span{font-size:.78rem;line-height:1.25}.reference-features strong{display:block}.reference-booking{background:#f7f8f8;padding:24px 0 70px}.reference-booking-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 26px;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(27,36,42,.1)}.reference-booking-card strong{display:block;font:700 1.3rem 'Space Grotesk'}.reference-booking-card small{display:block;margin-top:5px;color:#7a858c}.reference-booking-card .btn{width:auto;margin:0;padding:17px 25px;background:#ffc400;color:#111;box-shadow:0 5px 0 #c08d00}.reference-form-wrap{max-width:760px;margin:26px auto 0}.reference-form-wrap .booking-card{transform:none;max-width:none}.reference-form-wrap .booking-card:before{display:none}
.reference-hero+.reference-booking .shell{max-width:1000px}
body:has(.reference-hero){background:#f7f8f8}
@media(max-width:700px){.reference-hero{background-image:linear-gradient(180deg,rgba(248,252,255,.92) 0%,rgba(248,252,255,.36) 37%,rgba(8,18,28,.25) 100%),url('/assets/hero-reference.jpg')!important;background-size:100% auto!important;background-position:center top!important;background-repeat:no-repeat!important}.reference-hero-inner{min-height:745px;padding:30px 15px 18px}.reference-copy{max-width:none}.reference-copy h1{font-size:clamp(3.25rem,15vw,5.2rem);margin:24px 0 18px}.reference-copy p{font-size:.88rem;max-width:355px}.reference-board{margin-top:18px;padding:13px 14px;max-width:100%;box-shadow:6px 8px 0 rgba(255,196,0,.55)}.reference-board strong{font-size:1.02rem}.reference-models{gap:4px}.reference-models span{font-size:.53rem;padding:5px 7px}.reference-features{grid-template-columns:repeat(2,1fr);gap:0;padding:14px 4px}.reference-features>div{justify-content:flex-start;padding:10px 6px;border-right:0}.reference-features>div:nth-child(odd){border-right:1px solid #e7e9e9}.reference-features b{width:36px;height:36px;font-size:.8rem}.reference-features span{font-size:.65rem}.reference-booking{padding:18px 0 45px}.reference-booking-card{padding:16px;gap:12px}.reference-booking-card strong{font-size:1rem}.reference-booking-card small{font-size:.68rem}.reference-booking-card .btn{padding:13px 15px;font-size:.7rem;white-space:nowrap}.reference-form-wrap{margin-top:18px}}

/* Compact mobile hero: approximately 40% shorter */
@media(max-width:700px){.reference-hero-inner{min-height:447px!important;padding:22px 15px 12px!important}.reference-copy h1{font-size:clamp(2.55rem,12vw,4.2rem)!important;margin:16px 0 12px!important}.reference-copy p{font-size:.76rem!important;line-height:1.45!important}.reference-eyebrow{font-size:.58rem!important;padding:7px 11px!important}.reference-board{margin-top:12px!important;padding:9px 11px!important}.reference-board strong{font-size:.86rem!important}.reference-board small{font-size:.48rem!important}.reference-models{margin-top:7px!important}.reference-models span{font-size:.46rem!important;padding:4px 6px!important}.reference-features{padding:10px 4px!important}.reference-features>div{padding:7px 5px!important}.reference-features b{width:30px!important;height:30px!important;font-size:.7rem!important}.reference-features span{font-size:.56rem!important}}


/* Force the reference hero on mobile too; overrides legacy dark hero rules */
body:has(.reference-hero) .reference-hero{background-image:linear-gradient(180deg,rgba(248,252,255,.9) 0%,rgba(248,252,255,.3) 42%,rgba(8,18,28,.18) 100%),url('/assets/hero-reference-wide.jpg')!important;background-position:center top!important;background-size:cover!important;background-repeat:no-repeat!important;background-color:#f7fbff!important}
@media(max-width:700px){body:has(.reference-hero) .reference-hero{background-image:linear-gradient(180deg,rgba(248,252,255,.91) 0%,rgba(248,252,255,.3) 43%,rgba(8,18,28,.16) 100%),url('/assets/hero-reference.jpg')!important;background-position:center top!important;background-size:100% auto!important;background-repeat:no-repeat!important;min-height:0!important}body:has(.reference-hero) .reference-hero-inner{min-height:447px!important;padding:22px 15px 12px!important}body:has(.reference-hero) .reference-copy h1{color:#10151b!important;text-shadow:none!important}body:has(.reference-hero) .reference-copy p{color:#2a343c!important}body:has(.reference-hero) .reference-eyebrow{background:#ffc400!important;color:#161200!important}body:has(.reference-hero) .reference-board{display:inline-flex!important;background:rgba(8,12,16,.9)!important;color:#fff!important;margin-bottom:8px!important}body:has(.reference-hero) .reference-features{background:#fff!important}}


/* Final guaranteed hero image layer for mobile and desktop */
.reference-hero{position:relative!important;isolation:isolate!important;overflow:hidden!important;background:#dceffc!important}
.reference-hero-picture{position:absolute;inset:0;z-index:-1;display:block;pointer-events:none}
.reference-hero-photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center bottom;opacity:.98}
.reference-hero .reference-hero-inner,.reference-hero .reference-features{position:relative;z-index:1}
@media(max-width:700px){.reference-hero{min-height:0!important;background:#dceffc!important}.reference-hero-picture{position:absolute;inset:0;height:100%;min-height:745px}.reference-hero-photo{height:100%;object-fit:cover;object-position:center bottom}.reference-hero-inner{position:relative!important;z-index:2!important}}


/* Wide Oneway Taxi Cab car wordmark */
.brand img{width:220px!important;height:62px!important;object-fit:contain!important;background:#fff;border-radius:10px;padding:2px;filter:none!important}
.brand{gap:10px}.brand strong{display:none}.brand small{display:none}
@media(max-width:700px){.brand{min-width:0}.brand img{width:205px!important;height:58px!important}.topbar-inner{gap:8px}}
.footer .brand img{width:220px!important;height:62px!important}


/* Mobile hero car framing: extend image canvas so all vehicles and wheels remain visible */
@media(max-width:700px){body:has(.reference-hero) .reference-hero{min-height:680px!important;overflow:hidden!important}body:has(.reference-hero) .reference-hero-picture{height:680px!important;min-height:0!important;inset:0!important}body:has(.reference-hero) .reference-hero-photo{height:680px!important;width:100%!important;object-fit:cover!important;object-position:center 78%!important}body:has(.reference-hero) .reference-hero-inner{min-height:555px!important}.reference-hero .reference-features{position:absolute!important;left:0;right:0;bottom:0!important;z-index:3!important}}
