@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Racing+Sans+One&display=swap");

:root{--black:#020202;--charcoal:#070707;--panel:#101010;--panel2:#171717;--white:#f7f4ec;--muted:#b9b2a5;--gold:#c89542;--gold-soft:#d5ae64;--line:rgba(255,255,255,.12);--soft:rgba(200,149,66,.14);--radius:26px;--shadow:0 40px 120px rgba(0,0,0,.72)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:"Optima","Avenir Next","Helvetica Neue",Arial,sans-serif;letter-spacing:-.018em}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.serif,h1,h2{font-family:"Cormorant Garamond",Georgia,serif;letter-spacing:-.035em}.topbar{height:48px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:32px;background:#000;position:relative;z-index:5}.topbar b{color:var(--gold-soft);font-weight:700}.store-badge{border:1px solid var(--line);border-radius:9px;padding:7px 12px;background:#050505;font-size:13px}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;background:rgba(0,0,0,.88);backdrop-filter:blur(18px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(255,255,255,.06)}.brand img{height:48px;width:auto}.navlinks{display:flex;gap:28px;color:#eee;font-size:15px}.navlinks a{opacity:.88}.navlinks a:hover{color:var(--gold-soft)}.nav-cta{display:flex;align-items:center;gap:18px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;border-radius:12px;padding:15px 24px;font-weight:800;cursor:pointer;transition:.25s}.btn.gold{background:var(--gold);color:#120c04;box-shadow:0 18px 60px rgba(200,149,66,.22)}.btn.dark{background:rgba(255,255,255,.055);color:var(--white);border-color:var(--line)}.btn:hover{transform:translateY(-2px)}.hero{min-height:780px;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}.hero:before{content:"";position:absolute;inset:0;background:#020202 url('assets/img/homepage-reference.png') center/cover no-repeat;opacity:.58}.hero:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.58)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding:70px 6vw 50px}.eyebrow{color:var(--gold-soft);text-transform:uppercase;font-size:12px;letter-spacing:.2em;font-weight:900}.hero h1,.page-hero h1{font-size:clamp(58px,7vw,112px);line-height:.9;margin:24px 0;max-width:760px}.gold-text{color:var(--gold-soft)}.lead{font-size:21px;line-height:1.48;color:#ddd8ce;max-width:670px}.hero-actions{display:flex;align-items:center;gap:20px;margin:34px 0}.trust{display:flex;align-items:center;gap:15px;margin-top:35px;color:#ddd}.faces{display:flex}.face{width:32px;height:32px;border-radius:50%;background:#242424;border:2px solid #050505;margin-left:-8px}.face:nth-child(2){background:#59514a}.face:nth-child(3){background:#b9b2a5}.face:nth-child(4){background:#6b5632}.face:first-child{margin-left:0}.stars{color:var(--gold-soft);letter-spacing:.12em}.booking-card{background:rgba(13,13,13,.94);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);backdrop-filter:blur(18px);max-width:540px;margin-left:auto}.tabs{display:flex;gap:18px;justify-content:center;margin-bottom:22px}.tab{padding:12px 28px;border-bottom:2px solid transparent;color:var(--muted)}.tab.active{border-color:var(--gold);color:white}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.field{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.055);border-radius:9px;padding:15px 18px;margin-bottom:8px}.field.full{grid-column:1/-1}.field label{display:block;color:#918b82;font-size:13px;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;background:transparent;border:none;outline:none;color:white}.field textarea{resize:vertical}.field select option{background:#111}.price-preview{display:none;margin:16px 0;padding:16px;border:1px solid rgba(200,149,66,.45);border-radius:16px;background:rgba(200,149,66,.1)}.pill-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;color:#ddd;font-size:14px}.pill{display:flex;align-items:center;gap:9px}.pill span{color:var(--gold-soft)}.logo-strip{overflow:hidden;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.06);background:#030303;color:#aaa}.logo-track{display:flex;align-items:center;gap:48px;width:max-content;animation:scrollLogos 32s linear infinite}.logo-strip:hover .logo-track{animation-play-state:paused}.logo-title{padding-left:6vw;white-space:nowrap;color:#d9d5ca}.airline{font-weight:900;letter-spacing:.14em;color:#bdbdbd;opacity:.85;white-space:nowrap}.airline.gold{color:var(--gold-soft)}@keyframes scrollLogos{from{transform:translateX(0)}to{transform:translateX(-50%)}}.section{padding:86px 6vw}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:32px}.section h2{font-size:clamp(38px,4.5vw,66px);line-height:.95;margin:0}.muted{color:var(--muted);line-height:1.65}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:24px;padding:28px;min-height:240px}.card h3{font-size:26px;margin:10px 0}.icon{width:54px;height:54px;border-radius:16px;background:rgba(200,149,66,.13);display:flex;align-items:center;justify-content:center;color:var(--gold-soft);font-size:26px}.vehicle-card{min-height:360px;display:flex;flex-direction:column;justify-content:space-between}.vehicle-img{border-radius:20px;background:#101010;position:relative;overflow:hidden}.vehicle-img:before{content:"";position:absolute;left:14%;right:14%;top:64px;height:28px;background:var(--gold);border-radius:40px 70px 16px 16px;opacity:.82}.vehicle-img:after{content:"";position:absolute;left:10%;right:10%;bottom:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.1);box-shadow:0 -18px 0 rgba(200,149,66,.12)}.split{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.lux-panel{border-radius:32px;border:1px solid var(--line);background:#0c0c0c;min-height:420px;padding:34px;box-shadow:var(--shadow)}.chatbox{background:#0b0b0b;border:1px solid var(--line);border-radius:22px;padding:20px;margin-top:24px}.bubble{padding:16px 18px;border-radius:18px;margin:10px 0;line-height:1.45}.bubble.user{background:rgba(255,255,255,.08)}.bubble.ai{background:rgba(200,149,66,.14);border:1px solid rgba(200,149,66,.24)}.page-hero{padding:90px 6vw 50px;background:#030303;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(52px,6vw,94px)}.airport-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.airport{border:1px solid var(--line);border-radius:20px;padding:22px;text-align:center;background:rgba(255,255,255,.05)}.airport b{font-size:30px;color:var(--gold-soft)}.footer{border-top:1px solid var(--line);padding:46px 6vw;background:#030303;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px}.footer img{height:44px}.footer a,.footer p{display:block;color:#aaa;margin:10px 0}.sticky-quote{position:fixed;bottom:18px;left:18px;right:18px;z-index:30;display:none}.quote-layout{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start}.quote-mode{min-height:620px}.mini-list{display:grid;gap:12px}.mini-list div{padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.04)}.video-section{padding-top:20px}.video-rail{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 6vw 28px}.video-card{min-width:230px;aspect-ratio:9/16;border:1px solid var(--line);border-radius:28px;background:#111;position:relative;overflow:hidden;scroll-snap-align:start;box-shadow:0 30px 90px rgba(0,0,0,.35)}.video-card:before{content:"";position:absolute;inset:0;background:rgba(200,149,66,.12)}.video-card:nth-child(even):before{background:rgba(255,255,255,.06)}.video-card .play{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:50%;background:var(--gold);color:#120c04;display:flex;align-items:center;justify-content:center;font-weight:900}.video-card .caption{position:absolute;left:18px;right:18px;bottom:18px}.caption b{display:block;font-size:18px}.driver-profile{min-width:260px}.driver-portrait{height:220px;border-radius:20px;background:#151515;position:relative;overflow:hidden}.driver-portrait:before{content:"";position:absolute;left:50%;top:38px;transform:translateX(-50%);width:86px;height:86px;border-radius:50%;background:#4f4638}.driver-portrait:after{content:"";position:absolute;left:50%;bottom:-30px;transform:translateX(-50%);width:170px;height:140px;border-radius:70px 70px 0 0;background:var(--gold);opacity:.55}.mobile-only{display:none}@media(max-width:1100px){.navlinks{gap:16px;font-size:14px}.airport-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:980px){.topbar{display:none}.navlinks,.nav-cta .login{display:none}.hero-grid,.split,.quote-layout{grid-template-columns:1fr}.hero{min-height:auto}.booking-card{margin:0;max-width:none}.cards{grid-template-columns:1fr}.airport-grid{grid-template-columns:repeat(2,1fr)}.footer{grid-template-columns:1fr}.sticky-quote{display:flex}.hero h1{font-size:58px}.section-head{display:block}.field-grid{grid-template-columns:1fr}.mobile-only{display:block}.video-card{min-width:210px}}

/* V3 refinements: clean top notice, fixed gold, hero image provisions, hidden video scrollbars */
:root{--gold:#c89542;--gold-soft:#c89542;--white:#f8f5ee;--muted:#b8b1a4}
body{font-family:"Optima","Avenir Next","Helvetica Neue",Arial,sans-serif}h1,h2,.serif{font-family:"Cormorant Garamond","Bodoni 72","Didot",Georgia,serif;font-weight:700}.topbar{height:38px;gap:18px;font-size:13px;background:#020202}.topbar span{color:#d8d1c4}.topbar-app{color:var(--gold);font-weight:800}.store-badge{display:inline-flex;align-items:center;justify-content:center;color:var(--gold);border-color:rgba(200,149,66,.38)}.hero:before{background:#020202;opacity:1}.hero:after{background:rgba(0,0,0,.35)}.hero-grid{grid-template-columns:1fr .72fr .95fr}.hero-image-slot{min-height:360px;border:0px dashed rgba(200,149,66,.28);border-radius:0px;background:#080808;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}.hero-image-slot:before{content:"Hero image area";position:absolute;inset:auto 24px 22px;color:rgba(255,255,255,.22);font-size:13px;letter-spacing:.14em;text-transform:uppercase}.home-slot{align-self:stretch;min-height:520px}.page-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;min-height:440px}.page-hero .hero-image-slot{min-height:300px}.trusted-strip{border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.06);background:#030303}.trusted-title{padding:22px 6vw 0;color:#d9d5ca;font-weight:800}.logo-strip{border:0;padding:20px 0 25px}.logo-title{display:none}.video-rail{scrollbar-width:none;-ms-overflow-style:none;overflow-x:auto;scroll-behavior:smooth}.video-rail::-webkit-scrollbar{display:none}.rail-wrap{position:relative}.rail-arrow{position:absolute;top:45%;transform:translateY(-50%);z-index:5;width:48px;height:48px;border-radius:50%;border:1px solid rgba(200,149,66,.45);background:#0a0a0a;color:var(--gold);font-size:34px;line-height:1;cursor:pointer;box-shadow:0 20px 70px rgba(0,0,0,.55)}.rail-arrow.left{left:22px}.rail-arrow.right{right:22px}.video-card{cursor:pointer}.video-card:hover{transform:translateY(-4px);border-color:rgba(200,149,66,.5)}.video-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.86);backdrop-filter:blur(16px);padding:24px}.video-modal.open{display:flex}.video-modal-card{width:min(420px,92vw);aspect-ratio:9/16;border-radius:30px;background:#111;border:1px solid rgba(200,149,66,.35);position:relative;overflow:hidden;box-shadow:0 40px 150px rgba(0,0,0,.9)}.video-modal-card video{width:100%;height:100%;object-fit:cover}.video-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:32px;color:#ddd;background:#111}.video-close{position:absolute;top:18px;right:18px;z-index:2;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:#050505;color:#fff;font-size:24px;cursor:pointer}.ai-live-panel{display:flex;flex-direction:column;gap:24px;justify-content:center}.ai-search-shell{border:1px solid rgba(200,149,66,.38);background:#080808;border-radius:24px;padding:22px;box-shadow:0 30px 100px rgba(0,0,0,.45)}.ai-search-line{display:flex;align-items:center;gap:12px;font-size:18px;min-height:32px}.ai-dot{width:10px;height:10px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 8px rgba(200,149,66,.1)}.ai-progress{height:3px;background:rgba(255,255,255,.08);border-radius:99px;overflow:hidden;margin-top:18px}.ai-progress span{display:block;height:100%;width:38%;background:var(--gold);animation:aiLoad 2.8s ease-in-out infinite}@keyframes aiLoad{0%{transform:translateX(-120%);width:30%}50%{width:70%}100%{transform:translateX(320%);width:30%}}.ai-result-card{border:1px solid rgba(255,255,255,.10);border-radius:24px;background:#0b0b0b;padding:24px}.ai-result-card small{color:var(--gold);text-transform:uppercase;letter-spacing:.15em;font-weight:900}.ai-result-card b{display:block;font-size:32px;margin:8px 0}.ai-result-card p{color:var(--muted);margin:0}.quote-layout .quote-mode:first-child{border-color:rgba(200,149,66,.45);box-shadow:0 30px 100px rgba(200,149,66,.08)}@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.home-slot{min-height:320px;order:2}.booking-card{order:3}.page-hero{grid-template-columns:1fr}.page-hero .hero-image-slot{min-height:260px;order:2}.rail-arrow{display:flex;align-items:center;justify-content:center}.topbar{display:flex;height:auto;padding:10px 18px}.topbar span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer .smart-app-link{color:var(--gold)}}

/* V4 refinements */
.nav{position:sticky}.mobile-menu-toggle{display:none;flex-direction:column;gap:6px;width:46px;height:46px;border:1px solid rgba(200,149,66,.35);border-radius:14px;background:#070707;color:#fff;align-items:center;justify-content:center;cursor:pointer}.mobile-menu-toggle span{display:block;width:20px;height:2px;background:var(--gold);border-radius:2px}.mobile-nav-panel{position:fixed;inset:0;z-index:90;background:#020202;display:none;flex-direction:column;padding:22px 24px 36px}.mobile-nav-panel.open{display:flex}.mobile-nav-head{display:flex;align-items:center;justify-content:space-between}.mobile-nav-head img{height:46px}.mobile-close{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:#080808;color:#fff;font-size:28px;line-height:1;cursor:pointer}.mobile-nav-links{display:flex;flex-direction:column;gap:0;margin-top:48px}.mobile-nav-links a{font-family:"Cormorant Garamond",Georgia,serif;font-size:44px;line-height:1.05;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-nav-actions{margin-top:auto;display:grid;gap:12px}.home-slot{display:none}.hero-grid{grid-template-columns:1fr .95fr}.page-hero-copy{text-align:left}.page-hero{grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr)}.page-hero .hero-image-slot{justify-self:stretch}.trusted-strip{padding:20px 0 10px}.trusted-title{padding:34px 6vw 22px;font-size:18px;letter-spacing:.02em}.trip-tabs{gap:8px;justify-content:stretch}.trip-tabs .tab{appearance:none;background:transparent;border:0;border-bottom:2px solid transparent;flex:1;color:var(--muted);cursor:pointer;padding:12px 6px}.trip-tabs .tab.active{border-color:var(--gold);color:var(--white)}.route-toggle{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.route-option{border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045);color:var(--muted);border-radius:12px;padding:12px 10px;cursor:pointer;font-weight:800}.route-option.active{border-color:rgba(200,149,66,.55);color:var(--white);background:rgba(200,149,66,.12)}.field-note{display:block;margin-top:7px;color:rgba(255,255,255,.38);font-size:11px;line-height:1.35}.is-hidden{display:none}.dynamic-quote-form{overflow:hidden}.dynamic-quote-form textarea{min-height:78px}.stable-grid{grid-template-columns:1fr 1fr}.topbar{justify-content:center}.topbar span{font-weight:700;color:#ded6c9}.topbar .topbar-app{margin-left:10px}.topbar:after{content:"";position:absolute;left:6vw;right:6vw;bottom:0;height:1px;background:rgba(200,149,66,.12)}
@media(max-width:980px){.nav{height:74px;padding:0 20px}.brand img{height:42px}.mobile-menu-toggle{display:flex}.navlinks,.nav-cta{display:none}.mobile-nav-panel{display:none}.mobile-nav-panel.open{display:flex}.hero-grid{grid-template-columns:1fr}.home-slot{display:block;min-order:2}.booking-card{order:3}.page-hero{grid-template-columns:1fr;padding-top:54px}.page-hero-copy{order:1}.page-hero .hero-image-slot{order:2;min-height:250px}.mobile-nav-links a{font-size:40px}.trusted-strip{padding:24px 0 14px}.trusted-title{padding:30px 24px 24px}.stable-grid{grid-template-columns:1fr 1fr}.route-toggle{grid-template-columns:1fr}.trip-tabs .tab{font-size:13px}.field-grid.stable-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.hero h1,.page-hero h1{font-size:48px}.field-grid.stable-grid{grid-template-columns:1fr}.mobile-nav-links a{font-size:34px}.topbar{font-size:12px;padding:9px 14px}.topbar .topbar-app{display:none}}

/* V5 refinements: sticky quote card and multi-leg carousel */
@media(min-width:981px){
  .hero-grid{align-items:start;}
  .hero .booking-card,
  .quote-layout .booking-card{position:sticky;top:112px;align-self:start;max-height:calc(100vh - 132px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;}
  .hero .booking-card::-webkit-scrollbar,
  .quote-layout .booking-card::-webkit-scrollbar{display:none;}
  .quote-layout{align-items:start;}
}

/* Chauffeur CRM v54 */
.chauffeur-crm-body{margin:0;background:#f4f5f2;color:#151713;font-family:"Google Sans",Arial,sans-serif}.chauffeur-crm-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.chauffeur-sidebar{position:sticky;top:0;height:100vh;box-sizing:border-box;background:#12140f;color:#fff;padding:24px 18px;display:flex;flex-direction:column;z-index:101}.chauffeur-brand{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 10px 22px;border-bottom:1px solid #292c25}.chauffeur-brand img{width:138px;filter:brightness(0) invert(1)}.chauffeur-nav-close{display:none;background:none;border:0;color:#fff;font-size:28px}.chauffeur-workspace{padding:24px 12px 18px;display:flex;flex-direction:column;min-width:0}.chauffeur-workspace span,.chauffeur-topbar span,.crm-eyebrow{font-size:10px;letter-spacing:.16em;font-weight:700;color:#8c9385}.chauffeur-workspace strong{font-size:14px;margin:8px 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chauffeur-workspace small{font-size:11px;color:#858b80;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chauffeur-nav{display:grid;gap:5px}.chauffeur-nav a{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:9px;color:#aeb3aa;text-decoration:none;font-size:14px;transition:.18s ease}.chauffeur-nav a:hover{background:#20231c;color:#fff}.chauffeur-nav a.active{background:#fff;color:#151713}.chauffeur-nav i{width:26px;height:26px;border-radius:7px;background:#252820;display:grid;place-items:center;font-style:normal;font-size:13px}.chauffeur-nav a.active i{background:#e7aa2e;color:#18140b}.chauffeur-sidebar-foot{margin-top:auto}.chauffeur-access-card{padding:14px;border:1px solid #33372e;border-radius:10px;display:flex;flex-direction:column;gap:5px}.chauffeur-access-card span{font-size:11px;color:#9fa59a}.chauffeur-access-card strong{font-size:13px}.chauffeur-access-card.live strong{color:#f1bd51}.chauffeur-access-card.expired strong{color:#ff8f8f}.chauffeur-signout{display:block;color:#92978e;text-decoration:none;padding:16px 14px 0;font-size:13px}.chauffeur-main{min-width:0}.chauffeur-topbar{height:86px;background:#fff;border-bottom:1px solid #e4e6e0;display:flex;align-items:center;justify-content:space-between;padding:0 38px;position:sticky;top:0;z-index:60}.chauffeur-topbar h1{font-size:22px;margin:5px 0 0}.chauffeur-nav-toggle{display:none}.chauffeur-top-actions{display:flex;align-items:center;gap:12px}.chauffeur-trial-pill{background:#fff7e5;border:1px solid #f0d697;color:#755315;text-decoration:none;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:700}.chauffeur-avatar{width:38px;height:38px;background:#171914;color:#fff;border-radius:50%;display:grid;place-items:center;text-decoration:none;font-weight:700}.chauffeur-content{padding:36px 38px 64px;max-width:1440px;margin:auto}.crm-welcome,.crm-page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px}.crm-welcome h2,.crm-membership-hero h2{font-family:"Google Sans",Arial,sans-serif;font-size:38px;line-height:1.05;margin:8px 0}.crm-welcome p,.crm-page-head p,.crm-membership-hero p{color:#696e66;margin:0;max-width:650px}.crm-primary-btn,.crm-secondary-btn{border:0;border-radius:8px;padding:12px 17px;font:700 13px "Google Sans";text-decoration:none;cursor:pointer;display:inline-flex;justify-content:center;align-items:center}.crm-primary-btn{background:#171914;color:#fff}.crm-primary-btn:hover{background:#2b2e27}.crm-secondary-btn{background:#fff;color:#171914;border:1px solid #daddd5}.crm-trial-banner,.crm-access-lock{display:flex;justify-content:space-between;align-items:center;gap:16px;background:#fff8e8;border:1px solid #ecd59c;border-radius:12px;padding:15px 18px;margin-bottom:22px}.crm-trial-banner div{display:flex;gap:10px}.crm-trial-banner span{color:#705f3a}.crm-trial-banner a{color:#181914;font-weight:700;font-size:13px}.crm-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.crm-stat-grid article,.crm-panel{background:#fff;border:1px solid #e1e3dd;border-radius:13px}.crm-stat-grid article{padding:20px;display:flex;flex-direction:column}.crm-stat-grid span{font-size:12px;color:#6d7269}.crm-stat-grid strong{font-size:29px;margin:12px 0 4px;letter-spacing:-.04em}.crm-stat-grid small{font-size:11px;color:#969b92}.crm-grid-2{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.7fr);gap:18px}.crm-panel{padding:22px}.crm-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.crm-panel-head h3{margin:6px 0 0;font-size:17px}.crm-panel-head a{font-size:12px;color:#30342d;font-weight:700}.crm-list{display:grid}.crm-list>a{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px 0;border-top:1px solid #eceee9;color:#171914;text-decoration:none}.crm-date-box{width:42px;height:42px;background:#f1f2ee;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-direction:column}.crm-date-box b{font-size:16px}.crm-date-box small{font-size:9px}.crm-list a>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.crm-list a>span:nth-child(2) small{color:#858a81;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}.crm-status{font-style:normal;font-size:10px;text-transform:uppercase;font-weight:700;letter-spacing:.06em;padding:6px 8px;border-radius:999px;background:#eff0ec;color:#646960}.crm-status.confirmed,.crm-status.paid,.crm-status.active{background:#e9f5e8;color:#337238}.crm-status.sent,.crm-status.inquiry{background:#fff4dc;color:#856013}.crm-status.cancelled,.crm-status.void{background:#f8e7e7;color:#943d3d}.crm-quick{display:grid;align-content:start}.crm-quick>a{display:flex;gap:13px;text-decoration:none;color:#171914;padding:13px 0;border-top:1px solid #eceee9}.crm-quick i{width:34px;height:34px;border-radius:9px;background:#f0f1ed;display:grid;place-items:center;font-style:normal}.crm-quick span{display:flex;flex-direction:column}.crm-quick small{color:#858a81;margin-top:4px}.crm-empty{text-align:center;padding:48px 20px;color:#777c73}.crm-empty b{display:block;color:#22251f;font-size:16px}.crm-empty p{margin:7px auto 14px;max-width:420px}.crm-empty a{color:#191b17;font-weight:700}.crm-table-wrap{overflow:auto}.crm-table{width:100%;border-collapse:collapse;min-width:760px}.crm-table th{text-align:left;padding:11px 12px;border-bottom:1px solid #e4e6e0;color:#878c83;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.crm-table td{padding:15px 12px;border-bottom:1px solid #eceee9;font-size:13px;vertical-align:middle}.crm-table td b,.crm-table td small{display:block}.crm-table td small{color:#8a8f86;margin-top:4px}.crm-table td>a{color:#171914;font-weight:700}.crm-dialog{width:min(620px,calc(100% - 32px));border:0;padding:0;border-radius:15px;box-shadow:0 30px 80px #0005}.crm-dialog::backdrop{background:#10120dcc;backdrop-filter:blur(3px)}.crm-dialog form{padding:26px}.crm-dialog-head{display:flex;justify-content:space-between;margin-bottom:22px}.crm-dialog-head h2{margin:6px 0 0}.crm-dialog-head button{border:0;background:#f0f1ed;width:34px;height:34px;border-radius:50%;font-size:22px}.crm-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.crm-form-grid label{font-size:11px;font-weight:700;color:#5d6259;display:grid;gap:7px}.crm-form-grid .wide{grid-column:1/-1}.crm-form-grid input,.crm-form-grid select,.crm-form-grid textarea{width:100%;box-sizing:border-box;border:1px solid #d9dcd4;border-radius:8px;background:#fafbf8;padding:11px 12px;font:13px "Google Sans";color:#171914}.crm-client-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.crm-client-card{border:1px solid #e5e7e1;border-radius:11px;padding:17px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center}.crm-client-avatar{width:40px;height:40px;background:#1b1d18;color:#fff;border-radius:50%;display:grid;place-items:center;font-weight:700}.crm-client-card div{min-width:0}.crm-client-card div small{display:block;color:#8a8f86;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}.crm-client-card em{font-size:10px;font-style:normal;color:#7e837a}.crm-client-card p{grid-column:1/-1;font-size:12px;color:#6f746b;margin:8px 0}.crm-source{grid-column:1/-1;font-size:9px;font-weight:700;letter-spacing:.08em;color:#896517}.crm-profile-layout{display:grid;grid-template-columns:minmax(0,1.5fr) 320px;gap:18px}.crm-publish{display:flex;gap:12px;padding:16px;border:1px solid #e1e3dd;border-radius:10px;margin:4px 0 20px}.crm-publish span{display:flex;flex-direction:column}.crm-publish small{color:#7b8077;margin-top:4px}.crm-profile-score{text-align:center;height:max-content}.crm-score{margin:20px auto;width:130px;height:130px;border-radius:50%;background:conic-gradient(#e0a52e var(--score,0%),#eceee9 0);display:grid;place-items:center;position:relative}.crm-score:before{content:"";position:absolute;inset:10px;background:#fff;border-radius:50%}.crm-score strong{z-index:1;font-size:27px}.crm-profile-score p{color:#777c73}.crm-profile-score ul{text-align:left;padding:0;list-style:none}.crm-profile-score li{padding:9px 0;border-top:1px solid #eceee9;color:#8d9289}.crm-profile-score li.done{color:#34703a}.crm-profile-score li.done:before{content:"✓ ";font-weight:700}.crm-membership-hero{text-align:center;max-width:720px;margin:20px auto 35px}.crm-membership-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:900px;margin:auto}.crm-plan-card{background:#fff;border:1px solid #dfe2da;border-radius:15px;padding:28px}.crm-plan-card.featured{background:#171914;color:#fff;border-color:#171914}.crm-plan-card>span{font-size:10px;letter-spacing:.15em;font-weight:700;color:#9b7a36}.crm-plan-card h3{font-size:22px}.crm-price{display:flex;align-items:baseline;gap:8px;margin:20px 0}.crm-price strong{font-size:47px}.crm-price small{color:#858a81}.crm-plan-card ul{list-style:none;padding:0;margin:20px 0}.crm-plan-card li{padding:9px 0;border-top:1px solid #e8eae5}.crm-plan-card.featured li{border-color:#33372f}.crm-plan-card li:before{content:"✓";margin-right:10px;color:#d9a42f}.crm-plan-card .crm-primary-btn{width:100%;background:#e3aa35;color:#17140c}.crm-current-plan{padding:12px;text-align:center;border-radius:8px;background:#eff0ec;font-weight:700;font-size:12px}.featured .crm-current-plan{background:#2b2f27}.crm-billing-note{max-width:850px;margin:22px auto;background:#fff;border:1px solid #e1e3dd;border-radius:12px;padding:19px}.crm-billing-note p{margin:6px 0 0;color:#73786f}.crm-access-lock>span{font-size:26px}.crm-access-lock p{margin:4px 0 0;color:#746540}.driver-alert{border-radius:10px;margin-bottom:18px;padding:13px 16px}.driver-alert.success{background:#e9f5e8;color:#337238}.driver-alert.error{background:#f8e7e7;color:#943d3d}.chauffeur-nav-scrim{display:none}
@media(max-width:1050px){.crm-stat-grid{grid-template-columns:1fr 1fr}.crm-client-grid{grid-template-columns:1fr 1fr}.crm-profile-layout{grid-template-columns:1fr}.crm-profile-score{order:-1}.crm-grid-2{grid-template-columns:1fr}}
@media(max-width:760px){.chauffeur-crm-shell{display:block}.chauffeur-sidebar{position:fixed;left:0;top:0;width:min(86vw,310px);transform:translateX(-105%);transition:transform .25s ease;box-shadow:20px 0 60px #0004}.crm-nav-open .chauffeur-sidebar{transform:none}.chauffeur-nav-close{display:block}.chauffeur-nav-scrim{position:fixed;inset:0;background:#0d0f0bbc;z-index:100}.crm-nav-open .chauffeur-nav-scrim{display:block}.chauffeur-topbar{height:72px;padding:0 18px}.chauffeur-nav-toggle{display:block;border:0;background:#eef0eb;width:38px;height:38px;border-radius:9px;font-size:18px}.chauffeur-topbar>div:first-of-type{margin-right:auto;margin-left:13px}.chauffeur-topbar h1{font-size:18px}.chauffeur-trial-pill{display:none}.chauffeur-content{padding:24px 16px 45px}.crm-welcome,.crm-page-head{align-items:flex-start;flex-direction:column}.crm-welcome h2,.crm-membership-hero h2{font-size:31px}.crm-primary-btn{width:100%;box-sizing:border-box}.crm-trial-banner{align-items:flex-start}.crm-trial-banner div{flex-direction:column;gap:4px}.crm-stat-grid{gap:10px}.crm-stat-grid article{padding:16px}.crm-stat-grid strong{font-size:25px}.crm-panel{padding:16px}.crm-client-grid{grid-template-columns:1fr}.crm-form-grid{grid-template-columns:1fr}.crm-form-grid .wide{grid-column:auto}.crm-membership-grid{grid-template-columns:1fr}.crm-profile-layout{display:flex;flex-direction:column}.crm-dialog{max-height:92vh;overflow:auto}.crm-dialog form{padding:20px}.crm-list>a{grid-template-columns:44px minmax(0,1fr)}.crm-list .crm-status{grid-column:2}.crm-top-actions{gap:6px}}
.dynamic-quote-form{contain:layout paint;}
.multi-leg-builder{border:1px solid rgba(200,149,66,.30);border-radius:18px;background:#080808;padding:14px;margin-top:8px;}
.multi-leg-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;}
.multi-leg-count{font-size:12px;color:var(--gold);letter-spacing:.16em;text-transform:uppercase;font-weight:900;white-space:nowrap;}
.multi-leg-nav{display:flex;align-items:center;gap:7px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;}
.multi-leg-nav::-webkit-scrollbar{display:none;}
.leg-chip{border:1px solid rgba(255,255,255,.10);background:#111;color:var(--muted);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap;}
.leg-chip.active{border-color:rgba(200,149,66,.62);background:rgba(200,149,66,.14);color:#fff;}
.leg-panel{display:none;}
.leg-panel.active{display:block;}
.leg-panel-title{display:flex;align-items:center;justify-content:space-between;margin:4px 0 12px;color:#fff;font-weight:900;}
.leg-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.leg-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;}
.leg-btn{border:1px solid rgba(200,149,66,.36);background:rgba(200,149,66,.08);color:#fff;border-radius:12px;padding:11px 12px;font-weight:900;cursor:pointer;}
.leg-btn.subtle{border-color:rgba(255,255,255,.10);background:rgba(255,255,255,.045);color:var(--muted);}
.leg-remove{border:0;background:transparent;color:rgba(255,255,255,.46);font-weight:900;cursor:pointer;}
.leg-remove:hover{color:var(--gold);}
.multileg-field textarea{display:none;}
@media(max-width:560px){.leg-mini-grid,.leg-actions{grid-template-columns:1fr}.multi-leg-top{align-items:flex-start;flex-direction:column}.multi-leg-nav{width:100%}}

/* V6 refinements: full multi-leg details with outside circular navigation */
.multi-leg-shell{margin-top:12px;}
.multi-leg-pager{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 0 14px;padding:4px 0;}
.leg-dots{display:flex;align-items:center;gap:8px;max-width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:4px;}
.leg-dots::-webkit-scrollbar{display:none;}
.leg-dot,.leg-round-control{width:38px;height:38px;min-width:38px;border-radius:50%;border:1px solid rgba(200,149,66,.38);background:#070707;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-weight:900;box-shadow:0 12px 35px rgba(0,0,0,.32);}
.leg-round-control{font-size:26px;color:var(--gold);line-height:1;}
.leg-dot span{font-size:12px;}
.leg-dot.active{background:var(--gold);border-color:var(--gold);color:#050505;}
.leg-dot.add{border-style:dashed;color:var(--gold);background:#0c0c0c;}
.multi-leg-builder{margin-top:0;padding:16px;border-radius:22px;}
.multi-leg-top,.multi-leg-nav,.multi-leg-count{display:none!important;}
.leg-route-toggle{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;}
.leg-route-option{border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045);color:var(--muted);border-radius:12px;padding:12px 10px;cursor:pointer;font-weight:900;}
.leg-route-option.active{border-color:rgba(200,149,66,.60);color:#fff;background:rgba(200,149,66,.12);}
.leg-panel-title{margin-bottom:14px;}
@media(max-width:560px){.multi-leg-pager{gap:8px}.leg-dot,.leg-round-control{width:34px;height:34px;min-width:34px}.leg-route-toggle{grid-template-columns:1fr}.leg-mini-grid{grid-template-columns:1fr}}

/* V7 quote form refinements */
.dynamic-quote-form[data-trip="multi-leg"] > .route-toggle{display:none!important;}
.dynamic-quote-form[data-trip="multi-leg"] .form-stage > .airport-field,
.dynamic-quote-form[data-trip="multi-leg"] .form-stage > .location-field,
.dynamic-quote-form[data-trip="multi-leg"] .form-stage > .stable-grid,
.dynamic-quote-form[data-trip="multi-leg"] .form-stage > .return-field{display:none!important;}
.dynamic-quote-form[data-trip="multi-leg"] .form-stage > .multileg-field{display:block!important;}
.multileg-field textarea[hidden]{display:none!important;}
.multi-leg-pager{display:none!important;}
.multi-leg-bottom-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0 4px;}
.leg-pager-right{display:flex;align-items:center;justify-content:flex-end;gap:10px;}
.leg-add-outside{border:1px solid rgba(200,149,66,.55);background:#080808;color:var(--gold);border-radius:999px;padding:10px 14px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap;}
.leg-add-outside:hover{background:rgba(200,149,66,.10)}
.car-seat-field,.leg-car-seat-field{transition:opacity .2s ease;}
.passenger-grid{align-items:end;}
@media(max-width:560px){.multi-leg-bottom-controls{align-items:flex-start;flex-direction:column}.leg-pager-right{width:100%;justify-content:flex-end}.leg-add-outside{width:100%;}.passenger-grid{grid-template-columns:1fr}}


/* V8 updates: bottom-right carousel becomes stacked pager, round-trip shares leg UX, vehicle removed from intake */
.dynamic-quote-form[data-trip="round-trip"] > .route-toggle{display:none!important;}
.dynamic-quote-form[data-trip="round-trip"] .form-stage > .airport-field,
.dynamic-quote-form[data-trip="round-trip"] .form-stage > .location-field,
.dynamic-quote-form[data-trip="round-trip"] .form-stage > .stable-grid,
.dynamic-quote-form[data-trip="round-trip"] .form-stage > .return-field{display:none!important;}
.dynamic-quote-form[data-trip="round-trip"] .form-stage > .multileg-field{display:block!important;}
.multi-leg-bottom-controls{display:grid!important;grid-template-columns:1fr;gap:10px;margin:14px 0 2px;}
.leg-add-outside{width:100%;display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:16px;}
.leg-pager-row{display:grid;grid-template-columns:38px minmax(0,170px) 38px;align-items:center;justify-content:end;gap:10px;width:100%;}
.leg-dots{min-width:0;max-width:170px;width:170px;justify-content:flex-start;overflow-x:auto;scroll-snap-type:x mandatory;}
.leg-dot{scroll-snap-align:center;}
.leg-round-control[disabled],.leg-dot[disabled]{opacity:.35;pointer-events:none;}
.dynamic-quote-form [name="vehicle"], .dynamic-quote-form label:has(+ select[name="vehicle"]){display:none!important;}
.passenger-grid{grid-template-columns:1fr 1fr!important;}
@media(max-width:560px){.leg-pager-row{grid-template-columns:36px minmax(0,150px) 36px;justify-content:end}.leg-dots{width:150px;max-width:150px}.passenger-grid{grid-template-columns:1fr!important}}

/* V9 refinements: compact direction select, tighter flight field, full-width leg nav, rotating trust tags */
.compact-route-field{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center;gap:10px;margin-bottom:10px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.075);border-radius:12px;padding:10px 12px;}
.compact-route-field label{margin:0;color:#918b82;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;}
.compact-route-field select{width:100%;background:#070707;border:1px solid rgba(200,149,66,.32);border-radius:10px;color:#fff;outline:0;padding:10px 34px 10px 12px;font-weight:850;appearance:auto;min-width:0;}
.compact-route-field select option{background:#080808;color:#fff;}
.route-toggle.compact-route-field{grid-template-columns:auto minmax(0,1fr)!important;}
.leg-route-toggle.compact-route-field{grid-template-columns:auto minmax(0,1fr)!important;}
.leg-panel .field.full:has([data-leg-field="flight"]){grid-column:auto;}
.leg-pager-row{grid-template-columns:40px minmax(0,1fr) 40px!important;justify-content:stretch!important;align-items:center;width:100%;gap:12px;}
.leg-dots{justify-self:center;width:min(220px,100%)!important;max-width:100%!important;justify-content:flex-start;}
.leg-round-control:first-child{justify-self:start;}
.leg-round-control:last-child{justify-self:end;}
.pill-row{position:relative;height:24px;margin-top:22px;display:block!important;overflow:hidden;color:#ddd;font-size:14px;}
.pill-row .pill{position:absolute;inset:0 auto auto 0;display:flex;align-items:center;gap:9px;white-space:nowrap;opacity:0;transform:translateY(12px);animation:tagFadeLoop 9s infinite;}
.pill-row .pill:nth-child(2){animation-delay:3s;}
.pill-row .pill:nth-child(3){animation-delay:6s;}
@keyframes tagFadeLoop{0%,7%{opacity:0;transform:translateY(12px)}12%,29%{opacity:1;transform:translateY(0)}34%,100%{opacity:0;transform:translateY(-12px)}}
@media(max-width:560px){.field-grid.stable-grid{grid-template-columns:1fr 1fr!important}.leg-pager-row{grid-template-columns:38px minmax(0,1fr) 38px!important}.leg-dots{width:min(180px,100%)!important}.compact-route-field{grid-template-columns:auto minmax(0,1fr)!important;padding:9px 10px}.compact-route-field label{font-size:11px}.compact-route-field select{font-size:13px;padding:9px 8px}.pill-row{height:24px}.pill-row .pill{font-size:13px}}

/* V10 refinements */
.pill-row{display:flex!important;align-items:center;justify-content:center;text-align:center;}
.pill-row .pill{left:50%!important;right:auto!important;transform:translate(-50%,12px);justify-content:center;}
@keyframes tagFadeLoop{0%,7%{opacity:0;transform:translate(-50%,12px)}12%,29%{opacity:1;transform:translate(-50%,0)}34%,100%{opacity:0;transform:translate(-50%,-12px)}}
.compact-route-field select{color:rgba(248,245,238,.72)!important;padding-right:48px!important;background-position:right 16px center!important;}
.compact-route-field label{color:#918b82!important;font-size:13px!important;letter-spacing:.16em!important;font-weight:900!important;text-transform:uppercase!important;}
.leg-dots{justify-content:center!important;margin:0 auto;}
.leg-pager-row{grid-template-columns:44px minmax(0,1fr) 44px!important;}
.leg-dot:first-child:last-child{margin-left:auto;margin-right:auto;}
.quote-layout .lux-panel .btn.gold{margin-top:18px;}
.app-feature{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;border-top:1px solid rgba(255,255,255,.06);}
.app-feature-copy h2{font-size:clamp(42px,5vw,76px);line-height:.92;margin:14px 0 20px;}
.app-feature-image{min-height:440px;border:1px dashed rgba(200,149,66,.30);border-radius:36px;background:#080808;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 40px 120px rgba(0,0,0,.40);}
.app-feature-image:after{content:"Image area";position:absolute;left:28px;bottom:24px;color:rgba(255,255,255,.22);font-size:12px;letter-spacing:.16em;text-transform:uppercase;}
.app-feature-left .app-feature-image{order:1}.app-feature-left .app-feature-copy{order:2}
.app-download-modal{position:fixed;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(18px);z-index:999;display:none;align-items:center;justify-content:center;padding:24px;}
.app-download-modal.active{display:flex;}
.app-download-card{width:min(440px,100%);border:1px solid rgba(200,149,66,.34);background:#080808;border-radius:30px;padding:28px;text-align:center;box-shadow:0 50px 160px rgba(0,0,0,.72);position:relative;}
.app-download-card h3{font-family:"Cormorant Garamond","Bodoni 72",Georgia,serif;font-size:38px;line-height:1;margin:8px 0 10px;}
.app-download-card p{color:var(--muted);line-height:1.55;}
.app-download-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:#111;color:#fff;cursor:pointer;}
.qr-placeholder{width:190px;height:190px;margin:22px auto;border:12px solid #fff;background:repeating-linear-gradient(45deg,#111 0 8px,#fff 8px 16px);box-shadow:0 0 0 1px rgba(200,149,66,.30);position:relative;}
.qr-placeholder:before{content:"";position:absolute;inset:28px;background:#fff;clip-path:polygon(0 0,35% 0,35% 35%,0 35%,0 65%,35% 65%,35% 100%,0 100%,0 0,65% 0,100% 0,100% 35%,65% 35%,65% 0,65% 65%,100% 65%,100% 100%,65% 100%,65% 65%);opacity:.92;}
.qr-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:12px;}
.qr-actions a{border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:10px 12px;color:#ddd;font-size:13px;}
@media(max-width:980px){.app-feature{grid-template-columns:1fr;gap:28px}.app-feature-left .app-feature-image,.app-feature-left .app-feature-copy{order:initial}.app-feature-image{min-height:300px}.app-feature-copy h2{font-size:44px}}
@media(max-width:560px){.leg-pager-row{grid-template-columns:44px minmax(0,1fr) 44px!important}.compact-route-field select{padding-right:42px!important}.pill-row .pill{width:max-content;max-width:100%;}.qr-placeholder{width:160px;height:160px}}

/* V13 functional polish */
.notify-mini{display:flex;gap:10px;margin-top:18px;align-items:center}.notify-mini input{flex:1;min-width:0;background:#070707;border:1px solid rgba(213,174,100,.22);border-radius:14px;color:#fff;padding:14px 16px}.ai-soon-preview{border:1px solid rgba(213,174,100,.22);border-radius:20px;padding:18px;background:#070707;margin:18px 0;display:grid;gap:8px}.ai-soon-preview span{color:#aaa}.small-note{font-size:13px}.success-note{color:#d5ae64;font-weight:700}.form-stage{transition:opacity .24s ease, transform .24s ease}.airport-field,.location-field{transition:transform .24s ease, opacity .24s ease}.field-note{font-size:11px;color:rgba(255,255,255,.42)!important}.quote-price-modal{position:fixed;inset:0;background:rgba(0,0,0,.82);backdrop-filter:blur(18px);z-index:9999;display:none;padding:22px}.quote-price-modal.active{display:block}.quote-price-shell{height:100%;max-width:1180px;margin:0 auto;background:#050505;border:1px solid rgba(213,174,100,.28);border-radius:30px;position:relative;overflow:auto;box-shadow:0 30px 100px rgba(0,0,0,.8)}.quote-modal-close{position:sticky;top:18px;margin-left:auto;right:18px;display:block;z-index:2;width:46px;height:46px;border-radius:50%;border:1px solid rgba(213,174,100,.35);background:#111;color:#fff;font-size:28px;cursor:pointer}.quote-price-content{padding:26px 32px 38px}.quote-modal-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:20px}.quote-modal-head h2{font-size:clamp(32px,5vw,62px);margin:.15em 0}.trip-summary-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;margin:18px 0 26px}.trip-summary{border:1px solid rgba(255,255,255,.08);background:#0b0b0b;border-radius:18px;padding:16px}.trip-summary b{display:block;color:#fff}.trip-summary span,.trip-summary small{color:#d5ae64}.trip-summary p{color:#ddd;margin:8px 0}.vehicle-price-carousel{display:flex;gap:18px;overflow-x:auto;scrollbar-width:none;padding-bottom:10px}.vehicle-price-carousel::-webkit-scrollbar{display:none}.vehicle-price-card{min-width:290px;max-width:330px;background:#0a0a0a;border:1px solid rgba(255,255,255,.1);border-radius:24px;overflow:hidden}.vehicle-price-card.recommended{border-color:rgba(213,174,100,.55);box-shadow:0 0 0 1px rgba(213,174,100,.18)}.vehicle-image-slot{background:linear-gradient(135deg,#151515,#050505);border-bottom:1px solid rgba(213,174,100,.14)}.vehicle-card-body{padding:18px;display:grid;gap:8px}.vehicle-card-body span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#d5ae64}.vehicle-card-body p,.vehicle-card-body small{color:#aaa}.vehicle-card-body strong{font-size:38px;color:#fff}.quote-actions{display:flex;gap:12px;align-items:end;flex-wrap:wrap;margin-top:20px;border-top:1px solid rgba(255,255,255,.08);padding-top:18px}.quote-actions .field{min-width:260px;flex:1}.quote-actions input{background:#090909;border:1px solid rgba(213,174,100,.25);border-radius:14px;color:white;padding:14px}.quote-price-modal .btn{white-space:nowrap}@media(max-width:700px){.quote-price-modal{padding:8px}.quote-price-shell{border-radius:20px}.quote-price-content{padding:18px}.vehicle-price-card{min-width:82vw}.quote-actions{display:grid}.notify-mini{display:grid}.quote-modal-close{top:10px;right:10px}}


/* V16 footer, fonts, date/time picker refinements */
body{font-family:"Optima","Avenir Next","Helvetica Neue",Arial,sans-serif!important;}
h1,h2,h3,.serif,.mobile-nav-links a,.app-download-card h3{font-family:"Google Sans","Avenir Next","Helvetica Neue",Arial,sans-serif!important;}
.footer{padding-bottom:28px;}
.footer-brand-col{display:block;}
.footer-app-badges{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:18px;}
.app-badge{display:inline-flex!important;margin:0!important;opacity:.88;transition:.22s ease;filter:grayscale(1) contrast(1.12);}
.app-badge:hover{opacity:1;transform:translateY(-2px);filter:grayscale(1) contrast(1.25) brightness(1.1);}
.app-badge img{height:42px!important;width:auto;display:block;}
.footer-bottom{background:#030303;border-top:1px solid rgba(255,255,255,.08);color:#8f8a80;text-align:center;padding:20px 6vw 28px;font-size:13px;}
.flatpickr-calendar{background:#080808!important;border:1px solid rgba(200,149,66,.35)!important;box-shadow:0 30px 90px rgba(0,0,0,.75)!important;color:#f8f5ee!important;border-radius:18px!important;overflow:hidden!important;font-family:"Optima","Avenir Next","Helvetica Neue",Arial,sans-serif!important;}
.flatpickr-months,.flatpickr-weekdays{background:#0d0d0d!important;}
.flatpickr-current-month,.flatpickr-monthDropdown-months,.flatpickr-weekday,.flatpickr-day{color:#f8f5ee!important;}
.flatpickr-day.disabled,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay{color:rgba(255,255,255,.25)!important;}
.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange{background:#c89542!important;border-color:#c89542!important;color:#120c04!important;}
.flatpickr-time input,.flatpickr-time .flatpickr-am-pm{color:#f8f5ee!important;background:#080808!important;}
.flatpickr-time{border-top:1px solid rgba(255,255,255,.08)!important;}
input[data-picker-ready="true"]{cursor:pointer;caret-color:transparent;}
@media(max-width:560px){.footer-app-badges{display:grid;grid-template-columns:1fr 1fr}.app-badge img{height:auto!important;width:100%;}}


/* V17 fixes: hidden helper notes, natural quote modal scroll, premium leg vehicle cards */
.field-note{display:none!important;}
.dynamic-quote-form .btn[disabled], .dynamic-quote-form button:disabled{opacity:.42;filter:saturate(.45);cursor:not-allowed;transform:none!important;}
.dynamic-quote-form[data-trip="round-trip"] .leg-panel-title span{display:none!important;}
.quote-price-modal{position:absolute!important;left:0;right:0;top:0;bottom:auto!important;min-height:100vh!important;overflow:visible!important;padding:28px 18px 80px!important;align-items:flex-start!important;}
.quote-price-shell{height:auto!important;min-height:auto!important;overflow:visible!important;border-color:rgba(255,255,255,.10)!important;background:#040404!important;}
.quote-modal-close{position:absolute!important;top:18px!important;right:18px!important;margin:0!important;}
.quote-price-content{padding:38px 34px 42px!important;}
.leg-quote-card{border:1px solid rgba(255,255,255,.09);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));border-radius:28px;padding:20px;margin:18px 0;}
.leg-quote-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:14px;margin-bottom:16px;}
.leg-quote-head h3{font-size:28px;margin:0;font-family:var(--font-display);}
.leg-quote-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px;}
.leg-quote-meta span{display:block;border:1px solid rgba(255,255,255,.07);background:#080808;border-radius:14px;padding:10px;color:#aaa;font-size:12px;line-height:1.4;}
.leg-quote-meta b{display:block;color:#fff;font-size:13px;margin-bottom:3px;}
.vehicle-carousel-wrap{position:relative;margin-top:18px;}
.vehicle-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px 12px;}
.vehicle-track::-webkit-scrollbar{display:none;}
.vehicle-price-card{min-width:300px;max-width:340px;scroll-snap-align:start;background:#080808!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:24px!important;display:flex!important;flex-direction:column!important;overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;}
.vehicle-price-card:hover,.vehicle-price-card.active{border-color:rgba(213,174,100,.55)!important;transform:translateY(-2px);box-shadow:0 20px 60px rgba(0,0,0,.42),0 0 0 1px rgba(213,174,100,.14);}
.vehicle-image-slot{height:160px;background:#111!important;border-bottom:1px solid rgba(255,255,255,.08)!important;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.18); margin-bottom: 20px; margin-top: 20px;}
.vehicle-image-slot:before{content:'Vehicle image';font-size:12px;text-transform:uppercase;letter-spacing:.16em;}
.vehicle-card-body{display:flex!important;flex-direction:column!important;gap:8px!important;min-height:260px;}
.vehicle-card-body p{min-height:44px;margin:0;}
.vehicle-card-body small{line-height:1.45;min-height:38px;}
.vehicle-card-body strong{margin-top:auto;}
.vehicle-card-body .btn{margin-top:8px;width:100%;}
.vehicle-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:50%;border:1px solid rgba(213,174,100,.42);background:#050505;color:#d5ae64;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.vehicle-arrow.left{left:-8px}.vehicle-arrow.right{right:-8px}
.universal-quote-footer{position:sticky;bottom:0;z-index:4;margin:28px -34px -42px;padding:18px 34px;background:rgba(4,4,4,.92);backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.09);display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;border-radius:0 0 28px 28px;}
.quote-total strong{font-size:34px;color:#fff;display:block}.quote-total span{color:#aaa;font-size:13px}.save-quote-panel{display:none;grid-column:1/-1;border-top:1px solid rgba(255,255,255,.08);padding-top:14px;gap:12px;grid-template-columns:1fr auto;align-items:end}.save-quote-panel.open{display:grid}.save-quote-panel p{color:#aaa;margin:0 0 8px}.save-quote-panel input{width:100%;background:#090909;border:1px solid rgba(213,174,100,.24);border-radius:14px;color:#fff;padding:14px 16px}.vehicle-price-carousel{overflow:visible!important;display:block!important;}
@media(max-width:760px){.quote-price-content{padding:54px 16px 28px!important}.leg-quote-meta{grid-template-columns:1fr 1fr}.vehicle-price-card{min-width:82vw}.universal-quote-footer{grid-template-columns:1fr;margin:22px -16px -28px;padding:16px}.save-quote-panel{grid-template-columns:1fr}.vehicle-arrow.left{left:2px}.vehicle-arrow.right{right:2px}.leg-quote-head{display:block}.quote-modal-close{top:12px!important;right:12px!important}}

/* V21 quote validation message */
.quote-validation-message{
  display:none;
  width:100%;
  margin:14px 0 12px;
  padding:14px 16px;
  border:1px solid rgba(213,174,100,.35);
  border-radius:18px;
  background:rgba(213,174,100,.08);
  color:#f5ead4;
  font-size:13px;
  line-height:1.55;
}
.quote-validation-message strong{color:#d5ae64;letter-spacing:.08em;text-transform:uppercase;font-size:11px;}
.dynamic-quote-form .btn.gold[disabled],
.dynamic-quote-form .btn.gold.is-disabled{opacity:1;filter:none;cursor:pointer;}

/* V24 quote modal full-screen + vehicle options + app modal close polish */
html.quote-modal-open,
body.quote-modal-open{
  overflow:hidden!important;
  height:100%!important;
}
.quote-price-modal{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100vh!important;
  min-height:100vh!important;
  z-index:99999!important;
  padding:0!important;
  background:rgba(0,0,0,.93)!important;
  backdrop-filter:blur(20px)!important;
  overflow:hidden!important;
  display:none!important;
}
.quote-price-modal.active{
  display:block!important;
}
.quote-price-shell{
  width:100%!important;
  max-width:none!important;
  height:100vh!important;
  min-height:100vh!important;
  margin:0!important;
  border-radius:0!important;
  border:0!important;
  background:#030303!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  scrollbar-width:thin!important;
  scrollbar-color:rgba(213,174,100,.55) rgba(255,255,255,.06)!important;
}
.quote-price-shell::-webkit-scrollbar{width:8px!important;}
.quote-price-shell::-webkit-scrollbar-track{background:rgba(255,255,255,.05)!important;}
.quote-price-shell::-webkit-scrollbar-thumb{background:rgba(213,174,100,.55)!important;border-radius:20px!important;}
.quote-price-content{
  width:min(1180px,calc(100% - 36px))!important;
  margin:0 auto!important;
  padding:70px 0 130px!important;
}
.quote-modal-close{
  position:fixed!important;
  top:22px!important;
  right:24px!important;
  z-index:100003!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:46px!important;
  height:46px!important;
  border-radius:50%!important;
  border:1px solid rgba(213,174,100,.42)!important;
  background:#0a0a0a!important;
  color:#fff!important;
  cursor:pointer!important;
  line-height:1!important;
}
.leg-quote-card{
  background:#070707!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 24px 80px rgba(0,0,0,.35)!important;
}
.vehicle-track{padding:6px 4px 18px!important;}
.vehicle-price-card{
  min-width:310px!important;
  max-width:330px!important;
  min-height:520px!important;
  background:#090909!important;
}
.vehicle-price-card.active{
  border-color:rgba(213,174,100,.72)!important;
  box-shadow:0 24px 90px rgba(0,0,0,.55),0 0 0 1px rgba(213,174,100,.18)!important;
}
.vehicle-card-body{min-height:330px!important;padding:20px!important;}
.vehicle-card-body h3{line-height:1.05!important;margin:0!important;}
.vehicle-card-body p,
.vehicle-card-body small{display:block!important;text-align:left!important;}
.vehicle-card-body strong{margin-top:auto!important;}
.vehicle-card-body .btn{margin-top:12px!important;align-self:stretch!important;}
.vehicle-arrow{box-shadow:0 18px 50px rgba(0,0,0,.5)!important;}
.universal-quote-footer{
  position:sticky!important;
  bottom:0!important;
  width:100%!important;
  border-radius:28px 28px 0 0!important;
  margin:34px 0 -130px!important;
  padding:18px 20px calc(18px + env(safe-area-inset-bottom))!important;
}
.app-download-modal{z-index:100000!important;}
.app-download-card{padding-top:54px!important;}
.app-download-close,
.app-modal-close,
[data-close-app-modal]{
  position:absolute!important;
  top:16px!important;
  right:16px!important;
  left:auto!important;
  z-index:100004!important;
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  border:1px solid rgba(213,174,100,.42)!important;
  background:#111!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  font-size:24px!important;
  line-height:1!important;
  pointer-events:auto!important;
}
@media(max-width:760px){
  .quote-price-content{width:calc(100% - 24px)!important;padding:66px 0 124px!important;}
  .vehicle-price-card{min-width:86vw!important;max-width:86vw!important;}
  .universal-quote-footer{grid-template-columns:1fr!important;margin-bottom:-124px!important;}
  .quote-modal-close{top:14px!important;right:14px!important;}
}

/* V25: hide save quote, app-first booking, keep multi-leg quote options visible */
.universal-quote-footer .save-quote-toggle,
.universal-quote-footer .save-quote-panel{display:none!important;}
.universal-quote-footer{grid-template-columns:1fr auto!important;}
.universal-book-now{min-width:220px;}
.vehicle-track .vehicle-price-card:not(.active){opacity:.88;}
.vehicle-price-card .vehicle-card-body{justify-content:flex-start;}
@media(max-width:760px){
  .universal-quote-footer{grid-template-columns:1fr!important;gap:12px!important;}
  .universal-book-now{width:100%;min-width:0;}
}

/* V26 checkout CTA refinements */
.web-checkout-note,.app-web-fallback{margin:10px 0 0;color:rgba(255,255,255,.62);font-size:14px;line-height:1.4;text-align:center;grid-column:1/-1}.web-checkout-link{appearance:none;border:0;background:transparent;color:var(--gold-soft);font-weight:800;text-decoration:underline;text-underline-offset:4px;cursor:pointer;padding:0 2px}.web-checkout-link:hover{color:#fff}.universal-quote-footer{align-items:center}.universal-quote-footer .universal-book-now{min-width:190px}.web-checkout-link[aria-busy="true"],.universal-book-web[aria-busy="true"]{opacity:.55;pointer-events:none}
@media(max-width:620px){.universal-quote-footer{grid-template-columns:1fr!important}.universal-quote-footer .universal-book-now{width:100%}.web-checkout-note{text-align:center}}


/* V27 updates */
.mobile-menu-toggle{border:0!important;background:transparent!important;box-shadow:none!important;padding:10px 2px!important;width:34px!important;gap:6px!important}
.mobile-menu-toggle span{display:block;width:28px;height:2px;background:var(--text,#fff);border-radius:99px}.mobile-menu-toggle span+span{margin-top:6px}
.sticky-actions{position:fixed;left:18px;right:18px;bottom:18px;z-index:80;display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:520px;margin:auto}.sticky-actions .btn{text-align:center;justify-content:center}.sticky-quote{display:none!important}
.quote-direct-hero{max-width:1200px;margin:0 auto;padding:72px 24px 42px;display:grid;grid-template-columns:minmax(280px,.78fr) minmax(360px,1.22fr);gap:32px;align-items:start}.quote-direct-copy{position:sticky;top:110px}.quote-direct-form .booking-card{width:100%;max-width:none}.quote-direct-form{min-width:0}.quote-direct-copy h1{margin-bottom:12px}.success-page{max-width:1180px;margin:0 auto;padding:60px 24px 120px}.success-hero{text-align:left;padding:42px}.success-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.success-summary{padding-left:0;padding-right:0}.success-leg-grid{display:grid;gap:18px}.success-leg-card{background:rgba(255,255,255,.035)}
@media(max-width:880px){.quote-direct-hero{grid-template-columns:1fr;padding-top:42px}.quote-direct-copy{position:relative;top:auto}.sticky-actions{grid-template-columns:1fr 1fr;left:12px;right:12px;bottom:12px}.success-hero{padding:28px}.success-actions .btn{width:100%}}


/* V28 requested updates: mobile-only sticky buttons, footer socials, booking-style quote page */
.footer-socials{display:flex;align-items:center;gap:10px;margin-top:16px;flex-wrap:nowrap;white-space:nowrap;}
.footer .footer-socials a{display:inline-flex;width:34px;height:34px;margin:0;border:1px solid rgba(255,255,255,.12);border-radius:50%;align-items:center;justify-content:center;color:#f7f4ec;background:#080808;font-size:11px;font-weight:900;letter-spacing:.04em;transition:transform .2s ease,border-color .2s ease,color .2s ease;background .2s ease;}
.footer .footer-socials a:hover{transform:translateY(-2px);border-color:rgba(200,149,66,.65);color:#050505;background:var(--gold);}
.sticky-actions{display:none;}
.quote-centered-hero{display:block;text-align:center;padding:74px 6vw 92px;background:#030303;}
.quote-centered-copy{max-width:880px;margin:0 auto 28px;text-align:center;}
.quote-centered-copy .lead{margin-left:auto;margin-right:auto;}
.quote-centered-form{display:flex;justify-content:center;align-items:flex-start;width:100%;}
.quote-centered-form .booking-card{max-width:760px;width:100%;margin:0 auto;text-align:left;}
@media(min-width:981px){.quote-centered-form .booking-card{position:relative;top:auto;max-height:none;overflow:visible;}.quote-centered-hero{min-height:calc(100vh - 86px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;}.quote-centered-hero .pill-row{justify-content:center;}}
@media(max-width:980px){.sticky-actions{position:fixed;left:0;right:0;bottom:0;z-index:65;display:grid;grid-template-columns:1fr 1fr;gap:10px;background:#000;padding:12px 14px calc(12px + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -18px 60px rgba(0,0,0,.55);}.sticky-actions .btn{width:100%;padding:14px 10px;border-radius:12px;font-size:13px;}.quote-centered-hero{padding:46px 18px 102px;}.quote-centered-copy{margin-bottom:22px;}.quote-centered-form .booking-card{max-width:100%;}}

/* V29 asset-ready imagery */
.image-ready{position:relative;overflow:hidden;background:#070707;}
.image-ready img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;}
.hero-image-slot.image-ready:before,.app-feature-image.image-ready:after,.vehicle-img.image-ready:before,.vehicle-img.image-ready:after,.driver-portrait.image-ready:before,.driver-portrait.image-ready:after,.vehicle-image-slot.image-ready:before{display:none!important;content:none!important;}
.hero-image-slot.image-ready{border:0px solid rgba(200,149,66,.22);}
.app-feature-image.image-ready{border:1px solid rgba(200,149,66,.22);}
.vehicle-img.image-ready{border:1px solid rgba(255,255,255,.08);}
.driver-portrait.image-ready{border:1px solid rgba(255,255,255,.08);}
.vehicle-image-slot.image-ready{background:#090909!important;border-bottom:1px solid rgba(255,255,255,.08)!important;}
.logo-track{gap:28px;}
.airline-logo{height:48px;min-width:150px;display:flex;align-items:center;justify-content:center;opacity:.78;filter:grayscale(1);}
.airline-logo img{height:42px;max-width:160px;width:auto;display:block;}
.footer .footer-socials a{padding:0;overflow:hidden;}
.footer .footer-socials a img{width:100%;height:100%;object-fit:cover;display:block;}
.footer-app-badges{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:16px;}
.footer-app-badges .app-badge img{height:42px;width:auto;display:block;}
.img-icon img{width:30px;height:30px;object-fit:contain;display:block;}
.pill img{width:16px;height:16px;object-fit:contain;display:inline-block;}
.media-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}
.video-card:before{z-index:1;background:rgba(0,0,0,.16)!important;}
.video-card .play,.video-card .caption{z-index:2;}
.video-card .play img{width:20px;height:20px;object-fit:contain;filter:brightness(0);}
.vehicles-section-head{align-items:center;}
.view-vehicles-btn{white-space:nowrap;}
@media(max-width:980px){
  .vehicles-section-head{display:grid;gap:20px;text-align:left;}
  .view-vehicles-btn{width:100%;border-radius:18px;padding:17px 22px;background:#080808;border-color:rgba(200,149,66,.26);}
}

/* V31 customer copy, mobile home cleanup, centered story rails, vehicle card polish, rideshare comparison */
.traveler-story-section,
.driver-story-section{padding-top:104px!important;padding-bottom:18px!important;}
.traveler-story-section .section-head,
.driver-story-section .section-head{margin-bottom:10px!important;}
.centered-video-rail{max-width:1120px;margin:0 auto 64px!important;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:18px;}
.centered-video-rail .video-rail{justify-content:flex-start;margin:0 auto;width:100%;scroll-padding:0;}
.centered-video-rail .rail-arrow{position:static!important;transform:none!important;justify-self:center;}
.video-card .caption{padding:16px!important;}
.video-card .caption b{font-size:16px;line-height:1.15;display:block;color:#fff;}
.video-card .caption span{font-size:12px;line-height:1.35;display:block;margin-top:4px;color:rgba(255,255,255,.68)!important;}
.vehicle-card-grid .vehicle-card,
.vehicle-card{background:transparent!important;border-color:transparent!important;box-shadow:none!important;}
.vehicle-card:hover{border-color:transparent!important;transform:translateY(-2px);}
.vehicle-card .vehicle-img{background:transparent!important;border-color:transparent!important;}
.vehicle-card h3{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.vehicle-cap-badge{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(213,174,100,.34);background:rgba(213,174,100,.1);color:#d5ae64;border-radius:999px;padding:4px 8px;font-size:10px!important;line-height:1;text-transform:uppercase;letter-spacing:.08em;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:800;white-space:nowrap;vertical-align:middle;}
.view-vehicles-btn{display:inline-flex;align-items:center;justify-content:center;}
.rideshare-compare{display:grid;grid-template-columns:1fr auto;gap:4px 10px;align-items:center;margin:8px 0 4px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.025);}
.rideshare-compare span{font-size:11px!important;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.6)!important;}
.rideshare-compare strong{font-size:22px!important;margin:0!important;color:#fff!important;}
.rideshare-compare s{color:rgba(255,255,255,.45);font-weight:800;text-decoration-color:rgba(213,174,100,.75);}
.rideshare-compare b{grid-column:1/-1;color:#d5ae64;font-size:12px;letter-spacing:.02em;}
@media(max-width:980px){
  .home-hero .hero-image-slot,
  .home-hero .dynamic-quote-form,
  .home-hero .hero-actions{display:none!important;}
  .home-hero{min-height:auto!important;padding-bottom:34px!important;}
  .home-hero .hero-grid{display:block!important;}
  .home-hero .trust{margin-top:22px;}
  .centered-video-rail{grid-template-columns:38px minmax(0,1fr) 38px;gap:8px;margin-bottom:44px!important;}
  .centered-video-rail .rail-arrow{width:38px;height:38px;}
  .footer-app-badges{display:flex!important;gap:10px!important;flex-wrap:nowrap!important;align-items:center!important;}
  .footer-app-badges .app-badge{width:132px!important;max-width:132px!important;flex:0 0 132px!important;}
  .footer-app-badges .app-badge img{width:132px!important;height:auto!important;max-width:132px!important;}
  .vehicles-section-head{align-items:stretch!important;}
  .view-vehicles-btn{width:100%!important;justify-self:stretch!important;text-align:center!important;background:#070707!important;border:1px solid rgba(213,174,100,.24)!important;border-radius:16px!important;}
}
@media(max-width:620px){
  .traveler-story-section,.driver-story-section{padding-top:76px!important;}
  .centered-video-rail{grid-template-columns:34px minmax(0,1fr) 34px;}
  .video-card{min-width:72vw!important;}
  .footer-app-badges .app-badge,.footer-app-badges .app-badge img{width:118px!important;max-width:118px!important;flex-basis:118px!important;}
}

/* V32 refinements: full-width story rails, vehicle card alignment, app QR/download, mobile trust sizing */
.centered-video-rail{width:100vw!important;max-width:none!important;margin-left:50%!important;transform:translateX(-50%)!important;padding:0 6vw!important;grid-template-columns:48px minmax(0,1fr) 48px!important;}
.centered-video-rail .video-rail{max-width:1180px!important;margin:0 auto!important;justify-content:center!important;padding-left:0!important;padding-right:0!important;}
.centered-video-rail .rail-arrow{z-index:2;}
.vehicle-card h3{min-height:64px;align-content:flex-start;}
.vehicle-card p.muted{min-height:56px;}
.vehicle-card .vehicle-img{min-height:190px;}
.vehicle-card .vehicle-img img{object-fit:contain!important;background:transparent!important;}
.faces .face{overflow:hidden;background:#1b1b1b!important;}
.faces .face img{width:100%;height:100%;object-fit:cover;display:block;}
.airline-logo{opacity:.52!important;}
.qr-box a,.qr-box img{display:block;width:100%;height:100%;}
.quote-distance-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px;}
.quote-distance-meta span{border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:10px 12px;background:rgba(255,255,255,.035);color:rgba(255,255,255,.74);font-size:12px;}
.quote-distance-meta b{display:block;color:#fff;font-size:13px;margin-bottom:2px;}
.market-rate-note{font-size:12px;color:rgba(255,255,255,.56);line-height:1.45;margin-top:8px;}
@media(max-width:980px){
  .trusted-title{font-size:18px!important;line-height:1.2!important;max-width:320px;margin-left:auto!important;margin-right:auto!important;}
  .airline-logo{opacity:.42!important;}
  .vehicle-card h3{display:block!important;min-height:auto!important;}
  .vehicle-cap-badge{display:inline-flex!important;margin-top:8px!important;}
  .vehicle-card p.muted{min-height:auto!important;}
  .centered-video-rail{padding:0 12px!important;grid-template-columns:36px minmax(0,1fr) 36px!important;}
  .centered-video-rail .video-rail{justify-content:flex-start!important;}
}


/* V33 updates: end-to-end story rails, flyer trust copy, mobile trust alignment, passenger badge consistency */
.trusted-title{
  text-align:center;
}
.trust small{
  display:block;
  color:rgba(255,255,255,.78);
}
/* make the story/video panel break out to full viewport width like the airline logo marquee */
.centered-video-rail{
  width:100vw!important;
  max-width:none!important;
  margin-left:50%!important;
  margin-right:0!important;
  transform:translateX(-50%)!important;
  padding:0!important;
  grid-template-columns:56px minmax(0,1fr) 56px!important;
  gap:0!important;
}
.centered-video-rail .video-rail{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:8px clamp(14px,4vw,56px) 30px!important;
  justify-content:center!important;
}
.centered-video-rail .rail-arrow{
  justify-self:center!important;
  align-self:center!important;
  z-index:5!important;
  background:#050505!important;
  border-color:rgba(213,174,100,.34)!important;
}
/* make vehicle headers and passenger badges consistent across cards */
.vehicle-card h3{
  display:block!important;
  min-height:68px!important;
  line-height:1.08!important;
}
.vehicle-card h3 .vehicle-cap-badge,
.vehicle-cap-badge{
  display:flex!important;
  width:max-content!important;
  margin-top:9px!important;
  margin-left:0!important;
}
.vehicle-card p.muted{
  min-height:58px!important;
}
@media(max-width:980px){
  .trusted-title{
    text-align:left!important;
    margin-left:6vw!important;
    margin-right:6vw!important;
    max-width:260px!important;
    font-size:15px!important;
    line-height:1.25!important;
    font-weight:700!important;
    letter-spacing:.01em!important;
  }
  .trusted-strip{padding-top:18px!important;}
  .trusted-strip .logo-strip{padding-top:14px!important;}
  .airline-logo{opacity:.36!important;}
  .centered-video-rail{
    grid-template-columns:42px minmax(0,1fr) 42px!important;
  }
  .centered-video-rail .video-rail{
    justify-content:flex-start!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .vehicle-card h3{
    display:block!important;
    min-height:auto!important;
  }
  .vehicle-card h3 .vehicle-cap-badge,
  .vehicle-cap-badge{
    display:flex!important;
    width:max-content!important;
    margin-top:8px!important;
  }
}
@media(max-width:560px){
  .trusted-title{
    margin-left:18px!important;
    margin-right:18px!important;
    font-size:14px!important;
  }
  .centered-video-rail{grid-template-columns:36px minmax(0,1fr) 36px!important;}
}

/* V50: flowing disclosure patterns and container-led chauffeur marketplace */
.driver-search-intro{width:min(1320px,88vw);margin:auto;padding:55px 0 34px;display:flex;align-items:end;justify-content:space-between;gap:28px}
.driver-search-intro h1{font-size:clamp(42px,5vw,68px);line-height:.96;margin:12px 0}
.driver-search-intro p{margin:0;color:#999;font-size:16px}
.driver-market-layout{width:min(1320px,88vw);margin:0 auto 100px;display:grid;grid-template-columns:minmax(220px,1fr) minmax(0,4fr);gap:28px;align-items:start}
.driver-filter-panel{position:sticky;top:105px;padding:22px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#0a0a0a}
.driver-filter-head{display:flex;align-items:start;justify-content:space-between;gap:12px;margin-bottom:20px}.driver-filter-head h2{font-size:25px;margin:7px 0}.driver-filter-close,.driver-filter-backdrop{display:none}
.driver-filter-panel .driver-search-form{display:grid!important;grid-template-columns:1fr!important;gap:13px;margin:0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}
.driver-filter-panel .driver-search-form input,.driver-filter-panel .driver-search-form select,.driver-filter-panel .driver-search-form .btn{height:48px;border:1px solid rgba(255,255,255,.11);border-radius:11px;background:#111}
.driver-filter-panel .driver-search-form .btn{background:var(--gold)}.driver-clear-filter{text-align:center;color:#999;font-size:13px;padding:7px}.driver-filter-toggle{display:none}
.driver-market-layout .driver-results{padding:0;min-width:0}.driver-market-layout .driver-results-head{margin:0 0 18px}.driver-market-layout .driver-results-head h2{font-size:38px}
.driver-market-layout .driver-listings{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;opacity:1;transition:opacity .28s ease}.driver-market-layout .driver-listings.is-loading{opacity:0;position:absolute;pointer-events:none}
.driver-market-layout .driver-listing-card{grid-template-columns:92px minmax(0,1fr);gap:17px;align-items:start;padding:18px;min-height:250px}.driver-market-layout .driver-listing-photo{width:92px;height:112px}.driver-market-layout .driver-listing-action{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;justify-items:stretch}.driver-market-layout .driver-listing-action .btn{min-width:140px}.driver-listing-copy h3{overflow-wrap:anywhere}
.driver-skeletons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.driver-skeleton-card{display:grid;grid-template-columns:92px 1fr;gap:17px;min-height:250px;padding:18px;border-radius:22px;background:#080808;border:1px solid rgba(255,255,255,.08);overflow:hidden}.driver-skeleton-card i,.driver-skeleton-card b,.driver-skeleton-card span,.driver-skeleton-card em{display:block;border-radius:9px;background:linear-gradient(90deg,#111 20%,#202020 45%,#111 70%);background-size:250% 100%;animation:driverSkeleton 1.25s ease-in-out infinite}.driver-skeleton-card i{height:112px}.driver-skeleton-card b{height:26px;width:65%;margin:8px 0 18px}.driver-skeleton-card span{height:12px;margin:10px 0}.driver-skeleton-card em{height:40px;margin-top:45px}@keyframes driverSkeleton{to{background-position:-250% 0}}
.driver-search-page+.driver-portal-footer{margin-top:0}.driver-portal-body .driver-auth-shell{padding-top:55px}.driver-auth-card h1{font-size:clamp(36px,5vw,56px)!important;line-height:1!important}.driver-search-page h1{font-family:"Google Sans",Arial,sans-serif}.driver-profile-hero h1{font-size:clamp(38px,5.4vw,68px)!important}.driver-auth-card>p{max-width:600px}
.help-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:42px;align-items:start}.help-layout .legal-toc{top:110px}.faq-list details{scroll-margin-top:110px;overflow:hidden}.faq-list details p{transform-origin:top;animation:accordionIn .32s ease both}@keyframes accordionIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.legal-nav-toggle{display:none}.legal-toc.is-modal{transition:opacity .25s ease,transform .32s cubic-bezier(.2,.8,.2,1)}
.reward-code-details{overflow:hidden;transition:opacity .25s ease,transform .3s ease}.reward-code-details:not([hidden]){animation:accordionIn .3s ease both}
.mobile-nav-panel.open{animation:panelIn .38s cubic-bezier(.2,.8,.2,1) both}@keyframes panelIn{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:none}}

@media(max-width:980px){
  .driver-search-intro{width:calc(100% - 36px);padding:38px 0 22px;align-items:center}.driver-search-intro h1{font-size:40px}.driver-search-intro p{font-size:14px}.driver-filter-toggle{display:flex!important;flex:0 0 auto;width:auto;height:44px;margin:0;padding:0 14px;gap:9px}
  .driver-market-layout{width:calc(100% - 36px);display:block;margin-bottom:70px}.driver-market-layout .driver-listings,.driver-skeletons{grid-template-columns:1fr}.driver-market-layout .driver-results-head h2{font-size:30px}
  .driver-filter-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.72);opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s;z-index:80}
  .driver-filter-panel{display:block;position:fixed;inset:0;top:0;z-index:81;border:0;border-radius:0;padding:24px 20px 35px;overflow:auto;transform:translateY(100%);visibility:hidden;transition:transform .4s cubic-bezier(.2,.8,.2,1),visibility .4s}
  .filter-open .driver-filter-backdrop{opacity:1;visibility:visible}.filter-open .driver-filter-panel{transform:translateY(0);visibility:visible}.driver-filter-close{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:#111;color:#fff;font-size:28px}.driver-filter-head{position:sticky;top:-24px;background:#0a0a0a;padding:20px 0 15px;z-index:2}.driver-filter-lock{overflow:hidden}
  .driver-filter-panel .driver-search-form{gap:16px!important}.driver-filter-panel .driver-search-form input,.driver-filter-panel .driver-search-form select,.driver-filter-panel .driver-search-form .btn{height:54px}
  .legal-nav-toggle{display:flex;position:sticky;top:86px;z-index:35;width:calc(100% - 36px);height:48px;margin:18px auto;padding:0 16px;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#0b0b0b;color:#fff;font-weight:800}
  .legal-layout,.help-layout{display:block}.legal-layout>.legal-toc,.help-layout>.legal-toc{position:fixed;inset:auto 14px 14px;top:auto;z-index:91;max-height:76vh;overflow:auto;grid-template-columns:1fr;padding:24px;opacity:0;visibility:hidden;transform:translateY(35px);box-shadow:0 30px 100px #000}.legal-layout>.legal-toc.is-open,.help-layout>.legal-toc.is-open{opacity:1;visibility:visible;transform:none}.legal-menu-backdrop{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.72);opacity:0;visibility:hidden;transition:.25s}.legal-menu-backdrop.is-open{opacity:1;visibility:visible}
}
@media(max-width:560px){.driver-search-intro{display:grid}.driver-filter-toggle{width:100%;justify-content:space-between}.driver-market-layout .driver-listing-card{grid-template-columns:78px minmax(0,1fr)}.driver-market-layout .driver-listing-photo{width:78px;height:96px}.driver-results-head{display:grid}.driver-auth-shell{padding-left:16px;padding-right:16px}.driver-auth-card{padding:25px}.driver-auth-card h1{font-size:38px!important}}

/* V42: glass navigation, borderless sections, edge-to-edge stories, and synchronized airport board */
.nav{background:linear-gradient(180deg,rgba(4,4,4,.74),rgba(4,4,4,.48));border:0!important;box-shadow:0 14px 42px rgba(0,0,0,.24);-webkit-backdrop-filter:blur(22px) saturate(135%);backdrop-filter:blur(22px) saturate(135%)}
.navlinks a{position:relative;opacity:.78;padding:12px 2px;font-weight:650;transition:color .22s ease,opacity .22s ease}
.navlinks a:after{content:"";position:absolute;left:50%;right:50%;bottom:4px;height:2px;border-radius:2px;background:var(--gold-soft);transition:left .22s ease,right .22s ease;box-shadow:0 0 14px rgba(200,149,66,.5)}
.navlinks a:hover,.navlinks a.active{color:#fff;opacity:1}
.navlinks a:hover:after,.navlinks a.active:after{left:0;right:0}
.navlinks a.active{font-weight:800;text-shadow:0 0 22px rgba(255,255,255,.18)}
.mobile-nav-links a.active{color:var(--gold-soft)}

/* Major public-facing sections flow without divider borders; the notification bar stays defined. */
.hero,.page-hero,.section,.feature-row,.card,.logo-strip,.trusted-strip,.footer,.lux-panel,.chatbox,.airport-board,.airport-board .airport{border:0!important}
.topbar{border-bottom:1px solid var(--line)!important}

.home-hero .hero-copy{max-width:690px}
.home-hero .hero-copy h1{font-size:clamp(52px,6.15vw,98px);line-height:.9;max-width:690px;text-wrap:balance}

/* Interior editorial sections break out to the viewport edges and never exceed one screen high. */
body[data-page="how-it-works"] .feature-rows,
body[data-page="drivers"] .feature-rows,
body[data-page="business"] .feature-rows,
body[data-page="about"] .feature-rows{padding:0!important;margin:0!important;gap:0;width:100%}
body[data-page="how-it-works"] .feature-rows>.section-head,
body[data-page="drivers"] .feature-rows>.section-head,
body[data-page="business"] .feature-rows>.section-head,
body[data-page="about"] .feature-rows>.section-head{margin:0;padding:clamp(34px,5vw,72px) 6vw;background:#050505}
body[data-page="how-it-works"] .feature-row,
body[data-page="drivers"] .feature-row,
body[data-page="business"] .feature-row,
body[data-page="about"] .feature-row{width:100%;height:min(100vh,900px);max-height:100vh;min-height:560px;margin:0;padding:0;border-radius:0;background:#080808}
.feature-row-media{height:100%;min-height:0}
.feature-row-media img{height:100%;width:100%;object-fit:cover}
.feature-row-copy{height:100%;padding:clamp(34px,6vw,96px)}

.airport-board .airport-status{color:#e4b85f!important}
.airport-board .airport b{font-family:"Share Tech Mono","OCR A Std","Lucida Console",monospace!important;font-weight:700;letter-spacing:.08em;color:#f5e5bd}
.airport-board .airport p{transition:transform .23s ease,opacity .23s ease;min-height:2.5em;color:#c0b9ad}
.airport-board .airport p.flipping{transform:rotateX(90deg);opacity:.2}

@media(max-width:980px){
  .nav{background:rgba(3,3,3,.62)}
  .home-hero .hero-copy{max-width:620px}
  .home-hero .hero-copy h1{font-size:clamp(45px,12.4vw,70px);max-width:620px}
  body[data-page="how-it-works"] .feature-row,
  body[data-page="drivers"] .feature-row,
  body[data-page="business"] .feature-row,
  body[data-page="about"] .feature-row{height:auto;max-height:none;min-height:0}
  .feature-row-media{height:min(58vh,520px);min-height:300px;aspect-ratio:auto}
  .feature-row-copy{height:auto;min-height:42vh;padding:42px 7vw 48px}
}
@media(max-width:560px){
  .home-hero .hero-copy h1{font-size:clamp(42px,12vw,58px);line-height:.92;max-width:520px}
  body[data-page="how-it-works"] .feature-rows,
  body[data-page="drivers"] .feature-rows,
  body[data-page="business"] .feature-rows,
  body[data-page="about"] .feature-rows{padding-left:0!important;padding-right:0!important}
  .feature-row{border-radius:0!important}
  .feature-row-media{height:42vh;min-height:260px}
  .feature-row-copy{min-height:0;padding:36px 22px 44px}
}

/* V34 fixes: full-bleed video rails without body overflow, aligned arrows */
html,body{max-width:100%;overflow-x:hidden!important;}
.traveler-story-section,.driver-story-section{overflow:hidden!important;}
.centered-video-rail{
  width:auto!important;
  max-width:none!important;
  margin-left:-6vw!important;
  margin-right:-6vw!important;
  transform:none!important;
  padding:0 0 0 0!important;
  display:grid!important;
  grid-template-columns:56px minmax(0,1fr) 56px!important;
  align-items:center!important;
  gap:0!important;
  overflow:hidden!important;
}
.centered-video-rail .video-rail{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:8px clamp(14px,4vw,56px) 30px!important;
  justify-content:center!important;
  overflow-x:auto!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
.centered-video-rail .video-rail::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
.centered-video-rail .rail-arrow{
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  justify-self:center!important;
  align-self:center!important;
  z-index:6!important;
}
@media(max-width:980px){
  .centered-video-rail{
    margin-left:-6vw!important;
    margin-right:-6vw!important;
    grid-template-columns:42px minmax(0,1fr) 42px!important;
  }
  .centered-video-rail .video-rail{
    justify-content:flex-start!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
}
@media(max-width:560px){.centered-video-rail{grid-template-columns:36px minmax(0,1fr) 36px!important;}}

/* V35: full-bleed video rails without page-width overflow + clean quote route points */
.traveler-story-section,
.driver-story-section{
  overflow:visible!important;
}
.centered-video-rail{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  transform:none!important;
  box-sizing:border-box!important;
  padding:0 clamp(12px,3.5vw,54px)!important;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr) 52px!important;
  align-items:center!important;
  gap:14px!important;
  overflow:hidden!important;
}
.centered-video-rail .video-rail{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:8px 0 30px!important;
  display:flex!important;
  justify-content:center!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
.centered-video-rail .video-rail::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
.centered-video-rail .rail-arrow{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  justify-self:center!important;
  align-self:center!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  z-index:8!important;
}
.centered-video-rail .rail-arrow[hidden]{display:none!important;}
@media(max-width:980px){
  .centered-video-rail{grid-template-columns:40px minmax(0,1fr) 40px!important;gap:8px!important;padding:0 10px!important;}
  .centered-video-rail .video-rail{justify-content:flex-start!important;}
}
@media(max-width:560px){.centered-video-rail{grid-template-columns:36px minmax(0,1fr) 36px!important;}}

.clean-leg-head{align-items:flex-start!important;gap:20px!important;}
.route-points{margin-top:10px;display:grid;grid-template-columns:1fr;gap:0;max-width:780px;}
.route-point{display:grid;grid-template-columns:22px minmax(0,1fr);gap:12px;align-items:start;}
.route-point b{display:block;color:rgba(213,174,100,.92);font-size:11px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:4px;}
.route-point p{margin:0;color:#fff;font-size:clamp(15px,1.8vw,20px);line-height:1.3;font-weight:650;overflow-wrap:anywhere;}
.route-dot{width:11px;height:11px;border-radius:50%;border:2px solid var(--gold);background:#050505;margin-top:6px;box-shadow:0 0 0 6px rgba(213,174,100,.08);}
.route-point.dropoff .route-dot{background:var(--gold);}
.route-line{width:0;height:28px;border-left:1.5px dotted rgba(213,174,100,.65);margin-left:10px;}
.leg-quote-head .gold-text{white-space:nowrap;margin-top:8px;}
@media(max-width:760px){
  .clean-leg-head{display:block!important;}
  .leg-quote-head .gold-text{display:inline-block;margin-top:14px;}
  .route-point p{font-size:16px;}
}

/* V36: story/video arrows float over full-width rails on desktop only */
.traveler-story-section,
.driver-story-section{
  overflow:hidden!important;
}
.centered-video-rail{
  position:relative!important;
  display:block!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:0!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  transform:none!important;
}
.centered-video-rail .video-rail{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:10px clamp(20px,6vw,92px) 34px!important;
  display:flex!important;
  gap:18px!important;
  justify-content:center!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  box-sizing:border-box!important;
}
.centered-video-rail .video-rail::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;}
.centered-video-rail .rail-arrow{
  position:absolute!important;
  top:48%!important;
  transform:translateY(-50%)!important;
  z-index:12!important;
  width:52px!important;
  height:52px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:rgba(5,5,5,.78)!important;
  color:var(--gold)!important;
  border:1px solid rgba(213,174,100,.48)!important;
  box-shadow:0 18px 70px rgba(0,0,0,.7)!important;
  backdrop-filter:blur(12px)!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.centered-video-rail .rail-arrow.left{left:clamp(14px,2vw,34px)!important;right:auto!important;}
.centered-video-rail .rail-arrow.right{right:clamp(14px,2vw,34px)!important;left:auto!important;}
.centered-video-rail .rail-arrow[hidden]{display:none!important;}
@media(max-width:980px){
  .centered-video-rail .video-rail{
    justify-content:flex-start!important;
    padding:10px 18px 32px!important;
  }
  .centered-video-rail .rail-arrow{
    display:none!important;
  }
}

@media (min-width: 769px) {

.footer-brand-col {
    display: block;
    width: 85%;
}
}






/* V36 pickup-time dropdowns and review carousel spacing */
.dynamic-quote-form select[name="trip_time"],
.dynamic-quote-form select[data-leg-field="time"]{
  width:100%;
  min-height:48px;
  cursor:pointer;
}
.vehicle-track{
  padding:16px 6px 20px!important;
  scroll-padding-inline:6px;
}
.vehicle-price-card{
  margin-top:2px;
  margin-bottom:2px;
}
@media(max-width:760px){
  .vehicle-carousel-wrap{
    padding-bottom:28px;
  }
  .vehicle-carousel-wrap .vehicle-arrow{
    display:none!important;
  }
  .vehicle-carousel-wrap::after{
    content:'Swipe to view more vehicles  →';
    position:absolute;
    left:0;
    right:0;
    bottom:2px;
    text-align:center;
    color:#d5ae64;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    pointer-events:none;
  }
  .vehicle-track{
    padding:14px 10px 20px!important;
    scroll-padding-inline:10px;
  }
}


/* Rewards Network */
.reward-credit-notice{display:flex;justify-content:space-between;gap:16px;align-items:center;background:#fff8dc;color:#111;border:1px solid #d5b45b;padding:14px 16px;margin-bottom:18px;border-radius:12px}.reward-credit-notice span{font-size:.88rem;color:#555}.reward-auth,.reward-dashboard{background:#050505;min-height:70vh;padding:70px 5vw;color:#fff}.reward-auth{display:grid;place-items:center}.reward-auth-card{width:min(520px,100%);padding:38px;background:#111;border:1px solid #292929;border-radius:22px}.reward-auth-card h1{margin:8px 0}.reward-auth-card form{display:grid;gap:16px;margin-top:26px}.reward-auth-card label{display:grid;gap:8px;font-weight:700}.reward-auth-card input{padding:14px;border-radius:10px;border:1px solid #333;background:#080808;color:#fff}.reward-alert{padding:12px;background:#3a1515;border:1px solid #7a2a2a;border-radius:10px;margin:14px 0}.reward-dashboard-head{display:flex;justify-content:space-between;gap:25px;align-items:flex-end;margin-bottom:28px}.reward-dashboard-head h1{margin:5px 0}.reward-head-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.reward-logout{color:#bbb}.reward-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.reward-stats article,.reward-panel{background:#101010;border:1px solid #282828;border-radius:18px;padding:24px}.reward-stats span,.reward-stats small{display:block;color:#aaa}.reward-stats strong{display:block;font-size:2rem;color:#d6b85a;margin:8px 0}.reward-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-bottom:18px}.reward-panel h2{margin:8px 0 12px}.reward-qr{background:#fff;padding:15px;display:inline-block;border-radius:12px;margin:14px 0}.reward-link{display:block;width:100%;padding:12px;background:#070707;color:#ddd;border:1px solid #333;border-radius:9px}.reward-table-wrap{overflow:auto}.reward-history table{width:100%;border-collapse:collapse}.reward-history th,.reward-history td{text-align:left;padding:14px;border-bottom:1px solid #282828}.reward-history th{color:#aaa;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.reward-amount{font-weight:800;color:#d6b85a}.reward-status{font-size:.76rem;padding:5px 8px;border-radius:999px;background:#2a2a2a}.reward-status.paid,.reward-status.available{background:#15351f;color:#8fe5a5}.reward-status.failed{background:#421a1a;color:#ff9b9b}@media(max-width:850px){.reward-dashboard-head{align-items:flex-start;flex-direction:column}.reward-stats{grid-template-columns:repeat(2,1fr)}.reward-grid{grid-template-columns:1fr}}@media(max-width:520px){.reward-stats{grid-template-columns:1fr}.reward-auth,.reward-dashboard{padding:45px 18px}.reward-credit-notice{align-items:flex-start;flex-direction:column}}

/* Rewards-code controls in review modal */
.reward-code-box{width:100%;display:grid;gap:10px;padding:16px;margin:0 0 14px;background:#0a0a0a;border:1px solid #2b2b2b;border-radius:14px}.reward-code-copy{display:flex;justify-content:space-between;gap:15px;align-items:center}.reward-code-copy strong{color:#fff}.reward-code-copy span{color:#aaa;font-size:.86rem}.reward-code-controls{display:flex;gap:10px}.reward-code-input{flex:1;min-width:0;padding:13px 14px;border:1px solid #3a3a3a;border-radius:10px;background:#fff;color:#111;text-transform:uppercase;font-weight:800;letter-spacing:.04em}.reward-code-feedback{font-size:.86rem;color:#aaa;min-height:18px}.reward-code-feedback.success{color:#8fe5a5}.reward-code-feedback.error{color:#ff9b9b}.reward-code-feedback.active{color:#d5ae64}@media(max-width:620px){.reward-code-copy,.reward-code-controls{align-items:stretch;flex-direction:column}}

/* SDR reward administration */
.ar-admin-body{margin:0;background:#070707;color:#fff;font-family:Arial,sans-serif}.ar-admin-top{display:flex;justify-content:space-between;align-items:center;padding:18px 4vw;border-bottom:1px solid #272727;background:#0c0c0c;position:sticky;top:0;z-index:20}.ar-admin-top>div,.ar-admin-top nav{display:flex;align-items:center;gap:14px}.ar-admin-top b{color:#d5ae64;letter-spacing:.08em}.ar-admin-top span,.ar-admin-top a{color:#bbb}.ar-admin-main{width:min(1500px,92vw);margin:0 auto;padding:45px 0 80px}.ar-admin-main.narrow{width:min(900px,92vw)}.ar-admin-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:26px}.ar-admin-heading h1{font-size:clamp(2rem,5vw,4rem);margin:5px 0}.ar-admin-heading p{color:#aaa;margin:0}.ar-admin-auth{min-height:100vh;display:grid;place-items:center;padding:30px}.ar-admin-auth-card{width:min(500px,100%);display:grid;gap:16px;padding:38px;background:#111;border:1px solid #292929;border-radius:22px}.ar-admin-auth-card h1{margin:0}.ar-admin-auth-card p,.ar-admin-auth-card a{color:#aaa}.ar-admin-auth-card label,.ar-admin-form label{display:grid;gap:8px;font-weight:700}.ar-admin-auth-card input,.ar-admin-auth-card select,.ar-admin-form input,.ar-admin-form select,.ar-admin-form textarea,.ar-admin-filters input,.ar-admin-filters select{box-sizing:border-box;width:100%;padding:13px;border-radius:10px;border:1px solid #363636;background:#0b0b0b;color:#fff}.ar-admin-alert{padding:13px 16px;border-radius:10px;margin:14px 0;background:#16351f;color:#a4e7b4;border:1px solid #285e37}.ar-admin-alert.error{background:#3a1515;color:#ffb1b1;border-color:#7a2a2a}.ar-admin-filters{display:grid;grid-template-columns:minmax(250px,1fr) 180px auto;gap:10px;margin-bottom:18px}.ar-admin-table-wrap{overflow:auto;border:1px solid #292929;border-radius:16px;background:#101010}.ar-admin-table{width:100%;border-collapse:collapse;min-width:1100px}.ar-admin-table th,.ar-admin-table td{text-align:left;padding:14px;border-bottom:1px solid #272727}.ar-admin-table th{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#999}.ar-admin-table td small{display:block;color:#888;margin-top:4px}.ar-admin-table a{color:#d5ae64;font-weight:800}.ar-admin-table code{color:#fff;background:#242424;padding:5px 8px;border-radius:6px}.ar-admin-form{display:grid;gap:20px;padding:28px;background:#101010;border:1px solid #292929;border-radius:18px}.ar-admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ar-admin-form small{color:#888;font-weight:400}.ar-admin-back{display:inline-block;color:#d5ae64;margin-bottom:22px}.reward-status.active{background:#15351f;color:#8fe5a5}.reward-status.paused{background:#4b3814;color:#ffd77d}.reward-status.closed{background:#421a1a;color:#ff9b9b}@media(max-width:760px){.ar-admin-top,.ar-admin-heading{align-items:flex-start;flex-direction:column}.ar-admin-filters,.ar-admin-form-grid{grid-template-columns:1fr}.ar-admin-main{width:min(94vw,1500px);padding-top:28px}}

/* Rewards Network Platform 2.0 */
.rewards-public{padding:120px 6vw 80px;background:#050505;color:#fff;min-height:75vh}.rewards-hero{max-width:1100px;margin:0 auto 40px}.rewards-hero h1{font-size:clamp(42px,7vw,86px);line-height:.98;margin:12px 0 20px}.rewards-hero p{max-width:760px;font-size:18px;line-height:1.7;color:#c9c9c9}.rewards-subnav{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 28px}.rewards-subnav a{padding:10px 15px;border:1px solid #d8d8d8;border-radius:999px;text-decoration:none;color:inherit}.rewards-subnav a.active{background:#080808;color:#fff;border-color:#080808}.reward-code-display{font-size:24px;letter-spacing:1px;margin-top:18px}.ar-category-fields{border:1px solid #ddd;padding:18px;margin:22px 0}.ar-category-fields legend{font-weight:800;padding:0 8px}@media(max-width:720px){.rewards-public{padding:100px 20px 60px}.rewards-subnav{overflow-x:auto;flex-wrap:nowrap}.rewards-subnav a{white-space:nowrap}}

/* Rewards customer validation and booking-confirmation states */
.reward-code-feedback{display:grid;gap:4px;padding:0;min-height:18px;line-height:1.45}
.reward-code-feedback:not(:empty){padding:12px 14px;border:1px solid #353535;border-radius:10px;background:#111}
.reward-code-feedback strong{display:block;font-size:.9rem}
.reward-code-feedback span{display:block;font-size:.84rem;color:inherit}
.reward-code-feedback.success{color:#b9efc6;border-color:#285d35;background:#0c1b10}
.reward-code-feedback.error{color:#ffb7b7;border-color:#6a3030;background:#210e0e}
.reward-code-feedback.active{color:#e2c98e;border-color:#68562b;background:#1c180d}
.reward-code-input{background:#111!important;color:#fff!important;border-color:rgba(200,149,66,.4)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)!important}.reward-code-input::placeholder{color:#777!important}.reward-code-input:focus{outline:none!important;border-color:var(--gold)!important;box-shadow:0 0 0 3px rgba(200,149,66,.14)!important}

/* V39: legacy display-heading layer; Racing Sans One remains for board-style display accents */
h1,h2,h3,.serif,.mobile-nav-links a,.app-download-card h3{font-family:"Google Sans","Avenir Next","Helvetica Neue",Arial,sans-serif!important;font-weight:700!important;letter-spacing:-.025em!important}
.airport-board{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:linear-gradient(180deg,#090909,#030303);box-shadow:0 38px 120px rgba(0,0,0,.55)}.airport-board .airport{position:relative;overflow:hidden;text-align:left;min-height:150px;padding:20px;background:linear-gradient(180deg,#151515,#090909);border-radius:10px;border-color:rgba(255,255,255,.1);box-shadow:inset 0 -1px rgba(255,255,255,.03)}.airport-board .airport:after{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:rgba(0,0,0,.8);box-shadow:0 1px rgba(255,255,255,.04)}.airport-board .airport-status{display:block;color:#71d598;font-size:9px;letter-spacing:.16em;margin-bottom:17px}.airport-board .airport b{display:block;font-family:"Racing Sans One",sans-serif;font-size:clamp(36px,4vw,58px);line-height:1;color:#f4dfb4;transform-origin:center;transition:transform .23s ease,opacity .23s ease}.airport-board .airport b.flipping{transform:rotateX(90deg);opacity:.2}.airport-board .airport p{margin:10px 0 0;color:#999;font-size:13px}
.driver-portal-body{--driver-panel:#0a0a0a;background:#020202;color:#fff;font-family:Inter,Arial,sans-serif}.driver-portal-nav{height:84px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(2,2,2,.94);position:sticky;top:0;z-index:40;backdrop-filter:blur(18px)}.driver-portal-nav img{height:45px}.driver-portal-nav nav{display:flex;align-items:center;gap:24px;font-weight:700;font-size:14px}.driver-portal-footer{padding:34px 5vw;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;color:#777;font-size:12px}.driver-search-page,.driver-profile-page,.driver-dashboard{min-height:80vh}.driver-search-hero{padding:80px 5vw 38px;background:radial-gradient(circle at 85% 20%,rgba(200,149,66,.14),transparent 32%),#030303}.driver-search-hero h1,.driver-dashboard-head h1,.driver-profile-hero h1,.driver-auth-card h1{font-size:clamp(48px,7vw,94px);line-height:.92;margin:16px 0}.driver-search-hero>p{color:#aaa;font-size:18px}.driver-search-form{display:grid;grid-template-columns:1.5fr .7fr .8fr .65fr 1fr auto;gap:8px;margin-top:36px;padding:10px;background:#111;border:1px solid rgba(255,255,255,.1);border-radius:18px;box-shadow:0 30px 100px rgba(0,0,0,.6)}.driver-search-form label,.driver-auth-form label,.driver-profile-form label,.driver-profile-grid aside label{display:grid;gap:7px;color:#999;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.driver-search-form input,.driver-search-form select,.driver-auth-form input,.driver-auth-form select,.driver-profile-form input,.driver-profile-form select,.driver-profile-form textarea,.driver-profile-grid aside input,.driver-inline-form input,.driver-inline-form select{width:100%;padding:13px;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:#090909;color:#fff;outline:none}.driver-search-form input,.driver-search-form select{border:0;background:#090909}.driver-results{padding:54px 5vw 90px}.driver-results-head,.driver-dashboard-head,.driver-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.driver-results-head h2,.driver-crm-panel h2,.driver-profile-grid h2{font-size:42px;margin:8px 0}.driver-results-head>a{color:var(--gold);font-weight:800}.driver-listings{display:grid;gap:14px}.driver-listing-card{display:grid;grid-template-columns:150px 1fr auto;gap:24px;align-items:center;padding:18px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:#080808}.driver-listing-photo,.driver-profile-photo{display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#2b2114,#080808);color:var(--gold);font-family:"Racing Sans One";font-size:44px}.driver-listing-photo{width:150px;height:130px;border-radius:16px}.driver-listing-photo img,.driver-profile-photo img{width:100%;height:100%;object-fit:cover}.driver-listing-copy h3{font-size:28px;margin:5px 0}.driver-listing-copy p{color:#aaa}.driver-verified{color:#d5ae64;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.driver-tags{display:flex;gap:7px;flex-wrap:wrap}.driver-tags span{padding:7px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#bbb;font-size:11px}.driver-listing-action{display:grid;justify-items:end;gap:6px}.driver-listing-action strong{font-size:24px}.driver-listing-action small{color:#777}.driver-empty,.driver-auth-card{padding:38px;border:1px solid rgba(255,255,255,.1);border-radius:26px;background:#080808}.driver-profile-hero{display:grid;grid-template-columns:320px 1fr;gap:50px;align-items:center;padding:70px 8vw;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 15%,rgba(200,149,66,.14),transparent 30%)}.driver-profile-photo{width:320px;height:380px;border-radius:30px}.driver-profile-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;padding:70px 8vw}.driver-profile-grid article p{font-size:18px;line-height:1.7;color:#bbb}.driver-profile-grid aside{padding:28px;border:1px solid rgba(200,149,66,.3);border-radius:24px;background:#090909;align-self:start}.driver-profile-grid aside form{display:grid;gap:13px}.driver-form-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.driver-profile-grid aside small{display:block;color:#777;margin-top:14px}.driver-auth-shell{min-height:calc(100vh - 150px);display:grid;place-items:center;padding:70px 20px;background:radial-gradient(circle at 50% 0,rgba(200,149,66,.14),transparent 38%)}.driver-auth-card{width:min(520px,100%)}.driver-auth-card.wide{width:min(720px,100%)}.driver-auth-card>p{color:#aaa;line-height:1.65}.driver-auth-form,.driver-profile-form{display:grid;gap:14px;margin-top:24px}.driver-auth-links{display:flex;justify-content:space-between;margin-top:20px;color:var(--gold);font-size:13px}.driver-auth-switch{text-align:center}.driver-auth-switch a,.driver-resend button{color:var(--gold)}.driver-resend{text-align:center;margin-top:14px}.driver-resend button{border:0;background:none;cursor:pointer;font-weight:800}.driver-otp{text-align:center;font-size:32px;letter-spacing:.35em}.driver-alert{padding:13px 16px;border-radius:12px;margin:16px 0}.driver-alert.error{color:#ffb7b7;border:1px solid #6a3030;background:#210e0e}.driver-alert.success{color:#b9efc6;border:1px solid #285d35;background:#0c1b10}.driver-plan-price{display:flex;align-items:flex-end;gap:8px;margin:22px 0}.driver-plan-price strong{font:72px/1 "Racing Sans One"}.driver-plan-price span{color:#999;margin-bottom:10px}.driver-plan-list{display:grid;gap:12px;padding-left:22px;color:#ccc;margin-bottom:28px}.driver-dashboard{padding:60px 5vw 100px}.driver-dashboard-head h1{font-size:64px}.driver-member-status{display:grid;gap:8px;justify-items:end;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:16px}.driver-member-status.active span{color:#87e0aa}.driver-member-status small{color:#888}.driver-dashboard-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:18px}.driver-dashboard-tabs a{white-space:nowrap;padding:10px 16px;border:1px solid rgba(255,255,255,.1);border-radius:999px}.driver-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0 55px}.driver-stat-grid article{display:grid;gap:8px;padding:22px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:#080808}.driver-stat-grid span{color:#888}.driver-stat-grid strong{font:36px/1 "Racing Sans One"}.driver-stat-grid a{color:var(--gold);font-size:12px}.driver-crm-panel{scroll-margin-top:105px;margin:24px 0;padding:28px;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:#070707}.driver-inline-form{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:9px;margin:22px 0}.driver-inline-form .btn{padding:12px}.driver-table-wrap{overflow:auto}.driver-table-wrap table{width:100%;border-collapse:collapse;min-width:780px}.driver-table-wrap th,.driver-table-wrap td{text-align:left;padding:14px;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px}.driver-table-wrap th{color:#777;text-transform:uppercase;font-size:10px;letter-spacing:.1em}.driver-table-wrap a{color:var(--gold)}.driver-card-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.driver-card-list article{display:grid;gap:6px;padding:17px;border:1px solid rgba(255,255,255,.08);border-radius:14px}.driver-card-list span,.driver-card-list small{color:#888}.driver-checkbox{grid-template-columns:auto 1fr!important;align-items:center!important;text-transform:none!important;font-size:14px!important}.driver-checkbox input{width:auto!important}.driver-note{color:#d5ae64}.driver-invoice-page{min-height:80vh;display:grid;place-items:center;padding:70px 20px}.driver-invoice-card{width:min(720px,100%);padding:40px;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:#080808}.driver-invoice-top,.driver-invoice-parties,.driver-invoice-line,.driver-invoice-total{display:flex;justify-content:space-between;gap:22px}.driver-invoice-top h1{font-size:46px;margin:8px 0}.driver-invoice-status{align-self:flex-start;padding:8px 11px;border:1px solid rgba(255,255,255,.14);border-radius:999px;font-size:11px}.driver-invoice-parties{padding:28px 0;border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}.driver-invoice-parties>div,.driver-invoice-line>div{display:grid;gap:6px}.driver-invoice-parties small,.driver-invoice-parties span,.driver-invoice-line span{color:#888}.driver-invoice-line{padding:30px 0}.driver-invoice-total{padding:20px 0 30px;border-top:1px solid rgba(255,255,255,.09);align-items:center}.driver-invoice-total strong{font:44px/1 "Racing Sans One"}.driver-invoice-note{text-align:center;color:#666;font-size:12px}
@media(max-width:1100px){.airport-board{grid-template-columns:repeat(3,1fr)}.driver-search-form{grid-template-columns:repeat(3,1fr)}.driver-inline-form{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.driver-portal-nav{padding:0 18px}.driver-portal-nav nav>a:not(.btn){display:none}.driver-portal-nav .btn{padding:10px 13px}.driver-portal-footer{display:grid}.driver-search-hero{padding:55px 20px 28px}.driver-search-form{grid-template-columns:1fr}.driver-results{padding:38px 20px 70px}.driver-listing-card{grid-template-columns:86px 1fr}.driver-listing-photo{width:86px;height:100px}.driver-listing-action{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between}.driver-profile-hero{grid-template-columns:1fr;padding:45px 20px}.driver-profile-photo{width:100%;height:360px}.driver-profile-grid{grid-template-columns:1fr;padding:45px 20px}.driver-dashboard{padding:40px 18px 70px}.driver-dashboard-head{align-items:flex-start;display:grid}.driver-member-status{justify-items:start}.driver-stat-grid{grid-template-columns:1fr 1fr}.driver-inline-form,.driver-form-pair{grid-template-columns:1fr}.driver-card-list{grid-template-columns:1fr}.driver-invoice-card{padding:25px}.airport-board{grid-template-columns:repeat(2,1fr);padding:10px}.airport-board .airport{min-height:132px;padding:15px}.airport-board .airport b{font-size:40px}}
@media(max-width:480px){.airport-board{grid-template-columns:1fr 1fr;gap:7px}.driver-stat-grid{grid-template-columns:1fr}.driver-listing-card{grid-template-columns:1fr}.driver-listing-photo{width:100%;height:210px}.driver-invoice-parties{display:grid}}
.about-value-grid{grid-template-columns:repeat(4,1fr)}@media(max-width:1100px){.about-value-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.about-value-grid{grid-template-columns:1fr}}
.reward-success-card{margin:0 auto 26px;max-width:1100px;padding:24px;border:1px solid #4f4020;border-radius:18px;background:linear-gradient(145deg,#17130a,#090909);color:#fff}
.reward-success-card .reward-success-value{font-size:clamp(32px,5vw,58px);line-height:1;margin:10px 0;color:#d5ae64;font-weight:900}
.reward-success-card h2{margin:6px 0 8px}
.reward-success-card p{margin:4px 0;color:#d4d4d4}
.reward-success-card .reward-courtesy{font-size:1.05rem;color:#fff}

/* V41: cinematic video hero and alternating editorial feature rows */
.home-hero.hero-section{min-height:calc(100svh - 124px);display:block;background:#020202;isolation:isolate}
.home-hero.hero-section:before,.home-hero.hero-section:after{display:none}
.hero-section>video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}
#mobile-hero-video{display:none}
.hero-video-overlay{position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(0,0,0,.30) 0%,rgba(0,0,0,.42) 45%,rgba(0,0,0,.88) 100%),linear-gradient(90deg,rgba(0,0,0,.68) 0%,rgba(0,0,0,.12) 64%)}
.home-hero .banner__content{min-height:calc(100svh - 124px);display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,520px);align-items:end;gap:48px;padding:64px 6vw 52px}
.home-hero .hero-copy{align-self:end;max-width:780px;color:#fff}
.home-hero .hero-copy h1{max-width:760px;color:#fff;font-size:clamp(58px,7.4vw,118px);line-height:.88;margin:20px 0}
.home-hero .hero-copy .eyebrow,.home-hero .hero-copy .lead,.home-hero .hero-copy .trust{color:#fff}
.home-hero .booking-card{align-self:end;margin:0 0 0 auto;max-height:calc(100svh - 170px);overflow:auto;background:rgba(8,8,8,.86)}
.feature-rows{display:grid;gap:28px}
.feature-rows>.section-head{margin-bottom:10px}
.feature-row{min-height:460px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid var(--line);border-radius:30px;background:#090909}
.feature-row:nth-of-type(even) .feature-row-media{order:2}
.feature-row-media{min-height:460px;background:#111;overflow:hidden}
.feature-row-media img{width:100%;height:100%;display:block;object-fit:cover}
.feature-row-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(34px,6vw,84px)}
.feature-row-copy .feature-number{color:var(--gold-soft);font-size:12px;font-weight:900;letter-spacing:.18em;margin-bottom:18px}
.feature-row-copy h3{font-size:clamp(36px,4.2vw,68px);line-height:.98;margin:0 0 22px;font-weight:700}
.feature-row-copy p{max-width:620px;margin:0 0 30px;color:#d2cdc4;font-size:clamp(18px,1.6vw,23px);line-height:1.55}
.feature-row-copy .btn{margin-top:4px}
@media(max-width:980px){
  #desktop-hero-video{display:none}#mobile-hero-video{display:block}
  .home-hero .banner__content{min-height:auto;grid-template-columns:1fr;padding:52vh 20px 38px;gap:30px}
  .home-hero .hero-copy h1{font-size:clamp(48px,15vw,76px)}
  .home-hero .booking-card{max-height:none;width:100%;margin:0}
  .feature-row{grid-template-columns:1fr;min-height:0}
  .feature-row:nth-of-type(even) .feature-row-media{order:0}
  .feature-row-media{min-height:320px;aspect-ratio:16/11}
  .feature-row-copy{padding:38px 26px 42px}
}

@media(max-width:560px){
  .home-hero .banner__content{padding-top:44vh}
  .home-hero .hero-actions{align-items:stretch;flex-direction:column;gap:12px}
  .home-hero .hero-actions .btn{width:100%}
  .feature-rows{padding-left:18px;padding-right:18px}
  .feature-row{border-radius:22px}
  .feature-row-media{min-height:250px}
}

/* V42 final overrides */
.nav{background:linear-gradient(180deg,rgba(4,4,4,.74),rgba(4,4,4,.48));border:0!important;box-shadow:0 14px 42px rgba(0,0,0,.24);-webkit-backdrop-filter:blur(22px) saturate(135%);backdrop-filter:blur(22px) saturate(135%)}
.navlinks a{position:relative;opacity:.78;padding:12px 2px;font-weight:650;transition:color .22s ease,opacity .22s ease}.navlinks a:after{content:"";position:absolute;left:50%;right:50%;bottom:4px;height:2px;border-radius:2px;background:var(--gold-soft);transition:left .22s ease,right .22s ease;box-shadow:0 0 14px rgba(200,149,66,.5)}.navlinks a:hover,.navlinks a.active{color:#fff;opacity:1}.navlinks a:hover:after,.navlinks a.active:after{left:0;right:0}.navlinks a.active{font-weight:800;text-shadow:0 0 22px rgba(255,255,255,.18)}.mobile-nav-links a.active{color:var(--gold-soft)}
.hero,.page-hero,.section,.feature-row,.card,.logo-strip,.trusted-strip,.footer,.lux-panel,.chatbox,.airport-board,.airport-board .airport{border:0!important}.topbar{border-bottom:1px solid var(--line)!important}
.home-hero .hero-copy{max-width:690px}.home-hero .hero-copy h1{font-size:clamp(52px,6.15vw,98px);line-height:.9;max-width:690px;text-wrap:balance}
body[data-page="how-it-works"] .feature-rows,body[data-page="drivers"] .feature-rows,body[data-page="business"] .feature-rows,body[data-page="about"] .feature-rows{padding:0!important;margin:0!important;gap:0;width:100%}
body[data-page="how-it-works"] .feature-rows>.section-head,body[data-page="drivers"] .feature-rows>.section-head,body[data-page="business"] .feature-rows>.section-head,body[data-page="about"] .feature-rows>.section-head{margin:0;padding:clamp(34px,5vw,72px) 6vw;background:#050505}
body[data-page="how-it-works"] .feature-row,body[data-page="drivers"] .feature-row,body[data-page="business"] .feature-row,body[data-page="about"] .feature-row{width:100%;height:min(100vh,900px);max-height:100vh;min-height:560px;margin:0;padding:0;border-radius:0;background:#080808}
.feature-row-media{height:100%;min-height:0}.feature-row-media img{height:100%;width:100%;object-fit:cover}.feature-row-copy{height:100%;padding:clamp(34px,6vw,96px)}
.airport-board .airport-status{color:#e4b85f!important}.airport-board .airport b{font-family:"Share Tech Mono","OCR A Std","Lucida Console",monospace!important;font-weight:700;letter-spacing:.08em;color:#f5e5bd}.airport-board .airport p{transition:transform .23s ease,opacity .23s ease;min-height:2.5em;color:#c0b9ad}.airport-board .airport p.flipping{transform:rotateX(90deg);opacity:.2}
@media(max-width:980px){.nav{background:rgba(3,3,3,.62)}.home-hero .hero-copy{max-width:620px}.home-hero .hero-copy h1{font-size:clamp(45px,12.4vw,70px);max-width:620px}body[data-page="how-it-works"] .feature-row,body[data-page="drivers"] .feature-row,body[data-page="business"] .feature-row,body[data-page="about"] .feature-row{height:auto;max-height:none;min-height:0}.feature-row-media{height:min(58vh,520px);min-height:300px;aspect-ratio:auto}.feature-row-copy{height:auto;min-height:42vh;padding:42px 7vw 48px}}
@media(max-width:560px){.home-hero .hero-copy h1{font-size:clamp(42px,12vw,58px);line-height:.92;max-width:520px}body[data-page="how-it-works"] .feature-rows,body[data-page="drivers"] .feature-rows,body[data-page="business"] .feature-rows,body[data-page="about"] .feature-rows{padding-left:0!important;padding-right:0!important}.feature-row{border-radius:0!important}.feature-row-media{height:42vh;min-height:260px}.feature-row-copy{min-height:0;padding:36px 22px 44px}}

/* V43: floating navigation and strictly balanced editorial rows */
.nav{
  position:absolute;
  top:38px;
  left:0;
  right:0;
  width:100%;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  transition:background-color .38s ease,box-shadow .38s ease,-webkit-backdrop-filter .38s ease,backdrop-filter .38s ease;
}
.nav.is-scrolled{
  position:fixed;
  top:0;
  background:rgba(3,3,3,.74)!important;
  box-shadow:0 14px 42px rgba(0,0,0,.24)!important;
  -webkit-backdrop-filter:blur(22px) saturate(135%)!important;
  backdrop-filter:blur(22px) saturate(135%)!important;
}
.navlinks a{
  position:relative;
  opacity:.82;
  padding:12px 2px;
  font-weight:650;
  transition:color .24s ease,opacity .24s ease;
}
.navlinks a:after{display:none!important;content:none!important}
.navlinks a:hover{color:var(--gold-soft);opacity:1}
.navlinks a.active{color:var(--gold-soft);opacity:1;font-weight:800;text-shadow:none}
.mobile-nav-links a.active{color:var(--gold-soft)}

@media(min-width:981px){
  body[data-page="how-it-works"] .feature-row,
  body[data-page="drivers"] .feature-row,
  body[data-page="business"] .feature-row,
  body[data-page="about"] .feature-row{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    grid-template-rows:minmax(0,1fr);
    height:min(100vh,900px);
    max-height:100vh;
    min-height:560px;
    margin:0;
    padding:0;
    overflow:hidden;
  }
  body[data-page="how-it-works"] .feature-row-media,
  body[data-page="drivers"] .feature-row-media,
  body[data-page="business"] .feature-row-media,
  body[data-page="about"] .feature-row-media,
  body[data-page="how-it-works"] .feature-row-copy,
  body[data-page="drivers"] .feature-row-copy,
  body[data-page="business"] .feature-row-copy,
  body[data-page="about"] .feature-row-copy{
    width:100%;
    height:100%;
    min-width:0;
    min-height:0;
    margin:0;
    box-sizing:border-box;
    overflow:hidden;
  }
  body[data-page="how-it-works"] .feature-row-media img,
  body[data-page="drivers"] .feature-row-media img,
  body[data-page="business"] .feature-row-media img,
  body[data-page="about"] .feature-row-media img{
    display:block;
    width:100%;
    height:100%;
    max-height:100%;
    object-fit:cover;
    object-position:center;
  }
  body[data-page="how-it-works"] .feature-row-copy,
  body[data-page="drivers"] .feature-row-copy,
  body[data-page="business"] .feature-row-copy,
  body[data-page="about"] .feature-row-copy{padding:clamp(40px,5vw,80px)}
}

@media(max-width:980px){
  .nav{top:0;background:transparent!important}
  .nav.is-scrolled{background:rgba(3,3,3,.78)!important}
}

/* V44: stable navigation, full-height heroes, and capped editorial rows */
.navlinks a,
.navlinks a:hover,
.navlinks a:focus-visible,
.navlinks a.active{
  margin:0!important;
  padding:12px 2px!important;
  border:0!important;
  font-weight:650!important;
  line-height:1.2!important;
  transform:none!important;
}
.mobile-nav-links a,
.mobile-nav-links a:hover,
.mobile-nav-links a:focus-visible,
.mobile-nav-links a.active{
  margin:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
  border:0!important;
  font-weight:700!important;
  line-height:1.08!important;
  transform:none!important;
}

.home-hero.hero-section,
.home-hero .banner__content,
.page-hero,
.quote-direct-hero,
.driver-search-hero,
.driver-profile-hero,
.rewards-public > .rewards-hero,
.success-hero{
  min-height:100vh!important;
  min-height:100svh!important;
  box-sizing:border-box!important;
}
.page-hero,
.quote-direct-hero,
.driver-search-hero,
.driver-profile-hero,
.rewards-public > .rewards-hero,
.success-hero{
  padding-top:clamp(150px,17vh,210px)!important;
}
.home-hero .banner__content{padding-top:clamp(150px,17vh,210px)!important}

@media(min-width:981px){
  body[data-page="how-it-works"] .feature-row,
  body[data-page="drivers"] .feature-row,
  body[data-page="business"] .feature-row,
  body[data-page="about"] .feature-row{
    height:80vh!important;
    max-height:80vh!important;
    min-height:0!important;
    grid-template-columns:minmax(0,50%) minmax(0,50%)!important;
  }
}

@media(max-width:980px){
  .page-hero,
  .quote-direct-hero,
  .driver-search-hero,
  .driver-profile-hero,
  .rewards-public > .rewards-hero,
  .success-hero{padding-top:clamp(118px,15vh,160px)!important}
  .home-hero .banner__content{padding-top:clamp(118px,15vh,160px)!important}

  body[data-page="how-it-works"] .feature-row,
  body[data-page="drivers"] .feature-row,
  body[data-page="business"] .feature-row,
  body[data-page="about"] .feature-row{
    height:50vh!important;
    max-height:50vh!important;
    min-height:0!important;
    grid-template-columns:1fr!important;
    grid-template-rows:1fr 1fr!important;
    overflow:hidden!important;
  }
  body[data-page="how-it-works"] .feature-row-media,
  body[data-page="drivers"] .feature-row-media,
  body[data-page="business"] .feature-row-media,
  body[data-page="about"] .feature-row-media,
  body[data-page="how-it-works"] .feature-row-copy,
  body[data-page="drivers"] .feature-row-copy,
  body[data-page="business"] .feature-row-copy,
  body[data-page="about"] .feature-row-copy{
    width:100%!important;
    height:25vh!important;
    min-height:0!important;
    margin:0!important;
    box-sizing:border-box!important;
  }
  .feature-row-copy{padding:clamp(16px,4vw,28px)!important;overflow:auto!important}
  .feature-row-copy .feature-number{margin-bottom:7px!important}
  .feature-row-copy h3{font-size:clamp(25px,7vw,36px)!important;margin-bottom:8px!important}
  .feature-row-copy p{font-size:clamp(13px,3.6vw,16px)!important;line-height:1.35!important;margin-bottom:12px!important}
  .feature-row-copy .btn{padding:9px 14px!important;font-size:11px!important}
}

/* V45 final cascade: header refinement and mobile hero placement */
.topbar{display:none!important}
.nav{
  top:0!important;
  box-shadow:0 12px 28px rgba(0,0,0,.16)!important;
}
.nav.is-scrolled{box-shadow:0 14px 38px rgba(0,0,0,.34)!important}
.nav .brand,.navlinks,.nav-cta,.mobile-menu-toggle{filter:drop-shadow(0 2px 7px rgba(0,0,0,.72))}
.nav-cta .login.btn,
.nav-cta .login.btn:hover,
.nav-cta .login.btn:focus-visible{
  margin:0!important;
  padding:15px 24px!important;
  border:1px solid rgba(255,255,255,.2)!important;
  line-height:1.2!important;
  font-weight:800!important;
  transform:none!important;
}
.nav-cta .login.btn:hover,.nav-cta .login.btn:focus-visible{
  color:var(--gold-soft);
  border-color:rgba(200,149,66,.48)!important;
}
.home-hero .hero-copy .eyebrow{color:var(--gold-soft)!important}
@media(max-width:980px){
  .home-hero .banner__content{
    display:block!important;
    min-height:100svh!important;
    padding:0 20px 38px!important;
  }
  .home-hero .hero-copy{
    min-height:100svh;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:flex-start;
    text-align:left;
    padding:120px 0 34px;
  }
  .home-hero .hero-copy h1,.home-hero .hero-copy .lead,.home-hero .hero-actions,.home-hero .trust{margin-left:0;margin-right:0;text-align:left}
  .home-hero .booking-card{margin-top:0!important}
}

/* V47 correction: quiet top-down navigation shade, with no border-like shadow */
.nav,
.nav.is-scrolled{
  border-bottom:0!important;
  box-shadow:none!important;
}
.nav:not(.is-scrolled){
  background:linear-gradient(180deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.28) 58%,rgba(0,0,0,0) 100%)!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}
.nav.is-scrolled{
  background:rgba(3,3,3,.78)!important;
  -webkit-backdrop-filter:blur(18px) saturate(125%)!important;
  backdrop-filter:blur(18px) saturate(125%)!important;
}

/* V48: restrained surfaces, compact quote credits, and balanced driver search */
.driver-search-hero,.driver-profile-hero,.driver-auth-shell{background:#030303!important}
.driver-listing-photo,.driver-profile-photo{background:#111!important}
.reward-success-card{background:#0b0b0b!important}
.driver-filter-toggle{display:none}
.driver-search-form{grid-template-columns:minmax(180px,1.35fr) minmax(100px,.65fr) minmax(135px,.8fr) minmax(120px,.7fr) minmax(165px,1fr) minmax(150px,.8fr);gap:10px;align-items:end;padding:12px}
.driver-search-form label{min-width:0}
.driver-search-form input,.driver-search-form select,.driver-search-form .btn{height:52px;border:1px solid rgba(255,255,255,.1);border-radius:12px}
.driver-search-form .btn{width:100%;padding:0 18px}
.driver-listings{width:min(1080px,100%);margin-inline:auto}
.driver-empty{width:min(680px,100%);margin-inline:auto;text-align:center}
.reward-code-toggle{display:none;width:100%;padding:0;border:0;background:transparent;color:#fff;text-align:left;align-items:center;justify-content:space-between;gap:14px;cursor:pointer}
.reward-code-toggle span{display:grid;gap:3px}
.reward-code-toggle small{color:#8f8f8f;font-size:12px;font-weight:500}
.reward-code-toggle i{font-style:normal;font-size:22px;transition:transform .2s ease}
.reward-code-toggle[aria-expanded="true"] i{transform:rotate(180deg)}
.reward-code-details{display:grid;gap:10px}
.reward-code-details[hidden]{display:none!important}

@media(max-width:760px){
  .driver-search-hero{padding-bottom:22px!important}
  .driver-filter-toggle{display:flex;width:100%;height:48px;margin-top:24px;padding:0 16px;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#0b0b0b;color:#fff;font:inherit;font-weight:800;cursor:pointer}
  .driver-search-form{display:none;margin-top:10px;padding:12px;gap:12px;box-shadow:none}
  .driver-search-form.is-open{display:grid}
  .driver-results{scroll-margin-top:84px;min-height:52vh;display:grid;align-content:start}
  .driver-results-head{align-items:flex-start}
  .driver-listing-card,.driver-empty{margin-inline:auto;width:100%}
  .reward-code-box{padding:13px 14px;margin-bottom:10px}
  .reward-code-toggle{display:flex}
  .reward-code-copy{display:block}
  .reward-code-details{padding-top:10px}
  .reward-code-controls{gap:8px}
  .reward-code-controls .btn{min-height:46px}
  .vehicle-price-card .vehicle-image-slot{height:auto!important;min-height:0!important;max-height:none!important;margin:14px 0!important;display:block!important}
  .vehicle-price-card .vehicle-image-slot img{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;object-fit:contain!important}
}

/* V49: universal hero booking CTA, image-first mobile heroes, and service pages */
.page-hero-cta{margin-top:28px}
.page-hero-cta .btn{min-width:150px;text-align:center}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-legal{display:flex;gap:18px;flex-wrap:wrap}
.footer-legal a{color:#aaa;text-decoration:none}
.footer-legal a:hover{color:#fff}
#driver-videos .media-card>img{object-fit:cover;object-position:center top}
.legal-page,.help-page{min-height:100vh;background:#050505;color:#fff}
.legal-hero{padding:clamp(150px,18vh,210px) 6vw clamp(56px,8vw,100px);background:#080808;border-bottom:1px solid rgba(255,255,255,.08)}
.legal-hero h1{font-size:clamp(48px,8vw,106px);line-height:.92;margin:12px 0 18px;max-width:1050px}
.legal-hero>p{color:#aaa;font-size:clamp(16px,2vw,20px);max-width:760px;line-height:1.6}
.legal-layout{width:min(1320px,100%);margin:auto;padding:70px 6vw 110px;display:grid;grid-template-columns:240px minmax(0,820px);justify-content:space-between;gap:70px}
.legal-toc{position:sticky;top:120px;align-self:start;display:grid;gap:4px;padding:20px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:#090909}
.legal-toc strong{margin:0 0 10px;color:#fff}
.legal-toc a{padding:8px 0;color:#999;text-decoration:none;font-size:14px}
.legal-toc a:hover{color:var(--gold-soft)}
.legal-content{display:grid;gap:0}
.legal-content section{padding:0 0 36px;margin:0 0 36px;border-bottom:1px solid rgba(255,255,255,.08);scroll-margin-top:110px}
.legal-content h2{font-size:clamp(28px,3vw,42px);margin:0 0 18px}
.legal-content p{color:#c7c7c7;font-size:16px;line-height:1.8;margin:0 0 15px}
.legal-content a{color:var(--gold-soft)}
.help-contact-grid{width:min(1200px,calc(100% - 12vw));margin:-42px auto 80px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;position:relative}
.help-contact-grid a{display:grid;gap:8px;padding:28px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#0b0b0b;text-decoration:none;color:#fff}
.help-contact-grid span{color:var(--gold-soft);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.help-contact-grid strong{font-size:20px;overflow-wrap:anywhere}
.help-contact-grid small{color:#8f8f8f;line-height:1.5}
.help-faq{width:min(1050px,100%);margin:auto;padding:0 6vw 110px}
.faq-list{display:grid;gap:10px}
.faq-list details{border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#090909;padding:0 20px}
.faq-list summary{list-style:none;cursor:pointer;padding:20px 34px 20px 0;font-weight:800;position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:'+';position:absolute;right:0;top:16px;font-size:24px;color:var(--gold-soft)}
.faq-list details[open] summary:after{content:'−'}
.faq-list details p{color:#aaa;line-height:1.7;margin:0;padding:0 28px 22px 0}

@media(max-width:980px){
  .page-hero{display:flex!important;flex-direction:column!important;padding-left:0!important;padding-right:0!important;gap:0!important}
  .page-hero .hero-image-slot{order:1!important;width:100%!important;min-height:42vh!important;margin:0!important}
  .page-hero-copy{order:2!important;width:100%!important;padding:38px 22px 54px!important;background:#050505!important}
  .page-hero-cta{margin-top:24px}
  .legal-layout{grid-template-columns:1fr;gap:35px;padding-top:45px}
  .legal-toc{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .help-contact-grid{grid-template-columns:1fr;margin-top:-25px}
}
@media(max-width:560px){
  .page-hero .hero-image-slot{min-height:38vh!important}
  .footer-bottom{align-items:flex-start}
  .footer-legal{display:grid;gap:10px}
  .legal-hero{padding-left:22px;padding-right:22px}
  .legal-layout{padding:36px 22px 75px}
  .legal-toc{grid-template-columns:1fr}
  .help-contact-grid{width:calc(100% - 36px);margin-bottom:55px}
  .help-faq{padding-left:18px;padding-right:18px}
}

/* V51: full-width chauffeur search and compact dynamic availability */
.chauffeur-search-bar{width:min(1320px,88vw);margin:0 auto 24px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#0a0a0a}
.chauffeur-search-bar input[type="search"]{width:100%;height:52px;padding:0 17px;border:0;border-radius:11px;background:#111;color:#fff;outline:none}.chauffeur-search-bar .btn{height:52px;min-width:120px}
.chauffeur-route-toggle{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0;padding:0;border:0}.chauffeur-route-toggle legend{grid-column:1/-1;color:#999;font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.chauffeur-route-toggle label{display:block!important}.chauffeur-route-toggle input{position:absolute;opacity:0;pointer-events:none}.chauffeur-route-toggle span{display:flex;min-height:46px;padding:9px;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#111;color:#999;font-size:11px;line-height:1.25;cursor:pointer;transition:.22s}.chauffeur-route-toggle input:checked+span{border-color:rgba(200,149,66,.55);background:rgba(200,149,66,.12);color:#fff}
.driver-available-count{display:inline-flex;padding:7px 11px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#aaa;font-size:12px;font-weight:700}.driver-market-layout .driver-results-head{min-height:0!important;margin-bottom:12px!important}.driver-market-layout .driver-empty{width:100%!important;max-width:none!important;margin:0!important;grid-column:1/-1}
.driver-market-layout .driver-listings:has(.driver-empty){display:block!important;width:100%!important}
.flatpickr-calendar{animation:accordionIn .24s ease both}
@media(max-width:980px){.driver-search-intro{display:grid!important}.driver-filter-toggle{width:100%!important;justify-content:space-between!important}.chauffeur-search-bar{width:calc(100% - 36px);grid-template-columns:minmax(0,1fr) auto}.driver-market-layout .driver-empty{width:100%!important}.driver-market-layout .driver-listings{width:100%!important}}
@media(max-width:560px){.chauffeur-search-bar{grid-template-columns:1fr;padding:9px}.chauffeur-search-bar .btn{width:100%}}

/* V52: definitive sticky rails and mobile filter width */
@media(min-width:981px){
  .driver-market-layout{overflow:visible!important}
  .driver-filter-panel{position:-webkit-sticky!important;position:sticky!important;top:104px!important;align-self:start!important;max-height:calc(100vh - 124px);overflow:auto}
  .legal-layout{overflow:visible!important}
  .legal-layout>.legal-toc,.help-layout>.legal-toc{position:-webkit-sticky!important;position:sticky!important;top:104px!important;align-self:start!important;max-height:calc(100vh - 124px);overflow:auto}
}
.chauffeur-direction-field select,.driver-filter-panel select[name="trip_time"]{width:100%;height:48px;padding:0 13px;border:1px solid rgba(255,255,255,.11);border-radius:11px;background:#111;color:#fff}
@media(max-width:980px){
  .driver-search-intro .driver-filter-toggle{display:flex!important;width:100%!important;max-width:none!important;flex:1 1 100%!important;margin:0!important;justify-content:space-between!important}
}

.ar-admin-table-wrap>table{width:100%;border-collapse:collapse;min-width:1050px}.ar-admin-table-wrap>table th,.ar-admin-table-wrap>table td{text-align:left;padding:14px;border-bottom:1px solid #272727;vertical-align:middle}.ar-admin-table-wrap>table th{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#999}.ar-admin-table-wrap>table td small{display:block;color:#888;margin-top:5px}
/* V55: AIRPORTRUN dark chauffeur operating system */
.chauffeur-crm-body{background:#050505!important;color:#f5f2eb!important;font-family:"Google Sans",Arial,sans-serif!important}.chauffeur-crm-shell{display:block!important;min-height:100vh}.chauffeur-sidebar{position:fixed!important;inset:0 auto 0 0!important;width:260px!important;height:100dvh!important;overflow-y:auto!important;background:#050505!important;border-right:1px solid #24231f!important}.chauffeur-main{margin-left:260px!important;min-height:100vh;background:#0a0a09!important}.chauffeur-brand img{filter:none!important;width:145px!important}.chauffeur-nav{gap:2px!important}.chauffeur-nav a{padding:12px 13px!important;color:#96938b!important;background:transparent!important;border-left:2px solid transparent!important;border-radius:0!important;font-family:"Google Sans",Arial,sans-serif!important}.chauffeur-nav a:hover{color:#fff!important}.chauffeur-nav a.active{color:#d9a94c!important;border-left-color:#d9a94c!important;background:#12110f!important}.chauffeur-topbar{background:#080807!important;border-color:#24231f!important}.chauffeur-topbar h1{color:#fff!important}.chauffeur-nav-toggle{color:#fff!important;background:#191815!important}.chauffeur-content{max-width:1500px!important}.crm-stat-grid article,.crm-panel,.crm-plan-card,.crm-billing-note{background:#10100f!important;border-color:#292823!important;color:#f5f2eb!important}.crm-stat-grid span,.crm-stat-grid small,.crm-page-head p,.crm-welcome p,.crm-membership-hero p,.crm-billing-note p{color:#98958d!important}.crm-primary-btn{background:#d1a04a!important;color:#0b0a08!important}.crm-secondary-btn{background:#151411!important;border-color:#33312b!important;color:#fff!important}.crm-list>a,.crm-quick>a,.crm-table td,.crm-table th,.crm-client-card,.crm-profile-score li,.crm-plan-card li{border-color:#292823!important;color:#f5f2eb!important}.crm-date-box,.crm-quick i,.crm-dialog-head button{background:#1e1d19!important;color:#fff!important}.crm-dialog{background:#0e0e0d!important;color:#fff!important}.crm-dialog form{background:#0e0e0d!important}.crm-form-grid input,.crm-form-grid select,.crm-form-grid textarea{background:#171614!important;border-color:#34322c!important;color:#fff!important}.crm-publish{border-color:#302f2a!important}.crm-current-plan{background:#1d1c18!important}.chauffeur-avatar{background:#d1a04a!important;color:#0b0a08!important}.chauffeur-trial-pill{background:#1b1710!important;border-color:#4e3e20!important;color:#e7bc69!important}
.market-filter{display:flex;gap:8px}.market-filter input,.market-filter button{height:42px;border:1px solid #302f2a;border-radius:8px;background:#131311;color:#fff;padding:0 12px}.market-filter button{color:#d8ac58;cursor:pointer}.market-notice{display:flex;gap:13px;padding:16px 18px;border:1px solid #3c3220;background:#141108;border-radius:10px;margin-bottom:20px}.market-notice span{color:#aaa59b}.market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.market-trip-card{background:#10100f;border:1px solid #292823;border-radius:14px;padding:20px}.market-trip-top,.market-trip-value{display:flex;justify-content:space-between;gap:15px}.market-trip-top span{color:#d9a94c;font-size:11px;letter-spacing:.12em;font-weight:700}.market-trip-top em{font-style:normal;color:#99958d;font-size:12px}.market-trip-card h2{font-family:"Google Sans",Arial,sans-serif;font-size:23px;margin:22px 0 6px}.market-trip-card>p{color:#a09c93}.market-trip-card dl{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.market-trip-card dl div{background:#171614;padding:10px;border-radius:8px}.market-trip-card dt{color:#77736d;font-size:10px;text-transform:uppercase}.market-trip-card dd{margin:5px 0 0;font-weight:700}.market-trip-value{border-top:1px solid #292823;padding-top:16px;margin-bottom:16px}.market-trip-value span{display:flex;flex-direction:column;color:#8e8a82;font-size:11px}.market-trip-value strong{color:#fff;font-size:18px;margin-top:4px}.market-trip-card form .crm-primary-btn{width:100%}
.calendar-toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-bottom:22px}.calendar-toolbar h2{text-align:center;font-family:"Google Sans",Arial,sans-serif;font-size:26px}.calendar-nav,.calendar-actions,.calendar-actions nav{display:flex;gap:6px;align-items:center}.calendar-nav a,.calendar-actions nav a{color:#9a968e;text-decoration:none;border:1px solid #2d2c27;padding:8px 10px;border-radius:7px;font-size:12px}.calendar-actions{justify-content:flex-end}.calendar-actions nav a.active{background:#d1a04a;color:#090806;border-color:#d1a04a}.calendar-actions .crm-primary-btn{width:auto}.calendar-month{border:1px solid #292823;border-radius:13px;overflow:hidden;background:#0d0d0c}.calendar-weekdays,.calendar-days{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-weekdays span{padding:10px;text-align:center;color:#77736d;font-size:10px;letter-spacing:.1em;border-bottom:1px solid #292823}.calendar-days article{min-height:125px;padding:9px;border-right:1px solid #292823;border-bottom:1px solid #292823}.calendar-days article:nth-child(7n){border-right:0}.calendar-days article.muted{opacity:.35}.calendar-days article.today>b{background:#d1a04a;color:#070706}.calendar-days article>b{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;font-size:12px}.calendar-event{display:block;width:100%;border:0;border-left:2px solid #77736d;background:#1a1916;color:#ddd;text-align:left;padding:6px;margin-top:5px;border-radius:3px;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-event.marketplace{border-left-color:#d1a04a}.calendar-event span{color:#8c8981;margin-right:4px}.calendar-year{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.calendar-year>a{background:#10100f;border:1px solid #292823;border-radius:12px;padding:15px;color:#fff;text-decoration:none}.calendar-year h3{margin:0 0 12px}.calendar-year a>div{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar-year span{font-size:10px;text-align:center;padding:4px 0;border-radius:4px;color:#77736d}.calendar-year span.busy{background:#d1a04a;color:#080706}.calendar-agenda{background:#10100f;border:1px solid #292823;border-radius:13px}.calendar-agenda article{display:grid;grid-template-columns:80px minmax(0,1fr) auto;gap:18px;padding:20px;border-bottom:1px solid #292823;align-items:center}.calendar-agenda time{display:flex;align-items:baseline;gap:4px}.calendar-agenda time b{font-size:20px}.calendar-agenda time small{color:#88847d}.calendar-agenda h3{margin:8px 0 4px}.calendar-agenda p{margin:0;color:#8f8b83}.calendar-agenda form button{background:none;color:#d7aa55;border:1px solid #4b3d22;border-radius:7px;padding:8px;cursor:pointer}.calendar-detail{padding:24px!important}.calendar-detail #calendarDetailBody{padding:10px 0 24px}
.admin-ops-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.admin-ops-grid article,.admin-ops-links a,.admin-market-setting{background:#10100f;border:1px solid #292823;border-radius:12px;padding:20px;color:#fff}.admin-ops-grid article{display:flex;flex-direction:column}.admin-ops-grid strong{font-size:31px;margin:10px 0}.admin-ops-grid span,.admin-ops-grid small{color:#8e8a82}.admin-ops-grid a{color:#d6a74f}.admin-ops-links{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.admin-ops-links a{text-decoration:none;display:flex;flex-direction:column}.admin-ops-links span{color:#8f8b83;margin-top:5px}.admin-market-setting{display:flex;align-items:end;gap:18px;margin-bottom:20px}.admin-market-setting label{display:grid;gap:7px}.admin-market-setting input,.admin-market-row input,.admin-market-row select{background:#171614;color:#fff;border:1px solid #34322c;border-radius:7px;padding:9px}.admin-market-setting p{color:#8f8b83;margin:0}.admin-market-row{display:flex;gap:5px}.admin-market-row input{width:90px}.admin-market-row button{background:#d1a04a;border:0;border-radius:6px}
.driver-auth-shell,.reward-auth,.ar-admin-auth{min-height:calc(100dvh - 90px)!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;padding:120px 20px 60px!important}.driver-auth-card,.reward-auth-card,.ar-admin-auth-card{margin:auto!important}.driver-auth-card h1,.reward-auth-card h1,.ar-admin-auth-card h1{font-size:clamp(24px,3vw,34px)!important;line-height:1.08!important}
@media(max-width:1100px){.market-grid{grid-template-columns:1fr 1fr}.calendar-toolbar{grid-template-columns:1fr}.calendar-toolbar h2{text-align:left}.calendar-actions{justify-content:flex-start}.calendar-year,.admin-ops-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.chauffeur-main{margin-left:0!important}.chauffeur-sidebar{width:min(86vw,310px)!important;transform:translateX(-105%)!important}.crm-nav-open .chauffeur-sidebar{transform:none!important}.chauffeur-nav-toggle{width:auto!important;padding:0 12px!important;font-size:12px!important}.market-grid{grid-template-columns:1fr}.market-filter{width:100%;display:grid;grid-template-columns:1fr 1fr}.market-filter button{grid-column:1/-1}.market-notice{flex-direction:column}.calendar-toolbar{gap:10px}.calendar-actions{flex-direction:column;align-items:stretch}.calendar-actions nav{display:grid;grid-template-columns:repeat(4,1fr)}.calendar-actions nav a{text-align:center}.calendar-month{overflow-x:auto}.calendar-weekdays,.calendar-days{min-width:720px}.calendar-days article{min-height:105px}.calendar-year,.admin-ops-grid,.admin-ops-links{grid-template-columns:1fr}.calendar-agenda article{grid-template-columns:60px 1fr}.calendar-agenda form{grid-column:2}.admin-market-setting{align-items:stretch;flex-direction:column}.driver-auth-shell,.reward-auth,.ar-admin-auth{padding:100px 16px 45px!important}}

/* V58: unified Admin and SDR operating dashboard */
.ar-admin-body{margin:0;background:#0a0a09!important;color:#f5f2eb!important;font-family:"Google Sans",Arial,sans-serif!important;min-height:100vh}
.ar-admin-top{position:fixed!important;inset:0 auto 0 0!important;z-index:1200;width:260px!important;height:100dvh!important;box-sizing:border-box;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:22px!important;padding:25px 18px 18px!important;background:#050505!important;border-right:1px solid #24231f!important;overflow-y:auto!important}
.ar-admin-top>div:first-child{display:grid;gap:8px;padding:2px 10px 18px;border-bottom:1px solid #24231f}
.ar-admin-top>div:first-child img{display:block;width:145px;height:auto;filter:none!important}
.ar-admin-top>div:first-child span{color:#77736c!important;font-size:10px!important;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.ar-admin-top nav{display:flex!important;flex:1;flex-direction:column!important;align-items:stretch!important;gap:2px!important}
.ar-admin-top nav>a{display:block;padding:12px 13px!important;border:0!important;border-left:2px solid transparent!important;border-radius:0!important;background:transparent!important;color:#96938b!important;font-size:14px!important;font-weight:650!important;text-decoration:none!important;transition:color .18s ease,background .18s ease,border-color .18s ease}
.ar-admin-top nav>a:hover{color:#fff!important;background:#0d0d0c!important}
.ar-admin-top nav>a.active{color:#d9a94c!important;border-left-color:#d9a94c!important;background:#12110f!important}
.admin-nav-account{display:grid;gap:3px;margin-top:auto;padding:17px 13px 7px;border-top:1px solid #24231f}
.admin-nav-account span{color:#fff;font-size:13px;font-weight:750}.admin-nav-account small{color:#77736d;font-size:9px;letter-spacing:.14em}
.ar-admin-top nav>.admin-nav-signout{color:#88847d!important}.admin-mobile-menu,.admin-nav-scrim{display:none}
.ar-admin-main{box-sizing:border-box;width:auto!important;max-width:1500px!important;min-height:100vh;margin-left:260px!important;padding:clamp(40px,5vw,72px)!important;background:#0a0a09!important}
.ar-admin-main.narrow{max-width:1260px!important}
.ar-admin-heading{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:28px!important;margin:0 0 34px!important;padding:0 0 28px!important;border-bottom:1px solid #292823!important}
.ar-admin-heading h1{max-width:900px;margin:8px 0 10px!important;color:#fff!important;font-family:"Google Sans",Arial,sans-serif!important;font-size:clamp(35px,5vw,62px)!important;line-height:.98!important;letter-spacing:-.03em!important}
.ar-admin-heading p{max-width:720px;margin:0!important;color:#98958d!important;font-size:15px!important;line-height:1.65!important}
.ar-admin-heading .btn{flex:none}.ar-admin-body .eyebrow{color:#d9a94c!important;font-size:10px!important;letter-spacing:.16em!important}
.admin-ops-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.admin-ops-grid article{min-height:150px;justify-content:space-between;padding:21px!important;background:#10100f!important;border-color:#292823!important}.admin-ops-grid strong{color:#fff;font-family:"Google Sans",Arial,sans-serif;font-size:38px!important}.admin-ops-grid a{color:#d6a74f!important;text-decoration:none;font-size:12px}.admin-ops-grid span,.admin-ops-grid small{color:#8e8a82!important}
.admin-section-title{display:flex;align-items:end;justify-content:space-between;margin:54px 0 16px}.admin-section-title h2{margin:6px 0 0;font-family:"Google Sans",Arial,sans-serif;font-size:30px}
.admin-ops-links{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;margin:0!important}.admin-ops-links a{min-height:90px;justify-content:center;padding:22px!important;background:#10100f!important;border-color:#292823!important;transition:transform .18s ease,border-color .18s ease}.admin-ops-links a:hover{transform:translateY(-2px);border-color:#4a412f!important}.admin-ops-links b{font-size:16px}.admin-ops-links span{font-size:13px;line-height:1.5}
.ar-admin-filters{display:grid!important;grid-template-columns:minmax(260px,1fr) minmax(150px,.36fr) minmax(140px,.3fr) auto!important;gap:9px!important;margin-bottom:18px!important;padding:12px!important;background:#10100f!important;border:1px solid #292823!important;border-radius:12px!important}.ar-admin-filters input,.ar-admin-filters select{width:100%;height:46px;box-sizing:border-box;padding:0 13px;border:1px solid #34322c!important;border-radius:8px!important;background:#171614!important;color:#fff!important}.ar-admin-filters .btn{height:46px!important}
.ar-admin-table-wrap,.reward-table-wrap{width:100%;overflow:auto;border:1px solid #292823!important;border-radius:12px!important;background:#10100f!important}.ar-admin-table{min-width:920px!important}.ar-admin-table th,.ar-admin-table td,.ar-admin-table-wrap>table th,.ar-admin-table-wrap>table td{border-color:#292823!important}.ar-admin-table td,.ar-admin-table-wrap>table td{color:#e7e3db!important}.ar-admin-table a,.ar-admin-table-wrap>table a{color:#d9a94c!important;text-decoration:none}.ar-admin-table code{color:#e5bc6b}.admin-empty-state{display:grid;place-items:center;gap:7px;min-height:180px;text-align:center}.admin-empty-state span{color:#8e8a82}
.ar-admin-form,.reward-panel,.reward-stats article,.ar-category-fields{background:#10100f!important;border-color:#292823!important;color:#f5f2eb!important}.ar-admin-form input,.ar-admin-form select,.ar-admin-form textarea{background:#171614!important;border-color:#34322c!important;color:#fff!important}.ar-admin-form label{color:#aaa69e!important}.ar-admin-back{display:inline-block;margin-bottom:24px;color:#d9a94c!important;text-decoration:none}.reward-stats{gap:13px!important}.reward-stats article{border:1px solid #292823!important;border-radius:12px!important}.reward-panel{border:1px solid #292823!important;border-radius:12px!important}.ar-admin-alert{border-radius:9px!important}
@media(max-width:1120px){.admin-ops-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ar-admin-filters{grid-template-columns:1fr 1fr!important}.ar-admin-filters input:first-child{grid-column:1/-1}}
@media(max-width:760px){
 .ar-admin-top{width:min(86vw,310px)!important;transform:translateX(-105%);transition:transform .28s cubic-bezier(.22,.8,.26,1);box-shadow:20px 0 50px rgba(0,0,0,.45)}.admin-nav-open .ar-admin-top{transform:none}
 .admin-mobile-menu{display:block!important;position:fixed;z-index:1300;top:16px;left:16px;height:42px;padding:0 16px;border:1px solid #34322c;border-radius:8px;background:#151411;color:#fff;font:700 12px "Google Sans",Arial,sans-serif;letter-spacing:.04em}.admin-nav-scrim{display:block;position:fixed;z-index:1100;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(0,0,0,.64);opacity:0;visibility:hidden;transition:.25s}.admin-nav-open .admin-nav-scrim{opacity:1;visibility:visible}
 .ar-admin-top .admin-mobile-menu{display:none!important}.ar-admin-main{width:100%!important;margin-left:0!important;padding:84px 17px 44px!important}.ar-admin-heading{align-items:flex-start!important;flex-direction:column!important;gap:20px!important;margin-bottom:22px!important;padding-bottom:22px!important}.ar-admin-heading h1{font-size:clamp(34px,11vw,48px)!important}.ar-admin-heading .btn{width:100%;box-sizing:border-box;text-align:center}
 .admin-ops-grid,.admin-ops-links{grid-template-columns:1fr!important}.admin-ops-grid article{min-height:125px}.admin-section-title{margin-top:38px}.ar-admin-filters{grid-template-columns:1fr!important;padding:10px!important}.ar-admin-filters input:first-child{grid-column:auto}.ar-admin-filters .btn{width:100%}.ar-admin-table-wrap{border-radius:9px!important}.reward-stats{grid-template-columns:1fr 1fr!important}.reward-grid{grid-template-columns:1fr!important}.ar-admin-form-grid{grid-template-columns:1fr!important}.reward-head-actions{width:100%;display:grid!important}.reward-head-actions .btn{width:100%;box-sizing:border-box;text-align:center}
}
@media(max-width:440px){.reward-stats{grid-template-columns:1fr!important}.admin-ops-grid strong{font-size:34px!important}}
.admin-form-help{margin:-8px 0 20px!important;color:#98958d!important;font-size:13px!important;line-height:1.6!important}.ar-admin-form>h2{margin:30px 0 14px!important;font-size:20px!important}.ar-admin-form>h2:first-of-type{margin-top:0!important}

/* V59: Admin and SDR use the Chauffeur CRM shell exactly */
.ar-admin-body{display:block!important;background:#050505!important;font-family:"Google Sans",Arial,sans-serif!important}
.ar-admin-body .ar-admin-top.chauffeur-sidebar{width:260px!important;padding:24px 18px!important;gap:0!important;background:#050505!important}
.ar-admin-top .chauffeur-brand{height:48px!important;display:flex!important;align-items:center!important;padding:0 10px 22px!important;border-bottom:1px solid #24231f!important}
.ar-admin-top .chauffeur-brand img{width:145px!important}
.ar-admin-top .chauffeur-workspace{padding:24px 12px 18px!important;border:0!important}
.ar-admin-top .chauffeur-workspace span{color:#8c9385!important;font-size:10px!important;letter-spacing:.16em!important;font-weight:700!important}
.ar-admin-top .chauffeur-workspace strong{margin:8px 0 4px!important;color:#fff!important;font-size:14px!important}
.ar-admin-top .chauffeur-workspace small{color:#858b80!important;font-size:11px!important;text-transform:none!important;letter-spacing:0!important}
.ar-admin-top nav.chauffeur-nav{display:grid!important;flex:0!important;gap:2px!important}
.ar-admin-top nav.chauffeur-nav>a{display:flex!important;align-items:center!important;padding:12px 13px!important;border:0!important;border-left:2px solid transparent!important;border-radius:0!important;background:transparent!important;color:#96938b!important;font-size:14px!important;font-weight:650!important}
.ar-admin-top nav.chauffeur-nav>a:hover{background:#0d0d0c!important;color:#fff!important}
.ar-admin-top nav.chauffeur-nav>a.active{border-left-color:#d9a94c!important;background:#12110f!important;color:#d9a94c!important}
.ar-admin-top nav.chauffeur-nav>.admin-nav-signout{margin-top:auto!important;padding-top:16px!important;color:#92978e!important}
.ar-admin-top .admin-sidebar-foot{margin-top:auto!important}.ar-admin-top .admin-sidebar-foot .chauffeur-access-card{background:transparent!important;border-color:#33372e!important}.ar-admin-top .admin-sidebar-foot .chauffeur-access-card span{color:#9fa59a!important}.ar-admin-top .admin-sidebar-foot .chauffeur-access-card strong{color:#f1bd51!important}.ar-admin-top .admin-sidebar-foot .chauffeur-signout{color:#92978e!important}
.admin-dashboard-main{min-width:0!important;min-height:100vh!important;margin-left:260px!important;background:#0a0a09!important}
.admin-topbar{height:86px!important;padding:0 38px!important;background:#080807!important;border-bottom:1px solid #24231f!important}
.admin-topbar>div:nth-child(2)>span{color:#8c9385!important;font-size:10px!important;letter-spacing:.16em!important;font-weight:700!important}
.admin-topbar h1{margin:5px 0 0!important;color:#fff!important;font-family:"Google Sans",Arial,sans-serif!important;font-size:22px!important;font-weight:700!important;line-height:1.15!important;letter-spacing:0!important}
.admin-role-pill{display:inline-flex!important;align-items:center!important;padding:8px 12px!important;border:1px solid #4e3e20!important;border-radius:999px!important;background:#1b1710!important;color:#e7bc69!important;font-size:12px!important;font-weight:700!important;letter-spacing:0!important;text-transform:none!important}
.admin-avatar{background:#d1a04a!important;color:#0b0a08!important}
.admin-dashboard-main>.ar-admin-main.chauffeur-content{box-sizing:border-box!important;width:100%!important;max-width:1440px!important;min-height:0!important;margin:0 auto!important;padding:36px 38px 64px!important;background:transparent!important}
.admin-dashboard-main .ar-admin-heading{align-items:flex-end!important;margin-bottom:24px!important;padding:0!important;border:0!important}
.admin-dashboard-main .ar-admin-heading h1{margin:8px 0!important;color:#fff!important;font-family:"Google Sans",Arial,sans-serif!important;font-size:38px!important;font-weight:700!important;line-height:1.05!important;letter-spacing:-.035em!important}
.admin-dashboard-main .ar-admin-heading p{color:#98958d!important;font-size:14px!important;line-height:1.55!important}
.admin-dashboard-main .admin-ops-grid strong,.admin-dashboard-main .admin-section-title h2,.admin-dashboard-main .market-trip-card h2,.admin-dashboard-main .calendar-toolbar h2{font-family:"Google Sans",Arial,sans-serif!important}
.admin-dashboard-main .admin-ops-grid strong{font-size:29px!important;font-weight:700!important;letter-spacing:-.04em!important}
.admin-dashboard-main .admin-section-title h2{font-size:24px!important;font-weight:700!important}
.admin-dashboard-main .ar-admin-form,.admin-dashboard-main .reward-panel,.admin-dashboard-main .reward-stats article,.admin-dashboard-main .ar-category-fields,.admin-dashboard-main .admin-ops-grid article,.admin-dashboard-main .admin-ops-links a{border-radius:13px!important}
@media(max-width:760px){
 .ar-admin-body .ar-admin-top.chauffeur-sidebar{width:min(86vw,310px)!important;transform:translateX(-105%)!important}.ar-admin-body.admin-nav-open .ar-admin-top.chauffeur-sidebar{transform:none!important}
 .admin-dashboard-main{margin-left:0!important}.admin-topbar{height:72px!important;padding:0 16px!important}.admin-topbar .chauffeur-nav-toggle{display:block!important;width:auto!important;padding:0 12px!important;border:0!important;border-radius:8px!important;background:#191815!important;color:#fff!important;font:700 12px "Google Sans",Arial,sans-serif!important}.admin-role-pill{display:none!important}.admin-topbar h1{max-width:48vw;overflow:hidden;font-size:16px!important;text-overflow:ellipsis;white-space:nowrap}
 .admin-dashboard-main>.ar-admin-main.chauffeur-content{padding:24px 16px 44px!important}.admin-dashboard-main .ar-admin-heading{align-items:flex-start!important;gap:18px!important}.admin-dashboard-main .ar-admin-heading h1{font-size:30px!important;line-height:1.08!important}
 .ar-admin-body>.admin-mobile-menu{display:none!important}
}
